aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--ChangeLog544
-rw-r--r--Makefile15
-rw-r--r--NOTICE.md2
-rw-r--r--README-hardening.md1
-rw-r--r--README-maintainer105
-rw-r--r--README-windows.md2
-rw-r--r--README.md20
-rw-r--r--TODO236
-rw-r--r--aclocal.m420
-rwxr-xr-xappimage/build-appimage5
-rw-r--r--appimage/qpdf.appdata.xml2
-rw-r--r--autoconf.mk.in2
-rw-r--r--autofiles.sums7
-rwxr-xr-xautogen.sh2
-rw-r--r--azure-pipelines.yml102
-rwxr-xr-xazure-pipelines/build-appimage15
-rwxr-xr-xazure-pipelines/build-linux15
-rwxr-xr-xazure-pipelines/build-mac15
-rwxr-xr-xazure-pipelines/build-windows39
-rw-r--r--azure-pipelines/build-windows.bat16
-rw-r--r--completions/README.md10
-rw-r--r--completions/bash/qpdf1
-rw-r--r--completions/zsh/_qpdf2
-rwxr-xr-xconfigure19423
-rw-r--r--configure.ac84
-rw-r--r--examples/build.mk3
-rw-r--r--examples/pdf-bookmarks.cc193
-rw-r--r--examples/pdf-overlay-page.cc110
-rw-r--r--examples/pdf-split-pages.cc2
-rw-r--r--examples/qtest/create.test1
-rw-r--r--examples/qtest/overlay-page.test28
-rw-r--r--examples/qtest/overlay-page/in.pdfbin0 -> 1840 bytes
-rw-r--r--examples/qtest/overlay-page/out.pdfbin0 -> 3361 bytes
-rw-r--r--examples/qtest/overlay-page/stamp.pdfbin0 -> 799 bytes
-rw-r--r--include/qpdf/Buffer.hh8
-rw-r--r--include/qpdf/BufferInputSource.hh8
-rw-r--r--include/qpdf/ClosedFileInputSource.hh16
-rw-r--r--include/qpdf/Constants.h72
-rw-r--r--include/qpdf/DLL.h8
-rw-r--r--include/qpdf/FileInputSource.hh8
-rw-r--r--include/qpdf/InputSource.hh8
-rw-r--r--include/qpdf/JSON.hh170
-rw-r--r--include/qpdf/Pipeline.hh8
-rw-r--r--include/qpdf/Pl_Buffer.hh8
-rw-r--r--include/qpdf/Pl_Concatenate.hh8
-rw-r--r--include/qpdf/Pl_Count.hh8
-rw-r--r--include/qpdf/Pl_DCT.hh8
-rw-r--r--include/qpdf/Pl_Discard.hh8
-rw-r--r--include/qpdf/Pl_Flate.hh8
-rw-r--r--include/qpdf/Pl_QPDFTokenizer.hh21
-rw-r--r--include/qpdf/Pl_RunLength.hh8
-rw-r--r--include/qpdf/Pl_StdioFile.hh8
-rw-r--r--include/qpdf/PointerHolder.hh8
-rw-r--r--include/qpdf/QPDF.hh254
-rw-r--r--include/qpdf/QPDFAcroFormDocumentHelper.hh22
-rw-r--r--include/qpdf/QPDFAnnotationObjectHelper.hh39
-rw-r--r--include/qpdf/QPDFDocumentHelper.hh8
-rw-r--r--include/qpdf/QPDFExc.hh12
-rw-r--r--include/qpdf/QPDFFormFieldObjectHelper.hh75
-rw-r--r--include/qpdf/QPDFNameTreeObjectHelper.hh83
-rw-r--r--include/qpdf/QPDFNumberTreeObjectHelper.hh114
-rw-r--r--include/qpdf/QPDFObjGen.hh8
-rw-r--r--include/qpdf/QPDFObject.hh11
-rw-r--r--include/qpdf/QPDFObjectHandle.hh131
-rw-r--r--include/qpdf/QPDFObjectHelper.hh8
-rw-r--r--include/qpdf/QPDFOutlineDocumentHelper.hh108
-rw-r--r--include/qpdf/QPDFOutlineObjectHelper.hh122
-rw-r--r--include/qpdf/QPDFPageDocumentHelper.hh45
-rw-r--r--include/qpdf/QPDFPageLabelDocumentHelper.hh104
-rw-r--r--include/qpdf/QPDFPageObjectHelper.hh114
-rw-r--r--include/qpdf/QPDFSystemError.hh58
-rw-r--r--include/qpdf/QPDFTokenizer.hh35
-rw-r--r--include/qpdf/QPDFWriter.hh71
-rw-r--r--include/qpdf/QPDFXRefEntry.hh8
-rw-r--r--include/qpdf/QTC.hh8
-rw-r--r--include/qpdf/QUtil.hh118
-rw-r--r--include/qpdf/RandomDataProvider.hh8
-rw-r--r--include/qpdf/Types.h8
-rw-r--r--include/qpdf/qpdf-c.h42
-rw-r--r--ispell-words461
-rw-r--r--libqpdf/ClosedFileInputSource.cc26
-rw-r--r--libqpdf/JSON.cc396
-rw-r--r--libqpdf/MD5.cc2
-rw-r--r--libqpdf/Pl_Buffer.cc44
-rw-r--r--libqpdf/Pl_Flate.cc7
-rw-r--r--libqpdf/Pl_QPDFTokenizer.cc79
-rw-r--r--libqpdf/Pl_RC4.cc14
-rw-r--r--libqpdf/QPDF.cc403
-rw-r--r--libqpdf/QPDFAcroFormDocumentHelper.cc45
-rw-r--r--libqpdf/QPDFAnnotationObjectHelper.cc208
-rw-r--r--libqpdf/QPDFExc.cc4
-rw-r--r--libqpdf/QPDFFormFieldObjectHelper.cc686
-rw-r--r--libqpdf/QPDFMatrix.cc135
-rw-r--r--libqpdf/QPDFNameTreeObjectHelper.cc82
-rw-r--r--libqpdf/QPDFNumberTreeObjectHelper.cc121
-rw-r--r--libqpdf/QPDFObjectHandle.cc248
-rw-r--r--libqpdf/QPDFOutlineDocumentHelper.cc137
-rw-r--r--libqpdf/QPDFOutlineObjectHelper.cc117
-rw-r--r--libqpdf/QPDFPageDocumentHelper.cc151
-rw-r--r--libqpdf/QPDFPageLabelDocumentHelper.cc125
-rw-r--r--libqpdf/QPDFPageObjectHelper.cc611
-rw-r--r--libqpdf/QPDFSystemError.cc51
-rw-r--r--libqpdf/QPDFTokenizer.cc246
-rw-r--r--libqpdf/QPDFWriter.cc194
-rw-r--r--libqpdf/QPDF_Array.cc12
-rw-r--r--libqpdf/QPDF_Bool.cc6
-rw-r--r--libqpdf/QPDF_Dictionary.cc14
-rw-r--r--libqpdf/QPDF_InlineImage.cc6
-rw-r--r--libqpdf/QPDF_Integer.cc6
-rw-r--r--libqpdf/QPDF_Name.cc6
-rw-r--r--libqpdf/QPDF_Null.cc6
-rw-r--r--libqpdf/QPDF_Operator.cc6
-rw-r--r--libqpdf/QPDF_Real.cc6
-rw-r--r--libqpdf/QPDF_Reserved.cc7
-rw-r--r--libqpdf/QPDF_Stream.cc30
-rw-r--r--libqpdf/QPDF_String.cc147
-rw-r--r--libqpdf/QPDF_encryption.cc154
-rw-r--r--libqpdf/QPDF_linearization.cc94
-rw-r--r--libqpdf/QPDF_optimization.cc37
-rw-r--r--libqpdf/QPDF_pages.cc38
-rw-r--r--libqpdf/QUtil.cc1387
-rw-r--r--libqpdf/build.mk8
-rw-r--r--libqpdf/qpdf-c.cc70
-rw-r--r--libqpdf/qpdf/BitStream.hh6
-rw-r--r--libqpdf/qpdf/BitWriter.hh6
-rw-r--r--libqpdf/qpdf/ContentNormalizer.hh6
-rw-r--r--libqpdf/qpdf/InsecureRandomDataProvider.hh6
-rw-r--r--libqpdf/qpdf/MD5.hh6
-rw-r--r--libqpdf/qpdf/OffsetInputSource.hh6
-rw-r--r--libqpdf/qpdf/Pl_AES_PDF.hh6
-rw-r--r--libqpdf/qpdf/Pl_ASCII85Decoder.hh6
-rw-r--r--libqpdf/qpdf/Pl_ASCIIHexDecoder.hh6
-rw-r--r--libqpdf/qpdf/Pl_LZWDecoder.hh6
-rw-r--r--libqpdf/qpdf/Pl_MD5.hh6
-rw-r--r--libqpdf/qpdf/Pl_PNGFilter.hh6
-rw-r--r--libqpdf/qpdf/Pl_RC4.hh6
-rw-r--r--libqpdf/qpdf/Pl_SHA2.hh6
-rw-r--r--libqpdf/qpdf/Pl_TIFFPredictor.hh6
-rw-r--r--libqpdf/qpdf/QPDFMatrix.hh53
-rw-r--r--libqpdf/qpdf/QPDF_Array.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Bool.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Dictionary.hh7
-rw-r--r--libqpdf/qpdf/QPDF_InlineImage.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Integer.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Name.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Null.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Operator.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Real.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Reserved.hh7
-rw-r--r--libqpdf/qpdf/QPDF_Stream.hh13
-rw-r--r--libqpdf/qpdf/QPDF_String.hh7
-rw-r--r--libqpdf/qpdf/RC4.hh6
-rw-r--r--libqpdf/qpdf/SecureRandomDataProvider.hh6
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in106
-rw-r--r--libqpdf/qpdf/rijndael.h4
-rw-r--r--libqpdf/sph/sph_sha2.h4
-rw-r--r--libqpdf/sph/sph_types.h4
-rw-r--r--libtests/build.mk3
-rw-r--r--libtests/closed_file_input_source.cc5
-rw-r--r--libtests/json.cc155
-rw-r--r--libtests/libtests.testcov5
-rw-r--r--libtests/matrix.cc90
-rw-r--r--libtests/numrange.cc36
-rw-r--r--libtests/qtest/closedfile/output1
-rw-r--r--libtests/qtest/json.test17
-rw-r--r--libtests/qtest/json/json.out23
-rw-r--r--libtests/qtest/matrix.test15
-rw-r--r--libtests/qtest/numrange.test63
-rw-r--r--libtests/qtest/qutil/qutil.out24
-rw-r--r--libtests/qutil.cc125
-rw-r--r--make/gcc-linux.mk6
-rw-r--r--make/installwin.mk11
-rw-r--r--make/libtool.mk6
-rw-r--r--make/mingw.mk13
-rw-r--r--make/msvc.mk7
-rw-r--r--make/rules.mk3
-rwxr-xr-xmake_dist149
-rw-r--r--manual/qpdf-manual.xml2020
-rw-r--r--manual/qpdf.1.in8
-rw-r--r--qpdf/build.mk7
-rw-r--r--qpdf/qpdf-ctest.c20
-rw-r--r--qpdf/qpdf.cc5125
-rw-r--r--qpdf/qpdf.testcov87
-rw-r--r--qpdf/qtest/qpdf.test1199
-rw-r--r--qpdf/qtest/qpdf/11-pages-with-labels.pdfbin0 -> 4215 bytes
-rw-r--r--qpdf/qtest/qpdf/appearances-1.pdf3843
-rw-r--r--qpdf/qtest/qpdf/appearances-11.pdf3843
-rw-r--r--qpdf/qtest/qpdf/appearances-12.pdf3843
-rw-r--r--qpdf/qtest/qpdf/appearances-2.pdf3843
-rw-r--r--qpdf/qtest/qpdf/appearances-a-more.pdf3198
-rw-r--r--qpdf/qtest/qpdf/appearances-a-more2.pdf3198
-rw-r--r--qpdf/qtest/qpdf/appearances-a.pdf3239
-rw-r--r--qpdf/qtest/qpdf/appearances-b.pdf3843
-rw-r--r--qpdf/qtest/qpdf/appearances-quack.pdf3843
-rw-r--r--qpdf/qtest/qpdf/bad14-check-no-warn.out4
-rw-r--r--qpdf/qtest/qpdf/button-set-broken-out.pdf3883
-rw-r--r--qpdf/qtest/qpdf/button-set-broken.out7
-rw-r--r--qpdf/qtest/qpdf/button-set-broken.pdf3710
-rw-r--r--qpdf/qtest/qpdf/button-set-out.pdf3883
-rw-r--r--qpdf/qtest/qpdf/button-set.out5
-rw-r--r--qpdf/qtest/qpdf/button-set.pdf3710
-rw-r--r--qpdf/qtest/qpdf/bytes-fallback.out1
-rw-r--r--qpdf/qtest/qpdf/check-at-file.out6
-rw-r--r--qpdf/qtest/qpdf/coalesce-split-1-2.pdf231
-rw-r--r--qpdf/qtest/qpdf/coalesce-split.out10
-rw-r--r--qpdf/qtest/qpdf/collate-even.pdfbin0 -> 7763 bytes
-rw-r--r--qpdf/qtest/qpdf/collate-odd.pdfbin0 -> 7764 bytes
-rw-r--r--qpdf/qtest/qpdf/comment-annotation-direct-out.pdf174
-rw-r--r--qpdf/qtest/qpdf/comment-annotation-direct.pdf182
-rw-r--r--qpdf/qtest/qpdf/comment-annotation-out.pdf174
-rw-r--r--qpdf/qtest/qpdf/comment-annotation.pdf187
-rw-r--r--qpdf/qtest/qpdf/completion-decode-l.out2
-rw-r--r--qpdf/qtest/qpdf/completion-decode-level-g-zsh.out6
-rw-r--r--qpdf/qtest/qpdf/completion-decode-level-g.out6
-rw-r--r--qpdf/qtest/qpdf/completion-decode-level-zsh.out7
-rw-r--r--qpdf/qtest/qpdf/completion-decode-level.out7
-rw-r--r--qpdf/qtest/qpdf/completion-enc.out1
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-128.out2
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-256.out2
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-40.out3
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-bad.out2
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-u-o.out3
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt-u.out1
-rw-r--r--qpdf/qtest/qpdf/completion-encrypt.out2
-rw-r--r--qpdf/qtest/qpdf/completion-later-arg.out7
-rw-r--r--qpdf/qtest/qpdf/completion-quoting.out1
-rw-r--r--qpdf/qtest/qpdf/completion-split.out2
-rw-r--r--qpdf/qtest/qpdf/completion-top-arg.out7
-rw-r--r--qpdf/qtest/qpdf/completion-top.out3
-rw-r--r--qpdf/qtest/qpdf/completion-usage-empty.out1
-rw-r--r--qpdf/qtest/qpdf/compress-objstm-xref.pdfbin0 -> 743 bytes
-rw-r--r--qpdf/qtest/qpdf/copy-foreign-objects-out3.pdf87
-rw-r--r--qpdf/qtest/qpdf/damaged-inline-image-out.pdfbin0 -> 5558 bytes
-rw-r--r--qpdf/qtest/qpdf/damaged-inline-image.pdfbin0 -> 5558 bytes
-rw-r--r--qpdf/qtest/qpdf/dangling-refs-dangling-out.pdfbin0 -> 893 bytes
-rw-r--r--qpdf/qtest/qpdf/dangling-refs-dangling.out13
-rw-r--r--qpdf/qtest/qpdf/dangling-refs.pdf104
-rw-r--r--qpdf/qtest/qpdf/direct-pages-fixed.pdfbin0 -> 968 bytes
-rw-r--r--qpdf/qtest/qpdf/direct-pages-json.out104
-rw-r--r--qpdf/qtest/qpdf/direct-pages.out6
-rw-r--r--qpdf/qtest/qpdf/direct-pages.pdf111
-rw-r--r--qpdf/qtest/qpdf/disable-kfo.out405
-rw-r--r--qpdf/qtest/qpdf/duplicate-pages.pdf335
-rw-r--r--qpdf/qtest/qpdf/enable-kfo.out203
-rw-r--r--qpdf/qtest/qpdf/encrypt-u2
-rw-r--r--qpdf/qtest/qpdf/eof-in-inline-image-ii.qdfbin0 -> 1232 bytes
-rw-r--r--qpdf/qtest/qpdf/eof-in-inline-image.qdfbin0 -> 1209 bytes
-rw-r--r--qpdf/qtest/qpdf/eof-inline-qdf.out4
-rw-r--r--qpdf/qtest/qpdf/extract-duplicate-page.pdfbin0 -> 1370 bytes
-rw-r--r--qpdf/qtest/qpdf/field-types.pdf3696
-rw-r--r--qpdf/qtest/qpdf/filter-completion.pl39
-rw-r--r--qpdf/qtest/qpdf/filter-optimize-images.pl8
-rw-r--r--qpdf/qtest/qpdf/form-filled-by-acrobat-out.pdf2135
-rw-r--r--qpdf/qtest/qpdf/form-filled-by-acrobat.pdf2500
-rw-r--r--qpdf/qtest/qpdf/form-xobjects-out.pdf2277
-rw-r--r--qpdf/qtest/qpdf/fx-overlay-56.pdf2273
-rw-r--r--qpdf/qtest/qpdf/fx-overlay-57.pdf2369
-rw-r--r--qpdf/qtest/qpdf/fx-overlay-58.pdf2273
-rw-r--r--qpdf/qtest/qpdf/fx-overlay-59.pdf2369
-rw-r--r--qpdf/qtest/qpdf/fxo-blue.pdf854
-rw-r--r--qpdf/qtest/qpdf/fxo-green.pdf442
-rw-r--r--qpdf/qtest/qpdf/fxo-red.pdf854
-rw-r--r--qpdf/qtest/qpdf/good14.out26
-rw-r--r--qpdf/qtest/qpdf/good14.pdf23
-rw-r--r--qpdf/qtest/qpdf/good14.qdf45
-rw-r--r--qpdf/qtest/qpdf/image-streams-none.out6
-rw-r--r--qpdf/qtest/qpdf/image-streams.pdfbin1436659 -> 2970696 bytes
-rw-r--r--qpdf/qtest/qpdf/inline-images-ii-all.pdf98566
-rw-r--r--qpdf/qtest/qpdf/inline-images-ii-some.pdf82174
-rw-r--r--qpdf/qtest/qpdf/issue-101.out26
-rw-r--r--qpdf/qtest/qpdf/issue-117.out8
-rw-r--r--qpdf/qtest/qpdf/issue-118.obfuscated1
-rw-r--r--qpdf/qtest/qpdf/issue-118.pdfbin806 -> 0 bytes
-rw-r--r--qpdf/qtest/qpdf/issue-120.out4
-rw-r--r--qpdf/qtest/qpdf/issue-143.out3
-rw-r--r--qpdf/qtest/qpdf/issue-263.out38
-rw-r--r--qpdf/qtest/qpdf/issue-263.pdf5
-rw-r--r--qpdf/qtest/qpdf/issue-51.obfuscated1
-rw-r--r--qpdf/qtest/qpdf/issue-51.out6
-rw-r--r--qpdf/qtest/qpdf/issue-51.pdf22
-rw-r--r--qpdf/qtest/qpdf/json-field-types-acroform.out392
-rw-r--r--qpdf/qtest/qpdf/json-field-types.out2694
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-all.out615
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-specialized.out615
-rw-r--r--qpdf/qtest/qpdf/json-image-streams.out615
-rw-r--r--qpdf/qtest/qpdf/json-need-appearances-acroform.out392
-rw-r--r--qpdf/qtest/qpdf/json-outlines-with-actions.out1464
-rw-r--r--qpdf/qtest/qpdf/json-outlines-with-old-root-dests.out1574
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2.out48
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer.out12
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects.out912
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines-pages.out678
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines.out161
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-pagelabels.out92
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-pages.out523
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines.out1675
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-num-tree.out1310
-rw-r--r--qpdf/qtest/qpdf/kfo-n.out20
-rw-r--r--qpdf/qtest/qpdf/kfo-y.out20
-rw-r--r--qpdf/qtest/qpdf/labels-split-01-06.pdf324
-rw-r--r--qpdf/qtest/qpdf/labels-split-07-11.pdf280
-rw-r--r--qpdf/qtest/qpdf/large-inline-image-ii-all.pdfbin0 -> 2442597 bytes
-rw-r--r--qpdf/qtest/qpdf/large-inline-image-ii-some.pdfbin0 -> 2442329 bytes
-rw-r--r--qpdf/qtest/qpdf/large-inline-image.pdfbin0 -> 1744913 bytes
-rw-r--r--qpdf/qtest/qpdf/large-inline-image.qdfbin0 -> 2140781 bytes
-rw-r--r--qpdf/qtest/qpdf/linearize-duplicate-page.pdfbin0 -> 1899 bytes
-rw-r--r--qpdf/qtest/qpdf/manual-appearances-out.pdf2339
-rw-r--r--qpdf/qtest/qpdf/manual-appearances-print-out.pdf2290
-rw-r--r--qpdf/qtest/qpdf/manual-appearances-screen-out.pdf2297
-rw-r--r--qpdf/qtest/qpdf/manual-appearances.pdf2740
-rw-r--r--qpdf/qtest/qpdf/merge-dict.out44
-rw-r--r--qpdf/qtest/qpdf/merge-dict.pdf148
-rw-r--r--qpdf/qtest/qpdf/merge-implicit-ranges.pdf220
-rw-r--r--qpdf/qtest/qpdf/merge-multiple-labels.pdfbin0 -> 3452 bytes
-rw-r--r--qpdf/qtest/qpdf/merge-three-files-1.pdfbin8495 -> 8396 bytes
-rw-r--r--qpdf/qtest/qpdf/merge-three-files-2.pdfbin6036 -> 6196 bytes
-rw-r--r--qpdf/qtest/qpdf/minimal-dangling-out.pdfbin0 -> 853 bytes
-rw-r--r--qpdf/qtest/qpdf/minimal-dangling.out9
-rw-r--r--qpdf/qtest/qpdf/more-choices.pdf3788
-rw-r--r--qpdf/qtest/qpdf/name-tree.out10
-rw-r--r--qpdf/qtest/qpdf/name-tree.pdf166
-rw-r--r--qpdf/qtest/qpdf/need-appearances-more-out.pdf3731
-rw-r--r--qpdf/qtest/qpdf/need-appearances-more-warn.out2
-rw-r--r--qpdf/qtest/qpdf/need-appearances-more.pdf3779
-rw-r--r--qpdf/qtest/qpdf/need-appearances-more2.pdf3781
-rw-r--r--qpdf/qtest/qpdf/need-appearances-out.pdf3780
-rw-r--r--qpdf/qtest/qpdf/need-appearances-warn.out2
-rw-r--r--qpdf/qtest/qpdf/need-appearances.pdf3780
-rw-r--r--qpdf/qtest/qpdf/no-page-labels.out2
-rw-r--r--qpdf/qtest/qpdf/number-tree.out15
-rw-r--r--qpdf/qtest/qpdf/number-tree.pdf171
-rw-r--r--qpdf/qtest/qpdf/optimize-images-defaults-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-defaults.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-image-streams-json.out242
-rw-r--r--qpdf/qtest/qpdf/optimize-images-image-streams.out10
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-all-size-json.out79
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-all-size.out5
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-json.out79
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-keep-all-json.out18
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-keep-all.out1
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-keep-some-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images-keep-some.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-inline-images.out5
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-area-all-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-area-all.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-area-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-area.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-height-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-height.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-width-json.out64
-rw-r--r--qpdf/qtest/qpdf/optimize-images-min-width.out4
-rw-r--r--qpdf/qtest/qpdf/optimize-images-unsupported-json.out49
-rw-r--r--qpdf/qtest/qpdf/optimize-images-unsupported.out3
-rw-r--r--qpdf/qtest/qpdf/outlines-split-01-10.pdf760
-rw-r--r--qpdf/qtest/qpdf/outlines-split-11-20.pdf760
-rw-r--r--qpdf/qtest/qpdf/outlines-split-21-30.pdf760
-rw-r--r--qpdf/qtest/qpdf/outlines-with-actions.out12
-rw-r--r--qpdf/qtest/qpdf/outlines-with-actions.pdf1575
-rw-r--r--qpdf/qtest/qpdf/outlines-with-loop.out11
-rw-r--r--qpdf/qtest/qpdf/outlines-with-loop.pdf1575
-rw-r--r--qpdf/qtest/qpdf/outlines-with-old-root-dests.out12
-rw-r--r--qpdf/qtest/qpdf/outlines-with-old-root-dests.pdf1567
-rw-r--r--qpdf/qtest/qpdf/page-labels-and-outlines.out12
-rw-r--r--qpdf/qtest/qpdf/page-labels-no-zero.out15
-rw-r--r--qpdf/qtest/qpdf/page-labels-no-zero.pdf1364
-rw-r--r--qpdf/qtest/qpdf/page-labels-num-tree.out15
-rw-r--r--qpdf/qtest/qpdf/page-labels-num-tree.pdf1417
-rw-r--r--qpdf/qtest/qpdf/page_api_2-json.out127
-rw-r--r--qpdf/qtest/qpdf/page_api_2.out2
-rw-r--r--qpdf/qtest/qpdf/password-arg-complex-utf81
-rw-r--r--qpdf/qtest/qpdf/password-arg-complex-utf8-hex1
-rw-r--r--qpdf/qtest/qpdf/password-arg-simple-pdf-doc1
-rw-r--r--qpdf/qtest/qpdf/password-arg-simple-utf81
-rw-r--r--qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc1
-rw-r--r--qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc-hex1
-rw-r--r--qpdf/qtest/qpdf/password-arg-single-byte-utf81
-rw-r--r--qpdf/qtest/qpdf/password-arg-single-byte-win-ansi1
-rw-r--r--qpdf/qtest/qpdf/password-bare-complex-utf81
-rw-r--r--qpdf/qtest/qpdf/password-bare-complex-utf8-hex1
-rw-r--r--qpdf/qtest/qpdf/password-bare-simple-pdf-doc1
-rw-r--r--qpdf/qtest/qpdf/password-bare-simple-utf81
-rw-r--r--qpdf/qtest/qpdf/password-bare-single-byte-pdf-doc1
-rw-r--r--qpdf/qtest/qpdf/password-bare-single-byte-utf81
-rw-r--r--qpdf/qtest/qpdf/password-bare-single-byte-win-ansi1
-rw-r--r--qpdf/qtest/qpdf/really-shared-images-pages-out.pdf288
-rw-r--r--qpdf/qtest/qpdf/sample-form-out.pdf2761
-rw-r--r--qpdf/qtest/qpdf/sample-form.pdf2443
-rw-r--r--qpdf/qtest/qpdf/shared-font-xobject-split-1.pdf118
-rw-r--r--qpdf/qtest/qpdf/shared-font-xobject-split-2.pdf118
-rw-r--r--qpdf/qtest/qpdf/shared-font-xobject-split-3.pdf118
-rw-r--r--qpdf/qtest/qpdf/shared-font-xobject-split-4.pdf118
-rw-r--r--qpdf/qtest/qpdf/shared-font-xobject.pdf310
-rw-r--r--qpdf/qtest/qpdf/shared-images-show.out140
-rw-r--r--qpdf/qtest/qpdf/show-trailer.out1
-rw-r--r--qpdf/qtest/qpdf/show-unicode-encryption.pl10
-rw-r--r--qpdf/qtest/qpdf/small-images.pdf170
-rw-r--r--qpdf/qtest/qpdf/small-progress.out3
-rw-r--r--qpdf/qtest/qpdf/terminate-parsing.out6
-rw-r--r--qpdf/qtest/qpdf/three-files-collate-out.pdf965
-rw-r--r--qpdf/qtest/qpdf/tokenize-content-streams.out6
-rw-r--r--qpdf/qtest/qpdf/tokens-maxlen.out813
-rw-r--r--qpdf/qtest/qpdf/tokens-no-ignorable.out396
-rw-r--r--qpdf/qtest/qpdf/tokens-old-ei.out2320
-rw-r--r--qpdf/qtest/qpdf/tokens.out813
-rw-r--r--qpdf/qtest/qpdf/tokens.pdfbin9438 -> 9503 bytes
-rw-r--r--qpdf/qtest/qpdf/unicode-op.out15
-rw-r--r--qpdf/qtest/qpdf/unicode-up.out15
-rw-r--r--qpdf/qtest/qpdf/unique-resources.pdfbin0 -> 849 bytes
-rw-r--r--qpdf/qtest/qpdf/unsupported-optimization.pdfbin0 -> 1621 bytes
-rw-r--r--qpdf/qtest/qpdf/uo-1.out48
-rw-r--r--qpdf/qtest/qpdf/uo-1.pdf2947
-rw-r--r--qpdf/qtest/qpdf/uo-2.out50
-rw-r--r--qpdf/qtest/qpdf/uo-2.pdf2729
-rw-r--r--qpdf/qtest/qpdf/uo-3.out50
-rw-r--r--qpdf/qtest/qpdf/uo-3.pdf1913
-rw-r--r--qpdf/qtest/qpdf/uo-4.out26
-rw-r--r--qpdf/qtest/qpdf/uo-4.pdf1575
-rw-r--r--qpdf/qtest/qpdf/uo-5.out23
-rw-r--r--qpdf/qtest/qpdf/uo-5.pdf1210
-rw-r--r--qpdf/qtest/qpdf/uo-6.out10
-rw-r--r--qpdf/qtest/qpdf/uo-6.pdf357
-rw-r--r--qpdf/qtest/qpdf/uo-7.out34
-rw-r--r--qpdf/qtest/qpdf/uo-7.pdf2078
-rw-r--r--qpdf/qtest/qpdf/verbose-merge.out1
-rw-r--r--qpdf/qtest/storage/field-types.odtbin0 -> 11751 bytes
-rw-r--r--qpdf/qtest/storage/field-types.pdfbin0 -> 43917 bytes
-rw-r--r--qpdf/test_driver.cc578
-rw-r--r--qpdf/test_tokenizer.cc30
-rwxr-xr-xqtest/bin/qtest-driver47
-rw-r--r--qtest/module/TestDriver.pm58
431 files changed, 372712 insertions, 4008 deletions
diff --git a/.gitignore b/.gitignore
index c8bd500b..f280951b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,11 @@
*.pdb
.lineno
-aclocal.m4
appimage/build
autoconf.mk
-autofiles.zip
autom4te.cache/
config.log
config.status
-configure
+distfiles.zip
doc/fix-qdf.1
doc/qpdf-manual.html
doc/qpdf-manual.pdf
@@ -19,7 +17,6 @@ libqpdf.map
libqpdf.pc
libqpdf/build/
libqpdf/qpdf/qpdf-config.h
-libqpdf/qpdf/qpdf-config.h.in
libtests/build/
libtool
manual/build/
diff --git a/ChangeLog b/ChangeLog
index 7eef99e4..62c20948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,521 @@
+2019-02-01 Jay Berkenbilt <ejb@ql.org>
+
+ * 8.4.0: release
+
+2019-01-31 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: do better pre-checks on images before optimizing;
+ refuse to optimize images that can't be converted to JPEG because
+ of colorspace or depth.
+
+ * Add new options --externalize-inline-images, which converts
+ inline images larger than a specified size to regular images, and
+ --ii-min-bytes, which tweaks that size.
+
+ * When optimizing images, inline images are now included in the
+ optimization, first being converted to regular images. Use
+ --keep-inline-images to exclude them from optimization. Fixes #278.
+
+ * Add method QPDFPageObjectHelper::externalizeInlineImages, which
+ converts inline images whose size is at least a specified amount
+ to regular images.
+
+ * Remove traces of acroread, which hasn't been available in Linux
+ for a long time.
+
+2019-01-30 Jay Berkenbilt <ejb@ql.org>
+
+ * Do not include space after ID operator in inline image data. The
+ token now correctly contains the image data, the EI operator,
+ and the delimiter that precedes the EI operator.
+
+ * Improve locating of an inline image's EI operator to correctly
+ handle the case of EI appearing inside the image data.
+
+ * Very low-level QPDFTokenizer API now includes an
+ expectInlineImage method that takes an input stream, enabling it
+ to locate an inline image's EI operator better. When this method
+ is called, the inline image token returned will not contain the EI
+ operator and will contain correct image data. This is called
+ automatically everywhere within the qpdf library. Most user code
+ will never have to use the low-level tokenizer API. If you use
+ Pl_QPDFTokenizer, this will be done automatically for you. If you
+ use the low-level API and call expectInlineImage, you should call
+ the new version.
+
+2019-01-29 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: when returning an inline image token, the tokenizer no
+ longer includes the delimiter that follows EI. The
+ QPDFObjectHandle created from the token was correct.
+
+ * Handle files with direct page objects, which is not allowed by
+ the PDF spec but has been seen in the wild. Fixes #164.
+
+2019-01-28 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: when using --stream-data=compress, object streams and
+ xref streams were not compressed. They were compressed if no
+ --stream-data option was specified. Fixes #271.
+
+ * When linearizing or getting the list of all pages in a file,
+ replace duplicated page objects with a shallow copy of the page
+ object. Linearization and all page manipulation APIs require page
+ objects to be unique. Pages that were originally duplicated will
+ still share contents and any other indirect resources. Fixes #268.
+
+2019-01-26 Jay Berkenbilt <ejb@ql.org>
+
+ * Add --overlay and --underlay options. Fixes #207.
+
+ * Create examples/pdf-overlay-page.cc to demonstrate use of
+ page/form XObject interaction
+
+ * Add new methods QPDFPageObjectHelper::getFormXObjectForPage,
+ which creates a form XObject equivalent to a page, and
+ QPDFObjectHandle::placeFormXObject, which generates content stream
+ code to placing a form XObject on a page.
+
+2019-01-25 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new method QPDFObjectHandle::getUniqueResourceName() to
+ return an unused key available to be used in a resource
+ dictionary.
+
+ * Add new method QPDFPageObjectHelper::getAttribute() that
+ properly handles inherited attributes and allows for creation of a
+ copy of shared attributes. This is very useful if you are getting
+ an attribute of a page dictionary with the intent to modify it
+ privately for that page.
+
+ * Fix QPDFPageObjectHelper::getPageImages (and the legacy
+ QPDFObjectHandle::getPageImages()) to properly handle images in
+ inherited resources dictionaries.
+
+2019-01-20 Jay Berkenbilt <ejb@ql.org>
+
+ * Tweak the content code generated for variable text fields to
+ better handle font sizes and multi-line text.
+
+ * When generating appearance streams for variable text
+ annotations, properly handle the cases of there being no
+ appearance dictionary, no appearance stream, or an appearance
+ stream with no BMC..EMC marker.
+
+ * When flattening annotations, remove annotations from the file
+ that don't have appearance streams. These were previously being
+ preserved, but since they are invisible, there is no reason to
+ preserve them when flattening annotations.
+
+2019-01-19 Jay Berkenbilt <ejb@ql.org>
+
+ * NOTE: qpdf CLI: some non-compatible changes were made to how
+ qpdf interprets password arguments that contain Unicode characters
+ that fall outside of ASCII. On Windows, the non-compatibility was
+ unavoidable, as explained in the release notes. On all platforms,
+ it is possible to get the old behavior if desired, though the old
+ behavior would almost always result in files that other
+ applications were unable to open. As it stands, qpdf should now be
+ able to open passwords encrypted with a wide range of passwords
+ that some other viewers might not handle, though even now, qpdf's
+ Unicode password handling is not 100% complete.
+
+ * Add --password-mode option, which allows fine-grained control of
+ how password arguments are treated. This is discussed fully in the
+ manual. Fixes #215.
+
+ * Add option --suppress-password-recovery to disable the behavior
+ of searching for a correct password by re-encoding the provided
+ password. This option can be useful if you want to ensure you know
+ exactly what password is being used.
+
+2019-01-17 Jay Berkenbilt <ejb@ql.org>
+
+ * When attempting to open an encrypted file with a password, if
+ the password doesn't work, try alternative passwords created by
+ re-interpreting the supplied password with different string
+ encodings. This makes qpdf able to recover passwords with
+ non-ASCII characters when either the decryption or encryption
+ operation was performed with an incorrectly encoded password.
+
+ * Fix data loss bug: qpdf was discarding referenced resources in
+ the case in which a page's resource dictionary contained an
+ indirect reference for either /Font or /XObject that contained
+ fonts or XObjects not referenced on all pages that shared the
+ resource. This was a "typo" in the code. The comment explained the
+ correct behavior, and the code was clearly intended to handle this
+ issue, but the implementation had an error in it. This is fixed by
+ a single-line change, which can be found in git commit
+ 4bc434000c42a7191e705c8a38216ca6743ad9ff. That commit can be used
+ as a patch that applies cleanly against qpdf 8.1.0 and forward.
+ The bug was introduced in version 8.1.0. For the record, this is
+ the first bug in qpdf's history that could result in silent loss
+ of data when processing a correct input file. Fixes #276.
+
+2019-01-15 Jay Berkenbilt <ejb@ql.org>
+
+ * Add QUtil::possible_repaired_encodings which, given a string,
+ generates other strings that represent re-interpretation of the
+ bytes in a different coding system. This is used to help recover
+ passwords if the password string was improperly encoded on a
+ different system due to user error or a software bug.
+
+2019-01-14 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new CLI flags to 128-bit and 256-bit encryption: --assemble,
+ --annotate, --form, and --modify-other to control encryption
+ permissions with more granularity than was allowed with the
+ --modify flag. Fixes #214.
+
+ * Add new versions of
+ QPDFWriter::setR{3,4,5,6}EncryptionParameters that allow
+ individual setting of the various permission bits. The old
+ interfaces are retained for backward compatibility. In the "C"
+ API, add qpdf_set_r{3,4,5,6}_encryption_parameters2. The new
+ interfaces use separate booleans for various permissions instead
+ of the qpdf_r3_modify_e enumerated type, which set permission bits
+ in predefined groups.
+
+ * Add versions of utf8 to single-byte character transcoders that
+ return a success code.
+
+2019-01-13 Jay Berkenbilt <ejb@ql.org>
+
+ * Add several more string transcoding and analysis methods to
+ QUtil for bidirectional conversion between PDF Doc, Win Ansi, Mac
+ Roman, UTF-6, and UTF-16 along with detection of valid UTF-8 and
+ UTF-16.
+
+2019-01-12 Jay Berkenbilt <ejb@ql.org>
+
+ * In the --pages option, allow the same page to be specified more
+ than once. You can now do "--pages A.pdf 1,1 --" or
+ "--pages A.pdf 1 A.pdf 1" instead of having to use two different
+ paths to specify A.pdf. Fixes #272.
+
+ * Add QPDFPageObjectHelper::shallowCopyPage(). This method creates
+ a new page object that is a "shallow copy" of the given page as
+ described in the comments in QPDFPageObjectHelper. The resulting
+ object has not been added anywhere but is ready to be passed to
+ QPDFPageDocumentHelper::addPage of its own QPDF or another QPDF
+ object.
+
+ * Add QPDF::getUniqueId() method to return an identifier that is
+ intended to be unique within the scope of all QPDF objects created
+ by the calling application in a single run.
+
+ * In --pages, allow "." as a replacement for the current input
+ file, making it possible to say "qpdf A.pdf --pages . 1-3 --"
+ instead of having to repeat the input filename.
+
+2019-01-10 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new configure option --enable-avoid-windows-handle, which
+ causes the symbol AVOID_WINDOWS_HANDLE to be defined. If set, we
+ avoid using Windows I/O HANDLE, which is disallowed in some
+ versions of the Windows SDK, such as for Windows phones.
+ QUtil::same_file will always return false in this case. Only
+ applies to Windows builds.
+
+ * Add new method QPDF::setImmediateCopyFrom. When called on a
+ source QPDF object, streams can be copied FROM that object to
+ other ones without having to keep the source QPDF or its input
+ source around. The cost is copying the streams into RAM. See
+ comments in QPDF.hh for setImmediateCopyFrom for a detailed
+ explanation.
+
+2019-01-07 Jay Berkenbilt <ejb@ql.org>
+
+ * 8.3.0: release
+
+ * Add sample completion files in completions. These can be used by
+ packagers to install on the system wherever bash and zsh keep
+ their vendor-supplied completions.
+
+ * Add configure flag --enable-check-autofiles, which is on by
+ default. Packagers whose packaging systems automatically refresh
+ autoconf or libtool files should pass --disable-check-autofiles to
+ ./configure to suppress warnings about automatically generated
+ files being outdated.
+
+2019-01-06 Jay Berkenbilt <ejb@ql.org>
+
+ * Remove the restriction in most cases that the source QPDF used
+ in a copyForeignObject call has to stick around until the
+ destination QPDF is written. The exceptional case is when the
+ source stream gets is data using a
+ QPDFObjectHandle::StreamDataProvider. For a more in-depth
+ discussion, see comments around copyForeignObject in QPDF.hh.
+ Fixes #219.
+
+2019-01-05 Jay Berkenbilt <ejb@ql.org>
+
+ * When generating appearances, if the font uses one of the
+ standard, built-in encodings, restrict the character set to that
+ rather than just to ASCII. This will allow most appearances to
+ contain characters from the ISO-Latin-1 range plus a few
+ additional characters.
+
+ * Add methods QUtil::utf8_to_win_ansi and
+ QUtil::utf8_to_mac_roman.
+
+ * Add method QUtil::utf8_to_utf16.
+
+2019-01-04 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new option --optimize-images, which recompresses every image
+ using DCT (JPEG) compression as long as the image is not already
+ compressed with lossy compression and recompressing the image
+ reduces its size. The additional options --oi-min-width,
+ --oi-min-height, and --oi-min-area prevent recompression of images
+ whose width, height, or pixel area (width * height) are below a
+ specified threshold.
+
+ * Add new option --collate. When specified, the semantics of
+ --pages change from concatenation to collation. See the manual for
+ a more detailed discussion. Fixes #259.
+
+ * Add new method QPDFWriter::getFinalVersion, which returns the
+ PDF version that will ultimately be written to the final file. See
+ comments in QPDFWriter.hh for some restrictions on its use. Fixes
+ #266.
+
+ * When unexpected errors are found while checking linearization
+ data, print an error message instead of calling assert, which
+ cause the program to crash. Fixes #209, #231.
+
+ * Detect and recover from dangling references. If a PDF file
+ contained an indirect reference to a non-existent object (which is
+ valid), when adding a new object to the file, it was possible for
+ the new object to take the object ID of the dangling reference,
+ thereby causing the dangling reference to point to the new object.
+ This case is now prevented. Fixes #240.
+
+2019-01-03 Jay Berkenbilt <ejb@ql.org>
+
+ * Add --generate-appearances flag to the qpdf command-line tool to
+ trigger generation of appearance streams.
+
+ * Fix behavior of form field value setting to handle the following
+ cases:
+ - Strings are always written as UTF-16
+ - Check boxes and radio buttons are handled properly with
+ synchronization of values and appearance states
+
+ * Define constants in qpdf/Constants.h for interpretation of
+ annotation and form field flags
+
+ * Add QPDFAnnotationObjectHelper::getFlags
+
+ * Add many new methods to QPDFFormFieldObjectHelper for querying
+ flags and field types
+
+ * Add new methods for appearance stream generation. See comments
+ in QPDFFormFieldObjectHelper.hh for generateAppearance() for a
+ description of limitations.
+ - QPDFAcroFormDocumentHelper::generateAppearancesIfNeeded
+ - QPDFFormFieldObjectHelper::generateAppearance
+
+ * Bug fix: when writing form field values, always write string
+ values encoded as UTF-16.
+
+ * Add method QUtil::utf8_to_ascii, which returns an ASCII string
+ for a UTF-8 string, replacing out-of-range characters with a
+ specified substitute.
+
+2019-01-02 Jay Berkenbilt <ejb@ql.org>
+
+ * Add method QPDFObjectHandle::getResourceNames that returns a set
+ of strings representing all second-level keys in a dictionary
+ (i.e. all keys of all direct dictionary members).
+
+2018-12-31 Jay Berkenbilt <ejb@ql.org>
+
+ * Add --flatten-annotations flag to the qpdf command-line tool for
+ annotation flattening.
+
+ * Add methods for flattening form fields and annotations:
+ - QPDFPageDocumentHelper::flattenAnnotations - integrate
+ annotation appearance streams into page contents with special
+ handling for form fields: if appearance streams are up to date
+ (/NeedAppearances is false in /AcroForm), the /AcroForm key of
+ the document catalog is removed. Otherwise, a warning is
+ issued, and form fields are ignored. Non-form-field
+ annotations are always flattened if an appearance stream can
+ be found.
+ - QPDFAnnotationObjectHelper::getPageContentForAppearance -
+ generate the content stream fragment to render an appearance
+ stream in a page's content stream as a form xobject. Called by
+ flattenAnnotations.
+
+ * Add method QPDFObjectHandle::mergeResources(), which merges
+ resource dictionaries. See detailed description in
+ QPDFObjectHandle.hh.
+
+ * Add QPDFObjectHandle::Matrix, similar to
+ QPDFObjectHandle::Rectangle, as a convenience class for
+ six-element arrays that are used as matrices.
+
+2018-12-23 Jay Berkenbilt <ejb@ql.org>
+
+ * When specifying @arg on the command line, if the file "arg" does
+ not exist, just treat this is a normal argument. This makes it
+ easier to deal with files whose names start with the @ character.
+ Fixes #265.
+
+ * Tweak completion so it works with zsh as well using
+ bashcompinit.
+
+2018-12-22 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new options --json, --json-key, and --json-object to
+ generate a json representation of the PDF file. This is described
+ in more depth in the manual. You can also run qpdf --json-help to
+ get a description of the json format.
+
+2018-12-21 Jay Berkenbilt <ejb@ql.org>
+
+ * Allow --show-object=trailer for showing the document trailer.
+
+ * You can now use eval $(qpdf --completion-bash) to enable bash
+ completion for qpdf. It's not perfect, but it works pretty well.
+
+2018-12-19 Jay Berkenbilt <ejb@ql.org>
+
+ * When splitting pages using --split-pages, the outlines
+ dictionary and some supporting metadata are copied into the split
+ files. The result is that all bookmarks from the original file
+ appear, and those that point to pages that are preserved work
+ while those that point to pages that are not preserved don't do
+ anything. This is an interim step toward proper support for
+ bookmark preservation in split files.
+
+ * Add QPDFOutlineDocumentHelper and QPDFOutlineObjectHelper for
+ handling outlines (bookmarks) including bidirectionally mapping
+ between bookmarks and pages. Initially there is no support for
+ modifying the outlines hierarchy.
+
+2018-12-18 Jay Berkenbilt <ejb@ql.org>
+
+ * New method QPDFObjectHandle::getJSON() returns a JSON object
+ with a partial representation of the object. See
+ QPDFObjectHandle.hh for a detailed description.
+
+ * Add a simple JSON serializer. This is not a complete or
+ general-purpose JSON library. It allows assembly and serialization
+ of JSON structures with some restrictions, which are described in
+ the header file.
+
+ * Add QPDFNameTreeObjectHelper class. This class provides useful
+ methods for dealing with name trees, which are discussed in
+ section 7.9.6 of the PDF spec (ISO-32000).
+
+ * Preserve page labels when merging and splitting files. Prior
+ versions of qpdf simply preserved the page label information from
+ the first file, which usually wouldn't make any sense in the
+ merged file. Now any page that had a page number in any original
+ file will have the same page number after merging or splitting.
+
+ * Add QPDFPageLabelDocumentHelper class. This is a document helper
+ class that provides useful methods for dealing with page labels.
+ It abstracts the fact that they are stored as number trees and
+ deals with interpolating intermediate values that are not in the
+ tree. It also has helper functions used by the qpdf command line
+ tool to preserve page labels when merging and splitting files.
+
+ * Add QPDFNumberTreeObjectHelper class. This class provides useful
+ methods for dealing with number trees, which are discussed in
+ section 7.9.7 of the PDF spec (ISO-32000). Page label dictionaries
+ are represented as number trees.
+
+ * New method QPDFObjectHandle::wrapInArray returns the object
+ itself if it is an array. Otherwise, it returns an array
+ containing the object. This is useful for dealing with PDF data
+ that is sometimes expressed as a single element and sometimes
+ expressed as an array, which is a somewhat common PDF idiom.
+
+2018-10-11 Jay Berkenbilt <ejb@ql.org>
+
+ * Files generated by autogen.sh are now committed so that it is
+ possible to build on platforms without autoconf directly from a
+ clean checkout of the repository. The configure script detects if
+ the files are out of date when it also determines that the tools
+ are present to regenerate them.
+
+ * Add build in Azure Pipelines, now that it is free for open
+ source projects.
+
+2018-08-18 Jay Berkenbilt <ejb@ql.org>
+
+ * 8.2.1: release
+
+ * Add new option --keep-files-open=[yn] to control whether qpdf
+ keeps files open when merging. Prior to version 8.1.0, qpdf always
+ kept all files open, but this meant that the number of files that
+ could be merged was limited by the operating system's open file
+ limit. Version 8.1.0 opened files as they were referenced, but
+ this caused a major performance impact. Version 8.2.0 optimized
+ the performance but did so in a way that, for local file systems,
+ there was a small but unavoidable performance hit, but for
+ networked file systems, the performance impact could be very high.
+ Starting with version 8.2.1, the default behavior is that files
+ are kept open if no more than 200 files are specified, but that
+ the behavior can be explicitly overridden with the
+ --keep-files-open flag. If you are merging more than 200 files but
+ less than the operating system's max open files limit, you may
+ want to use --keep-files-open=y. If you are using a local file
+ system where the overhead is low and you might sometimes merge
+ more than the OS limit's number of files, you may want to specify
+ --keep-files-open=n. Fixes #237.
+
+2018-08-16 Jay Berkenbilt <ejb@ql.org>
+
+ * 8.2.0: release
+
+2018-08-14 Jay Berkenbilt <ejb@ql.org>
+
+ * For the mingw builds, change the name of the DLL import library
+ from libqpdf.a to libqpdf.dll.a to avoid confusing it with a
+ static library. This potentially clears the way for supporting a
+ static library in the future, though presently, the qpdf Windows
+ build only builds the DLL and executables. Fixes #225.
+
+2018-08-13 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new class QPDFSystemError, derived from std::runtime_error,
+ which is now thrown by QUtil::throw_system_error. This enables the
+ triggering errno value to be retrieved. Fixes #221.
+
+2018-08-12 Jay Berkenbilt <ejb@ql.org>
+
+ * qpdf command line: add --no-warn option to suppress issuing
+ warning messages. If there are any conditions that would have
+ caused warnings to be issued, the exit status is still 3.
+
+ * Rewrite the internals of Pl_Buffer to be much more efficient in
+ use of memory at a very slight performance cost. The old
+ implementation could cause memory usage to go out of control for
+ files with large images compressed using the TIFF predictor.
+ Fixes #228.
+
+2018-08-05 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: end of line characters were not properly handled inside
+ strings in some cases. Fixes #226.
+
+ * Bug fix: infinite loop on progress reporting for very small
+ files. Fixes #230.
+
+2018-08-04 Jay Berkenbilt <ejb@ql.org>
+
+ * Performance fix: optimize page merging operation to avoid
+ unnecessary open/close calls on files being merged. Fixes #217.
+
+ * Add ClosedFileInputSource::stayOpen method, enabling a
+ ClosedFileInputSource to stay open during manually indicated
+ periods of high activity, thus reducing the overhead of frequent
+ open/close operations.
+
2018-06-23 Jay Berkenbilt <ejb@ql.org>
* 8.1.0: release
@@ -133,7 +651,7 @@
* Ignore zlib data check errors while uncompressing streams. This
is consistent with behaviors of other readers and enables handling
- of some incorrectly written zlib strems. Fixes #191.
+ of some incorrectly written zlib streams. Fixes #191.
2018-02-25 Jay Berkenbilt <ejb@ql.org>
@@ -151,7 +669,7 @@
* Major enhancements to handling of type errors within the qpdf
library. This fix is intended to eliminate those annoying cases
where qpdf would exit with a message like "operation for
- dictionary object attemped on object of wrong type" without
+ dictionary object attempted on object of wrong type" without
providing any context. Now qpdf keeps enough context to be able to
issue a proper warning and to handle such conditions in a sensible
way. This should greatly increase the number of bad files that
@@ -267,7 +785,7 @@
counting in length for better readability. Ordinarily this makes
no difference, but in the rare case of a page's contents being
split in the middle of a token, the old behavior could cause the
- extra newline to be interprted as part of the token. This bug
+ extra newline to be interpreted as part of the token. This bug
could only be triggered in qdf mode, which is a mode intended for
manual inspection of PDF files' contents, so it is very unlikely
to have caused any actual problems for people using qpdf for
@@ -346,7 +864,7 @@
QPDFObjectHandle::pipeStreamData, you don't need to worry about
this at all.
- * Provide heavily annoated examples/pdf-filter-tokens.cc example
+ * Provide heavily annotated examples/pdf-filter-tokens.cc example
that illustrates use of some simple token filters.
* When normalizing content streams, as in qdf mode, issue warning
@@ -356,7 +874,7 @@
either there's a bug in qpdf's lexer, that the file is damaged, or
that the page's contents are split in a weird way. In any of those
cases, qpdf could potentially damage the stream's contents by
- replacing carrige returns with newlines or otherwise messing with
+ replacing carriage returns with newlines or otherwise messing with
spaces. The mostly likely case of this would be an inline image's
compressed data being divided across two streams and having the
compressed data in the second stream contain a carriage return as
@@ -397,7 +915,7 @@
* 7.1.0: release
- * Allow raw encryption key to be specified in libary and command
+ * Allow raw encryption key to be specified in library and command
line with the QPDF::setPasswordIsHexKey method and
--password-is-hex-key option. Allow encryption key to be displayed
with --show-encryption-key option. Thanks to Didier Stevens
@@ -775,7 +1293,7 @@
2013-12-14 Jay Berkenbilt <ejb@ql.org>
- * Allow anyspace rather than just newline to follow xref header.
+ * Allow any space rather than just newline to follow xref header.
This allows qpdf to read a wider range of damaged files.
2013-11-30 Jay Berkenbilt <ejb@ql.org>
@@ -934,7 +1452,7 @@
* Add QPDF::getCompressibleObjGens() and deprecate
QPDF::getCompressibleObjects(), which had a flaw in its logic.
- * Add new QPDFObjectHandle::getObjGen() method and indiciate in
+ * Add new QPDFObjectHandle::getObjGen() method and indicate in
comments that its use is favored over getObjectID() and
getGeneration() for most cases.
@@ -981,7 +1499,7 @@
* Remove all calls to sprintf
* New method QUtil::int_to_string_base to convert to octal or
- hexademical (or decimal) strings without using sprintf
+ hexadecimal (or decimal) strings without using sprintf
2013-02-26 Jay Berkenbilt <ejb@ql.org>
@@ -1110,7 +1628,7 @@
QPDF::compute_data_key to take the R and V values from the
encryption dictionary. There is no reason for any application
code to call this method since handling of encryption is done
- automatically by the qpdf libary. It is used internally by
+ automatically by the qpdf library. It is used internally by
QPDFWriter.
* Support reading and decryption of files whose main text is not
@@ -1425,7 +1943,7 @@
* Add new array mutation routines to QPDFObjectHandle.
Implemented by Tobias Hoffmann.
- * Rework APIs that use size_t, off_t, and primative integer types
+ * Rework APIs that use size_t, off_t, and primitive integer types
so that size_t is used for sizes of memory and off_t is used for
file offsets. Also set _FILE_OFFSET_BITS so that large files can
be supported on 32-bit UNIX/Linux platforms. The code assumes in
@@ -1528,7 +2046,7 @@
uses the invalid object number 0 as a regular object.
* libqpdf/QPDF_linearization.cc (isLinearized): use -1 rather than
- 0 as a sentintel for not having found the first object in the
+ 0 as a sentinel for not having found the first object in the
file. Since -1 can never match the regular expression, this
prevents an infinite loop when checking a file that starts with
(erroneous) 0 0 obj. (Fixes qpdf-Bugs-3159950.)
@@ -1751,7 +2269,7 @@
with the required padding as specified by the PDF specification.
This is seldom useful to users. This function has been replaced
by QPDF::getPaddedUserPassword. Call the new
- QPDF::getTrimmedUserPassword to retreive the user password in a
+ QPDF::getTrimmedUserPassword to retrieve the user password in a
human-readable format.
* qpdf/qpdf.cc (main): qpdf --check now prints the PDF version
diff --git a/Makefile b/Makefile
index d5c2c2b3..414430ea 100644
--- a/Makefile
+++ b/Makefile
@@ -97,10 +97,10 @@ $(foreach B,$(BUILD_ITEMS),$(eval \
clean_$(B): ; \
$(RM) -r $(B)/$(OUTPUT_DIR)))
-AUTOFILES = configure aclocal.m4 libqpdf/qpdf/qpdf-config.h.in
-autofiles.zip: $(AUTOFILES)
- $(RM) autofiles.zip
- zip autofiles.zip $(AUTOFILES)
+DISTFILES = doc/qpdf-manual.html doc/qpdf-manual.pdf
+distfiles.zip: $(DISTFILES)
+ $(RM) distfiles.zip
+ zip distfiles.zip $(DISTFILES)
distclean: clean
$(RM) -r autoconf.mk autom4te.cache config.log config.status libtool
@@ -111,10 +111,9 @@ distclean: clean
$(RM) libqpdf.pc libqpdf.map
maintainer-clean: distclean
- $(RM) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in
- $(RM) aclocal.m4
- $(RM) -r install-mingw install-msvc external-libs
- $(RM) autofiles.zip
+ $(RM) doc/qpdf-manual.*
+ $(RM) -r install-mingw* install-msvc* external-libs
+ $(RM) distfiles.zip
.PHONY: $(TEST_TARGETS)
diff --git a/NOTICE.md b/NOTICE.md
index 383bd0c9..56eb455c 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,4 +1,4 @@
-QPDF is copyright (c) 2005-2018 Jay Berkenbilt
+QPDF is copyright (c) 2005-2019 Jay Berkenbilt
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
diff --git a/README-hardening.md b/README-hardening.md
index 7625b085..b33f8bcb 100644
--- a/README-hardening.md
+++ b/README-hardening.md
@@ -16,7 +16,6 @@ make
In qpdf:
```
-./autogen.sh
/tmp/htcondor-analyzer/create-db
CC=/tmp/htcondor-analyzer/cc CXX=/tmp/htcondor-analyzer/cxx ./configure --disable-shared --disable-werror
# to remove conftest.c
diff --git a/README-maintainer b/README-maintainer
index 7bc7e7c2..4a49544b 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -10,9 +10,9 @@ Debugging:
Memory checks:
-./configure CFLAGS="-fsanitize=address -g" \
- CXXFLAGS="-fsanitize=address -g" \
- LDFLAGS="-fsanitize=address" \
+./configure CFLAGS="-fsanitize=address -fsanitize=undefined -g" \
+ CXXFLAGS="-fsanitize=address -fsanitize=undefined -g" \
+ LDFLAGS="-fsanitize=address -fsanitize=undefined" \
--enable-werror --disable-shared
@@ -30,7 +30,7 @@ RELEASE PREPARATION
* Each year, update copyright notices. Just do a case-insensitive
search for copyright. Don't forget copyright in manual. Also update
- debian copyright in debian package. Last updated: 2018.
+ debian copyright in debian package. Last updated: 2019.
* Check all open issues in the sourceforge trackers and on github.
@@ -40,7 +40,7 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
- ispell -p ispell-words **/*.hh **/*.cc manual/*
+ ispell -p ispell-words **/*.hh **/*.cc manual/* ChangeLog README* TODO
* If needed, run large file and image comparison tests. Configure
options:
@@ -49,7 +49,8 @@ RELEASE PREPARATION
For Windows, use a Windows style path, not an MSYS path for large files.
-* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`.
+* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. Test
+ with newer version of gcc if available.
* Test build on a mac.
@@ -84,9 +85,9 @@ RELEASE PREPARATION
* Test for binary compatibility:
* Check out the last release
- * ./autogen.sh && ./configure --enable-werror && make -j$(nproc)
+ * ./configure --enable-werror && make -j$(nproc)
* Check out the current version
- * ./autogen.sh && ./configure --enable-werror && make -j$(nproc) build_libqpdf
+ * ./configure --enable-werror && make -j$(nproc) build_libqpdf
* Checkout the last release
* make -k check NO_REBUILD=1
@@ -106,63 +107,16 @@ RELEASE PREPARATION
CREATING A RELEASE
-* Be sure that the local git clone's HEAD is a commit that has
- upstream/master as an ancestor and that can be pushed to my fork. We
- will be generating releases and tagging this commit, which will be
- pushed to master as part of the release process.
+* Push to master. The azure pipeline will create an artifact called
+ distribution which will contain all the distribution files. Download
+ these, verify the checksums from the job output, rename to remove
+ -ci from the names, and copy to the release archive area.
-* Create source release:
+* Sign the source distribution:
version=x.y.z
-\rm -rf /tmp/qpdf-$version
-git archive --prefix=qpdf-$version/ HEAD . | (cd /tmp; tar xf -)
-pushd /tmp
-./qpdf-$version/make_dist
gpg --detach-sign --armor qpdf-$version.tar.gz
- Move qpdf-$version.tar.gz and qpdf-$version.tar.gz.asc to the
- release archive area.
-
- For iterating on the release during testing, pass `--no-tests` to
- make_dist to skip the test suite.
-
-* Generate an AppImage using the docker image in appimage. Arguments
- to the docker container are arguments to git clone. The build should
- be made off the exact commit that will be officially tagged as the
- release but built prior to tagging the release. We used to create
- signed AppImages, but this is problematic for various reasons (older
- gpg on the build image, problems embedding the key in the AppImage
- because of ELF issues), and we are signing the AppImages externally,
- so it doesn't really matter.
-
- Example:
-
-cd appimage
-docker build -t qpdfbuild .
-\rm -rf /tmp/build
-mkdir -p /tmp/build
-docker run --privileged -ti --rm -v /tmp/build:/tmp/build qpdfbuild https://github.com/jberkenbilt/qpdf -b work
-
- The AppImage in /tmp/build/qpdf/appimage/build should be called
- qpdf-$version-x86_64.AppImage. Copy qpdf*AppImage* (AppImage and
- zsync) files to the release archive area.
-
-* Create Windows binary releases. In Windows:
- * Extract the source distribution
- * From there, unzip the binary distribution of the external libraries
- * Open windows for 32-bit and 64-bit compilation environments that
- support msvc and mingw
- * Disable antivirus software. For bitdefender, open, select the "B"
- shield, and go to "View Features". Disable all features. Disable
- antivirus until next restart.
- * In each window simultaneously, run ./make_windows_releases
- * NOTE: For now, test failures are not fatal because of unknown
- fragility in the Windows test environment. If any tests fail,
- test logs are copied to qtest-*. Check test logs carefully
- before accepting the releases.
- * Copy the four resulting zip files into the release archive area
- * Re-enable anti-virus software
-
* Build and test the debian package
* Sign the releases. The release archive area should contain the
@@ -183,18 +137,24 @@ chmod 555 *.AppImage
`README-what-to-download.md` separately onto the download area if
needed.
-* Push the master branch to github. Create and push a signed tag. This
- should be run with HEAD pointing to the tip of master.
+* Ensure that the master branch has been pushed to github. The
+ rev-parse command below should show the same commit hash for all its
+ arguments. Create and push a signed tag. This should be run with
+ HEAD pointing to the tip of master.
-git rev-parse master @
-git push upstream master
-git tag -s release-qpdf-$version HEAD -m"qpdf $version"
+git rev-parse master upstream/master @
+git tag -s release-qpdf-$version @ -m"qpdf $version"
git push upstream release-qpdf-$version
+* In Azure Pipelines, retain the build that was used to generate the
+ release.
+
* Create a github release after pushing the tag. `gcurl` is an alias
that includes the auth token.
# Create release
+TOKEN=$(cat ~/.github-token)
+function gcurl() { curl -H "Authorization: token $TOKEN" ${1+"$@"} }
url=$(gcurl -s -XPOST https://api.github.com/repos/qpdf/qpdf/releases -d'{"tag_name": "release-qpdf-'$version'", "name": "qpdf '$version'", "draft": true}' | jq -r '.url')
# Get upload url
@@ -230,7 +190,6 @@ OTHER NOTES
To construct a source distribution from a pristine checkout,
`make_dist` does the following:
-./autogen.sh
./configure --enable-doc-maintenance --enable-werror
make build_manual
make distclean
@@ -271,10 +230,10 @@ If building or editing documentation, configure with
`--enable-doc-maintenance`. This will ensure that all tools or files
required to validate and build documentation are available.
-If you want to run `make maintainer-clean`, `make distclean`, or `make
-autofiles.zip` and you haven't run `./configure`, you can pass
-`CLEAN=1` to make on the command line to prevent it from complaining
-about configure not having been run.
+If you want to run `make maintainer-clean` or `make distclean` and you
+haven't run `./configure`, you can pass `CLEAN=1` to make on the
+command line to prevent it from complaining about configure not having
+been run.
If you want to run checks without rerunning the build, pass
`NO_REBUILD=1` to make. This can be useful for special testing
@@ -285,10 +244,8 @@ LOCAL WINDOWS TESTING PROCEDURE
This is what I do for routine testing on Windows.
-From Linux, run `./autogen.sh` and `make autofiles.zip CLEAN=1`.
-
-From Windows, git clone from my Linux clone, unzip `external-libs`,
-and unzip `autofiles.zip`.
+From Windows, git clone from my Linux clone, and unzip
+`external-libs`.
Look at `make_windows_releases`. Set up path the same way and run
whichever `./config-*` is appropriate for whichever compiler I need to
diff --git a/README-windows.md b/README-windows.md
index 87bebc2b..471e773c 100644
--- a/README-windows.md
+++ b/README-windows.md
@@ -40,7 +40,7 @@ You can also download `qpdf-external-libs-src.zip` and follow the instructions i
# Building from version control
-If you check out qpdf from version control, you will not have the files that are generated by autoconf. If you are not changing these files, you can grab them from a source distribution or create them from a system that has autoconf. To create them from scratch, run `./autogen.sh` on a system that has autoconf installed. Once you have them, you can run `make CLEAN=1 autofiles.zip`. This will create an autofiles.zip that you can extract on top of a fresh checkout.
+If you check out qpdf from version control, documentation files will not be generated or installed. Documentation files are included in the source distribution, but they can only be built from Linux.
# Building with MinGW
diff --git a/README.md b/README.md
index e25754e5..10e484df 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
-# QPDF [![Build Status](https://travis-ci.org/qpdf/qpdf.svg?branch=master)](https://travis-ci.org/qpdf/qpdf)
+
+# QPDF
[![QPDF](logo/qpdf.svg)](http://qpdf.sourceforge.net)
+[![Azure Pipeline Build Status](https://dev.azure.com/qpdf/qpdf/_apis/build/status/qpdf.qpdf)](https://dev.azure.com/qpdf/qpdf/_build/latest?definitionId=5) [![Travis Build Status](https://travis-ci.org/qpdf/qpdf.svg?branch=master)](https://travis-ci.org/qpdf/qpdf)
+
This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf.
-QPDF is copyright (c) 2005-2018 Jay Berkenbilt
+QPDF is copyright (c) 2005-2019 Jay Berkenbilt
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
@@ -30,18 +33,7 @@ Please see the [NOTICE](NOTICE.md) file for information on licenses of embedded
# Building from a pristine checkout
-When building qpdf from a pristine checkout from version control, documentation and automatically generated files are not present. You may either generate them or obtain them from a released source package, which includes them automatically generated files. If you want to grab just the automatic files, extract a source distribution in a temporary directory, and run `make CLEAN=1 autofiles.zip`. This will create a file called `autofiles.zip`, which can you can extract in a checkout of the source repository. This will enable you to run `./configure` and build normally. This approach is almost certainly required on Windows because of issues running autoconf. This workaround is also described in [README-windows.md](README-windows.md).
-
-For UNIX and UNIX-like systems, you can build the automatically generated files yourself, but you must have some additional tools installed to build from the source repository. To do this, you should have `autoconf` installed (`automake` is not required). Then run
-
-```
-./autogen.sh
-./configure --enable-doc-maintenance
-make
-make install
-```
-
-If you don't have Apache fop and the docbook stylesheets installed, you won't be able to build documentation. You can omit `--enable-doc-maintenance` and produce working qpdf software that passes its test suite, but `make install` will not install documentation files. Depending on your purposes, this may be fine, or you can grab the docs from a source distribution.
+When building qpdf from a pristine checkout from version control, generated documentation files are not present. You may either generate them (by passing `--enable-doc-maintenance` to `./configure` and satisfying the extra build-time dependencies) or obtain them from a released source package, which includes them. If you want to grab just the files that are in the source distribution but not in the repository, extract a source distribution in a temporary directory, and run `make CLEAN=1 distfiles.zip`. This will create a file called `distfiles.zip`, which can you can extract in a checkout of the source repository. This step is optional unless you are running make install and want the html and PDF versions of the documentation to be installed.
# Building from source distribution on UNIX/Linux
diff --git a/TODO b/TODO
index 7d44356b..0bd28ad7 100644
--- a/TODO
+++ b/TODO
@@ -1,35 +1,26 @@
Soon
====
- * Figure out how to render Gajić correctly in the PDF version of the
- qpdf manual.
+ * Set up OSS-Fuzz (Google). See starred email in qpdf label.
- * Add method to push inheritable resources to a single page by
- walking up and copying without overwrite. Above logic will also be
- sufficient to fix the limitation in
- QPDFObjectHandle::getPageImages(). Maybe add a method to get the
- effective resources for a page without modifying the page and then
- implement both changes in terms of that method.
+Next ABI
+========
- * Support user-pluggable stream filters. This would enable external
- code to provide interpretation for filters that are missing from
- qpdf. Make it possible for user-provided filters to override
- built-in filters. Make sure that the pluggable filters can be
- prioritized so that we can poll all registered filters to see
- whether they are capable of filtering a particular stream.
+Do these things next time we have to break binary compatibility
- * If possible, consider adding CCITT3, CCITT4, or any other easy
- filters. For some reference code that we probably can't use but may
- be handy anyway, see
- http://partners.adobe.com/public/developer/ps/sdk/index_archive.html
+ * Pl_Buffer's internal structure is not right for what it does. It
+ was modified for greater efficiency, but it was done in a way that
+ preserved binary compatibility, so the implementation is a bit
+ convoluted.
- * If possible, support the following types of broken files:
+ * Rename QUtil::strcasecmp since strcasecmp is a macro on some
+ platforms. See #242.
- - Files that have no whitespace token after "endobj" such that
- endobj collides with the start of the next object
-
- - See ../misc/broken-files
+ * Get rid of the version of QPDF::copyForeignObject with the bool
+ unused parameter.
+ * Remove version of QPDFTokenizer::expectInlineImage with no
+ arguments.
Lexical
=======
@@ -64,6 +55,42 @@ Page splitting/merging
Subramanyam provided a test file; see ../misc/article-threads.pdf.
Email Q-Count: 431864 from 2009-11-03.
+ * bookmarks (outlines) 12.3.3
+ * support bookmarks when merging
+ * prune bookmarks that don't point to a surviving page when merging
+ or splitting
+ * make sure conflicting named destinations work possibly test by
+ including the same file by two paths in a merge
+
+ When pruning outlines, keep all outlines in the hierarchy that are
+ above an outline for a page we care about. If one of the ancestor
+ outlines points to a non-existent page, clear its dest. If an
+ outline does not have any children that point to pages in the
+ document, just omit it.
+
+ Possible strategy:
+ * resolve all named destinations to explicit destinations
+ * concatenate top-level outlines
+ * prune outlines whose dests don't point to a valid page
+ * recompute all /Count fields
+
+ Test files
+ * page-labels-and-outlines.pdf: old file with both page labels and
+ outlines. All destinations are explicit destinations. Each page
+ has Potato and a number. All titles are feline names.
+ * outlines-with-actions.pdf: mixture of explicit destinations,
+ named destinations, goto actions with explicit destinations, and
+ goto actions with named destinations; uses /Dests key in names
+ dictionary. Each page has Salad and a number. All titles are
+ silly words. One destination is an indirect object.
+ * outlines-with-old-root-dests.pdf: like outlines-with-actions
+ except it uses the PDF-1.1 /Dests dictionary for named
+ destinations, and each page has Soup and a number. Also pages are
+ numbered with upper-case Roman numerals starting with 0. All
+ titles are silly words preceded by a bullet.
+
+ * Form fields: should be similar to outlines.
+
General
=======
@@ -72,7 +99,58 @@ directory or that are otherwise not publicly accessible. This includes
things sent to me by email that are specifically not public. Even so,
I find it useful to make reference to them in this list
- * Some test cases on bad fails fail because qpdf is unable to find
+ * Add support for writing name and number trees
+
+ * Figure out how to render Gajić correctly in the PDF version of the
+ qpdf manual.
+
+ * Decide whether errors thrown by checkLinearization should be
+ converted to warnings. Take a pass through the linearization code
+ to see whether it's correct. Be able to view linearization data
+ even when there are errors. See linearization label in github.
+
+ * Consider creating a PPA for Ubuntu
+
+ * Support user-pluggable stream filters. This would enable external
+ code to provide interpretation for filters that are missing from
+ qpdf. Make it possible for user-provided filters to override
+ built-in filters. Make sure that the pluggable filters can be
+ prioritized so that we can poll all registered filters to see
+ whether they are capable of filtering a particular stream.
+
+ * If possible, consider adding CCITT3, CCITT4, or any other easy
+ filters. For some reference code that we probably can't use but may
+ be handy anyway, see
+ http://partners.adobe.com/public/developer/ps/sdk/index_archive.html
+
+ * If possible, support the following types of broken files:
+
+ - Files that have no whitespace token after "endobj" such that
+ endobj collides with the start of the next object
+
+ - See ../misc/broken-files
+
+ * Additional form features
+ * set value from CLI? Specify title, and provide way to
+ disambiguate, probably by giving objgen of field
+
+ * replace mode: --replace-object, --replace-stream-raw,
+ --replace-stream-filtered
+ * update first paragraph of QPDF JSON in the manual to mention this
+ * object numbers are not preserved by write, so object ID lookup
+ has to be done separately for each invocation
+ * you don't have to specify length for streams
+ * you only have to specify filtering for streams if providing raw data
+
+ * Pl_TIFFPredictor is pretty slow.
+
+ * If we ever wanted to do anything more with character encoding, see
+ ../misc/character-encoding/, which includes machine-readable dump
+ of table D.2 in the ISO-32000 PDF spec. This shows the mapping
+ between Unicode, StandardEncoding, WinAnsiEncoding,
+ MacRomanEncoding, and PDFDocEncoding.
+
+ * Some test cases on bad files fail because qpdf is unable to find
the root dictionary when it fails to read the trailer. Recovery
could find the root dictionary and even the info dictionary in
other ways. In particular, issue-202.pdf can be opened by evince,
@@ -97,40 +175,14 @@ I find it useful to make reference to them in this list
for "Regarding write functionality", and read that comment and the
responses to it.
- * Form flattening: there is on-going work on this topic. The primary
- tracking issue is https://github.com/qpdf/qpdf/issues/72, and there
- has also been discussion in private email threads. My notes are
- summarized in ../misc/form-flattening/README (not publicly
- accessible), but all important information is in issues in github.
- The non-public items in my notes are transcripts of discussions
- with a google summer of code student who was working on the issue.
- These notes likely have low value at this point, but I have saved
- them to review in case form flattening ever moves into the qpdf
- library from external tools where it is currently being
- implemented. Note that flattening forms with appearance streams is
- relatively straightforward, but many PDF files don't have
- appearance streams and leave rendering of the form fields to the
- viewer. Handling this in the general case is probably out of scope
- for what will be in qpdf in the foreseeable future, particularly in
- the area of embedding and subsetting fonts.
-
* Look at ~/Q/pdf-collection/forms-from-appian/
- * Look at Travis-CI for qpdf. See email from Travis-CI in pending.
-
- * https://github.com/qpdf/qpdf/pull/172 contains information about
- running through MacPorts's CI.
-
* Consider adding "uninstall" target to makefile. It should only
uninstall what it installed, which means that you must run
uninstall from the version you ran install with. It would only be
supported for the toolchains that support the install target
(libtool).
- * Figure out how to find Visual Studio in Windows registry and see if
- I can get it to work with make so I can simplify creation of
- Windows releases.
-
* Provide support in QPDFWriter for writing incremental updates.
Provide support in qpdf for preserving incremental updates. The
goal should be that QDF mode should be fully functional for files
@@ -170,8 +222,6 @@ I find it useful to make reference to them in this list
the number of identical calls could improve performance for
workloads that involve processing large numbers of small files.
- * Consider providing a Windows installer for qpdf using NSIS.
-
* Consider adding a method to balance the pages tree. It would call
pushInheritedAttributesToPage, construct a pages tree from scratch,
and replace the /Pages key of the root dictionary with the new
@@ -190,9 +240,19 @@ I find it useful to make reference to them in this list
came from Adobe's example site.
* Consider the possibility of doing something locale-aware to support
- non-ASCII passwords. Update documentation if this is done.
- Consider implementing full Unicode password algorithms from newer
- encryption formats.
+ non-ASCII passwords. Update documentation if this is done. Consider
+ implementing full Unicode password algorithms from newer encryption
+ formats. See ../misc/unicode-password*. If code is added to
+ properly encode Unicode passwords, figure out how to deal with
+ backward compatibility. Either require some additional flag to
+ decode the password or provide a `--raw-password` flag to suppress
+ decoding. While automatically encoding breaks backward
+ compatibility, it's probably the right behavior because the current
+ behavior is arguably a bug. Alternatively, if the password doesn't
+ work as a raw password and contains characters outside US-ASCII,
+ try various encoding methods to see if any work. See section
+ 7.6.3.3, algorithms 2 and 2A, in the ISO spec for details. (This is
+ tracked in https://github.com/qpdf/qpdf/issues/215.)
* See if we can avoid preserving unreferenced objects in object
streams even when preserving the object streams.
@@ -251,26 +311,66 @@ I find it useful to make reference to them in this list
viewing software silently ignores objects of this type, so this is
probably not a big deal.
- * If we ever want to have check mode check the integrity of the free
- list, this can be done by looking at the code from prior to the
- object stream support of 4/5/2008. It's in an if (0) block and
- there's a comment about it. There's also something about it in
- qpdf.test -- search for "free table". On the other hand, the value
- of doing this seems very low since no viewer seems to care, so it's
- probably not worth it.
-
- * QPDFObjectHandle::getPageImages() doesn't notice images in
- inherited resource dictionaries. See comments in that function.
-
* Based on an idea suggested by user "Atom Smasher", consider
providing some mechanism to recover earlier versions of a file
embedded prior to appended sections.
* From a suggestion in bug 3152169, consider having an option to
- re-encode inline images with an ASCII encoding.
+ re-encode inline images with an ASCII encoding. This is also
+ https://github.com/qpdf/qpdf/issues/278. It would be interesting to
+ make optimize-images work with inline images.
* From github issue 2, provide more in-depth output for examining
hint stream contents. Consider adding on option to provide a
human-readable dump of linearization hint tables. This should
include improving the 'overflow reading bit stream' message as
- reported in issue #2.
+ reported in issue #2. There are multiple calls to stopOnError in
+ the linearization checking code. Ideally, these should not
+ terminate checking. It would require re-acquiring an understanding
+ of all that code to make the checks more robust. In particular,
+ it's hard to look at the code and quickly determine what is a true
+ logic error and what could happen because of malformed user input.
+ See also ../misc/linearization-errors.
+
+ * There are a few known limitations of copying foreign streams. These
+ are somewhat discussed in github issue 219. They are most likely
+ not worth fixing.
+
+ * The original pipeStreamData in QPDF_Stream has various logic for
+ reporting warnings and letting the caller retry. This logic is
+ not implemented for stream data providers. When copying foreign
+ streams, qpdf uses a stream data provider
+ (QPDF::CopiedStreamDataProvider) to read the stream data from the
+ original file. While a warning is issued for that case, there is
+ no way to actually propagate failure information back through
+ because StreamDataProvider::provideStreamData doesn't take the
+ suppress_warnings or will_retry options, and adding them would
+ break source compatibility.
+
+ * When copying streams that use StreamDataProvider provider, the
+ original QPDF object must still be kept around. This is the case
+ of where QPDF q1 has a stream for which replaceStreamData was
+ called to provide a StreamDataProvider, and then that stream from
+ q1 was subsequently copied to q2. In that case, q1 must be kept
+ around until q2 is written. That is a pretty unusual case as,
+ most of the time, people could just attach the stream data
+ provider directly to the q2. That said, it actually appears in
+ qpdf itself. qpdf allows you to combine the --pages and --split
+ options. In that case, a merged file, which uses
+ StreamDataProvider to access the original stream, is subsequently
+ copied to the final split output files. Solving this restriction
+ is difficult and would probably require breaking source
+ compatibility because QPDF_Stream doesn't have enough information
+ to know whether the original QPDF object is needed by the
+ stream's data provider. Also, the interface is designed to pass
+ the object ID and generation of the object whose data is being
+ provided so the provider can use it for lookup or any other
+ purpose. As such, copying a stream data provider to a new stream
+ potentially changes the meaning of the parameters passed to the
+ provider. This happens with CopiedStreamDataProvider, which uses
+ the object ID and generation of the new stream to locate the
+ parameters of the old stream.
+
+ * If I ever decide to make appearance stream-generation aware of
+ fonts or font metrics, see email from Tobias with Message-ID
+ <5C3C9C6C.8000102@thax.hardliners.org> dated 2019-01-14.
diff --git a/aclocal.m4 b/aclocal.m4
new file mode 100644
index 00000000..b408cfd0
--- /dev/null
+++ b/aclocal.m4
@@ -0,0 +1,20 @@
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
+
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+m4_include([m4/ax_random_device.m4])
+m4_include([m4/libtool.m4])
+m4_include([m4/ltoptions.m4])
+m4_include([m4/ltsugar.m4])
+m4_include([m4/ltversion.m4])
+m4_include([m4/lt~obsolete.m4])
diff --git a/appimage/build-appimage b/appimage/build-appimage
index 5384b045..b0ac72b1 100755
--- a/appimage/build-appimage
+++ b/appimage/build-appimage
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2018 Jay Berkenbilt and Kurt Pfeifle
+# Copyright (c) 2019 Jay Berkenbilt and Kurt Pfeifle
#
# This script is mainly meant to build an 'AppImage' from GitHub
# sources of QPDF via Travis CI on an Ubuntu Trusty (14.04) LTS system
@@ -83,7 +83,6 @@ appdir=$here/build/appdir
rm -rf $here/build
# Prepare build of QPDF from sources:
-./autogen.sh
./configure --prefix=/usr --enable-werror \
--enable-show-failed-test-output \
--enable-html-doc --enable-pdf-doc "$CUSTOM_CONFIGURE"
@@ -93,7 +92,7 @@ make -j$(nproc)
if [ "$SKIP_TESTS" = "" ]; then
# Run built-in QPDF checks:
- make check
+ make -k check
fi
# Prepare AppDir which is the basis for the AppImage:
diff --git a/appimage/qpdf.appdata.xml b/appimage/qpdf.appdata.xml
index 192f1d0b..07d4d331 100644
--- a/appimage/qpdf.appdata.xml
+++ b/appimage/qpdf.appdata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2005-2018 Jay Berkenbilt -->
+<!-- Copyright 2005-2019 Jay Berkenbilt -->
<component>
<id>org.QPDF.qpdf.desktop</id>
<metadata_license>MIT</metadata_license>
diff --git a/autoconf.mk.in b/autoconf.mk.in
index 3fd75082..0521fdb5 100644
--- a/autoconf.mk.in
+++ b/autoconf.mk.in
@@ -41,6 +41,8 @@ QPDF_SKIP_TEST_COMPARE_IMAGES=@QPDF_SKIP_TEST_COMPARE_IMAGES@
BUILDRULES=@BUILDRULES@
HAVE_LD_VERSION_SCRIPT=@HAVE_LD_VERSION_SCRIPT@
WINDOWS_WORDSIZE=@WINDOWS_WORDSIZE@
+WINDOWS_WMAIN_COMPILE=@WINDOWS_WMAIN_COMPILE@
+WINDOWS_WMAIN_LINK=@WINDOWS_WMAIN_LINK@
SHOW_FAILED_TEST_OUTPUT=@SHOW_FAILED_TEST_OUTPUT@
# Allow environment variable to override
QPDF_LARGE_FILE_TEST_PATH?=@QPDF_LARGE_FILE_TEST_PATH@
diff --git a/autofiles.sums b/autofiles.sums
new file mode 100644
index 00000000..0eefd160
--- /dev/null
+++ b/autofiles.sums
@@ -0,0 +1,7 @@
+f77e14ac842b239e57d5b49ced4260a69e93dcea01c002ff7606170ab1535ea8 configure.ac
+35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
+37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
+e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4
+5a6735cda60e0ba0d1b706c0ef648f5d096298da46daefd9cdecdb6a0f4584d3 m4/ltsugar.m4
+a27b754709de61575197bf5a980696c98ae49da3f92f0de8ee7f42dd543b7465 m4/ltversion.m4
+26fa3285c35dd6ab00ed1e466ba92a17e4655e01897731ec18a587a4cf5e4f8d m4/lt~obsolete.m4
diff --git a/autogen.sh b/autogen.sh
index f6a3afbd..cdb98e48 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+set -e
aclocal -I m4
autoheader
autoconf
+sha256sum configure.ac m4/* >| autofiles.sums
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 00000000..7e6bfbc5
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,102 @@
+jobs:
+- job: Linux
+ pool:
+ vmImage: ubuntu-16.04
+ steps:
+ - script: azure-pipelines/build-linux
+ displayName: 'Generate, build, and test'
+ - task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(System.DefaultWorkingDirectory)/distfiles.zip'
+ artifactName: distfiles
+ displayName: 'Upload extra distribution files'
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution'
+ artifactName: distribution
+ displayName: 'Upload source distribution'
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: Linux
+ buildPlatform: Linux
+- job: Windows
+ pool:
+ vmImage: vs2017-win2016
+ strategy:
+ matrix:
+ msvc32:
+ wordsize: 32
+ tool: msvc
+ msvc64:
+ wordsize: 64
+ tool: msvc
+ mingw32:
+ wordsize: 32
+ tool: mingw
+ mingw64:
+ wordsize: 64
+ tool: mingw
+ maxParallel: 4
+ steps:
+ - bash: git config --global core.autocrlf input
+ displayName: 'Disable git autocrlf'
+ - checkout: self
+ displayName: 'Get sources'
+ - task: DownloadBuildArtifacts@0
+ displayName: 'Download distribution files'
+ inputs:
+ artifactName: distfiles
+ downloadPath: $(System.DefaultWorkingDirectory)
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - script: azure-pipelines/build-windows.bat $(wordsize) $(tool)
+ displayName: 'Build, test, generate binary distributions'
+ - task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution'
+ artifactName: distribution
+ displayName: 'Upload binary distributions'
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: Windows-$(wordsize)$(tool)
+ buildPlatform: Windows-$(wordsize)$(tool)
+ dependsOn: Linux
+ condition: succeeded()
+- job: macOS
+ pool:
+ vmImage: macOS-10.13
+ steps:
+ - task: DownloadBuildArtifacts@0
+ displayName: 'Download distribution files'
+ inputs:
+ artifactName: distfiles
+ downloadPath: $(System.DefaultWorkingDirectory)
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - script: azure-pipelines/build-mac
+ displayName: 'Mac build and test'
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: MacOS
+ buildPlatform: MacOS
+ dependsOn: Linux
+ condition: succeeded()
+- job: AppImage
+ pool:
+ vmImage: ubuntu-16.04
+ steps:
+ - script: azure-pipelines/build-appimage
+ displayName: 'Build AppImage'
+ - task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution'
+ artifactName: distribution
+ displayName: 'Upload AppImage'
+ condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: AppImage
+ buildPlatform: AppImage
+ dependsOn: Linux
+ condition: succeeded()
diff --git a/azure-pipelines/build-appimage b/azure-pipelines/build-appimage
new file mode 100755
index 00000000..b3a99baa
--- /dev/null
+++ b/azure-pipelines/build-appimage
@@ -0,0 +1,15 @@
+#!/bin/bash
+set -ex
+cd appimage
+docker build -t qpdfbuild .
+rm -rf build
+mkdir build
+cd ..
+git clone .git appimage/build/qpdf
+docker run --privileged --rm -v $PWD/appimage/build:/tmp/build qpdfbuild
+mkdir distribution
+cp -p appimage/build/qpdf/appimage/build/qpdf*AppImage* distribution
+for i in distribution/*; do
+ mv $i $(echo $i | sed -e 's/\.AppImage/-ci.AppImage/')
+done
+sha256sum distribution/*
diff --git a/azure-pipelines/build-linux b/azure-pipelines/build-linux
new file mode 100755
index 00000000..a1db7659
--- /dev/null
+++ b/azure-pipelines/build-linux
@@ -0,0 +1,15 @@
+#!/bin/bash
+set -ex
+sudo apt-get update
+sudo apt-get -y install \
+ autoconf build-essential zlib1g-dev libjpeg-dev \
+ docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick
+./configure --enable-werror --enable-doc-maintenance \
+ --enable-show-failed-test-output
+make -j$(nproc) -k
+make -k check
+make distfiles.zip
+./make_dist --ci --no-tests
+mkdir distribution
+cp /tmp/qpdf*-ci.tar.gz distribution
+sha256sum distribution/*
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
new file mode 100755
index 00000000..96d900bb
--- /dev/null
+++ b/azure-pipelines/build-mac
@@ -0,0 +1,15 @@
+#!/bin/bash
+set -ex
+curl -L https://github.com/qpdf/qpdf/raw/external-libs/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
+tar xzf jpegsrc.v9c.tar.gz
+cd jpeg-9c
+./configure
+make -k
+sudo make install
+cd ..
+if [ -f distfiles/distfiles.zip ]; then
+ unzip distfiles/distfiles.zip
+fi
+./configure --enable-werror --enable-show-failed-test-output
+make -j$(nproc) -k
+make -k check
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
new file mode 100755
index 00000000..d0bd7316
--- /dev/null
+++ b/azure-pipelines/build-windows
@@ -0,0 +1,39 @@
+#!/bin/bash
+set -ex
+cd $(dirname $0)/..
+wordsize=$1
+tool=$2
+
+if [[ $tool == mingw ]]; then
+ pacman -Sy --noconfirm make base-devel tar zip unzip
+ if [[ $wordsize == 64 ]]; then
+ pacman -Sy --noconfirm mingw-w64-x86_64-toolchain
+ PATH="/c/tools/msys64/mingw64/bin:$PATH"
+ else
+ pacman -Sy --noconfirm mingw-w64-i686-toolchain
+ PATH="/c/tools/msys64/mingw32/bin:$PATH"
+ fi
+ g++ -v
+elif [[ $tool == msvc ]]; then
+ cl
+fi
+if [ -f distfiles/distfiles.zip ]; then
+ unzip distfiles/distfiles.zip
+fi
+curl -L https://github.com/qpdf/qpdf/raw/external-libs/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip
+unzip qpdf-external-libs-bin.zip
+cwd=`pwd`
+PATH=$cwd/libqpdf/build:$PATH
+
+installdir=install-$tool$wordsize
+rm -rf $installdir
+./config-$tool --with-windows-wordsize=$wordsize --enable-show-failed-test-output
+make -j$(nproc) -k
+make -k check
+make install
+
+v=`(cd $installdir; ls -d qpdf-*)`
+cp -p README-windows-install.txt $installdir/$v/README.txt
+mkdir distribution
+(cd $installdir; zip -r ../distribution/$v-bin-$tool$wordsize-ci.zip $v)
+sha256sum distribution/*
diff --git a/azure-pipelines/build-windows.bat b/azure-pipelines/build-windows.bat
new file mode 100644
index 00000000..ba11b4fd
--- /dev/null
+++ b/azure-pipelines/build-windows.bat
@@ -0,0 +1,16 @@
+@echo on
+@rem Usage: build-windows {32|64} {msvc|mingw}
+if %2 == msvc (
+ if %1 == 64 (
+ call "%VS140COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat"
+ ) else (
+ call "%VS140COMNTOOLS%\..\..\VC\bin\vcvars32.bat"
+ )
+ choco install zip
+ bash ./azure-pipelines/build-windows %1 %2
+) else (
+ @rem The vs2017-win2016 pool has an ancient 64-bit-only mingw.
+ @rem Install msys2 so we can get current gcc toolchains.
+ choco install msys2
+ C:\tools\msys64\usr\bin\env.exe MSYSTEM=MINGW64 /bin/bash -l %CD%/azure-pipelines/build-windows %1 %2
+)
diff --git a/completions/README.md b/completions/README.md
new file mode 100644
index 00000000..87803d97
--- /dev/null
+++ b/completions/README.md
@@ -0,0 +1,10 @@
+These completion files may be installed in your system's vendor completion area for bash and zsh.
+
+For example, on a debian-based system, you could install these as
+
+```
+cp bash/qpdf /usr/share/bash-completion/completions/
+cp zsh/_qpdf /usr/share/zsh/vendor-completions/
+```
+
+Packagers are encouraged to install these in whatever locations appropriate for their systems.
diff --git a/completions/bash/qpdf b/completions/bash/qpdf
new file mode 100644
index 00000000..cfc0d87a
--- /dev/null
+++ b/completions/bash/qpdf
@@ -0,0 +1 @@
+eval $(/usr/bin/qpdf --completion-bash)
diff --git a/completions/zsh/_qpdf b/completions/zsh/_qpdf
new file mode 100644
index 00000000..141b47d3
--- /dev/null
+++ b/completions/zsh/_qpdf
@@ -0,0 +1,2 @@
+#compdef qpdf
+eval $(/usr/bin/qpdf --completion-zsh)
diff --git a/configure b/configure
new file mode 100755
index 00000000..36b94608
--- /dev/null
+++ b/configure
@@ -0,0 +1,19423 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.69 for qpdf 8.4.0.
+#
+#
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+#
+#
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='print -r --'
+ as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='printf %s\n'
+ as_echo_n='printf %s'
+else
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+ as_echo_n='/usr/ucb/echo -n'
+ else
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+ as_echo_n_body='eval
+ arg=$1;
+ case $arg in #(
+ *"$as_nl"*)
+ expr "X$arg" : "X\\(.*\\)$as_nl";
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+ esac;
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+ '
+ export as_echo_n_body
+ as_echo_n='sh -c $as_echo_n_body as_echo'
+ fi
+ export as_echo_body
+ as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+ PATH_SEPARATOR=';'
+ }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order. Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+ as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there. '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+# Use a proper internal environment variable to ensure we don't fall
+ # into an infinite loop, continuously re-executing ourselves.
+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
+ _as_can_reexec=no; export _as_can_reexec;
+ # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+ *v*x* | *x*v* ) as_opts=-vx ;;
+ *v* ) as_opts=-v ;;
+ *x* ) as_opts=-x ;;
+ * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+as_fn_exit 255
+ fi
+ # We don't want this to propagate to other subprocesses.
+ { _as_can_reexec=; unset _as_can_reexec;}
+if test "x$CONFIG_SHELL" = x; then
+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
+ setopt NO_GLOB_SUBST
+else
+ case \`(set -o) 2>/dev/null\` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+esac
+fi
+"
+ as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+ exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1
+test -x / || exit 1"
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1
+
+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
+ PATH=/empty FPATH=/empty; export PATH FPATH
+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
+ if (eval "$as_required") 2>/dev/null; then :
+ as_have_required=yes
+else
+ as_have_required=no
+fi
+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ as_found=:
+ case $as_dir in #(
+ /*)
+ for as_base in sh bash ksh sh5; do
+ # Try only shells that exist, to save several forks.
+ as_shell=$as_dir/$as_base
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ CONFIG_SHELL=$as_shell as_have_required=yes
+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ break 2
+fi
+fi
+ done;;
+ esac
+ as_found=false
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+ CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+IFS=$as_save_IFS
+
+
+ if test "x$CONFIG_SHELL" != x; then :
+ export CONFIG_SHELL
+ # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+ *v*x* | *x*v* ) as_opts=-vx ;;
+ *v* ) as_opts=-v ;;
+ *x* ) as_opts=-x ;;
+ * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+exit 255
+fi
+
+ if test x$as_have_required = xno; then :
+ $as_echo "$0: This script requires a shell more modern than all"
+ $as_echo "$0: the shells that I found on your system."
+ if test x${ZSH_VERSION+set} = xset ; then
+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+ else
+ $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one."
+ fi
+ exit 1
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+ { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+ return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+ set +e
+ as_fn_set_status $1
+ exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || eval $as_mkdir_p || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+ test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
+else
+ as_fn_append ()
+ {
+ eval $1=\$$1\$2
+ }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
+else
+ as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+ }
+fi # as_fn_arith
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+ fi
+ $as_echo "$as_me: error: $2" >&2
+ as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+else
+ as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
+ sed -n '
+ p
+ /[$]LINENO/=
+ ' <$as_myself |
+ sed '
+ s/[$]LINENO.*/&-/
+ t lineno
+ b
+ :lineno
+ N
+ :loop
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
+ # already done that, so ensure we don't try to do so again and fall
+ # in an infinite loop. This has already happened in practice.
+ _as_can_reexec=no; export _as_can_reexec
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+ # original and so on. Autoconf is especially sensitive to this).
+ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+}
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+ case `echo 'xy\c'` in
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
+ xy) ECHO_C='\c';;
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
+ ECHO_T=' ';;
+ esac;;
+*)
+ ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+ rm -f conf$$.dir/conf$$.file
+else
+ rm -f conf$$.dir
+ mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+ # In both cases, we have to default to `cp -pR'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -pR'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
+ as_ln_s='cp -pR'
+ fi
+else
+ as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+ as_mkdir_p='mkdir -p "$as_dir"'
+else
+ test -d ./-p && rmdir ./-p
+ as_mkdir_p=false
+fi
+
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+
+# Identity of this package.
+PACKAGE_NAME='qpdf'
+PACKAGE_TARNAME='qpdf'
+PACKAGE_VERSION='8.4.0'
+PACKAGE_STRING='qpdf 8.4.0'
+PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
+
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+# include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
+ac_subst_vars='LTLIBOBJS
+LIBOBJS
+VALIDATE_DOC
+BUILD_PDF
+BUILD_HTML
+XMLLINT
+XSLTPROC
+FOP
+DOCBOOKX_DTD
+DOCBOOK_FO
+DOCBOOK_XHTML
+SHOW_FAILED_TEST_OUTPUT
+QPDF_SKIP_TEST_COMPARE_IMAGES
+CXXWFLAGS
+WFLAGS
+BUILDRULES
+GENDEPS
+HAVE_LD_VERSION_SCRIPT
+QPDF_LARGE_FILE_TEST_PATH
+WINDOWS_WMAIN_LINK
+WINDOWS_WMAIN_COMPILE
+WINDOWS_WORDSIZE
+RANDOM_DEVICE
+LT_SONAME
+LT_AGE
+LT_REVISION
+LT_CURRENT
+CXXCPP
+LT_SYS_LIBRARY_PATH
+OTOOL64
+OTOOL
+LIPO
+NMEDIT
+DSYMUTIL
+MANIFEST_TOOL
+AWK
+RANLIB
+STRIP
+ac_ct_AR
+AR
+LN_S
+NM
+ac_ct_DUMPBIN
+DUMPBIN
+LD
+FGREP
+SED
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+LIBTOOL
+OBJDUMP
+DLLTOOL
+AS
+EGREP
+GREP
+CPP
+ac_ct_CXX
+CXXFLAGS
+CXX
+OBJEXT
+EXEEXT
+ac_ct_CC
+CPPFLAGS
+LDFLAGS
+CFLAGS
+CC
+SHA256SUM
+ACLOCAL
+AUTOHEADER
+AUTOCONF
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+runstatedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+PATH_SEPARATOR
+SHELL'
+ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_check_autofiles
+enable_shared
+enable_static
+with_pic
+enable_fast_install
+with_aix_soname
+with_gnu_ld
+with_sysroot
+enable_libtool_lock
+enable_insecure_random
+enable_os_secure_random
+with_random
+enable_avoid_windows_handle
+enable_external_libs
+with_windows_wordsize
+with_large_file_test_path
+enable_largefile
+enable_ld_version_script
+with_buildrules
+enable_werror
+enable_test_compare_images
+enable_show_failed_test_output
+with_docbook_xsl
+with_docbookx_dtd
+enable_doc_maintenance
+enable_html_doc
+enable_pdf_doc
+enable_validate_doc
+'
+ ac_precious_vars='build_alias
+host_alias
+target_alias
+CC
+CFLAGS
+LDFLAGS
+LIBS
+CPPFLAGS
+CXX
+CXXFLAGS
+CCC
+CPP
+LT_SYS_LIBRARY_PATH
+CXXCPP'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+ # If the previous option needs an argument, assign it.
+ if test -n "$ac_prev"; then
+ eval $ac_prev=\$ac_option
+ ac_prev=
+ continue
+ fi
+
+ case $ac_option in
+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+ *=) ac_optarg= ;;
+ *) ac_optarg=yes ;;
+ esac
+
+ # Accept the important Cygnus configure options, so we can diagnose typos.
+
+ case $ac_dashdash$ac_option in
+ --)
+ ac_dashdash=yes ;;
+
+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
+ ac_prev=bindir ;;
+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+ bindir=$ac_optarg ;;
+
+ -build | --build | --buil | --bui | --bu)
+ ac_prev=build_alias ;;
+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+ build_alias=$ac_optarg ;;
+
+ -cache-file | --cache-file | --cache-fil | --cache-fi \
+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+ ac_prev=cache_file ;;
+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
+
+ -datadir | --datadir | --datadi | --datad)
+ ac_prev=datadir ;;
+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
+ datadir=$ac_optarg ;;
+
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+ | --dataroo | --dataro | --datar)
+ ac_prev=datarootdir ;;
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+ datarootdir=$ac_optarg ;;
+
+ -disable-* | --disable-*)
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error $? "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"enable_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval enable_$ac_useropt=no ;;
+
+ -docdir | --docdir | --docdi | --doc | --do)
+ ac_prev=docdir ;;
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+ docdir=$ac_optarg ;;
+
+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+ ac_prev=dvidir ;;
+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+ dvidir=$ac_optarg ;;
+
+ -enable-* | --enable-*)
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error $? "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"enable_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval enable_$ac_useropt=\$ac_optarg ;;
+
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+ | --exec | --exe | --ex)
+ ac_prev=exec_prefix ;;
+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+ | --exec=* | --exe=* | --ex=*)
+ exec_prefix=$ac_optarg ;;
+
+ -gas | --gas | --ga | --g)
+ # Obsolete; use --with-gas.
+ with_gas=yes ;;
+
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
+
+ -host | --host | --hos | --ho)
+ ac_prev=host_alias ;;
+ -host=* | --host=* | --hos=* | --ho=*)
+ host_alias=$ac_optarg ;;
+
+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+ ac_prev=htmldir ;;
+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+ | --ht=*)
+ htmldir=$ac_optarg ;;
+
+ -includedir | --includedir | --includedi | --included | --include \
+ | --includ | --inclu | --incl | --inc)
+ ac_prev=includedir ;;
+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+ | --includ=* | --inclu=* | --incl=* | --inc=*)
+ includedir=$ac_optarg ;;
+
+ -infodir | --infodir | --infodi | --infod | --info | --inf)
+ ac_prev=infodir ;;
+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+ infodir=$ac_optarg ;;
+
+ -libdir | --libdir | --libdi | --libd)
+ ac_prev=libdir ;;
+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
+ libdir=$ac_optarg ;;
+
+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+ | --libexe | --libex | --libe)
+ ac_prev=libexecdir ;;
+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+ | --libexe=* | --libex=* | --libe=*)
+ libexecdir=$ac_optarg ;;
+
+ -localedir | --localedir | --localedi | --localed | --locale)
+ ac_prev=localedir ;;
+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+ localedir=$ac_optarg ;;
+
+ -localstatedir | --localstatedir | --localstatedi | --localstated \
+ | --localstate | --localstat | --localsta | --localst | --locals)
+ ac_prev=localstatedir ;;
+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+ localstatedir=$ac_optarg ;;
+
+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+ ac_prev=mandir ;;
+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+ mandir=$ac_optarg ;;
+
+ -nfp | --nfp | --nf)
+ # Obsolete; use --without-fp.
+ with_fp=no ;;
+
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+ | --no-cr | --no-c | -n)
+ no_create=yes ;;
+
+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+ no_recursion=yes ;;
+
+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+ | --oldin | --oldi | --old | --ol | --o)
+ ac_prev=oldincludedir ;;
+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+ oldincludedir=$ac_optarg ;;
+
+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+ ac_prev=prefix ;;
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+ prefix=$ac_optarg ;;
+
+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
+ | --program-pre | --program-pr | --program-p)
+ ac_prev=program_prefix ;;
+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+ program_prefix=$ac_optarg ;;
+
+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
+ | --program-suf | --program-su | --program-s)
+ ac_prev=program_suffix ;;
+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+ program_suffix=$ac_optarg ;;
+
+ -program-transform-name | --program-transform-name \
+ | --program-transform-nam | --program-transform-na \
+ | --program-transform-n | --program-transform- \
+ | --program-transform | --program-transfor \
+ | --program-transfo | --program-transf \
+ | --program-trans | --program-tran \
+ | --progr-tra | --program-tr | --program-t)
+ ac_prev=program_transform_name ;;
+ -program-transform-name=* | --program-transform-name=* \
+ | --program-transform-nam=* | --program-transform-na=* \
+ | --program-transform-n=* | --program-transform-=* \
+ | --program-transform=* | --program-transfor=* \
+ | --program-transfo=* | --program-transf=* \
+ | --program-trans=* | --program-tran=* \
+ | --progr-tra=* | --program-tr=* | --program-t=*)
+ program_transform_name=$ac_optarg ;;
+
+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+ ac_prev=pdfdir ;;
+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+ pdfdir=$ac_optarg ;;
+
+ -psdir | --psdir | --psdi | --psd | --ps)
+ ac_prev=psdir ;;
+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+ psdir=$ac_optarg ;;
+
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ silent=yes ;;
+
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+ ac_prev=sbindir ;;
+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+ | --sbi=* | --sb=*)
+ sbindir=$ac_optarg ;;
+
+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+ | --sharedst | --shareds | --shared | --share | --shar \
+ | --sha | --sh)
+ ac_prev=sharedstatedir ;;
+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+ | --sha=* | --sh=*)
+ sharedstatedir=$ac_optarg ;;
+
+ -site | --site | --sit)
+ ac_prev=site ;;
+ -site=* | --site=* | --sit=*)
+ site=$ac_optarg ;;
+
+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+ ac_prev=srcdir ;;
+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+ srcdir=$ac_optarg ;;
+
+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+ | --syscon | --sysco | --sysc | --sys | --sy)
+ ac_prev=sysconfdir ;;
+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+ sysconfdir=$ac_optarg ;;
+
+ -target | --target | --targe | --targ | --tar | --ta | --t)
+ ac_prev=target_alias ;;
+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+ target_alias=$ac_optarg ;;
+
+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
+ verbose=yes ;;
+
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
+
+ -with-* | --with-*)
+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error $? "invalid package name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"with_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval with_$ac_useropt=\$ac_optarg ;;
+
+ -without-* | --without-*)
+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error $? "invalid package name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"with_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval with_$ac_useropt=no ;;
+
+ --x)
+ # Obsolete; use --with-x.
+ with_x=yes ;;
+
+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+ | --x-incl | --x-inc | --x-in | --x-i)
+ ac_prev=x_includes ;;
+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+ x_includes=$ac_optarg ;;
+
+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+ ac_prev=x_libraries ;;
+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+ x_libraries=$ac_optarg ;;
+
+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+ ;;
+
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ case $ac_envvar in #(
+ '' | [0-9]* | *[!_$as_cr_alnum]* )
+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+ esac
+ eval $ac_envvar=\$ac_optarg
+ export $ac_envvar ;;
+
+ *)
+ # FIXME: should be removed in autoconf 3.0.
+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+ ;;
+
+ esac
+done
+
+if test -n "$ac_prev"; then
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ as_fn_error $? "missing argument to $ac_option"
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+ case $enable_option_checking in
+ no) ;;
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+ esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
+ datadir sysconfdir sharedstatedir localstatedir includedir \
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+ libdir localedir mandir runstatedir
+do
+ eval ac_val=\$$ac_var
+ # Remove trailing slashes.
+ case $ac_val in
+ */ )
+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+ eval $ac_var=\$ac_val;;
+ esac
+ # Be sure to have absolute directory names.
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) continue;;
+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+ esac
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+ as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+ as_fn_error $? "pwd does not report name of working directory"
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+ ac_srcdir_defaulted=yes
+ # Try the directory containing this script, then the parent directory.
+ ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_myself" : 'X\(//\)[^/]' \| \
+ X"$as_myself" : 'X\(//\)$' \| \
+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ srcdir=$ac_confdir
+ if test ! -r "$srcdir/$ac_unique_file"; then
+ srcdir=..
+ fi
+else
+ ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+ srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
+ eval ac_env_${ac_var}_value=\$${ac_var}
+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat <<_ACEOF
+\`configure' configures qpdf 8.4.0 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE. See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+ -h, --help display this help and exit
+ --help=short display options specific to this package
+ --help=recursive display the short help of all the included packages
+ -V, --version display version information and exit
+ -q, --quiet, --silent do not print \`checking ...' messages
+ --cache-file=FILE cache test results in FILE [disabled]
+ -C, --config-cache alias for \`--cache-file=config.cache'
+ -n, --no-create do not create output files
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+ [$ac_default_prefix]
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
+ [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+ --bindir=DIR user executables [EPREFIX/bin]
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
+ --libexecdir=DIR program executables [EPREFIX/libexec]
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
+ --libdir=DIR object code libraries [EPREFIX/lib]
+ --includedir=DIR C header files [PREFIX/include]
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
+ --infodir=DIR info documentation [DATAROOTDIR/info]
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
+ --mandir=DIR man documentation [DATAROOTDIR/man]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/qpdf]
+ --htmldir=DIR html documentation [DOCDIR]
+ --dvidir=DIR dvi documentation [DOCDIR]
+ --pdfdir=DIR pdf documentation [DOCDIR]
+ --psdir=DIR ps documentation [DOCDIR]
+_ACEOF
+
+ cat <<\_ACEOF
+
+System types:
+ --build=BUILD configure for building on BUILD [guessed]
+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+ case $ac_init_help in
+ short | recursive ) echo "Configuration of qpdf 8.4.0:";;
+ esac
+ cat <<\_ACEOF
+
+Optional Features:
+ --disable-option-checking ignore unrecognized --enable/--with options
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-check-autofiles
+ if specified, verify checksums on automatically
+ generated files (default=yes); package maintainers
+ may want to disable this
+ --enable-shared[=PKGS] build shared libraries [default=yes]
+ --enable-static[=PKGS] build static libraries [default=yes]
+ --enable-fast-install[=PKGS]
+ optimize for fast installation [default=yes]
+ --disable-libtool-lock avoid locking (might break parallel builds)
+ --enable-insecure-random
+ whether to use stdlib's random number generator
+ (default is no)
+ --enable-os-secure-random
+ whether to try to use OS-provided secure random
+ numbers (default is yes)
+ --enable-avoid-windows-handle
+ whether to avoid use of HANDLE, useful for some
+ embedded Windows builds (default is no)
+ --enable-external-libs whether to use external libraries distribution
+ --disable-largefile omit support for large files
+ --enable-ld-version-script
+ enable linker version script (default is enabled)
+ --enable-werror whether to treat warnings as errors (default is no)
+ --enable-test-compare-images
+ whether to compare images in test suite; disabled by
+ default, enabling requires ghostscript and tiffcmp
+ to be available
+ --enable-show-failed-test-output
+ if specified, write failed test output to the
+ console; useful for building on build servers where
+ you can't easily open the test output files
+ --enable-doc-maintenance
+ if set, enables all documentation options
+ --enable-html-doc whether to build HTML documents
+ --enable-pdf-doc whether to build PDF documents
+ --enable-validate-doc whether to validate xml document source
+
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
+ both]
+ --with-aix-soname=aix|svr4|both
+ shared library versioning (aka "SONAME") variant to
+ provide on AIX, [default=aix].
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
+ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
+ compiler's sysroot if not specified).
+ --with-random=FILE Use FILE as random number seed [auto-detected]
+ --with-windows-wordsize={32,64}
+ Windows only: whether this is a 32-bit or 64-bit
+ build; required if external-libs are enabled
+ --with-large-file-test-path=path
+ To enable testing of files > 4GB, give the path to a
+ directory with at least 11 GB free. The test suite
+ will write temporary files to this directory.
+ Alternatively, just set the
+ QPDF_LARGE_FILE_TEST_PATH environment variable to
+ the path before running the test suite.
+ --with-buildrules=rules which build rules to use; see README.md
+ --with-docbook-xsl=DIR location of docbook 4.x xml stylesheets
+ --with-docbookx-dtd=FILE
+ location of docbook 4.x xml DTD
+
+Some influential environment variables:
+ CC C compiler command
+ CFLAGS C compiler flags
+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+ nonstandard directory <lib dir>
+ LIBS libraries to pass to the linker, e.g. -l<library>
+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+ you have headers in a nonstandard directory <include dir>
+ CXX C++ compiler command
+ CXXFLAGS C++ compiler flags
+ CPP C preprocessor
+ LT_SYS_LIBRARY_PATH
+ User-defined run-time library search path.
+ CXXCPP C++ preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to the package provider.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+ test -d "$ac_dir" ||
+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+ continue
+ ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+ # A ".." for each directory in $ac_dir_suffix.
+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+ esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+ .) # We are building in place.
+ ac_srcdir=.
+ ac_top_srcdir=$ac_top_builddir_sub
+ ac_abs_top_srcdir=$ac_pwd ;;
+ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir
+ ac_abs_top_srcdir=$srcdir ;;
+ *) # Relative name.
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+ cd "$ac_dir" || { ac_status=$?; continue; }
+ # Check for guested configure.
+ if test -f "$ac_srcdir/configure.gnu"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+ elif test -f "$ac_srcdir/configure"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure" --help=recursive
+ else
+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+ fi || ac_status=$?
+ cd "$ac_pwd" || { ac_status=$?; break; }
+ done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+ cat <<\_ACEOF
+qpdf configure 8.4.0
+generated by GNU Autoconf 2.69
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+ exit
+fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ rm -f conftest.$ac_objext
+ if { { ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_compile
+
+# ac_fn_cxx_try_compile LINENO
+# ----------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_cxx_try_compile ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ rm -f conftest.$ac_objext
+ if { { ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_cxx_try_compile
+
+# ac_fn_c_try_cpp LINENO
+# ----------------------
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_cpp ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ if { { ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_cpp
+
+# ac_fn_c_try_run LINENO
+# ----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+# that executables *can* be run.
+ac_fn_c_try_run ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ if { { ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
+ { { case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=$ac_status
+fi
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_run
+
+# ac_fn_c_try_link LINENO
+# -----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_link ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ rm -f conftest.$ac_objext conftest$ac_exeext
+ if { { ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+ }; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+ # interfere with the next link command; also delete a directory that is
+ # left behind by Apple's compiler. We do this before executing the actions.
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_link
+
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists and can be compiled using the include files in
+# INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ eval "$3=yes"
+else
+ eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_compile
+
+# ac_fn_c_check_func LINENO FUNC VAR
+# ----------------------------------
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
+ac_fn_c_check_func ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $2 innocuous_$2
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $2 (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $2
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $2 ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$2 || defined __stub___$2
+choke me
+#endif
+
+int
+main ()
+{
+return $2 ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ eval "$3=yes"
+else
+ eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_func
+
+# ac_fn_cxx_try_cpp LINENO
+# ------------------------
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
+ac_fn_cxx_try_cpp ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ if { { ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+ }; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_cxx_try_cpp
+
+# ac_fn_cxx_try_link LINENO
+# -------------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_cxx_try_link ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ rm -f conftest.$ac_objext conftest$ac_exeext
+ if { { ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ grep -v '^ *+' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+ }; then :
+ ac_retval=0
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_retval=1
+fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+ # interfere with the next link command; also delete a directory that is
+ # left behind by Apple's compiler. We do this before executing the actions.
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_cxx_try_link
+
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
+# the include files in INCLUDES and setting the cache variable VAR
+# accordingly.
+ac_fn_c_check_header_mongrel ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ if eval \${$3+:} false; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+fi
+eval ac_res=\$$3
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
+$as_echo_n "checking $2 usability... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_header_compiler=yes
+else
+ ac_header_compiler=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
+$as_echo_n "checking $2 presence... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <$2>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+ ac_header_preproc=yes
+else
+ ac_header_preproc=no
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
+ yes:no: )
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+ ;;
+esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ eval "$3=\$ac_header_compiler"
+fi
+eval ac_res=\$$3
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_mongrel
+
+# ac_fn_c_find_uintX_t LINENO BITS VAR
+# ------------------------------------
+# Finds an unsigned integer type with width BITS, setting cache variable VAR
+# accordingly.
+ac_fn_c_find_uintX_t ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
+$as_echo_n "checking for uint$2_t... " >&6; }
+if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ eval "$3=no"
+ # Order is important - never check a type that is potentially smaller
+ # than half of the expected target width.
+ for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
+ 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+$ac_includes_default
+int
+main ()
+{
+static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
+test_array [0] = 0;
+return test_array [0];
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ case $ac_type in #(
+ uint$2_t) :
+ eval "$3=yes" ;; #(
+ *) :
+ eval "$3=\$ac_type" ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ if eval test \"x\$"$3"\" = x"no"; then :
+
+else
+ break
+fi
+ done
+fi
+eval ac_res=\$$3
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_find_uintX_t
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by qpdf $as_me 8.4.0, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ $as_echo "PATH: $as_dir"
+ done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+ for ac_arg
+ do
+ case $ac_arg in
+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ continue ;;
+ *\'*)
+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ case $ac_pass in
+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+ 2)
+ as_fn_append ac_configure_args1 " '$ac_arg'"
+ if test $ac_must_keep_next = true; then
+ ac_must_keep_next=false # Got value, back to normal.
+ else
+ case $ac_arg in
+ *=* | --config-cache | -C | -disable-* | --disable-* \
+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+ | -with-* | --with-* | -without-* | --without-* | --x)
+ case "$ac_configure_args0 " in
+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+ esac
+ ;;
+ -* ) ac_must_keep_next=true ;;
+ esac
+ fi
+ as_fn_append ac_configure_args " '$ac_arg'"
+ ;;
+ esac
+ done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ {
+ echo
+
+ $as_echo "## ---------------- ##
+## Cache variables. ##
+## ---------------- ##"
+ echo
+ # The following way of writing the cache mishandles newlines in values,
+(
+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+ eval ac_val=\$$ac_var
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+ *) { eval $ac_var=; unset $ac_var;} ;;
+ esac ;;
+ esac
+ done
+ (set) 2>&1 |
+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+ *${as_nl}ac_space=\ *)
+ sed -n \
+ "s/'\''/'\''\\\\'\'''\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+ ;; #(
+ *)
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+ esac |
+ sort
+)
+ echo
+
+ $as_echo "## ----------------- ##
+## Output variables. ##
+## ----------------- ##"
+ echo
+ for ac_var in $ac_subst_vars
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+ $as_echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+
+ if test -n "$ac_subst_files"; then
+ $as_echo "## ------------------- ##
+## File substitutions. ##
+## ------------------- ##"
+ echo
+ for ac_var in $ac_subst_files
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+ $as_echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+ fi
+
+ if test -s confdefs.h; then
+ $as_echo "## ----------- ##
+## confdefs.h. ##
+## ----------- ##"
+ echo
+ cat confdefs.h
+ echo
+ fi
+ test "$ac_signal" != 0 &&
+ $as_echo "$as_me: caught signal $ac_signal"
+ $as_echo "$as_me: exit $exit_status"
+ } >&5
+ rm -f core *.core core.conftest.* &&
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+ exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+$as_echo "/* confdefs.h */" > confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+ # We do not want a PATH search for config.site.
+ case $CONFIG_SITE in #((
+ -*) ac_site_file1=./$CONFIG_SITE;;
+ */*) ac_site_file1=$CONFIG_SITE;;
+ *) ac_site_file1=./$CONFIG_SITE;;
+ esac
+elif test "x$prefix" != xNONE; then
+ ac_site_file1=$prefix/share/config.site
+ ac_site_file2=$prefix/etc/config.site
+else
+ ac_site_file1=$ac_default_prefix/share/config.site
+ ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+ test "x$ac_site_file" = xNONE && continue
+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+ sed 's/^/| /' "$ac_site_file" >&5
+ . "$ac_site_file" \
+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+ fi
+done
+
+if test -r "$cache_file"; then
+ # Some versions of bash will fail to source /dev/null (special files
+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
+ *) . "./$cache_file";;
+ esac
+ fi
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
+ eval ac_new_val=\$ac_env_${ac_var}_value
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ # differences in whitespace do not lead to failure.
+ ac_old_val_w=`echo x $ac_old_val`
+ ac_new_val_w=`echo x $ac_new_val`
+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ ac_cache_corrupted=:
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+ eval $ac_var=\$ac_old_val
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
+ fi;;
+ esac
+ # Pass precious variables to config.status.
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+ *) ac_arg=$ac_var=$ac_new_val ;;
+ esac
+ case " $ac_configure_args " in
+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
+ *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+ac_config_files="$ac_config_files autoconf.mk"
+
+ac_config_files="$ac_config_files manual/html.xsl manual/print.xsl"
+
+ac_config_files="$ac_config_files libqpdf.pc"
+
+ac_config_files="$ac_config_files libqpdf.map"
+
+ac_config_headers="$ac_config_headers libqpdf/qpdf/qpdf-config.h"
+
+
+# Check whether --enable-check-autofiles was given.
+if test "${enable_check_autofiles+set}" = set; then :
+ enableval=$enable_check_autofiles; if test "$enableval" = "no"; then
+ CHECK_AUTOFILES=0
+ else
+ CHECK_AUTOFILES=1
+ fi
+else
+ CHECK_AUTOFILES=1
+fi
+
+
+# Check to see if automatically generated files are outdated and if we
+# can update them.
+# Extract the first word of "autoconf", so it can be a program name with args.
+set dummy autoconf; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AUTOCONF+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AUTOCONF"; then
+ ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AUTOCONF="1"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_prog_AUTOCONF" && ac_cv_prog_AUTOCONF="0"
+fi
+fi
+AUTOCONF=$ac_cv_prog_AUTOCONF
+if test -n "$AUTOCONF"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
+$as_echo "$AUTOCONF" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Extract the first word of "autoheader", so it can be a program name with args.
+set dummy autoheader; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AUTOHEADER+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AUTOHEADER"; then
+ ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AUTOHEADER="1"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_prog_AUTOHEADER" && ac_cv_prog_AUTOHEADER="0"
+fi
+fi
+AUTOHEADER=$ac_cv_prog_AUTOHEADER
+if test -n "$AUTOHEADER"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
+$as_echo "$AUTOHEADER" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Extract the first word of "aclocal", so it can be a program name with args.
+set dummy aclocal; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ACLOCAL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ACLOCAL"; then
+ ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ACLOCAL="1"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_prog_ACLOCAL" && ac_cv_prog_ACLOCAL="0"
+fi
+fi
+ACLOCAL=$ac_cv_prog_ACLOCAL
+if test -n "$ACLOCAL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
+$as_echo "$ACLOCAL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Extract the first word of "sha256sum", so it can be a program name with args.
+set dummy sha256sum; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_SHA256SUM+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$SHA256SUM"; then
+ ac_cv_prog_SHA256SUM="$SHA256SUM" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_SHA256SUM="1"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_prog_SHA256SUM" && ac_cv_prog_SHA256SUM="0"
+fi
+fi
+SHA256SUM=$ac_cv_prog_SHA256SUM
+if test -n "$SHA256SUM"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SHA256SUM" >&5
+$as_echo "$SHA256SUM" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test "$CHECK_AUTOFILES$AUTOCONF$AUTOHEADER$ACLOCAL$SHA256SUM" = "11111"; then
+ if ! sha256sum -c autofiles.sums; then
+ as_fn_error $? "autofiles are autodated; rerun autogen.sh" "$LINENO" 5
+ fi
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="gcc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ CC=$ac_ct_CC
+ fi
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ fi
+fi
+if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+ fi
+ ac_cv_prog_CC="cc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+if test $ac_prog_rejected = yes; then
+ # We found a bogon in the path, so make sure we never use it.
+ set dummy $ac_cv_prog_CC
+ shift
+ if test $# != 0; then
+ # We chose a different compiler from the bogus one.
+ # However, it has the same basename, so the bogon will be chosen
+ # first if we set CC to just the basename; use the full file name.
+ shift
+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+ fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl.exe
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$CC" && break
+ done
+fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl.exe
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$ac_ct_CC" && break
+done
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ CC=$ac_ct_CC
+ fi
+fi
+
+fi
+
+
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+ { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ sed '10a\
+... rest of stderr output deleted ...
+ 10q' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+done
+
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+$as_echo_n "checking whether the C compiler works... " >&6; }
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+# The possible output files:
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+
+ac_rmfiles=
+for ac_file in $ac_files
+do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+ esac
+done
+rm -f $ac_rmfiles
+
+if { { ac_try="$ac_link_default"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link_default") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then :
+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile. We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+ test -f "$ac_file" || continue
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+ ;;
+ [ab].out )
+ # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* )
+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+ then :; else
+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ fi
+ # We set ac_cv_exeext here because the later test for it is not
+ # safe: cross compilers may not add the suffix if given an `-o'
+ # argument, so we may need to know it at that point already.
+ # Even if this section looks crufty: it has the advantage of
+ # actually working.
+ break;;
+ * )
+ break;;
+ esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+ ac_file=''
+fi
+if test -z "$ac_file"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "C compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+$as_echo_n "checking for C compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+ac_exeext=$ac_cv_exeext
+
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+$as_echo_n "checking for suffix of executables... " >&6; }
+if { { ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then :
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+ test -f "$ac_file" || continue
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ break;;
+ * ) break;;
+ esac
+done
+else
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest conftest$ac_cv_exeext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+$as_echo "$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdio.h>
+int
+main ()
+{
+FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+if test "$cross_compiling" != yes; then
+ { { ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if { ac_try='./conftest$ac_cv_exeext'
+ { { case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then
+ cross_compiling=no
+ else
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
+if ${ac_cv_objext+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { { ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then :
+ for ac_file in conftest.o conftest.obj conftest.*; do
+ test -f "$ac_file" || continue;
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+$as_echo "$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_compiler_gnu=yes
+else
+ ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+ GCC=yes
+else
+ GCC=
+fi
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_save_c_werror_flag=$ac_c_werror_flag
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+else
+ CFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+ ac_c_werror_flag=$ac_save_c_werror_flag
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+ CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+ CFLAGS="-g -O2"
+ else
+ CFLAGS="-g"
+ fi
+else
+ if test "$GCC" = yes; then
+ CFLAGS="-O2"
+ else
+ CFLAGS=
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+if ${ac_cv_prog_cc_c89+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdarg.h>
+#include <stdio.h>
+struct stat;
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+ char **p;
+ int i;
+{
+ return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+ char *s;
+ va_list v;
+ va_start (v,p);
+ s = g (p, va_arg (v,int));
+ va_end (v);
+ return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+ function prototypes and stuff, but not '\xHH' hex character constants.
+ These don't provoke an error unfortunately, instead are silently treated
+ as 'x'. The following induces an error, until -std is added to get
+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+ array size at least. It's necessary to write '\x00'==0 to get something
+ that's true only with -std. */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+ inside strings and character constants. */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
+ ;
+ return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+ CC="$ac_save_CC $ac_arg"
+ if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_c89=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+ test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+ x)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+ xno)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+ *)
+ CC="$CC $ac_cv_prog_cc_c89"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c89" != xno; then :
+
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
+$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
+if ${ac_cv_prog_cc_c99+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_prog_cc_c99=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdarg.h>
+#include <stdbool.h>
+#include <stdlib.h>
+#include <wchar.h>
+#include <stdio.h>
+
+// Check varargs macros. These examples are taken from C99 6.10.3.5.
+#define debug(...) fprintf (stderr, __VA_ARGS__)
+#define showlist(...) puts (#__VA_ARGS__)
+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
+static void
+test_varargs_macros (void)
+{
+ int x = 1234;
+ int y = 5678;
+ debug ("Flag");
+ debug ("X = %d\n", x);
+ showlist (The first, second, and third items.);
+ report (x>y, "x is %d but y is %d", x, y);
+}
+
+// Check long long types.
+#define BIG64 18446744073709551615ull
+#define BIG32 4294967295ul
+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
+#if !BIG_OK
+ your preprocessor is broken;
+#endif
+#if BIG_OK
+#else
+ your preprocessor is broken;
+#endif
+static long long int bignum = -9223372036854775807LL;
+static unsigned long long int ubignum = BIG64;
+
+struct incomplete_array
+{
+ int datasize;
+ double data[];
+};
+
+struct named_init {
+ int number;
+ const wchar_t *name;
+ double average;
+};
+
+typedef const char *ccp;
+
+static inline int
+test_restrict (ccp restrict text)
+{
+ // See if C++-style comments work.
+ // Iterate through items via the restricted pointer.
+ // Also check for declarations in for loops.
+ for (unsigned int i = 0; *(text+i) != '\0'; ++i)
+ continue;
+ return 0;
+}
+
+// Check varargs and va_copy.
+static void
+test_varargs (const char *format, ...)
+{
+ va_list args;
+ va_start (args, format);
+ va_list args_copy;
+ va_copy (args_copy, args);
+
+ const char *str;
+ int number;
+ float fnumber;
+
+ while (*format)
+ {
+ switch (*format++)
+ {
+ case 's': // string
+ str = va_arg (args_copy, const char *);
+ break;
+ case 'd': // int
+ number = va_arg (args_copy, int);
+ break;
+ case 'f': // float
+ fnumber = va_arg (args_copy, double);
+ break;
+ default:
+ break;
+ }
+ }
+ va_end (args_copy);
+ va_end (args);
+}
+
+int
+main ()
+{
+
+ // Check bool.
+ _Bool success = false;
+
+ // Check restrict.
+ if (test_restrict ("String literal") == 0)
+ success = true;
+ char *restrict newvar = "Another string";
+
+ // Check varargs.
+ test_varargs ("s, d' f .", "string", 65, 34.234);
+ test_varargs_macros ();
+
+ // Check flexible array members.
+ struct incomplete_array *ia =
+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
+ ia->datasize = 10;
+ for (int i = 0; i < ia->datasize; ++i)
+ ia->data[i] = i * 1.234;
+
+ // Check named initializers.
+ struct named_init ni = {
+ .number = 34,
+ .name = L"Test wide string",
+ .average = 543.34343,
+ };
+
+ ni.number = 58;
+
+ int dynamic_array[ni.number];
+ dynamic_array[ni.number - 1] = 543;
+
+ // work around unused variable warnings
+ return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
+ || dynamic_array[ni.number - 1] != 543);
+
+ ;
+ return 0;
+}
+_ACEOF
+for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
+do
+ CC="$ac_save_CC $ac_arg"
+ if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_c99=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+ test "x$ac_cv_prog_cc_c99" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c99" in
+ x)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+ xno)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+ *)
+ CC="$CC $ac_cv_prog_cc_c99"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
+$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c99" != xno; then :
+
+fi
+
+
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+if test -z "$CXX"; then
+ if test -n "$CCC"; then
+ CXX=$CCC
+ else
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CXX"; then
+ ac_cv_prog_CXX="$CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CXX=$ac_cv_prog_CXX
+if test -n "$CXX"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
+$as_echo "$CXX" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$CXX" && break
+ done
+fi
+if test -z "$CXX"; then
+ ac_ct_CXX=$CXX
+ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CXX"; then
+ ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CXX="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+if test -n "$ac_ct_CXX"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
+$as_echo "$ac_ct_CXX" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$ac_ct_CXX" && break
+done
+
+ if test "x$ac_ct_CXX" = x; then
+ CXX="g++"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ CXX=$ac_ct_CXX
+ fi
+fi
+
+ fi
+fi
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+ { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ sed '10a\
+... rest of stderr output deleted ...
+ 10q' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
+if ${ac_cv_cxx_compiler_gnu+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_compiler_gnu=yes
+else
+ ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+ GXX=yes
+else
+ GXX=
+fi
+ac_test_CXXFLAGS=${CXXFLAGS+set}
+ac_save_CXXFLAGS=$CXXFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
+if ${ac_cv_prog_cxx_g+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+ ac_cxx_werror_flag=yes
+ ac_cv_prog_cxx_g=no
+ CXXFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_cv_prog_cxx_g=yes
+else
+ CXXFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+else
+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+ CXXFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_cv_prog_cxx_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
+if test "$ac_test_CXXFLAGS" = set; then
+ CXXFLAGS=$ac_save_CXXFLAGS
+elif test $ac_cv_prog_cxx_g = yes; then
+ if test "$GXX" = yes; then
+ CXXFLAGS="-g -O2"
+ else
+ CXXFLAGS="-g"
+ fi
+else
+ if test "$GXX" = yes; then
+ CXXFLAGS="-O2"
+ else
+ CXXFLAGS=
+ fi
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+fi
+if test -z "$CPP"; then
+ if ${ac_cv_prog_CPP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # Double quotes because CPP needs to be expanded
+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+ # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+continue
+else
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+ break
+fi
+
+ done
+ ac_cv_prog_CPP=$CPP
+
+fi
+ CPP=$ac_cv_prog_CPP
+else
+ ac_cv_prog_CPP=$CPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+ # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+continue
+else
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+
+else
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
+if ${ac_cv_path_GREP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -z "$GREP"; then
+ ac_path_GREP_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in grep ggrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_GREP" || continue
+# Check for GNU ac_path_GREP and select it if it is found.
+ # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+ ac_count=0
+ $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ $as_echo 'GREP' >> "conftest.nl"
+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+ if test $ac_count -gt ${ac_path_GREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_GREP="$ac_path_GREP"
+ ac_path_GREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+ $ac_path_GREP_found && break 3
+ done
+ done
+ done
+IFS=$as_save_IFS
+ if test -z "$ac_cv_path_GREP"; then
+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+else
+ ac_cv_path_GREP=$GREP
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+$as_echo "$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+$as_echo_n "checking for egrep... " >&6; }
+if ${ac_cv_path_EGREP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+ then ac_cv_path_EGREP="$GREP -E"
+ else
+ if test -z "$EGREP"; then
+ ac_path_EGREP_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in egrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_EGREP" || continue
+# Check for GNU ac_path_EGREP and select it if it is found.
+ # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+ ac_count=0
+ $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ $as_echo 'EGREP' >> "conftest.nl"
+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_EGREP="$ac_path_EGREP"
+ ac_path_EGREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+ $ac_path_EGREP_found && break 3
+ done
+ done
+ done
+IFS=$as_save_IFS
+ if test -z "$ac_cv_path_EGREP"; then
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+else
+ ac_cv_path_EGREP=$EGREP
+fi
+
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+$as_echo "$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
+if ${ac_cv_header_stdc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_header_stdc=yes
+else
+ ac_cv_header_stdc=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "memchr" >/dev/null 2>&1; then :
+
+else
+ ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "free" >/dev/null 2>&1; then :
+
+else
+ ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+ if test "$cross_compiling" = yes; then :
+ :
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+ (('a' <= (c) && (c) <= 'i') \
+ || ('j' <= (c) && (c) <= 'r') \
+ || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+ int i;
+ for (i = 0; i < 256; i++)
+ if (XOR (islower (i), ISLOWER (i))
+ || toupper (i) != TOUPPER (i))
+ return 2;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+else
+ ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+ conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+$as_echo "$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+fi
+
+ac_aux_dir=
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+ if test -f "$ac_dir/install-sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install-sh -c"
+ break
+ elif test -f "$ac_dir/install.sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install.sh -c"
+ break
+ elif test -f "$ac_dir/shtool"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
+ fi
+done
+if test -z "$ac_aux_dir"; then
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
+
+
+case `pwd` in
+ *\ * | *\ *)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
+esac
+
+
+
+macro_version='2.4.6'
+macro_revision='2.4.6'
+
+
+
+
+
+
+
+
+
+
+
+
+
+ltmain=$ac_aux_dir/ltmain.sh
+
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+if ${ac_cv_build+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+esac
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+shift
+build_cpu=$1
+build_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+build_os=$*
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+if ${ac_cv_host+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "x$host_alias" = x; then
+ ac_cv_host=$ac_cv_build
+else
+ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+esac
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+shift
+host_cpu=$1
+host_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+host_os=$*
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+# Backslashify metacharacters that are still active within
+# double-quoted strings.
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Sed substitution to delay expansion of an escaped shell variable in a
+# double_quote_subst'ed string.
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+
+# Sed substitution to delay expansion of an escaped single quote.
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+
+# Sed substitution to avoid accidental globbing in evaled expressions
+no_glob_subst='s/\*/\\\*/g'
+
+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
+$as_echo_n "checking how to print strings... " >&6; }
+# Test print first, because it will be a builtin if present.
+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
+ ECHO='print -r --'
+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
+ ECHO='printf %s\n'
+else
+ # Use this function as a fallback that always works.
+ func_fallback_echo ()
+ {
+ eval 'cat <<_LTECHO_EOF
+$1
+_LTECHO_EOF'
+ }
+ ECHO='func_fallback_echo'
+fi
+
+# func_echo_all arg...
+# Invoke $ECHO with all args, space-separated.
+func_echo_all ()
+{
+ $ECHO ""
+}
+
+case $ECHO in
+ printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
+$as_echo "printf" >&6; } ;;
+ print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
+$as_echo "print -r" >&6; } ;;
+ *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
+$as_echo "cat" >&6; } ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+ for ac_i in 1 2 3 4 5 6 7; do
+ ac_script="$ac_script$as_nl$ac_script"
+ done
+ echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+ { ac_script=; unset ac_script;}
+ if test -z "$SED"; then
+ ac_path_SED_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in sed gsed; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+ # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+ ac_count=0
+ $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ $as_echo '' >> "conftest.nl"
+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+ if test $ac_count -gt ${ac_path_SED_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_SED="$ac_path_SED"
+ ac_path_SED_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+ $ac_path_SED_found && break 3
+ done
+ done
+ done
+IFS=$as_save_IFS
+ if test -z "$ac_cv_path_SED"; then
+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+ fi
+else
+ ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+ rm -f conftest.sed
+
+test -z "$SED" && SED=sed
+Xsed="$SED -e 1s/^X//"
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+$as_echo_n "checking for fgrep... " >&6; }
+if ${ac_cv_path_FGREP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+ then ac_cv_path_FGREP="$GREP -F"
+ else
+ if test -z "$FGREP"; then
+ ac_path_FGREP_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in fgrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_FGREP" || continue
+# Check for GNU ac_path_FGREP and select it if it is found.
+ # Check for GNU $ac_path_FGREP
+case `"$ac_path_FGREP" --version 2>&1` in
+*GNU*)
+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+*)
+ ac_count=0
+ $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ $as_echo 'FGREP' >> "conftest.nl"
+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+ if test $ac_count -gt ${ac_path_FGREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_FGREP="$ac_path_FGREP"
+ ac_path_FGREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+ $ac_path_FGREP_found && break 3
+ done
+ done
+ done
+IFS=$as_save_IFS
+ if test -z "$ac_cv_path_FGREP"; then
+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+else
+ ac_cv_path_FGREP=$FGREP
+fi
+
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+$as_echo "$ac_cv_path_FGREP" >&6; }
+ FGREP="$ac_cv_path_FGREP"
+
+
+test -z "$GREP" && GREP=grep
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+else
+ with_gnu_ld=no
+fi
+
+ac_prog=ld
+if test yes = "$GCC"; then
+ # Check if gcc -print-prog-name=ld gives a path.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+ case $host in
+ *-*-mingw*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+ esac
+ case $ac_prog in
+ # Accept absolute paths.
+ [\\/]* | ?:[\\/]*)
+ re_direlt='/[^/][^/]*/\.\./'
+ # Canonicalize the pathname of ld
+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+ done
+ test -z "$LD" && LD=$ac_prog
+ ;;
+ "")
+ # If it fails, then pretend we aren't using GCC.
+ ac_prog=ld
+ ;;
+ *)
+ # If it is relative, then search for the first ld in PATH.
+ with_gnu_ld=unknown
+ ;;
+ esac
+elif test yes = "$with_gnu_ld"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
+fi
+if ${lt_cv_path_LD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -z "$LD"; then
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ for ac_dir in $PATH; do
+ IFS=$lt_save_ifs
+ test -z "$ac_dir" && ac_dir=.
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+ lt_cv_path_LD=$ac_dir/$ac_prog
+ # Check to see if the program is GNU ld. I'd rather use --version,
+ # but apparently some variants of GNU ld only accept -v.
+ # Break only if it was the GNU/non-GNU ld that we prefer.
+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ test no != "$with_gnu_ld" && break
+ ;;
+ *)
+ test yes != "$with_gnu_ld" && break
+ ;;
+ esac
+ fi
+ done
+ IFS=$lt_save_ifs
+else
+ lt_cv_path_LD=$LD # Let the user override the test with a path.
+fi
+fi
+
+LD=$lt_cv_path_LD
+if test -n "$LD"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${lt_cv_prog_gnu_ld+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;
+*)
+ lt_cv_prog_gnu_ld=no
+ ;;
+esac
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+if ${lt_cv_path_NM+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$NM"; then
+ # Let the user override the test.
+ lt_cv_path_NM=$NM
+else
+ lt_nm_to_check=${ac_tool_prefix}nm
+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+ lt_nm_to_check="$lt_nm_to_check nm"
+ fi
+ for lt_tmp_nm in $lt_nm_to_check; do
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+ IFS=$lt_save_ifs
+ test -z "$ac_dir" && ac_dir=.
+ tmp_nm=$ac_dir/$lt_tmp_nm
+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
+ # Check to see if the nm accepts a BSD-compat flag.
+ # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
+ # nm: unknown option "B" ignored
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+ mingw*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+ case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+ ;;
+ *)
+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+ continue # so that we can try to find one that supports BSD flags
+ ;;
+ esac
+ ;;
+ esac
+ fi
+ done
+ IFS=$lt_save_ifs
+ done
+ : ${lt_cv_path_NM=no}
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+$as_echo "$lt_cv_path_NM" >&6; }
+if test no != "$lt_cv_path_NM"; then
+ NM=$lt_cv_path_NM
+else
+ # Didn't find any BSD compatible name lister, look for dumpbin.
+ if test -n "$DUMPBIN"; then :
+ # Let the user override the test.
+ else
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in dumpbin "link -dump"
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DUMPBIN+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$DUMPBIN"; then
+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+DUMPBIN=$ac_cv_prog_DUMPBIN
+if test -n "$DUMPBIN"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+$as_echo "$DUMPBIN" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$DUMPBIN" && break
+ done
+fi
+if test -z "$DUMPBIN"; then
+ ac_ct_DUMPBIN=$DUMPBIN
+ for ac_prog in dumpbin "link -dump"
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_DUMPBIN"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+if test -n "$ac_ct_DUMPBIN"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+$as_echo "$ac_ct_DUMPBIN" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$ac_ct_DUMPBIN" && break
+done
+
+ if test "x$ac_ct_DUMPBIN" = x; then
+ DUMPBIN=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ DUMPBIN=$ac_ct_DUMPBIN
+ fi
+fi
+
+ case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+ *)
+ DUMPBIN=:
+ ;;
+ esac
+ fi
+
+ if test : != "$DUMPBIN"; then
+ NM=$DUMPBIN
+ fi
+fi
+test -z "$NM" && NM=nm
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
+if ${lt_cv_nm_interface+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_nm_interface="BSD nm"
+ echo "int some_variable = 0;" > conftest.$ac_ext
+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+ (eval "$ac_compile" 2>conftest.err)
+ cat conftest.err >&5
+ (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+ cat conftest.err >&5
+ (eval echo "\"\$as_me:$LINENO: output\"" >&5)
+ cat conftest.out >&5
+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+ lt_cv_nm_interface="MS dumpbin"
+ fi
+ rm -f conftest*
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+$as_echo "$lt_cv_nm_interface" >&6; }
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+$as_echo_n "checking whether ln -s works... " >&6; }
+LN_S=$as_ln_s
+if test "$LN_S" = "ln -s"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+$as_echo "no, using $LN_S" >&6; }
+fi
+
+# find the maximum length of command line arguments
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
+if ${lt_cv_sys_max_cmd_len+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ i=0
+ teststring=ABCD
+
+ case $build_os in
+ msdosdjgpp*)
+ # On DJGPP, this test can blow up pretty badly due to problems in libc
+ # (any single argument exceeding 2000 bytes causes a buffer overrun
+ # during glob expansion). Even if it were fixed, the result of this
+ # check would be larger than it should be.
+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
+ ;;
+
+ gnu*)
+ # Under GNU Hurd, this test is not required because there is
+ # no limit to the length of command line arguments.
+ # Libtool will interpret -1 as no limit whatsoever
+ lt_cv_sys_max_cmd_len=-1;
+ ;;
+
+ cygwin* | mingw* | cegcc*)
+ # On Win9x/ME, this test blows up -- it succeeds, but takes
+ # about 5 minutes as the teststring grows exponentially.
+ # Worse, since 9x/ME are not pre-emptively multitasking,
+ # you end up with a "frozen" computer, even though with patience
+ # the test eventually succeeds (with a max line length of 256k).
+ # Instead, let's just punt: use the minimum linelength reported by
+ # all of the supported platforms: 8192 (on NT/2K/XP).
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+ mint*)
+ # On MiNT this can take a long time and run out of memory.
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+ amigaos*)
+ # On AmigaOS with pdksh, this test takes hours, literally.
+ # So we just punt and use a minimum line length of 8192.
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+ elif test -x /usr/sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+ else
+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
+ fi
+ # And add a safety zone
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+ ;;
+
+ interix*)
+ # We know the value 262144 and hardcode it with a safety zone (like BSD)
+ lt_cv_sys_max_cmd_len=196608
+ ;;
+
+ os2*)
+ # The test takes a long time on OS/2.
+ lt_cv_sys_max_cmd_len=8192
+ ;;
+
+ osf*)
+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+ # nice to cause kernel panics so lets avoid the loop below.
+ # First set a reasonable default.
+ lt_cv_sys_max_cmd_len=16384
+ #
+ if test -x /sbin/sysconfig; then
+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+ *1*) lt_cv_sys_max_cmd_len=-1 ;;
+ esac
+ fi
+ ;;
+ sco3.2v5*)
+ lt_cv_sys_max_cmd_len=102400
+ ;;
+ sysv5* | sco5v6* | sysv4.2uw2*)
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+ if test -n "$kargmax"; then
+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
+ else
+ lt_cv_sys_max_cmd_len=32768
+ fi
+ ;;
+ *)
+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
+ if test -n "$lt_cv_sys_max_cmd_len" && \
+ test undefined != "$lt_cv_sys_max_cmd_len"; then
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+ else
+ # Make teststring a little bigger before we do anything with it.
+ # a 1K string should be a reasonable start.
+ for i in 1 2 3 4 5 6 7 8; do
+ teststring=$teststring$teststring
+ done
+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+ # If test is not a shell built-in, we'll probably end up computing a
+ # maximum length that is only half of the actual maximum length, but
+ # we can't tell.
+ while { test X`env echo "$teststring$teststring" 2>/dev/null` \
+ = "X$teststring$teststring"; } >/dev/null 2>&1 &&
+ test 17 != "$i" # 1/2 MB should be enough
+ do
+ i=`expr $i + 1`
+ teststring=$teststring$teststring
+ done
+ # Only check the string length outside the loop.
+ lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
+ teststring=
+ # Add a significant safety factor because C++ compilers can tack on
+ # massive amounts of additional arguments before passing them to the
+ # linker. It appears as though 1/2 is a usable value.
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+ fi
+ ;;
+ esac
+
+fi
+
+if test -n "$lt_cv_sys_max_cmd_len"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
+$as_echo "none" >&6; }
+fi
+max_cmd_len=$lt_cv_sys_max_cmd_len
+
+
+
+
+
+
+: ${CP="cp -f"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ lt_unset=unset
+else
+ lt_unset=false
+fi
+
+
+
+
+
+# test EBCDIC or ASCII
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+ # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+ lt_SP2NL='tr \040 \012'
+ lt_NL2SP='tr \015\012 \040\040'
+ ;;
+ *) # EBCDIC based system
+ lt_SP2NL='tr \100 \n'
+ lt_NL2SP='tr \r\n \100\100'
+ ;;
+esac
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
+$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
+if ${lt_cv_to_host_file_cmd+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $host in
+ *-*-mingw* )
+ case $build in
+ *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ *-*-cygwin* )
+ lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
+ ;;
+ * ) # otherwise, assume *nix
+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
+ ;;
+ esac
+ ;;
+ *-*-cygwin* )
+ case $build in
+ *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+ ;;
+ *-*-cygwin* )
+ lt_cv_to_host_file_cmd=func_convert_file_noop
+ ;;
+ * ) # otherwise, assume *nix
+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
+ ;;
+ esac
+ ;;
+ * ) # unhandled hosts (and "normal" native builds)
+ lt_cv_to_host_file_cmd=func_convert_file_noop
+ ;;
+esac
+
+fi
+
+to_host_file_cmd=$lt_cv_to_host_file_cmd
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
+$as_echo "$lt_cv_to_host_file_cmd" >&6; }
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
+$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
+if ${lt_cv_to_tool_file_cmd+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ #assume ordinary cross tools, or native build.
+lt_cv_to_tool_file_cmd=func_convert_file_noop
+case $host in
+ *-*-mingw* )
+ case $build in
+ *-*-mingw* ) # actually msys
+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ esac
+ ;;
+esac
+
+fi
+
+to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
+$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
+if ${lt_cv_ld_reload_flag+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_ld_reload_flag='-r'
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
+reload_flag=$lt_cv_ld_reload_flag
+case $reload_flag in
+"" | " "*) ;;
+*) reload_flag=" $reload_flag" ;;
+esac
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+ cygwin* | mingw* | pw32* | cegcc*)
+ if test yes != "$GCC"; then
+ reload_cmds=false
+ fi
+ ;;
+ darwin*)
+ if test yes = "$GCC"; then
+ reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
+ else
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ fi
+ ;;
+esac
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OBJDUMP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+OBJDUMP=$ac_cv_prog_OBJDUMP
+if test -n "$OBJDUMP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+$as_echo "$OBJDUMP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OBJDUMP"; then
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+set dummy objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+if test -n "$ac_ct_OBJDUMP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+$as_echo "$ac_ct_OBJDUMP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+ OBJDUMP="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ OBJDUMP=$ac_ct_OBJDUMP
+ fi
+else
+ OBJDUMP="$ac_cv_prog_OBJDUMP"
+fi
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
+if ${lt_cv_deplibs_check_method+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_deplibs_check_method='unknown'
+# Need to set the preceding variable on all platforms that support
+# interlibrary dependencies.
+# 'none' -- dependencies not supported.
+# 'unknown' -- same as none, but documents that we really don't know.
+# 'pass_all' -- all dependencies passed with no checks.
+# 'test_compile' -- check by making test program.
+# 'file_magic [[regex]]' -- check by looking for files in library path
+# that responds to the $file_magic_cmd with a given extended regex.
+# If you have 'file' or equivalent on your system and you're not sure
+# whether 'pass_all' will *always* work, you probably want this one.
+
+case $host_os in
+aix[4-9]*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+beos*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+bsdi[45]*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+ lt_cv_file_magic_cmd='/usr/bin/file -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+cygwin*)
+ # func_win32_libid is a shell function defined in ltmain.sh
+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+mingw* | pw32*)
+ # Base MSYS/MinGW do not provide the 'file' command needed by
+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
+ # unless we find 'file', for example because we are cross-compiling.
+ if ( file / ) >/dev/null 2>&1; then
+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+ lt_cv_file_magic_cmd='func_win32_libid'
+ else
+ # Keep this pattern in sync with the one in func_win32_libid.
+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ fi
+ ;;
+
+cegcc*)
+ # use the weaker test based on 'objdump'. See mingw*.
+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ ;;
+
+darwin* | rhapsody*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+freebsd* | dragonfly*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+ esac
+ else
+ lt_cv_deplibs_check_method=pass_all
+ fi
+ ;;
+
+haiku*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+hpux10.20* | hpux11*)
+ lt_cv_file_magic_cmd=/usr/bin/file
+ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+ ;;
+ hppa*64*)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
+ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+ ;;
+ *)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
+ lt_cv_file_magic_test_file=/usr/lib/libc.sl
+ ;;
+ esac
+ ;;
+
+interix[3-9]*)
+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
+ ;;
+
+irix5* | irix6* | nonstopux*)
+ case $LD in
+ *-32|*"-32 ") libmagic=32-bit;;
+ *-n32|*"-n32 ") libmagic=N32;;
+ *-64|*"-64 ") libmagic=64-bit;;
+ *) libmagic=never-match;;
+ esac
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ else
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
+ fi
+ ;;
+
+newos6*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+*nto* | *qnx*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+openbsd* | bitrig*)
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+ else
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ fi
+ ;;
+
+osf3* | osf4* | osf5*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+rdos*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+solaris*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+sysv4 | sysv4.3*)
+ case $host_vendor in
+ motorola)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+ ;;
+ ncr)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ sequent)
+ lt_cv_file_magic_cmd='/bin/file'
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
+ ;;
+ sni)
+ lt_cv_file_magic_cmd='/bin/file'
+ lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
+ lt_cv_file_magic_test_file=/lib/libc.so
+ ;;
+ siemens)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ pc)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ esac
+ ;;
+
+tpf*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+os2*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+esac
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
+
+file_magic_glob=
+want_nocaseglob=no
+if test "$build" = "$host"; then
+ case $host_os in
+ mingw* | pw32*)
+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+ want_nocaseglob=yes
+ else
+ file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
+ fi
+ ;;
+ esac
+fi
+
+file_magic_cmd=$lt_cv_file_magic_cmd
+deplibs_check_method=$lt_cv_deplibs_check_method
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DLLTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+DLLTOOL=$ac_cv_prog_DLLTOOL
+if test -n "$DLLTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+$as_echo "$DLLTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DLLTOOL"; then
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+set dummy dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+if test -n "$ac_ct_DLLTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+$as_echo "$ac_ct_DLLTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+ DLLTOOL="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ DLLTOOL=$ac_ct_DLLTOOL
+ fi
+else
+ DLLTOOL="$ac_cv_prog_DLLTOOL"
+fi
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
+$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
+if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+case $host_os in
+cygwin* | mingw* | pw32* | cegcc*)
+ # two different shell functions defined in ltmain.sh;
+ # decide which one to use based on capabilities of $DLLTOOL
+ case `$DLLTOOL --help 2>&1` in
+ *--identify-strict*)
+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
+ ;;
+ *)
+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
+ ;;
+ esac
+ ;;
+*)
+ # fallback: assume linklib IS sharedlib
+ lt_cv_sharedlib_from_linklib_cmd=$ECHO
+ ;;
+esac
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
+$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
+sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
+test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+ for ac_prog in ar
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AR+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AR"; then
+ ac_cv_prog_AR="$AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+AR=$ac_cv_prog_AR
+if test -n "$AR"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+$as_echo "$AR" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$AR" && break
+ done
+fi
+if test -z "$AR"; then
+ ac_ct_AR=$AR
+ for ac_prog in ar
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_AR"; then
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AR="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
+if test -n "$ac_ct_AR"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+$as_echo "$ac_ct_AR" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$ac_ct_AR" && break
+done
+
+ if test "x$ac_ct_AR" = x; then
+ AR="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ AR=$ac_ct_AR
+ fi
+fi
+
+: ${AR=ar}
+: ${AR_FLAGS=cru}
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
+$as_echo_n "checking for archiver @FILE support... " >&6; }
+if ${lt_cv_ar_at_file+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_ar_at_file=no
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ echo conftest.$ac_objext > conftest.lst
+ lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -eq "$ac_status"; then
+ # Ensure the archiver fails upon bogus file names.
+ rm -f conftest.$ac_objext libconftest.a
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -ne "$ac_status"; then
+ lt_cv_ar_at_file=@
+ fi
+ fi
+ rm -f conftest.* libconftest.a
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
+$as_echo "$lt_cv_ar_at_file" >&6; }
+
+if test no = "$lt_cv_ar_at_file"; then
+ archiver_list_spec=
+else
+ archiver_list_spec=$lt_cv_ar_at_file
+fi
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_STRIP" = x; then
+ STRIP=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ STRIP=$ac_ct_STRIP
+ fi
+else
+ STRIP="$ac_cv_prog_STRIP"
+fi
+
+test -z "$STRIP" && STRIP=:
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_RANLIB+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$RANLIB"; then
+ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+ ac_ct_RANLIB=$RANLIB
+ # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_RANLIB"; then
+ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_RANLIB="ranlib"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_RANLIB" = x; then
+ RANLIB=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ RANLIB=$ac_ct_RANLIB
+ fi
+else
+ RANLIB="$ac_cv_prog_RANLIB"
+fi
+
+test -z "$RANLIB" && RANLIB=:
+
+
+
+
+
+
+# Determine commands to create old-style static archives.
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
+old_postinstall_cmds='chmod 644 $oldlib'
+old_postuninstall_cmds=
+
+if test -n "$RANLIB"; then
+ case $host_os in
+ bitrig* | openbsd*)
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+ ;;
+ *)
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+ ;;
+ esac
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+fi
+
+case $host_os in
+ darwin*)
+ lock_old_archive_extraction=yes ;;
+ *)
+ lock_old_archive_extraction=no ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+for ac_prog in gawk mawk nawk awk
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AWK"; then
+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AWK="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$AWK" && break
+done
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+
+# Check for command to grab the raw symbol name followed by C symbol from nm.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
+if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+
+# These are sane defaults that work on at least a few old systems.
+# [They come from Ultrix. What could be older than Ultrix?!! ;)]
+
+# Character class describing NM global symbol codes.
+symcode='[BCDEGRST]'
+
+# Regexp to match symbols that can be accessed directly from C.
+sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+
+# Define system-specific variables.
+case $host_os in
+aix*)
+ symcode='[BCDT]'
+ ;;
+cygwin* | mingw* | pw32* | cegcc*)
+ symcode='[ABCDGISTW]'
+ ;;
+hpux*)
+ if test ia64 = "$host_cpu"; then
+ symcode='[ABCDEGRST]'
+ fi
+ ;;
+irix* | nonstopux*)
+ symcode='[BCDEGRST]'
+ ;;
+osf*)
+ symcode='[BCDEGQRST]'
+ ;;
+solaris*)
+ symcode='[BDRT]'
+ ;;
+sco3.2v5*)
+ symcode='[DT]'
+ ;;
+sysv4.2uw2*)
+ symcode='[DT]'
+ ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+ symcode='[ABDT]'
+ ;;
+sysv4)
+ symcode='[DFNSTU]'
+ ;;
+esac
+
+# If we're using GNU nm, then use its standard symbol codes.
+case `$NM -V 2>&1` in
+*GNU* | *'with BFD'*)
+ symcode='[ABCDGIRSTW]' ;;
+esac
+
+if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Gets list of data symbols to import.
+ lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
+ # Adjust the below global symbol transforms to fixup imported variables.
+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
+ lt_c_name_lib_hook="\
+ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
+ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
+else
+ # Disable hooks by default.
+ lt_cv_sys_global_symbol_to_import=
+ lt_cdecl_hook=
+ lt_c_name_hook=
+ lt_c_name_lib_hook=
+fi
+
+# Transform an extracted symbol line into a proper C declaration.
+# Some systems (esp. on ia64) link data and code symbols differently,
+# so use this general approach.
+lt_cv_sys_global_symbol_to_cdecl="sed -n"\
+$lt_cdecl_hook\
+" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
+" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
+$lt_c_name_hook\
+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
+
+# Transform an extracted symbol line into symbol name with lib prefix and
+# symbol address.
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
+$lt_c_name_lib_hook\
+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
+
+# Handle CRLF in mingw tool chain
+opt_cr=
+case $build_os in
+mingw*)
+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+ ;;
+esac
+
+# Try without a prefix underscore, then with it.
+for ac_symprfx in "" "_"; do
+
+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+ symxfrm="\\1 $ac_symprfx\\2 \\2"
+
+ # Write the raw and C identifiers.
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Fake it for dumpbin and say T for any non-static function,
+ # D for any global variable and I for any imported variable.
+ # Also find C++ and __fastcall symbols from MSVC++,
+ # which start with @ or ?.
+ lt_cv_sys_global_symbol_pipe="$AWK '"\
+" {last_section=section; section=\$ 3};"\
+" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
+" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
+" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
+" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
+" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
+" \$ 0!~/External *\|/{next};"\
+" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
+" {if(hide[section]) next};"\
+" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
+" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
+" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
+" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+" ' prfx=^$ac_symprfx"
+ else
+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ fi
+ lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+
+ rm -f conftest*
+ cat > conftest.$ac_ext <<_LT_EOF
+#ifdef __cplusplus
+extern "C" {
+#endif
+char nm_test_var;
+void nm_test_func(void);
+void nm_test_func(void){}
+#ifdef __cplusplus
+}
+#endif
+int main(){nm_test_var='a';nm_test_func();return(0);}
+_LT_EOF
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # Now try to grab the symbols.
+ nlist=conftest.nm
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
+ (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "$nlist"; then
+ # Try sorting and uniquifying the output.
+ if sort "$nlist" | uniq > "$nlist"T; then
+ mv -f "$nlist"T "$nlist"
+ else
+ rm -f "$nlist"T
+ fi
+
+ # Make sure that we snagged all the symbols we need.
+ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
+ if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
+ cat <<_LT_EOF > conftest.$ac_ext
+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
+#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
+/* DATA imports from DLLs on WIN32 can't be const, because runtime
+ relocations are performed -- see ld's documentation on pseudo-relocs. */
+# define LT_DLSYM_CONST
+#elif defined __osf__
+/* This system does not cope well with relocations in const data. */
+# define LT_DLSYM_CONST
+#else
+# define LT_DLSYM_CONST const
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+_LT_EOF
+ # Now generate the symbol file.
+ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
+
+ cat <<_LT_EOF >> conftest.$ac_ext
+
+/* The mapping between symbol names and symbols. */
+LT_DLSYM_CONST struct {
+ const char *name;
+ void *address;
+}
+lt__PROGRAM__LTX_preloaded_symbols[] =
+{
+ { "@PROGRAM@", (void *) 0 },
+_LT_EOF
+ $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+ cat <<\_LT_EOF >> conftest.$ac_ext
+ {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+ return lt__PROGRAM__LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+_LT_EOF
+ # Now try linking the two files.
+ mv conftest.$ac_objext conftstm.$ac_objext
+ lt_globsym_save_LIBS=$LIBS
+ lt_globsym_save_CFLAGS=$CFLAGS
+ LIBS=conftstm.$ac_objext
+ CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s conftest$ac_exeext; then
+ pipe_works=yes
+ fi
+ LIBS=$lt_globsym_save_LIBS
+ CFLAGS=$lt_globsym_save_CFLAGS
+ else
+ echo "cannot find nm_test_func in $nlist" >&5
+ fi
+ else
+ echo "cannot find nm_test_var in $nlist" >&5
+ fi
+ else
+ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
+ fi
+ else
+ echo "$progname: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ fi
+ rm -rf conftest* conftst*
+
+ # Do not use the global_symbol_pipe unless it works.
+ if test yes = "$pipe_works"; then
+ break
+ else
+ lt_cv_sys_global_symbol_pipe=
+ fi
+done
+
+fi
+
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
+ lt_cv_sys_global_symbol_to_cdecl=
+fi
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+$as_echo "failed" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+$as_echo "ok" >&6; }
+fi
+
+# Response file support.
+if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ nm_file_list_spec='@'
+elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
+ nm_file_list_spec='@'
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
+$as_echo_n "checking for sysroot... " >&6; }
+
+# Check whether --with-sysroot was given.
+if test "${with_sysroot+set}" = set; then :
+ withval=$with_sysroot;
+else
+ with_sysroot=no
+fi
+
+
+lt_sysroot=
+case $with_sysroot in #(
+ yes)
+ if test yes = "$GCC"; then
+ lt_sysroot=`$CC --print-sysroot 2>/dev/null`
+ fi
+ ;; #(
+ /*)
+ lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
+ ;; #(
+ no|'')
+ ;; #(
+ *)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
+$as_echo "$with_sysroot" >&6; }
+ as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
+ ;;
+esac
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
+$as_echo "${lt_sysroot:-no}" >&6; }
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
+$as_echo_n "checking for a working dd... " >&6; }
+if ${ac_cv_path_lt_DD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ printf 0123456789abcdef0123456789abcdef >conftest.i
+cat conftest.i conftest.i >conftest2.i
+: ${lt_DD:=$DD}
+if test -z "$lt_DD"; then
+ ac_path_lt_DD_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in dd; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_lt_DD" || continue
+if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
+ cmp -s conftest.i conftest.out \
+ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
+fi
+ $ac_path_lt_DD_found && break 3
+ done
+ done
+ done
+IFS=$as_save_IFS
+ if test -z "$ac_cv_path_lt_DD"; then
+ :
+ fi
+else
+ ac_cv_path_lt_DD=$lt_DD
+fi
+
+rm -f conftest.i conftest2.i conftest.out
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
+$as_echo "$ac_cv_path_lt_DD" >&6; }
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
+$as_echo_n "checking how to truncate binary pipes... " >&6; }
+if ${lt_cv_truncate_bin+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ printf 0123456789abcdef0123456789abcdef >conftest.i
+cat conftest.i conftest.i >conftest2.i
+lt_cv_truncate_bin=
+if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
+ cmp -s conftest.i conftest.out \
+ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
+fi
+rm -f conftest.i conftest2.i conftest.out
+test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
+$as_echo "$lt_cv_truncate_bin" >&6; }
+
+
+
+
+
+
+
+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
+func_cc_basename ()
+{
+ for cc_temp in $*""; do
+ case $cc_temp in
+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+ \-*) ;;
+ *) break;;
+ esac
+ done
+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+}
+
+# Check whether --enable-libtool-lock was given.
+if test "${enable_libtool_lock+set}" = set; then :
+ enableval=$enable_libtool_lock;
+fi
+
+test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+
+# Some flags need to be propagated to the compiler or linker for good
+# libtool support.
+case $host in
+ia64-*-hpux*)
+ # Find out what ABI is being produced by ac_compile, and set mode
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ case `/usr/bin/file conftest.$ac_objext` in
+ *ELF-32*)
+ HPUX_IA64_MODE=32
+ ;;
+ *ELF-64*)
+ HPUX_IA64_MODE=64
+ ;;
+ esac
+ fi
+ rm -rf conftest*
+ ;;
+*-*-irix6*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly.
+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+ case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -melf32bsmip"
+ ;;
+ *N32*)
+ LD="${LD-ld} -melf32bmipn32"
+ ;;
+ *64-bit*)
+ LD="${LD-ld} -melf64bmip"
+ ;;
+ esac
+ else
+ case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -32"
+ ;;
+ *N32*)
+ LD="${LD-ld} -n32"
+ ;;
+ *64-bit*)
+ LD="${LD-ld} -64"
+ ;;
+ esac
+ fi
+ fi
+ rm -rf conftest*
+ ;;
+
+mips64*-*linux*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly.
+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ emul=elf
+ case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ emul="${emul}32"
+ ;;
+ *64-bit*)
+ emul="${emul}64"
+ ;;
+ esac
+ case `/usr/bin/file conftest.$ac_objext` in
+ *MSB*)
+ emul="${emul}btsmip"
+ ;;
+ *LSB*)
+ emul="${emul}ltsmip"
+ ;;
+ esac
+ case `/usr/bin/file conftest.$ac_objext` in
+ *N32*)
+ emul="${emul}n32"
+ ;;
+ esac
+ LD="${LD-ld} -m $emul"
+ fi
+ rm -rf conftest*
+ ;;
+
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly. Note that the listed cases only cover the
+ # situations where additional linker options are needed (such as when
+ # doing 32-bit compilation for a host where ld defaults to 64-bit, or
+ # vice versa); the common cases where no linker options are needed do
+ # not appear in the list.
+ echo 'int i;' > conftest.$ac_ext
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ case `/usr/bin/file conftest.o` in
+ *32-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_i386_fbsd"
+ ;;
+ x86_64-*linux*)
+ case `/usr/bin/file conftest.o` in
+ *x86-64*)
+ LD="${LD-ld} -m elf32_x86_64"
+ ;;
+ *)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+ esac
+ ;;
+ powerpc64le-*linux*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
+ powerpc64-*linux*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+ LD="${LD-ld} -m elf_s390"
+ ;;
+ sparc64-*linux*)
+ LD="${LD-ld} -m elf32_sparc"
+ ;;
+ esac
+ ;;
+ *64-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_x86_64_fbsd"
+ ;;
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ powerpcle-*linux*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+ powerpc-*linux*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)
+ LD="${LD-ld} -m elf64_s390"
+ ;;
+ sparc*-*linux*)
+ LD="${LD-ld} -m elf64_sparc"
+ ;;
+ esac
+ ;;
+ esac
+ fi
+ rm -rf conftest*
+ ;;
+
+*-*-sco3.2v5*)
+ # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+ SAVE_CFLAGS=$CFLAGS
+ CFLAGS="$CFLAGS -belf"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
+if ${lt_cv_cc_needs_belf+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_cc_needs_belf=yes
+else
+ lt_cv_cc_needs_belf=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
+ if test yes != "$lt_cv_cc_needs_belf"; then
+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+ CFLAGS=$SAVE_CFLAGS
+ fi
+ ;;
+*-*solaris*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ case `/usr/bin/file conftest.o` in
+ *64-bit*)
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+ case $host in
+ i?86-*-solaris*|x86_64-*-solaris*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ sparc*-*-solaris*)
+ LD="${LD-ld} -m elf64_sparc"
+ ;;
+ esac
+ # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
+ if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
+ LD=${LD-ld}_sol2
+ fi
+ ;;
+ *)
+ if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
+ LD="${LD-ld} -64"
+ fi
+ ;;
+ esac
+ ;;
+ esac
+ fi
+ rm -rf conftest*
+ ;;
+esac
+
+need_locks=$enable_libtool_lock
+
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
+set dummy ${ac_tool_prefix}mt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$MANIFEST_TOOL"; then
+ ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
+if test -n "$MANIFEST_TOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
+$as_echo "$MANIFEST_TOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
+ ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
+ # Extract the first word of "mt", so it can be a program name with args.
+set dummy mt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_MANIFEST_TOOL"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
+if test -n "$ac_ct_MANIFEST_TOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
+$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_MANIFEST_TOOL" = x; then
+ MANIFEST_TOOL=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
+ fi
+else
+ MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
+fi
+
+test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
+$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
+if ${lt_cv_path_mainfest_tool+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_path_mainfest_tool=no
+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+ cat conftest.err >&5
+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+ lt_cv_path_mainfest_tool=yes
+ fi
+ rm -f conftest*
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
+$as_echo "$lt_cv_path_mainfest_tool" >&6; }
+if test yes != "$lt_cv_path_mainfest_tool"; then
+ MANIFEST_TOOL=:
+fi
+
+
+
+
+
+
+ case $host_os in
+ rhapsody* | darwin*)
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DSYMUTIL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$DSYMUTIL"; then
+ ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
+if test -n "$DSYMUTIL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+$as_echo "$DSYMUTIL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DSYMUTIL"; then
+ ac_ct_DSYMUTIL=$DSYMUTIL
+ # Extract the first word of "dsymutil", so it can be a program name with args.
+set dummy dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_DSYMUTIL"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
+if test -n "$ac_ct_DSYMUTIL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_DSYMUTIL" = x; then
+ DSYMUTIL=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ DSYMUTIL=$ac_ct_DSYMUTIL
+ fi
+else
+ DSYMUTIL="$ac_cv_prog_DSYMUTIL"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_NMEDIT+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$NMEDIT"; then
+ ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+NMEDIT=$ac_cv_prog_NMEDIT
+if test -n "$NMEDIT"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+$as_echo "$NMEDIT" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_NMEDIT"; then
+ ac_ct_NMEDIT=$NMEDIT
+ # Extract the first word of "nmedit", so it can be a program name with args.
+set dummy nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_NMEDIT"; then
+ ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_NMEDIT="nmedit"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
+if test -n "$ac_ct_NMEDIT"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+$as_echo "$ac_ct_NMEDIT" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_NMEDIT" = x; then
+ NMEDIT=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ NMEDIT=$ac_ct_NMEDIT
+ fi
+else
+ NMEDIT="$ac_cv_prog_NMEDIT"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_LIPO+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$LIPO"; then
+ ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+LIPO=$ac_cv_prog_LIPO
+if test -n "$LIPO"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+$as_echo "$LIPO" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_LIPO"; then
+ ac_ct_LIPO=$LIPO
+ # Extract the first word of "lipo", so it can be a program name with args.
+set dummy lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_LIPO"; then
+ ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_LIPO="lipo"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
+if test -n "$ac_ct_LIPO"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+$as_echo "$ac_ct_LIPO" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_LIPO" = x; then
+ LIPO=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ LIPO=$ac_ct_LIPO
+ fi
+else
+ LIPO="$ac_cv_prog_LIPO"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$OTOOL"; then
+ ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL=$ac_cv_prog_OTOOL
+if test -n "$OTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+$as_echo "$OTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL"; then
+ ac_ct_OTOOL=$OTOOL
+ # Extract the first word of "otool", so it can be a program name with args.
+set dummy otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_OTOOL"; then
+ ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL="otool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
+if test -n "$ac_ct_OTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+$as_echo "$ac_ct_OTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_OTOOL" = x; then
+ OTOOL=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ OTOOL=$ac_ct_OTOOL
+ fi
+else
+ OTOOL="$ac_cv_prog_OTOOL"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OTOOL64+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$OTOOL64"; then
+ ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL64=$ac_cv_prog_OTOOL64
+if test -n "$OTOOL64"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+$as_echo "$OTOOL64" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL64"; then
+ ac_ct_OTOOL64=$OTOOL64
+ # Extract the first word of "otool64", so it can be a program name with args.
+set dummy otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_OTOOL64"; then
+ ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL64="otool64"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
+if test -n "$ac_ct_OTOOL64"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+$as_echo "$ac_ct_OTOOL64" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_OTOOL64" = x; then
+ OTOOL64=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ OTOOL64=$ac_ct_OTOOL64
+ fi
+else
+ OTOOL64="$ac_cv_prog_OTOOL64"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+$as_echo_n "checking for -single_module linker flag... " >&6; }
+if ${lt_cv_apple_cc_single_mod+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_apple_cc_single_mod=no
+ if test -z "$LT_MULTI_MODULE"; then
+ # By default we will add the -single_module flag. You can override
+ # by either setting the environment variable LT_MULTI_MODULE
+ # non-empty at configure time, or by adding -multi_module to the
+ # link flags.
+ rm -rf libconftest.dylib*
+ echo "int foo(void){return 1;}" > conftest.c
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+-dynamiclib -Wl,-single_module conftest.c" >&5
+ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
+ _lt_result=$?
+ # If there is a non-empty error log, and "single_module"
+ # appears in it, assume the flag caused a linker warning
+ if test -s conftest.err && $GREP single_module conftest.err; then
+ cat conftest.err >&5
+ # Otherwise, if the output was created with a 0 exit code from
+ # the compiler, it worked.
+ elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
+ lt_cv_apple_cc_single_mod=yes
+ else
+ cat conftest.err >&5
+ fi
+ rm -rf libconftest.dylib*
+ rm -f conftest.*
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
+if ${lt_cv_ld_exported_symbols_list+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_ld_exported_symbols_list=no
+ save_LDFLAGS=$LDFLAGS
+ echo "_main" > conftest.sym
+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_ld_exported_symbols_list=yes
+else
+ lt_cv_ld_exported_symbols_list=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
+$as_echo_n "checking for -force_load linker flag... " >&6; }
+if ${lt_cv_ld_force_load+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_ld_force_load=no
+ cat > conftest.c << _LT_EOF
+int forced_loaded() { return 2;}
+_LT_EOF
+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
+ echo "$AR cru libconftest.a conftest.o" >&5
+ $AR cru libconftest.a conftest.o 2>&5
+ echo "$RANLIB libconftest.a" >&5
+ $RANLIB libconftest.a 2>&5
+ cat > conftest.c << _LT_EOF
+int main() { return 0;}
+_LT_EOF
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+ _lt_result=$?
+ if test -s conftest.err && $GREP force_load conftest.err; then
+ cat conftest.err >&5
+ elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
+ lt_cv_ld_force_load=yes
+ else
+ cat conftest.err >&5
+ fi
+ rm -f conftest.err libconftest.a conftest conftest.c
+ rm -rf conftest.dSYM
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
+$as_echo "$lt_cv_ld_force_load" >&6; }
+ case $host_os in
+ rhapsody* | darwin1.[012])
+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+ darwin1.*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+ darwin*) # darwin 5.x on
+ # if running on 10.5 or later, the deployment target defaults
+ # to the OS version, if on x86, and 10.4, the deployment
+ # target defaults to 10.4. Don't you love it?
+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+ 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ 10.[012][,.]*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+ 10.*)
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ esac
+ ;;
+ esac
+ if test yes = "$lt_cv_apple_cc_single_mod"; then
+ _lt_dar_single_mod='$single_module'
+ fi
+ if test yes = "$lt_cv_ld_exported_symbols_list"; then
+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+ else
+ _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
+ fi
+ if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
+ _lt_dsymutil='~$DSYMUTIL $lib || :'
+ else
+ _lt_dsymutil=
+ fi
+ ;;
+ esac
+
+# func_munge_path_list VARIABLE PATH
+# -----------------------------------
+# VARIABLE is name of variable containing _space_ separated list of
+# directories to be munged by the contents of PATH, which is string
+# having a format:
+# "DIR[:DIR]:"
+# string "DIR[ DIR]" will be prepended to VARIABLE
+# ":DIR[:DIR]"
+# string "DIR[ DIR]" will be appended to VARIABLE
+# "DIRP[:DIRP]::[DIRA:]DIRA"
+# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
+# "DIRA[ DIRA]" will be appended to VARIABLE
+# "DIR[:DIR]"
+# VARIABLE will be replaced by "DIR[ DIR]"
+func_munge_path_list ()
+{
+ case x$2 in
+ x)
+ ;;
+ *:)
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
+ ;;
+ x:*)
+ eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
+ ;;
+ *::*)
+ eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
+ eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
+ ;;
+ *)
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
+ ;;
+ esac
+}
+
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+ inttypes.h stdint.h unistd.h
+do :
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+ cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+for ac_header in dlfcn.h
+do :
+ ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+"
+if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_DLFCN_H 1
+_ACEOF
+
+fi
+
+done
+
+
+
+
+func_stripname_cnf ()
+{
+ case $2 in
+ .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
+ *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
+ esac
+} # func_stripname_cnf
+
+
+
+
+
+# Set options
+enable_win32_dll=yes
+
+case $host in
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+set dummy ${ac_tool_prefix}as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AS"; then
+ ac_cv_prog_AS="$AS" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AS="${ac_tool_prefix}as"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+AS=$ac_cv_prog_AS
+if test -n "$AS"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+$as_echo "$AS" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_AS"; then
+ ac_ct_AS=$AS
+ # Extract the first word of "as", so it can be a program name with args.
+set dummy as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_AS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_AS"; then
+ ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AS="as"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
+if test -n "$ac_ct_AS"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+$as_echo "$ac_ct_AS" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_AS" = x; then
+ AS="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ AS=$ac_ct_AS
+ fi
+else
+ AS="$ac_cv_prog_AS"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DLLTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+DLLTOOL=$ac_cv_prog_DLLTOOL
+if test -n "$DLLTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+$as_echo "$DLLTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DLLTOOL"; then
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+set dummy dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+if test -n "$ac_ct_DLLTOOL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+$as_echo "$ac_ct_DLLTOOL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+ DLLTOOL="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ DLLTOOL=$ac_ct_DLLTOOL
+ fi
+else
+ DLLTOOL="$ac_cv_prog_DLLTOOL"
+fi
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OBJDUMP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+OBJDUMP=$ac_cv_prog_OBJDUMP
+if test -n "$OBJDUMP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+$as_echo "$OBJDUMP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OBJDUMP"; then
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+set dummy objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+if test -n "$ac_ct_OBJDUMP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+$as_echo "$ac_ct_OBJDUMP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+ OBJDUMP="false"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ OBJDUMP=$ac_ct_OBJDUMP
+ fi
+else
+ OBJDUMP="$ac_cv_prog_OBJDUMP"
+fi
+
+ ;;
+esac
+
+test -z "$AS" && AS=as
+
+
+
+
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+
+
+
+
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+
+
+
+
+
+
+
+ enable_dlopen=no
+
+
+
+ # Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+ enableval=$enable_shared; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_shared=yes ;;
+ no) enable_shared=no ;;
+ *)
+ enable_shared=no
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+ for pkg in $enableval; do
+ IFS=$lt_save_ifs
+ if test "X$pkg" = "X$p"; then
+ enable_shared=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+else
+ enable_shared=yes
+fi
+
+
+
+
+
+
+
+
+
+ # Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+ enableval=$enable_static; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_static=yes ;;
+ no) enable_static=no ;;
+ *)
+ enable_static=no
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+ for pkg in $enableval; do
+ IFS=$lt_save_ifs
+ if test "X$pkg" = "X$p"; then
+ enable_static=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+else
+ enable_static=yes
+fi
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-pic was given.
+if test "${with_pic+set}" = set; then :
+ withval=$with_pic; lt_p=${PACKAGE-default}
+ case $withval in
+ yes|no) pic_mode=$withval ;;
+ *)
+ pic_mode=default
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+ for lt_pkg in $withval; do
+ IFS=$lt_save_ifs
+ if test "X$lt_pkg" = "X$lt_p"; then
+ pic_mode=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+else
+ pic_mode=default
+fi
+
+
+
+
+
+
+
+
+ # Check whether --enable-fast-install was given.
+if test "${enable_fast_install+set}" = set; then :
+ enableval=$enable_fast_install; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_fast_install=yes ;;
+ no) enable_fast_install=no ;;
+ *)
+ enable_fast_install=no
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+ for pkg in $enableval; do
+ IFS=$lt_save_ifs
+ if test "X$pkg" = "X$p"; then
+ enable_fast_install=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+else
+ enable_fast_install=yes
+fi
+
+
+
+
+
+
+
+
+ shared_archive_member_spec=
+case $host,$enable_shared in
+power*-*-aix[5-9]*,yes)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
+$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
+
+# Check whether --with-aix-soname was given.
+if test "${with_aix_soname+set}" = set; then :
+ withval=$with_aix_soname; case $withval in
+ aix|svr4|both)
+ ;;
+ *)
+ as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
+ ;;
+ esac
+ lt_cv_with_aix_soname=$with_aix_soname
+else
+ if ${lt_cv_with_aix_soname+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_with_aix_soname=aix
+fi
+
+ with_aix_soname=$lt_cv_with_aix_soname
+fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
+$as_echo "$with_aix_soname" >&6; }
+ if test aix != "$with_aix_soname"; then
+ # For the AIX way of multilib, we name the shared archive member
+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
+ # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
+ # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
+ # the AIX toolchain works better with OBJECT_MODE set (default 32).
+ if test 64 = "${OBJECT_MODE-32}"; then
+ shared_archive_member_spec=shr_64
+ else
+ shared_archive_member_spec=shr
+ fi
+ fi
+ ;;
+*)
+ with_aix_soname=aix
+ ;;
+esac
+
+
+
+
+
+
+
+
+
+
+# This can be used to rebuild libtool when needed
+LIBTOOL_DEPS=$ltmain
+
+# Always use our own libtool.
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+test -z "$LN_S" && LN_S="ln -s"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "${ZSH_VERSION+set}"; then
+ setopt NO_GLOB_SUBST
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+$as_echo_n "checking for objdir... " >&6; }
+if ${lt_cv_objdir+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ rm -f .libs 2>/dev/null
+mkdir .libs 2>/dev/null
+if test -d .libs; then
+ lt_cv_objdir=.libs
+else
+ # MS-DOS does not allow filenames that begin with a dot.
+ lt_cv_objdir=_libs
+fi
+rmdir .libs 2>/dev/null
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+$as_echo "$lt_cv_objdir" >&6; }
+objdir=$lt_cv_objdir
+
+
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define LT_OBJDIR "$lt_cv_objdir/"
+_ACEOF
+
+
+
+
+case $host_os in
+aix3*)
+ # AIX sometimes has problems with the GCC collect2 program. For some
+ # reason, if we set the COLLECT_NAMES environment variable, the problems
+ # vanish in a puff of smoke.
+ if test set != "${COLLECT_NAMES+set}"; then
+ COLLECT_NAMES=
+ export COLLECT_NAMES
+ fi
+ ;;
+esac
+
+# Global variables:
+ofile=libtool
+can_build_shared=yes
+
+# All known linkers require a '.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+
+with_gnu_ld=$lt_cv_prog_gnu_ld
+
+old_CC=$CC
+old_CFLAGS=$CFLAGS
+
+# Set sane defaults for various variables
+test -z "$CC" && CC=cc
+test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+test -z "$LD" && LD=ld
+test -z "$ac_objext" && ac_objext=o
+
+func_cc_basename $compiler
+cc_basename=$func_cc_basename_result
+
+
+# Only perform the check for file, if the check method requires it
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
+case $deplibs_check_method in
+file_magic*)
+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $MAGIC_CMD in
+[\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+*)
+ lt_save_MAGIC_CMD=$MAGIC_CMD
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+ for ac_dir in $ac_dummy; do
+ IFS=$lt_save_ifs
+ test -z "$ac_dir" && ac_dir=.
+ if test -f "$ac_dir/${ac_tool_prefix}file"; then
+ lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
+ if test -n "$file_magic_test_file"; then
+ case $deplibs_check_method in
+ "file_magic "*)
+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ $EGREP "$file_magic_regex" > /dev/null; then
+ :
+ else
+ cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such. This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem. Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool@gnu.org
+
+_LT_EOF
+ fi ;;
+ esac
+ fi
+ break
+ fi
+ done
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
+esac
+fi
+
+MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+if test -n "$MAGIC_CMD"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+
+
+
+if test -z "$lt_cv_path_MAGIC_CMD"; then
+ if test -n "$ac_tool_prefix"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+$as_echo_n "checking for file... " >&6; }
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $MAGIC_CMD in
+[\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+*)
+ lt_save_MAGIC_CMD=$MAGIC_CMD
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+ for ac_dir in $ac_dummy; do
+ IFS=$lt_save_ifs
+ test -z "$ac_dir" && ac_dir=.
+ if test -f "$ac_dir/file"; then
+ lt_cv_path_MAGIC_CMD=$ac_dir/"file"
+ if test -n "$file_magic_test_file"; then
+ case $deplibs_check_method in
+ "file_magic "*)
+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ $EGREP "$file_magic_regex" > /dev/null; then
+ :
+ else
+ cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such. This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem. Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool@gnu.org
+
+_LT_EOF
+ fi ;;
+ esac
+ fi
+ break
+ fi
+ done
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
+esac
+fi
+
+MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+if test -n "$MAGIC_CMD"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ else
+ MAGIC_CMD=:
+ fi
+fi
+
+ fi
+ ;;
+esac
+
+# Use C for the default configuration in the libtool script
+
+lt_save_CC=$CC
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+# Source file extension for C test sources.
+ac_ext=c
+
+# Object file extension for compiled C test sources.
+objext=o
+objext=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="int some_variable = 0;"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='int main(){return(0);}'
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+# Save the default compiler, since it gets overwritten when the other
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
+compiler_DEFAULT=$CC
+
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+
+lt_prog_compiler_no_builtin_flag=
+
+if test yes = "$GCC"; then
+ case $cc_basename in
+ nvcc*)
+ lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
+ *)
+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
+ esac
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
+if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_rtti_exceptions=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_rtti_exceptions=yes
+ fi
+ fi
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+else
+ :
+fi
+
+fi
+
+
+
+
+
+
+ lt_prog_compiler_wl=
+lt_prog_compiler_pic=
+lt_prog_compiler_static=
+
+
+ if test yes = "$GCC"; then
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_static='-static'
+
+ case $host_os in
+ aix*)
+ # All AIX code is PIC.
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 now supports IA64 processor
+ lt_prog_compiler_static='-Bstatic'
+ fi
+ lt_prog_compiler_pic='-fPIC'
+ ;;
+
+ amigaos*)
+ case $host_cpu in
+ powerpc)
+ # see comment about AmigaOS4 .so support
+ lt_prog_compiler_pic='-fPIC'
+ ;;
+ m68k)
+ # FIXME: we need at least 68020 code to build shared libraries, but
+ # adding the '-m68020' flag to GCC prevents building anything better,
+ # like '-m68040'.
+ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
+ ;;
+ esac
+ ;;
+
+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+ # PIC is the default for these OSes.
+ ;;
+
+ mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+ # (--disable-auto-import) libraries
+ lt_prog_compiler_pic='-DDLL_EXPORT'
+ case $host_os in
+ os2*)
+ lt_prog_compiler_static='$wl-static'
+ ;;
+ esac
+ ;;
+
+ darwin* | rhapsody*)
+ # PIC is the default on this platform
+ # Common symbols not allowed in MH_DYLIB files
+ lt_prog_compiler_pic='-fno-common'
+ ;;
+
+ haiku*)
+ # PIC is the default for Haiku.
+ # The "-static" flag exists, but is broken.
+ lt_prog_compiler_static=
+ ;;
+
+ hpux*)
+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
+ # sets the default TLS model and affects inlining.
+ case $host_cpu in
+ hppa*64*)
+ # +Z the default
+ ;;
+ *)
+ lt_prog_compiler_pic='-fPIC'
+ ;;
+ esac
+ ;;
+
+ interix[3-9]*)
+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+ # Instead, we relocate shared libraries at runtime.
+ ;;
+
+ msdosdjgpp*)
+ # Just because we use GCC doesn't mean we suddenly get shared libraries
+ # on systems that don't support them.
+ lt_prog_compiler_can_build_shared=no
+ enable_shared=no
+ ;;
+
+ *nto* | *qnx*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+ lt_prog_compiler_pic='-fPIC -shared'
+ ;;
+
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ lt_prog_compiler_pic=-Kconform_pic
+ fi
+ ;;
+
+ *)
+ lt_prog_compiler_pic='-fPIC'
+ ;;
+ esac
+
+ case $cc_basename in
+ nvcc*) # Cuda Compiler Driver 2.2
+ lt_prog_compiler_wl='-Xlinker '
+ if test -n "$lt_prog_compiler_pic"; then
+ lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
+ fi
+ ;;
+ esac
+ else
+ # PORTME Check for flag to pass linker flags through the system compiler.
+ case $host_os in
+ aix*)
+ lt_prog_compiler_wl='-Wl,'
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 now supports IA64 processor
+ lt_prog_compiler_static='-Bstatic'
+ else
+ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
+
+ darwin* | rhapsody*)
+ # PIC is the default on this platform
+ # Common symbols not allowed in MH_DYLIB files
+ lt_prog_compiler_pic='-fno-common'
+ case $cc_basename in
+ nagfor*)
+ # NAG Fortran compiler
+ lt_prog_compiler_wl='-Wl,-Wl,,'
+ lt_prog_compiler_pic='-PIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+ esac
+ ;;
+
+ mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ lt_prog_compiler_pic='-DDLL_EXPORT'
+ case $host_os in
+ os2*)
+ lt_prog_compiler_static='$wl-static'
+ ;;
+ esac
+ ;;
+
+ hpux9* | hpux10* | hpux11*)
+ lt_prog_compiler_wl='-Wl,'
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+ *)
+ lt_prog_compiler_pic='+Z'
+ ;;
+ esac
+ # Is there a better lt_prog_compiler_static that works with the bundled CC?
+ lt_prog_compiler_static='$wl-a ${wl}archive'
+ ;;
+
+ irix5* | irix6* | nonstopux*)
+ lt_prog_compiler_wl='-Wl,'
+ # PIC (with -KPIC) is the default.
+ lt_prog_compiler_static='-non_shared'
+ ;;
+
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ case $cc_basename in
+ # old Intel for x86_64, which still supported -KPIC.
+ ecc*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-static'
+ ;;
+ # icc used to be incompatible with GCC.
+ # ICC 10 doesn't accept -KPIC any more.
+ icc* | ifort*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-fPIC'
+ lt_prog_compiler_static='-static'
+ ;;
+ # Lahey Fortran 8.1.
+ lf95*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='--shared'
+ lt_prog_compiler_static='--static'
+ ;;
+ nagfor*)
+ # NAG Fortran compiler
+ lt_prog_compiler_wl='-Wl,-Wl,,'
+ lt_prog_compiler_pic='-PIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+ tcc*)
+ # Fabrice Bellard et al's Tiny C Compiler
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-fPIC'
+ lt_prog_compiler_static='-static'
+ ;;
+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+ # Portland Group compilers (*not* the Pentium gcc compiler,
+ # which looks to be a dead project)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-fpic'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+ ccc*)
+ lt_prog_compiler_wl='-Wl,'
+ # All Alpha code is PIC.
+ lt_prog_compiler_static='-non_shared'
+ ;;
+ xl* | bgxl* | bgf* | mpixl*)
+ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-qpic'
+ lt_prog_compiler_static='-qstaticlink'
+ ;;
+ *)
+ case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ lt_prog_compiler_wl=''
+ ;;
+ *Sun\ F* | *Sun*Fortran*)
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ lt_prog_compiler_wl='-Qoption ld '
+ ;;
+ *Sun\ C*)
+ # Sun C 5.9
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ lt_prog_compiler_wl='-Wl,'
+ ;;
+ *Intel*\ [CF]*Compiler*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-fPIC'
+ lt_prog_compiler_static='-static'
+ ;;
+ *Portland\ Group*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-fpic'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+ esac
+ ;;
+ esac
+ ;;
+
+ newsos6)
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+ *nto* | *qnx*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+ lt_prog_compiler_pic='-fPIC -shared'
+ ;;
+
+ osf3* | osf4* | osf5*)
+ lt_prog_compiler_wl='-Wl,'
+ # All OSF/1 code is PIC.
+ lt_prog_compiler_static='-non_shared'
+ ;;
+
+ rdos*)
+ lt_prog_compiler_static='-non_shared'
+ ;;
+
+ solaris*)
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ case $cc_basename in
+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+ lt_prog_compiler_wl='-Qoption ld ';;
+ *)
+ lt_prog_compiler_wl='-Wl,';;
+ esac
+ ;;
+
+ sunos4*)
+ lt_prog_compiler_wl='-Qoption ld '
+ lt_prog_compiler_pic='-PIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+ sysv4 | sysv4.2uw2* | sysv4.3*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ lt_prog_compiler_pic='-Kconform_pic'
+ lt_prog_compiler_static='-Bstatic'
+ fi
+ ;;
+
+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+ unicos*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_can_build_shared=no
+ ;;
+
+ uts4*)
+ lt_prog_compiler_pic='-pic'
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+ *)
+ lt_prog_compiler_can_build_shared=no
+ ;;
+ esac
+ fi
+
+case $host_os in
+ # For platforms that do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic=
+ ;;
+ *)
+ lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
+ ;;
+esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+if ${lt_cv_prog_compiler_pic+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
+$as_echo "$lt_cv_prog_compiler_pic" >&6; }
+lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$lt_prog_compiler_pic"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
+if ${lt_cv_prog_compiler_pic_works+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_pic_works=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_pic_works=yes
+ fi
+ fi
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+
+if test yes = "$lt_cv_prog_compiler_pic_works"; then
+ case $lt_prog_compiler_pic in
+ "" | " "*) ;;
+ *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
+ esac
+else
+ lt_prog_compiler_pic=
+ lt_prog_compiler_can_build_shared=no
+fi
+
+fi
+
+
+
+
+
+
+
+
+
+
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+if ${lt_cv_prog_compiler_static_works+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_static_works=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+ # The linker can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ if test -s conftest.err; then
+ # Append any errors to the config.log.
+ cat conftest.err 1>&5
+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_static_works=yes
+ fi
+ else
+ lt_cv_prog_compiler_static_works=yes
+ fi
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+
+if test yes = "$lt_cv_prog_compiler_static_works"; then
+ :
+else
+ lt_prog_compiler_static=
+fi
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+ mkdir out
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o=yes
+ fi
+ fi
+ chmod u+w . 2>&5
+ $RM conftest*
+ # SGI C++ compiler will create directory out/ii_files/ for
+ # template instantiation
+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+ $RM out/* && rmdir out
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+ mkdir out
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o=yes
+ fi
+ fi
+ chmod u+w . 2>&5
+ $RM conftest*
+ # SGI C++ compiler will create directory out/ii_files/ for
+ # template instantiation
+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+ $RM out/* && rmdir out
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+hard_links=nottested
+if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
+ # do not overwrite the value of need_locks provided by the user
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+$as_echo_n "checking if we can lock with hard links... " >&6; }
+ hard_links=yes
+ $RM conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+$as_echo "$hard_links" >&6; }
+ if test no = "$hard_links"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
+ need_locks=warn
+ fi
+else
+ need_locks=no
+fi
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+ runpath_var=
+ allow_undefined_flag=
+ always_export_symbols=no
+ archive_cmds=
+ archive_expsym_cmds=
+ compiler_needs_object=no
+ enable_shared_with_static_runtimes=no
+ export_dynamic_flag_spec=
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ hardcode_automatic=no
+ hardcode_direct=no
+ hardcode_direct_absolute=no
+ hardcode_libdir_flag_spec=
+ hardcode_libdir_separator=
+ hardcode_minus_L=no
+ hardcode_shlibpath_var=unsupported
+ inherit_rpath=no
+ link_all_deplibs=unknown
+ module_cmds=
+ module_expsym_cmds=
+ old_archive_from_new_cmds=
+ old_archive_from_expsyms_cmds=
+ thread_safe_flag_spec=
+ whole_archive_flag_spec=
+ # include_expsyms should be a list of space-separated symbols to be *always*
+ # included in the symbol list
+ include_expsyms=
+ # exclude_expsyms can be an extended regexp of symbols to exclude
+ # it will be wrapped by ' (' and ')$', so one must not match beginning or
+ # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
+ # as well as any symbol that contains 'd'.
+ exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+ # platforms (ab)use it in PIC code, but their linkers get confused if
+ # the symbol is explicitly referenced. Since portable code cannot
+ # rely on this symbol name, it's probably fine to never include it in
+ # preloaded symbol tables.
+ # Exclude shared library initialization/finalization symbols.
+ extract_expsyms_cmds=
+
+ case $host_os in
+ cygwin* | mingw* | pw32* | cegcc*)
+ # FIXME: the MSVC++ port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+ # Microsoft Visual C++.
+ if test yes != "$GCC"; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+ # we just hope/assume this is gcc and not c89 (= MSVC++)
+ with_gnu_ld=yes
+ ;;
+ openbsd* | bitrig*)
+ with_gnu_ld=no
+ ;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs=no
+ ;;
+ esac
+
+ ld_shlibs=yes
+
+ # On some targets, GNU ld is compatible enough with the native linker
+ # that we're better off using the native interface for both.
+ lt_use_gnu_ld_interface=no
+ if test yes = "$with_gnu_ld"; then
+ case $host_os in
+ aix*)
+ # The AIX port of GNU ld has always aspired to compatibility
+ # with the native linker. However, as the warning in the GNU ld
+ # block says, versions before 2.19.5* couldn't really create working
+ # shared libraries, regardless of the interface used.
+ case `$LD -v 2>&1` in
+ *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
+ *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
+ *\ \(GNU\ Binutils\)\ [3-9]*) ;;
+ *)
+ lt_use_gnu_ld_interface=yes
+ ;;
+ esac
+ ;;
+ *)
+ lt_use_gnu_ld_interface=yes
+ ;;
+ esac
+ fi
+
+ if test yes = "$lt_use_gnu_ld_interface"; then
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ wlarc='$wl'
+
+ # Set some defaults for GNU ld with shared library support. These
+ # are reset later if shared libraries are not supported. Putting them
+ # here allows them to be overridden if necessary.
+ runpath_var=LD_RUN_PATH
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ export_dynamic_flag_spec='$wl--export-dynamic'
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+ whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+ else
+ whole_archive_flag_spec=
+ fi
+ supports_anon_versioning=no
+ case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
+ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+ *\ 2.11.*) ;; # other 2.11 versions
+ *) supports_anon_versioning=yes ;;
+ esac
+
+ # See if GNU ld supports shared libraries.
+ case $host_os in
+ aix[3-9]*)
+ # On AIX/PPC, the GNU linker is very broken
+ if test ia64 != "$host_cpu"; then
+ ld_shlibs=no
+ cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.19, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support. If you
+*** really care for shared libraries, you may want to install binutils
+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
+*** You will then need to restart the configuration process.
+
+_LT_EOF
+ fi
+ ;;
+
+ amigaos*)
+ case $host_cpu in
+ powerpc)
+ # see comment about AmigaOS4 .so support
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds=''
+ ;;
+ m68k)
+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ ;;
+ esac
+ ;;
+
+ beos*)
+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+ allow_undefined_flag=unsupported
+ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+ archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+ cygwin* | mingw* | pw32* | cegcc*)
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec='-L$libdir'
+ export_dynamic_flag_spec='$wl--export-all-symbols'
+ allow_undefined_flag=unsupported
+ always_export_symbols=no
+ enable_shared_with_static_runtimes=yes
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+ exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file, use it as
+ # is; otherwise, prepend EXPORTS...
+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp $export_symbols $output_objdir/$soname.def;
+ else
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+ haiku*)
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ link_all_deplibs=yes
+ ;;
+
+ os2*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ allow_undefined_flag=unsupported
+ shrext_cmds=.dll
+ archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ prefix_cmds="$SED"~
+ if test EXPORTS = "`$SED 1q $export_symbols`"; then
+ prefix_cmds="$prefix_cmds -e 1d";
+ fi~
+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
+ ;;
+
+ interix[3-9]*)
+ hardcode_direct=no
+ hardcode_shlibpath_var=no
+ hardcode_libdir_flag_spec='$wl-rpath,$libdir'
+ export_dynamic_flag_spec='$wl-E'
+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+ # Instead, shared libraries are loaded at an image base (0x10000000 by
+ # default) and relocated if they conflict, which is a slow very memory
+ # consuming and fragmenting process. To avoid this, we pick a random,
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+ archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+ ;;
+
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+ tmp_diet=no
+ if test linux-dietlibc = "$host_os"; then
+ case $cc_basename in
+ diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
+ esac
+ fi
+ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+ && test no = "$tmp_diet"
+ then
+ tmp_addflag=' $pic_flag'
+ tmp_sharedflag='-shared'
+ case $cc_basename,$host_cpu in
+ pgcc*) # Portland Group C compiler
+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ tmp_addflag=' $pic_flag'
+ ;;
+ pgf77* | pgf90* | pgf95* | pgfortran*)
+ # Portland Group f77 and f90 compilers
+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ tmp_addflag=' $pic_flag -Mnomain' ;;
+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
+ tmp_addflag=' -i_dynamic' ;;
+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
+ tmp_addflag=' -i_dynamic -nofor_main' ;;
+ ifc* | ifort*) # Intel Fortran compiler
+ tmp_addflag=' -nofor_main' ;;
+ lf95*) # Lahey Fortran 8.1
+ whole_archive_flag_spec=
+ tmp_sharedflag='--shared' ;;
+ nagfor*) # NAGFOR 5.3
+ tmp_sharedflag='-Wl,-shared' ;;
+ xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
+ tmp_sharedflag='-qmkshrobj'
+ tmp_addflag= ;;
+ nvcc*) # Cuda Compiler Driver 2.2
+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ compiler_needs_object=yes
+ ;;
+ esac
+ case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*) # Sun C 5.9
+ whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ compiler_needs_object=yes
+ tmp_sharedflag='-G' ;;
+ *Sun\ F*) # Sun Fortran 8.3
+ tmp_sharedflag='-G' ;;
+ esac
+ archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+
+ case $cc_basename in
+ tcc*)
+ export_dynamic_flag_spec='-rdynamic'
+ ;;
+ xlf* | bgf* | bgxlf* | mpixlf*)
+ # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+ whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+ fi
+ ;;
+ esac
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+ else
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+ ;;
+
+ solaris*)
+ if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+ ld_shlibs=no
+ cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems. Therefore, libtool
+*** is disabling shared libraries support. We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer. Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+ elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+ case `$LD -v 2>&1` in
+ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+ ld_shlibs=no
+ cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
+*** reliably create shared libraries on SCO systems. Therefore, libtool
+*** is disabling shared libraries support. We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+ ;;
+ *)
+ # For security reasons, it is highly recommended that you always
+ # use absolute paths for naming shared libraries, and exclude the
+ # DT_RUNPATH tag from executables and libraries. But doing so
+ # requires that you compile everything twice, which is a pain.
+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ esac
+ ;;
+
+ sunos4*)
+ archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ wlarc=
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ *)
+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ esac
+
+ if test no = "$ld_shlibs"; then
+ runpath_var=
+ hardcode_libdir_flag_spec=
+ export_dynamic_flag_spec=
+ whole_archive_flag_spec=
+ fi
+ else
+ # PORTME fill in a description of your system's linker (not GNU ld)
+ case $host_os in
+ aix3*)
+ allow_undefined_flag=unsupported
+ always_export_symbols=yes
+ archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ hardcode_minus_L=yes
+ if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ hardcode_direct=unsupported
+ fi
+ ;;
+
+ aix[4-9]*)
+ if test ia64 = "$host_cpu"; then
+ # On IA64, the linker does run time linking by default, so we don't
+ # have to do anything special.
+ aix_use_runtimelinking=no
+ exp_sym_flag='-Bexport'
+ no_entry_flag=
+ else
+ # If we're using GNU nm, then we don't want the "-C" option.
+ # -C means demangle to GNU nm, but means don't demangle to AIX nm.
+ # Without the "-l" option, or with the "-B" option, AIX nm treats
+ # weak defined symbols like other global defined symbols, whereas
+ # GNU nm marks them as "W".
+ # While the 'weak' keyword is ignored in the Export File, we need
+ # it in the Import File for the 'aix-soname' feature, so we have
+ # to replace the "-B" option with "-P" for AIX nm.
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
+ else
+ export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
+ fi
+ aix_use_runtimelinking=no
+
+ # Test if we are trying to use run time linking or normal
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+ # have runtime linking enabled, and use it for executables.
+ # For shared libraries, we enable/disable runtime linking
+ # depending on the kind of the shared library created -
+ # when "with_aix_soname,aix_use_runtimelinking" is:
+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
+ # "aix,yes" lib.so shared, rtl:yes, for executables
+ # lib.a static archive
+ # "both,no" lib.so.V(shr.o) shared, rtl:yes
+ # lib.a(lib.so.V) shared, rtl:no, for executables
+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
+ # lib.a(lib.so.V) shared, rtl:no
+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
+ # lib.a static archive
+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+ for ld_flag in $LDFLAGS; do
+ if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
+ aix_use_runtimelinking=yes
+ break
+ fi
+ done
+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
+ # With aix-soname=svr4, we create the lib.so.V shared archives only,
+ # so we don't have lib.a shared libs to link our executables.
+ # We have to force runtime linking in this case.
+ aix_use_runtimelinking=yes
+ LDFLAGS="$LDFLAGS -Wl,-brtl"
+ fi
+ ;;
+ esac
+
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+
+ # When large executables or shared objects are built, AIX ld can
+ # have problems creating the table of contents. If linking a library
+ # or program results in "error TOC overflow" add -mminimal-toc to
+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+ archive_cmds=''
+ hardcode_direct=yes
+ hardcode_direct_absolute=yes
+ hardcode_libdir_separator=':'
+ link_all_deplibs=yes
+ file_list_spec='$wl-f,'
+ case $with_aix_soname,$aix_use_runtimelinking in
+ aix,*) ;; # traditional, no import file
+ svr4,* | *,yes) # use import file
+ # The Import File defines what to hardcode.
+ hardcode_direct=no
+ hardcode_direct_absolute=no
+ ;;
+ esac
+
+ if test yes = "$GCC"; then
+ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`$CC -print-prog-name=collect2`
+ if test -f "$collect2name" &&
+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+ then
+ # We have reworked collect2
+ :
+ else
+ # We have old collect2
+ hardcode_direct=unsupported
+ # It fails to find uninstalled libraries when the uninstalled
+ # path is not listed in the libpath. Setting hardcode_minus_L
+ # to unsupported forces relinking
+ hardcode_minus_L=yes
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_libdir_separator=
+ fi
+ ;;
+ esac
+ shared_flag='-shared'
+ if test yes = "$aix_use_runtimelinking"; then
+ shared_flag="$shared_flag "'$wl-G'
+ fi
+ # Need to ensure runtime linking is disabled for the traditional
+ # shared library, or the linker may eventually find shared libraries
+ # /with/ Import File - we do not want to mix them.
+ shared_flag_aix='-shared'
+ shared_flag_svr4='-shared $wl-G'
+ else
+ # not using gcc
+ if test ia64 = "$host_cpu"; then
+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+ if test yes = "$aix_use_runtimelinking"; then
+ shared_flag='$wl-G'
+ else
+ shared_flag='$wl-bM:SRE'
+ fi
+ shared_flag_aix='$wl-bM:SRE'
+ shared_flag_svr4='$wl-G'
+ fi
+ fi
+
+ export_dynamic_flag_spec='$wl-bexpall'
+ # It seems that -bexpall does not export symbols beginning with
+ # underscore (_), so it is better to generate a list of symbols to export.
+ always_export_symbols=yes
+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag='-berok'
+ # Determine the default libpath from the value encoded in an
+ # empty executable.
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+else
+ if ${lt_cv_aix_libpath_+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+ /^0/ {
+ s/^0 *\([^ ]*\) *$/\1/
+ p
+ }
+ }'
+ lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ # Check for a 64-bit object if we didn't find anything.
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+
+fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+fi
+
+ hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
+ archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
+ else
+ if test ia64 = "$host_cpu"; then
+ hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag="-z nodefs"
+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an
+ # empty executable.
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+else
+ if ${lt_cv_aix_libpath_+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+ /^0/ {
+ s/^0 *\([^ ]*\) *$/\1/
+ p
+ }
+ }'
+ lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ # Check for a 64-bit object if we didn't find anything.
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+
+fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+fi
+
+ hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
+ # Warning - without using the other run time loading flags,
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag=' $wl-bernotok'
+ allow_undefined_flag=' $wl-berok'
+ if test yes = "$with_gnu_ld"; then
+ # We only use this code for GNU lds that support --whole-archive.
+ whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
+ else
+ # Exported symbols can be pulled into shared objects from archives
+ whole_archive_flag_spec='$convenience'
+ fi
+ archive_cmds_need_lc=yes
+ archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
+ # -brtl affects multiple linker settings, -berok does not and is overridden later
+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
+ if test svr4 != "$with_aix_soname"; then
+ # This is similar to how AIX traditionally builds its shared libraries.
+ archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
+ fi
+ if test aix != "$with_aix_soname"; then
+ archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
+ else
+ # used by -dlpreopen to get the symbols
+ archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
+ fi
+ archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
+ fi
+ fi
+ ;;
+
+ amigaos*)
+ case $host_cpu in
+ powerpc)
+ # see comment about AmigaOS4 .so support
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds=''
+ ;;
+ m68k)
+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ ;;
+ esac
+ ;;
+
+ bsdi[45]*)
+ export_dynamic_flag_spec=-rdynamic
+ ;;
+
+ cygwin* | mingw* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+ # Microsoft Visual C++.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ case $cc_basename in
+ cl*)
+ # Native MSVC
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ always_export_symbols=yes
+ file_list_spec='@'
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+ archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
+ enable_shared_with_static_runtimes=yes
+ exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
+ # Don't use ranlib
+ old_postinstall_cmds='chmod 644 $oldlib'
+ postlink_cmds='lt_outputfile="@OUTPUT@"~
+ lt_tool_outputfile="@TOOL_OUTPUT@"~
+ case $lt_outputfile in
+ *.exe|*.EXE) ;;
+ *)
+ lt_outputfile=$lt_outputfile.exe
+ lt_tool_outputfile=$lt_tool_outputfile.exe
+ ;;
+ esac~
+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+ $RM "$lt_outputfile.manifest";
+ fi'
+ ;;
+ *)
+ # Assume MSVC wrapper
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+ archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
+ # The linker will automatically build a .lib file if we build a DLL.
+ old_archive_from_new_cmds='true'
+ # FIXME: Should let the user specify the lib program.
+ old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
+ enable_shared_with_static_runtimes=yes
+ ;;
+ esac
+ ;;
+
+ darwin* | rhapsody*)
+
+
+ archive_cmds_need_lc=no
+ hardcode_direct=no
+ hardcode_automatic=yes
+ hardcode_shlibpath_var=unsupported
+ if test yes = "$lt_cv_ld_force_load"; then
+ whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+
+ else
+ whole_archive_flag_spec=''
+ fi
+ link_all_deplibs=yes
+ allow_undefined_flag=$_lt_dar_allow_undefined
+ case $cc_basename in
+ ifort*|nagfor*) _lt_dar_can_shared=yes ;;
+ *) _lt_dar_can_shared=$GCC ;;
+ esac
+ if test yes = "$_lt_dar_can_shared"; then
+ output_verbose_link_cmd=func_echo_all
+ archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
+ module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+ archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
+ module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
+
+ else
+ ld_shlibs=no
+ fi
+
+ ;;
+
+ dgux*)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_shlibpath_var=no
+ ;;
+
+ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+ # support. Future versions do this automatically, but an explicit c++rt0.o
+ # does not break anything, and helps significantly (at the cost of a little
+ # extra space).
+ freebsd2.2*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+ freebsd2.*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_direct=yes
+ hardcode_minus_L=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+ freebsd* | dragonfly*)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ hpux9*)
+ if test yes = "$GCC"; then
+ archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ else
+ archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ fi
+ hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+ hardcode_libdir_separator=:
+ hardcode_direct=yes
+
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ export_dynamic_flag_spec='$wl-E'
+ ;;
+
+ hpux10*)
+ if test yes,no = "$GCC,$with_gnu_ld"; then
+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+ fi
+ if test no = "$with_gnu_ld"; then
+ hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+ hardcode_libdir_separator=:
+ hardcode_direct=yes
+ hardcode_direct_absolute=yes
+ export_dynamic_flag_spec='$wl-E'
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ fi
+ ;;
+
+ hpux11*)
+ if test yes,no = "$GCC,$with_gnu_ld"; then
+ case $host_cpu in
+ hppa*64*)
+ archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ ia64*)
+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ else
+ case $host_cpu in
+ hppa*64*)
+ archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ ia64*)
+ archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+
+ # Older versions of the 11.00 compiler do not understand -b yet
+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
+$as_echo_n "checking if $CC understands -b... " >&6; }
+if ${lt_cv_prog_compiler__b+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler__b=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -b"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+ # The linker can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ if test -s conftest.err; then
+ # Append any errors to the config.log.
+ cat conftest.err 1>&5
+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler__b=yes
+ fi
+ else
+ lt_cv_prog_compiler__b=yes
+ fi
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
+$as_echo "$lt_cv_prog_compiler__b" >&6; }
+
+if test yes = "$lt_cv_prog_compiler__b"; then
+ archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+else
+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+fi
+
+ ;;
+ esac
+ fi
+ if test no = "$with_gnu_ld"; then
+ hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+ hardcode_libdir_separator=:
+
+ case $host_cpu in
+ hppa*64*|ia64*)
+ hardcode_direct=no
+ hardcode_shlibpath_var=no
+ ;;
+ *)
+ hardcode_direct=yes
+ hardcode_direct_absolute=yes
+ export_dynamic_flag_spec='$wl-E'
+
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ ;;
+ esac
+ fi
+ ;;
+
+ irix5* | irix6* | nonstopux*)
+ if test yes = "$GCC"; then
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ # Try to use the -exported_symbol ld option, if it does not
+ # work, assume that -exports_file does not work either and
+ # implicitly export all symbols.
+ # This should be the same for all languages, so no per-tag cache variable.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
+$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
+if ${lt_cv_irix_exported_symbol+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+int foo (void) { return 0; }
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_irix_exported_symbol=yes
+else
+ lt_cv_irix_exported_symbol=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
+$as_echo "$lt_cv_irix_exported_symbol" >&6; }
+ if test yes = "$lt_cv_irix_exported_symbol"; then
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
+ fi
+ link_all_deplibs=no
+ else
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
+ fi
+ archive_cmds_need_lc='no'
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ hardcode_libdir_separator=:
+ inherit_rpath=yes
+ link_all_deplibs=yes
+ ;;
+
+ linux*)
+ case $cc_basename in
+ tcc*)
+ # Fabrice Bellard et al's Tiny C Compiler
+ ld_shlibs=yes
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ ;;
+
+ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+ archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
+ fi
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ newsos6)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_direct=yes
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ hardcode_libdir_separator=:
+ hardcode_shlibpath_var=no
+ ;;
+
+ *nto* | *qnx*)
+ ;;
+
+ openbsd* | bitrig*)
+ if test -f /usr/libexec/ld.so; then
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ hardcode_direct_absolute=yes
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
+ hardcode_libdir_flag_spec='$wl-rpath,$libdir'
+ export_dynamic_flag_spec='$wl-E'
+ else
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='$wl-rpath,$libdir'
+ fi
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+ os2*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ allow_undefined_flag=unsupported
+ shrext_cmds=.dll
+ archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ prefix_cmds="$SED"~
+ if test EXPORTS = "`$SED 1q $export_symbols`"; then
+ prefix_cmds="$prefix_cmds -e 1d";
+ fi~
+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
+ ;;
+
+ osf3*)
+ if test yes = "$GCC"; then
+ allow_undefined_flag=' $wl-expect_unresolved $wl\*'
+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ else
+ allow_undefined_flag=' -expect_unresolved \*'
+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+ fi
+ archive_cmds_need_lc='no'
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ hardcode_libdir_separator=:
+ ;;
+
+ osf4* | osf5*) # as osf3* with the addition of -msym flag
+ if test yes = "$GCC"; then
+ allow_undefined_flag=' $wl-expect_unresolved $wl\*'
+ archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ else
+ allow_undefined_flag=' -expect_unresolved \*'
+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+
+ # Both c and cxx compiler support -rpath directly
+ hardcode_libdir_flag_spec='-rpath $libdir'
+ fi
+ archive_cmds_need_lc='no'
+ hardcode_libdir_separator=:
+ ;;
+
+ solaris*)
+ no_undefined_flag=' -z defs'
+ if test yes = "$GCC"; then
+ wlarc='$wl'
+ archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+ else
+ case `$CC -V 2>&1` in
+ *"Compilers 5.0"*)
+ wlarc=''
+ archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+ ;;
+ *)
+ wlarc='$wl'
+ archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+ ;;
+ esac
+ fi
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_shlibpath_var=no
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+ *)
+ # The compiler driver will combine and reorder linker options,
+ # but understands '-z linker_flag'. GCC discards it without '$wl',
+ # but is careful enough not to reorder.
+ # Supported since Solaris 2.6 (maybe 2.5.1?)
+ if test yes = "$GCC"; then
+ whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
+ else
+ whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
+ fi
+ ;;
+ esac
+ link_all_deplibs=yes
+ ;;
+
+ sunos4*)
+ if test sequent = "$host_vendor"; then
+ # Use $CC to link under sequent, because it throws in some extra .o
+ # files that make .init and .fini sections work.
+ archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+ fi
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_direct=yes
+ hardcode_minus_L=yes
+ hardcode_shlibpath_var=no
+ ;;
+
+ sysv4)
+ case $host_vendor in
+ sni)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_direct=yes # is this really true???
+ ;;
+ siemens)
+ ## LD is ld it makes a PLAMLIB
+ ## CC just makes a GrossModule.
+ archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+ reload_cmds='$CC -r -o $output$reload_objs'
+ hardcode_direct=no
+ ;;
+ motorola)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_direct=no #Motorola manual says yes, but my tests say they lie
+ ;;
+ esac
+ runpath_var='LD_RUN_PATH'
+ hardcode_shlibpath_var=no
+ ;;
+
+ sysv4.3*)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_shlibpath_var=no
+ export_dynamic_flag_spec='-Bexport'
+ ;;
+
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_shlibpath_var=no
+ runpath_var=LD_RUN_PATH
+ hardcode_runpath_var=yes
+ ld_shlibs=yes
+ fi
+ ;;
+
+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+ no_undefined_flag='$wl-z,text'
+ archive_cmds_need_lc=no
+ hardcode_shlibpath_var=no
+ runpath_var='LD_RUN_PATH'
+
+ if test yes = "$GCC"; then
+ archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+ ;;
+
+ sysv5* | sco3.2v5* | sco5v6*)
+ # Note: We CANNOT use -z defs as we might desire, because we do not
+ # link with -lc, and that would cause any symbols used from libc to
+ # always be unresolved, which means just about no library would
+ # ever link correctly. If we're not using GNU ld we use -z text
+ # though, which does catch some bad symbols but isn't as heavy-handed
+ # as -z defs.
+ no_undefined_flag='$wl-z,text'
+ allow_undefined_flag='$wl-z,nodefs'
+ archive_cmds_need_lc=no
+ hardcode_shlibpath_var=no
+ hardcode_libdir_flag_spec='$wl-R,$libdir'
+ hardcode_libdir_separator=':'
+ link_all_deplibs=yes
+ export_dynamic_flag_spec='$wl-Bexport'
+ runpath_var='LD_RUN_PATH'
+
+ if test yes = "$GCC"; then
+ archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+ ;;
+
+ uts4*)
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_shlibpath_var=no
+ ;;
+
+ *)
+ ld_shlibs=no
+ ;;
+ esac
+
+ if test sni = "$host_vendor"; then
+ case $host in
+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+ export_dynamic_flag_spec='$wl-Blargedynsym'
+ ;;
+ esac
+ fi
+ fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+$as_echo "$ld_shlibs" >&6; }
+test no = "$ld_shlibs" && can_build_shared=no
+
+with_gnu_ld=$with_gnu_ld
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$archive_cmds_need_lc" in
+x|xyes)
+ # Assume -lc should be added
+ archive_cmds_need_lc=yes
+
+ if test yes,yes = "$GCC,$enable_shared"; then
+ case $archive_cmds in
+ *'~'*)
+ # FIXME: we may have to deal with multi-command sequences.
+ ;;
+ '$CC '*)
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+if ${lt_cv_archive_cmds_need_lc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ $RM conftest*
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } 2>conftest.err; then
+ soname=conftest
+ lib=conftest
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl
+ pic_flag=$lt_prog_compiler_pic
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+ output_objdir=.
+ libname=conftest
+ lt_save_allow_undefined_flag=$allow_undefined_flag
+ allow_undefined_flag=
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+ (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ then
+ lt_cv_archive_cmds_need_lc=no
+ else
+ lt_cv_archive_cmds_need_lc=yes
+ fi
+ allow_undefined_flag=$lt_save_allow_undefined_flag
+ else
+ cat conftest.err 1>&5
+ fi
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
+$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
+ ;;
+ esac
+ fi
+ ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+if test yes = "$GCC"; then
+ case $host_os in
+ darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
+ *) lt_awk_arg='/^libraries:/' ;;
+ esac
+ case $host_os in
+ mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
+ *) lt_sed_strip_eq='s|=/|/|g' ;;
+ esac
+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+ case $lt_search_path_spec in
+ *\;*)
+ # if the path contains ";" then we assume it to be the separator
+ # otherwise default to the standard path separator (i.e. ":") - it is
+ # assumed that no part of a normal pathname contains ";" but that should
+ # okay in the real world where ";" in dirpaths is itself problematic.
+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
+ ;;
+ *)
+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
+ ;;
+ esac
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary...
+ lt_tmp_lt_search_path_spec=
+ lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
+ # ...but if some path component already ends with the multilib dir we assume
+ # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
+ case "$lt_multi_os_dir; $lt_search_path_spec " in
+ "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
+ lt_multi_os_dir=
+ ;;
+ esac
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
+ elif test -n "$lt_multi_os_dir"; then
+ test -d "$lt_sys_path" && \
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
+ fi
+ done
+ lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
+BEGIN {RS = " "; FS = "/|\n";} {
+ lt_foo = "";
+ lt_count = 0;
+ for (lt_i = NF; lt_i > 0; lt_i--) {
+ if ($lt_i != "" && $lt_i != ".") {
+ if ($lt_i == "..") {
+ lt_count++;
+ } else {
+ if (lt_count == 0) {
+ lt_foo = "/" $lt_i lt_foo;
+ } else {
+ lt_count--;
+ }
+ }
+ }
+ }
+ if (lt_foo != "") { lt_freq[lt_foo]++; }
+ if (lt_freq[lt_foo] == 1) { print lt_foo; }
+}'`
+ # AWK program above erroneously prepends '/' to C:/dos/paths
+ # for these hosts.
+ case $host_os in
+ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+ $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
+ esac
+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+else
+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+fi
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=.so
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+
+
+case $host_os in
+aix3*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
+ shlibpath_var=LIBPATH
+
+ # AIX 3 has no versioning support, so we append a major version to the name.
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+
+aix[4-9]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ hardcode_into_libs=yes
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 supports IA64
+ library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ else
+ # With GCC up to 2.95.x, collect2 would create an import file
+ # for dependence libraries. The import file would start with
+ # the line '#! .'. This would cause the generated library to
+ # depend on '.', always an invalid library. This was fixed in
+ # development snapshots of GCC prior to 3.0.
+ case $host_os in
+ aix4 | aix4.[01] | aix4.[01].*)
+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+ echo ' yes '
+ echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
+ :
+ else
+ can_build_shared=no
+ fi
+ ;;
+ esac
+ # Using Import Files as archive members, it is possible to support
+ # filename-based versioning of shared library archives on AIX. While
+ # this would work for both with and without runtime linking, it will
+ # prevent static linking of such archives. So we do filename-based
+ # shared library versioning with .so extension only, which is used
+ # when both runtime linking and shared linking is enabled.
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+ # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+ # archive as well as the shared archive member, telling the
+ # bitwidth (32 or 64) of that shared object, and providing the
+ # list of exported symbols of that shared object, eventually
+ # decorated with the 'weak' keyword
+ # *) the shared object with the F_LOADONLY flag set, to really avoid
+ # it being seen by the linker.
+ # At run time we better use the real file rather than another symlink,
+ # but for link time we create the symlink libNAME.so -> libNAME.so.V
+
+ case $with_aix_soname,$aix_use_runtimelinking in
+ # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
+ # soname into executable. Probably we can add versioning support to
+ # collect2, so additional links can be useful in future.
+ aix,yes) # traditional libtool
+ dynamic_linker='AIX unversionable lib.so'
+ # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+ # instead of lib<name>.a to let people know that these are not
+ # typical AIX shared libraries.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ ;;
+ aix,no) # traditional AIX only
+ dynamic_linker='AIX lib.a(lib.so.V)'
+ # We preserve .a as extension for shared libraries through AIX4.2
+ # and later when we are not doing run time linking.
+ library_names_spec='$libname$release.a $libname.a'
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+ svr4,*) # full svr4 only
+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
+ # We do not specify a path in Import Files, so LIBPATH fires.
+ shlibpath_overrides_runpath=yes
+ ;;
+ *,yes) # both, prefer svr4
+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
+ # unpreferred sharedlib libNAME.a needs extra handling
+ postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
+ postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
+ # We do not specify a path in Import Files, so LIBPATH fires.
+ shlibpath_overrides_runpath=yes
+ ;;
+ *,no) # both, prefer aix
+ dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
+ library_names_spec='$libname$release.a $libname.a'
+ soname_spec='$libname$release$shared_ext$major'
+ # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
+ postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
+ postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
+ ;;
+ esac
+ shlibpath_var=LIBPATH
+ fi
+ ;;
+
+amigaos*)
+ case $host_cpu in
+ powerpc)
+ # Since July 2007 AmigaOS4 officially supports .so libraries.
+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ ;;
+ m68k)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+ esac
+ ;;
+
+beos*)
+ library_names_spec='$libname$shared_ext'
+ dynamic_linker="$host_os ld.so"
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+bsdi[45]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+ # the default ld.so.conf also contains /usr/contrib/lib and
+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+ # libtool to hard-code these into programs
+ ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+ need_lib_prefix=no
+
+ case $GCC,$cc_basename in
+ yes,*)
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname~
+ chmod a+x \$dldir/$dlname~
+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+ fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ shlibpath_overrides_runpath=yes
+
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+ soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
+ ;;
+ mingw* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+ library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+ *,cl*)
+ # Native MSVC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+ mingw*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+ for lt_path in $LIB
+ do
+ IFS=$lt_save_ifs
+ # Let DOS variable expansion print the short 8.3 style file name.
+ lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
+ sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+ # but this time dos style (no spaces!) so that the unix form looks
+ # like /cygdrive/c/PROGRA~1:/cygdr...
+ sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
+ sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
+ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+ ;;
+ *)
+ sys_lib_search_path_spec=$LIB
+ if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
+ # It is most probably a Windows format PATH.
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+ else
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+ fi
+ # FIXME: find the short name or the path components, as spaces are
+ # common. (e.g. "Program Files" -> "PROGRA~1")
+ ;;
+ esac
+
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ shlibpath_overrides_runpath=yes
+ dynamic_linker='Win32 link.exe'
+ ;;
+
+ *)
+ # Assume MSVC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+ esac
+ # FIXME: first we should search . and the directory the executable is in
+ shlibpath_var=PATH
+ ;;
+
+darwin* | rhapsody*)
+ dynamic_linker="$host_os dyld"
+ version_type=darwin
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$major$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+ ;;
+
+dgux*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+freebsd* | dragonfly*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+ freebsd[23].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ need_version=no
+ need_lib_prefix=no
+ ;;
+ freebsd-*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ need_version=yes
+ ;;
+ esac
+ shlibpath_var=LD_LIBRARY_PATH
+ case $host_os in
+ freebsd2.*)
+ shlibpath_overrides_runpath=yes
+ ;;
+ freebsd3.[01]* | freebsdelf3.[01]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+ *) # from 4.6 on, and DragonFly
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+ esac
+ ;;
+
+haiku*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ dynamic_linker="$host_os runtime_loader"
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+ hardcode_into_libs=yes
+ ;;
+
+hpux9* | hpux10* | hpux11*)
+ # Give a soname corresponding to the major version so that dld.sl refuses to
+ # link against other versions.
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ case $host_cpu in
+ ia64*)
+ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ if test 32 = "$HPUX_IA64_MODE"; then
+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32
+ else
+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64
+ fi
+ ;;
+ hppa*64*)
+ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+ esac
+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
+ postinstall_cmds='chmod 555 $lib'
+ # or fails outright, so override atomically:
+ install_override_mode=555
+ ;;
+
+interix[3-9]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+
+irix5* | irix6* | nonstopux*)
+ case $host_os in
+ nonstopux*) version_type=nonstopux ;;
+ *)
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+ version_type=linux # correct to gnu/linux during the next big refactor
+ else
+ version_type=irix
+ fi ;;
+ esac
+ need_lib_prefix=no
+ need_version=no
+ soname_spec='$libname$release$shared_ext$major'
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
+ case $host_os in
+ irix5* | nonstopux*)
+ libsuff= shlibsuff=
+ ;;
+ *)
+ case $LD in # libtool.m4 will add one of these switches to LD
+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+ libsuff= shlibsuff= libmagic=32-bit;;
+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+ libsuff=32 shlibsuff=N32 libmagic=N32;;
+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+ libsuff=64 shlibsuff=64 libmagic=64-bit;;
+ *) libsuff= shlibsuff= libmagic=never-match;;
+ esac
+ ;;
+ esac
+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+ shlibpath_overrides_runpath=no
+ sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
+ sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
+ hardcode_into_libs=yes
+ ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+ dynamic_linker=no
+ ;;
+
+linux*android*)
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+ # Don't embed -rpath directories since the linker doesn't support them.
+ hardcode_libdir_flag_spec='-L$libdir'
+ ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+
+ # Some binutils ld are patched to set DT_RUNPATH
+ if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_shlibpath_overrides_runpath=no
+ save_LDFLAGS=$LDFLAGS
+ save_libdir=$libdir
+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+ lt_cv_shlibpath_overrides_runpath=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+ libdir=$save_libdir
+
+fi
+
+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+ # Ideally, we could use ldconfig to report *all* directores which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+ # even though it is searched at run-time. Try to do the best guess by
+ # appending ld.so.conf contents (and includes) to the search path.
+ if test -f /etc/ld.so.conf; then
+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ fi
+
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+ # most powerpc-linux boxes support dynamic linking these days and
+ # people can always --disable-shared, the test was removed, and we
+ # assume the GNU/Linux dynamic linker is in use.
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
+netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+
+newsos6)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ ;;
+
+*nto* | *qnx*)
+ version_type=qnx
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='ldqnx.so'
+ ;;
+
+openbsd* | bitrig*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ need_version=no
+ else
+ need_version=yes
+ fi
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ ;;
+
+os2*)
+ libname_spec='$name'
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+ need_lib_prefix=no
+ # OS/2 can only load a DLL with a base name of 8 characters or less.
+ soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
+ v=$($ECHO $release$versuffix | tr -d .-);
+ n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
+ $ECHO $n$v`$shared_ext'
+ library_names_spec='${libname}_dll.$libext'
+ dynamic_linker='OS/2 ld.exe'
+ shlibpath_var=BEGINLIBPATH
+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname~
+ chmod a+x \$dldir/$dlname~
+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+ fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ ;;
+
+osf3* | osf4* | osf5*)
+ version_type=osf
+ need_lib_prefix=no
+ need_version=no
+ soname_spec='$libname$release$shared_ext$major'
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+
+rdos*)
+ dynamic_linker=no
+ ;;
+
+solaris*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ # ldd complains unless libraries are executable
+ postinstall_cmds='chmod +x $lib'
+ ;;
+
+sunos4*)
+ version_type=sunos
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ if test yes = "$with_gnu_ld"; then
+ need_lib_prefix=no
+ fi
+ need_version=yes
+ ;;
+
+sysv4 | sysv4.3*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ case $host_vendor in
+ sni)
+ shlibpath_overrides_runpath=no
+ need_lib_prefix=no
+ runpath_var=LD_RUN_PATH
+ ;;
+ siemens)
+ need_lib_prefix=no
+ ;;
+ motorola)
+ need_lib_prefix=no
+ need_version=no
+ shlibpath_overrides_runpath=no
+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+ ;;
+ esac
+ ;;
+
+sysv4*MP*)
+ if test -d /usr/nec; then
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
+ soname_spec='$libname$shared_ext.$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ fi
+ ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ version_type=sco
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ if test yes = "$with_gnu_ld"; then
+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+ else
+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+ case $host_os in
+ sco3.2v5*)
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+ ;;
+ esac
+ fi
+ sys_lib_dlsearch_path_spec='/usr/lib'
+ ;;
+
+tpf*)
+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+
+uts4*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+*)
+ dynamic_linker=no
+ ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+$as_echo "$dynamic_linker" >&6; }
+test no = "$dynamic_linker" && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test yes = "$GCC"; then
+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
+ sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
+fi
+
+if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
+ sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
+fi
+
+# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
+configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
+
+# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
+func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
+
+# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
+configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+hardcode_action=
+if test -n "$hardcode_libdir_flag_spec" ||
+ test -n "$runpath_var" ||
+ test yes = "$hardcode_automatic"; then
+
+ # We can hardcode non-existent directories.
+ if test no != "$hardcode_direct" &&
+ # If the only mechanism to avoid hardcoding is shlibpath_var, we
+ # have to relink, otherwise we might link with an installed library
+ # when we should be linking with a yet-to-be-installed one
+ ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
+ test no != "$hardcode_minus_L"; then
+ # Linking always hardcodes the temporary library directory.
+ hardcode_action=relink
+ else
+ # We can link without hardcoding, and we can hardcode nonexisting dirs.
+ hardcode_action=immediate
+ fi
+else
+ # We cannot hardcode anything, or else we can only hardcode existing
+ # directories.
+ hardcode_action=unsupported
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+$as_echo "$hardcode_action" >&6; }
+
+if test relink = "$hardcode_action" ||
+ test yes = "$inherit_rpath"; then
+ # Fast installation is not supported
+ enable_fast_install=no
+elif test yes = "$shlibpath_overrides_runpath" ||
+ test no = "$enable_shared"; then
+ # Fast installation is not necessary
+ enable_fast_install=needless
+fi
+
+
+
+
+
+
+ if test yes != "$enable_dlopen"; then
+ enable_dlopen=unknown
+ enable_dlopen_self=unknown
+ enable_dlopen_self_static=unknown
+else
+ lt_cv_dlopen=no
+ lt_cv_dlopen_libs=
+
+ case $host_os in
+ beos*)
+ lt_cv_dlopen=load_add_on
+ lt_cv_dlopen_libs=
+ lt_cv_dlopen_self=yes
+ ;;
+
+ mingw* | pw32* | cegcc*)
+ lt_cv_dlopen=LoadLibrary
+ lt_cv_dlopen_libs=
+ ;;
+
+ cygwin*)
+ lt_cv_dlopen=dlopen
+ lt_cv_dlopen_libs=
+ ;;
+
+ darwin*)
+ # if libdl is installed we need to link against it
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if ${ac_cv_lib_dl_dlopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dl_dlopen=yes
+else
+ ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+else
+
+ lt_cv_dlopen=dyld
+ lt_cv_dlopen_libs=
+ lt_cv_dlopen_self=yes
+
+fi
+
+ ;;
+
+ tpf*)
+ # Don't try to run any link tests for TPF. We know it's impossible
+ # because TPF is a cross-compiler, and we know how we open DSOs.
+ lt_cv_dlopen=dlopen
+ lt_cv_dlopen_libs=
+ lt_cv_dlopen_self=no
+ ;;
+
+ *)
+ ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
+if test "x$ac_cv_func_shl_load" = xyes; then :
+ lt_cv_dlopen=shl_load
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
+if ${ac_cv_lib_dld_shl_load+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char shl_load ();
+int
+main ()
+{
+return shl_load ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dld_shl_load=yes
+else
+ ac_cv_lib_dld_shl_load=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
+if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
+ lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
+else
+ ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
+if test "x$ac_cv_func_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if ${ac_cv_lib_dl_dlopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dl_dlopen=yes
+else
+ ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
+if ${ac_cv_lib_svld_dlopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lsvld $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_svld_dlopen=yes
+else
+ ac_cv_lib_svld_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
+if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
+if ${ac_cv_lib_dld_dld_link+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dld_link ();
+int
+main ()
+{
+return dld_link ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dld_dld_link=yes
+else
+ ac_cv_lib_dld_dld_link=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
+if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
+ lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+ ;;
+ esac
+
+ if test no = "$lt_cv_dlopen"; then
+ enable_dlopen=no
+ else
+ enable_dlopen=yes
+ fi
+
+ case $lt_cv_dlopen in
+ dlopen)
+ save_CPPFLAGS=$CPPFLAGS
+ test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+ save_LDFLAGS=$LDFLAGS
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+ save_LIBS=$LIBS
+ LIBS="$lt_cv_dlopen_libs $LIBS"
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
+if ${lt_cv_dlopen_self+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self=cross
+else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<_LT_EOF
+#line $LINENO "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+# define LT_DLGLOBAL RTLD_GLOBAL
+#else
+# ifdef DL_GLOBAL
+# define LT_DLGLOBAL DL_GLOBAL
+# else
+# define LT_DLGLOBAL 0
+# endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+ find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+# ifdef RTLD_LAZY
+# define LT_DLLAZY_OR_NOW RTLD_LAZY
+# else
+# ifdef DL_LAZY
+# define LT_DLLAZY_OR_NOW DL_LAZY
+# else
+# ifdef RTLD_NOW
+# define LT_DLLAZY_OR_NOW RTLD_NOW
+# else
+# ifdef DL_NOW
+# define LT_DLLAZY_OR_NOW DL_NOW
+# else
+# define LT_DLLAZY_OR_NOW 0
+# endif
+# endif
+# endif
+# endif
+#endif
+
+/* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+int fnord () __attribute__((visibility("default")));
+#endif
+
+int fnord () { return 42; }
+int main ()
+{
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+
+ if (self)
+ {
+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+ else
+ {
+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+ else puts (dlerror ());
+ }
+ /* dlclose (self); */
+ }
+ else
+ puts (dlerror ());
+
+ return status;
+}
+_LT_EOF
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+ case x$lt_status in
+ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+ x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
+ esac
+ else :
+ # compilation failed
+ lt_cv_dlopen_self=no
+ fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+$as_echo "$lt_cv_dlopen_self" >&6; }
+
+ if test yes = "$lt_cv_dlopen_self"; then
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
+if ${lt_cv_dlopen_self_static+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self_static=cross
+else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<_LT_EOF
+#line $LINENO "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+# define LT_DLGLOBAL RTLD_GLOBAL
+#else
+# ifdef DL_GLOBAL
+# define LT_DLGLOBAL DL_GLOBAL
+# else
+# define LT_DLGLOBAL 0
+# endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+ find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+# ifdef RTLD_LAZY
+# define LT_DLLAZY_OR_NOW RTLD_LAZY
+# else
+# ifdef DL_LAZY
+# define LT_DLLAZY_OR_NOW DL_LAZY
+# else
+# ifdef RTLD_NOW
+# define LT_DLLAZY_OR_NOW RTLD_NOW
+# else
+# ifdef DL_NOW
+# define LT_DLLAZY_OR_NOW DL_NOW
+# else
+# define LT_DLLAZY_OR_NOW 0
+# endif
+# endif
+# endif
+# endif
+#endif
+
+/* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+int fnord () __attribute__((visibility("default")));
+#endif
+
+int fnord () { return 42; }
+int main ()
+{
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+
+ if (self)
+ {
+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+ else
+ {
+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+ else puts (dlerror ());
+ }
+ /* dlclose (self); */
+ }
+ else
+ puts (dlerror ());
+
+ return status;
+}
+_LT_EOF
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+ case x$lt_status in
+ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+ x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
+ esac
+ else :
+ # compilation failed
+ lt_cv_dlopen_self_static=no
+ fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
+ fi
+
+ CPPFLAGS=$save_CPPFLAGS
+ LDFLAGS=$save_LDFLAGS
+ LIBS=$save_LIBS
+ ;;
+ esac
+
+ case $lt_cv_dlopen_self in
+ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+ *) enable_dlopen_self=unknown ;;
+ esac
+
+ case $lt_cv_dlopen_self_static in
+ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+ *) enable_dlopen_self_static=unknown ;;
+ esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+striplib=
+old_striplib=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+ test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+# FIXME - insert some real tests, host_os isn't really good enough
+ case $host_os in
+ darwin*)
+ if test -n "$STRIP"; then
+ striplib="$STRIP -x"
+ old_striplib="$STRIP -S"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ fi
+ ;;
+ *)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ ;;
+ esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+ # Report what library types will actually be built
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+$as_echo "$can_build_shared" >&6; }
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+$as_echo_n "checking whether to build shared libraries... " >&6; }
+ test no = "$can_build_shared" && enable_shared=no
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+ case $host_os in
+ aix3*)
+ test yes = "$enable_shared" && enable_static=no
+ if test -n "$RANLIB"; then
+ archive_cmds="$archive_cmds~\$RANLIB \$lib"
+ postinstall_cmds='$RANLIB $lib'
+ fi
+ ;;
+
+ aix[4-9]*)
+ if test ia64 != "$host_cpu"; then
+ case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
+ yes,aix,yes) ;; # shared object as lib.so file only
+ yes,svr4,*) ;; # shared object as lib.so archive member only
+ yes,*) enable_static=no ;; # shared object in lib.a archive as well
+ esac
+ fi
+ ;;
+ esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+$as_echo "$enable_shared" >&6; }
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+$as_echo_n "checking whether to build static libraries... " >&6; }
+ # Make sure either enable_shared or enable_static is yes.
+ test yes = "$enable_shared" || enable_static=yes
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+$as_echo "$enable_static" >&6; }
+
+
+
+
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+CC=$lt_save_CC
+
+ if test -n "$CXX" && ( test no != "$CXX" &&
+ ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
+ (test g++ != "$CXX"))); then
+ ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
+$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
+if test -z "$CXXCPP"; then
+ if ${ac_cv_prog_CXXCPP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # Double quotes because CXXCPP needs to be expanded
+ for CXXCPP in "$CXX -E" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+for ac_cxx_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if ac_fn_cxx_try_cpp "$LINENO"; then :
+
+else
+ # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_cxx_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+continue
+else
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+ break
+fi
+
+ done
+ ac_cv_prog_CXXCPP=$CXXCPP
+
+fi
+ CXXCPP=$ac_cv_prog_CXXCPP
+else
+ ac_cv_prog_CXXCPP=$CXXCPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
+$as_echo "$CXXCPP" >&6; }
+ac_preproc_ok=false
+for ac_cxx_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if ac_fn_cxx_try_cpp "$LINENO"; then :
+
+else
+ # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_cxx_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+continue
+else
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+
+else
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+else
+ _lt_caught_CXX_error=yes
+fi
+
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+archive_cmds_need_lc_CXX=no
+allow_undefined_flag_CXX=
+always_export_symbols_CXX=no
+archive_expsym_cmds_CXX=
+compiler_needs_object_CXX=no
+export_dynamic_flag_spec_CXX=
+hardcode_direct_CXX=no
+hardcode_direct_absolute_CXX=no
+hardcode_libdir_flag_spec_CXX=
+hardcode_libdir_separator_CXX=
+hardcode_minus_L_CXX=no
+hardcode_shlibpath_var_CXX=unsupported
+hardcode_automatic_CXX=no
+inherit_rpath_CXX=no
+module_cmds_CXX=
+module_expsym_cmds_CXX=
+link_all_deplibs_CXX=unknown
+old_archive_cmds_CXX=$old_archive_cmds
+reload_flag_CXX=$reload_flag
+reload_cmds_CXX=$reload_cmds
+no_undefined_flag_CXX=
+whole_archive_flag_spec_CXX=
+enable_shared_with_static_runtimes_CXX=no
+
+# Source file extension for C++ test sources.
+ac_ext=cpp
+
+# Object file extension for compiled C++ test sources.
+objext=o
+objext_CXX=$objext
+
+# No sense in running all these tests if we already determined that
+# the CXX compiler isn't working. Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test yes != "$_lt_caught_CXX_error"; then
+ # Code to be used in simple compile tests
+ lt_simple_compile_test_code="int some_variable = 0;"
+
+ # Code to be used in simple link tests
+ lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
+
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+
+ # save warnings/boilerplate of simple test code
+ ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+
+ ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+
+
+ # Allow CC to be a program name with arguments.
+ lt_save_CC=$CC
+ lt_save_CFLAGS=$CFLAGS
+ lt_save_LD=$LD
+ lt_save_GCC=$GCC
+ GCC=$GXX
+ lt_save_with_gnu_ld=$with_gnu_ld
+ lt_save_path_LD=$lt_cv_path_LD
+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+ else
+ $as_unset lt_cv_prog_gnu_ld
+ fi
+ if test -n "${lt_cv_path_LDCXX+set}"; then
+ lt_cv_path_LD=$lt_cv_path_LDCXX
+ else
+ $as_unset lt_cv_path_LD
+ fi
+ test -z "${LDCXX+set}" || LD=$LDCXX
+ CC=${CXX-"c++"}
+ CFLAGS=$CXXFLAGS
+ compiler=$CC
+ compiler_CXX=$CC
+ func_cc_basename $compiler
+cc_basename=$func_cc_basename_result
+
+
+ if test -n "$compiler"; then
+ # We don't want -fno-exception when compiling C++ code, so set the
+ # no_builtin_flag separately
+ if test yes = "$GXX"; then
+ lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
+ else
+ lt_prog_compiler_no_builtin_flag_CXX=
+ fi
+
+ if test yes = "$GXX"; then
+ # Set up default GNU C++ configuration
+
+
+
+# Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+else
+ with_gnu_ld=no
+fi
+
+ac_prog=ld
+if test yes = "$GCC"; then
+ # Check if gcc -print-prog-name=ld gives a path.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+ case $host in
+ *-*-mingw*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+ esac
+ case $ac_prog in
+ # Accept absolute paths.
+ [\\/]* | ?:[\\/]*)
+ re_direlt='/[^/][^/]*/\.\./'
+ # Canonicalize the pathname of ld
+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+ done
+ test -z "$LD" && LD=$ac_prog
+ ;;
+ "")
+ # If it fails, then pretend we aren't using GCC.
+ ac_prog=ld
+ ;;
+ *)
+ # If it is relative, then search for the first ld in PATH.
+ with_gnu_ld=unknown
+ ;;
+ esac
+elif test yes = "$with_gnu_ld"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
+fi
+if ${lt_cv_path_LD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -z "$LD"; then
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ for ac_dir in $PATH; do
+ IFS=$lt_save_ifs
+ test -z "$ac_dir" && ac_dir=.
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+ lt_cv_path_LD=$ac_dir/$ac_prog
+ # Check to see if the program is GNU ld. I'd rather use --version,
+ # but apparently some variants of GNU ld only accept -v.
+ # Break only if it was the GNU/non-GNU ld that we prefer.
+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ test no != "$with_gnu_ld" && break
+ ;;
+ *)
+ test yes != "$with_gnu_ld" && break
+ ;;
+ esac
+ fi
+ done
+ IFS=$lt_save_ifs
+else
+ lt_cv_path_LD=$LD # Let the user override the test with a path.
+fi
+fi
+
+LD=$lt_cv_path_LD
+if test -n "$LD"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${lt_cv_prog_gnu_ld+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;
+*)
+ lt_cv_prog_gnu_ld=no
+ ;;
+esac
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+
+
+
+
+
+ # Check if GNU C++ uses GNU ld as the underlying linker, since the
+ # archiving commands below assume that GNU ld is being used.
+ if test yes = "$with_gnu_ld"; then
+ archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+
+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-dynamic'
+
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
+ # investigate it a little bit more. (MM)
+ wlarc='$wl'
+
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if eval "`$CC -print-prog-name=ld` --help 2>&1" |
+ $GREP 'no-whole-archive' > /dev/null; then
+ whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+ else
+ whole_archive_flag_spec_CXX=
+ fi
+ else
+ with_gnu_ld=no
+ wlarc=
+
+ # A generic and very simple default shared library creation
+ # command for GNU C++ for the case where it uses the native
+ # linker, instead of GNU ld. If possible, this setting should
+ # overridden to take advantage of the native linker features on
+ # the platform it is being used on.
+ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ fi
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+ else
+ GXX=no
+ with_gnu_ld=no
+ wlarc=
+ fi
+
+ # PORTME: fill in a description of your system's C++ link characteristics
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+ ld_shlibs_CXX=yes
+ case $host_os in
+ aix3*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ aix[4-9]*)
+ if test ia64 = "$host_cpu"; then
+ # On IA64, the linker does run time linking by default, so we don't
+ # have to do anything special.
+ aix_use_runtimelinking=no
+ exp_sym_flag='-Bexport'
+ no_entry_flag=
+ else
+ aix_use_runtimelinking=no
+
+ # Test if we are trying to use run time linking or normal
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+ # have runtime linking enabled, and use it for executables.
+ # For shared libraries, we enable/disable runtime linking
+ # depending on the kind of the shared library created -
+ # when "with_aix_soname,aix_use_runtimelinking" is:
+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
+ # "aix,yes" lib.so shared, rtl:yes, for executables
+ # lib.a static archive
+ # "both,no" lib.so.V(shr.o) shared, rtl:yes
+ # lib.a(lib.so.V) shared, rtl:no, for executables
+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
+ # lib.a(lib.so.V) shared, rtl:no
+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
+ # lib.a static archive
+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+ for ld_flag in $LDFLAGS; do
+ case $ld_flag in
+ *-brtl*)
+ aix_use_runtimelinking=yes
+ break
+ ;;
+ esac
+ done
+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
+ # With aix-soname=svr4, we create the lib.so.V shared archives only,
+ # so we don't have lib.a shared libs to link our executables.
+ # We have to force runtime linking in this case.
+ aix_use_runtimelinking=yes
+ LDFLAGS="$LDFLAGS -Wl,-brtl"
+ fi
+ ;;
+ esac
+
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+
+ # When large executables or shared objects are built, AIX ld can
+ # have problems creating the table of contents. If linking a library
+ # or program results in "error TOC overflow" add -mminimal-toc to
+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+ archive_cmds_CXX=''
+ hardcode_direct_CXX=yes
+ hardcode_direct_absolute_CXX=yes
+ hardcode_libdir_separator_CXX=':'
+ link_all_deplibs_CXX=yes
+ file_list_spec_CXX='$wl-f,'
+ case $with_aix_soname,$aix_use_runtimelinking in
+ aix,*) ;; # no import file
+ svr4,* | *,yes) # use import file
+ # The Import File defines what to hardcode.
+ hardcode_direct_CXX=no
+ hardcode_direct_absolute_CXX=no
+ ;;
+ esac
+
+ if test yes = "$GXX"; then
+ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`$CC -print-prog-name=collect2`
+ if test -f "$collect2name" &&
+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+ then
+ # We have reworked collect2
+ :
+ else
+ # We have old collect2
+ hardcode_direct_CXX=unsupported
+ # It fails to find uninstalled libraries when the uninstalled
+ # path is not listed in the libpath. Setting hardcode_minus_L
+ # to unsupported forces relinking
+ hardcode_minus_L_CXX=yes
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+ hardcode_libdir_separator_CXX=
+ fi
+ esac
+ shared_flag='-shared'
+ if test yes = "$aix_use_runtimelinking"; then
+ shared_flag=$shared_flag' $wl-G'
+ fi
+ # Need to ensure runtime linking is disabled for the traditional
+ # shared library, or the linker may eventually find shared libraries
+ # /with/ Import File - we do not want to mix them.
+ shared_flag_aix='-shared'
+ shared_flag_svr4='-shared $wl-G'
+ else
+ # not using gcc
+ if test ia64 = "$host_cpu"; then
+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+ if test yes = "$aix_use_runtimelinking"; then
+ shared_flag='$wl-G'
+ else
+ shared_flag='$wl-bM:SRE'
+ fi
+ shared_flag_aix='$wl-bM:SRE'
+ shared_flag_svr4='$wl-G'
+ fi
+ fi
+
+ export_dynamic_flag_spec_CXX='$wl-bexpall'
+ # It seems that -bexpall does not export symbols beginning with
+ # underscore (_), so it is better to generate a list of symbols to
+ # export.
+ always_export_symbols_CXX=yes
+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ # The "-G" linker flag allows undefined symbols.
+ no_undefined_flag_CXX='-bernotok'
+ # Determine the default libpath from the value encoded in an empty
+ # executable.
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+else
+ if ${lt_cv_aix_libpath__CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+ /^0/ {
+ s/^0 *\([^ ]*\) *$/\1/
+ p
+ }
+ }'
+ lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ # Check for a 64-bit object if we didn't find anything.
+ if test -z "$lt_cv_aix_libpath__CXX"; then
+ lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath__CXX"; then
+ lt_cv_aix_libpath__CXX=/usr/lib:/lib
+ fi
+
+fi
+
+ aix_libpath=$lt_cv_aix_libpath__CXX
+fi
+
+ hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
+
+ archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
+ else
+ if test ia64 = "$host_cpu"; then
+ hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag_CXX="-z nodefs"
+ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an
+ # empty executable.
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+else
+ if ${lt_cv_aix_libpath__CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+ /^0/ {
+ s/^0 *\([^ ]*\) *$/\1/
+ p
+ }
+ }'
+ lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ # Check for a 64-bit object if we didn't find anything.
+ if test -z "$lt_cv_aix_libpath__CXX"; then
+ lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath__CXX"; then
+ lt_cv_aix_libpath__CXX=/usr/lib:/lib
+ fi
+
+fi
+
+ aix_libpath=$lt_cv_aix_libpath__CXX
+fi
+
+ hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
+ # Warning - without using the other run time loading flags,
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag_CXX=' $wl-bernotok'
+ allow_undefined_flag_CXX=' $wl-berok'
+ if test yes = "$with_gnu_ld"; then
+ # We only use this code for GNU lds that support --whole-archive.
+ whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
+ else
+ # Exported symbols can be pulled into shared objects from archives
+ whole_archive_flag_spec_CXX='$convenience'
+ fi
+ archive_cmds_need_lc_CXX=yes
+ archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
+ # -brtl affects multiple linker settings, -berok does not and is overridden later
+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
+ if test svr4 != "$with_aix_soname"; then
+ # This is similar to how AIX traditionally builds its shared
+ # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
+ fi
+ if test aix != "$with_aix_soname"; then
+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
+ else
+ # used by -dlpreopen to get the symbols
+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
+ fi
+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
+ fi
+ fi
+ ;;
+
+ beos*)
+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+ allow_undefined_flag_CXX=unsupported
+ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+ archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ else
+ ld_shlibs_CXX=no
+ fi
+ ;;
+
+ chorus*)
+ case $cc_basename in
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+ ;;
+
+ cygwin* | mingw* | pw32* | cegcc*)
+ case $GXX,$cc_basename in
+ ,cl* | no,cl*)
+ # Native MSVC
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec_CXX=' '
+ allow_undefined_flag_CXX=unsupported
+ always_export_symbols_CXX=yes
+ file_list_spec_CXX='@'
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+ archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
+ enable_shared_with_static_runtimes_CXX=yes
+ # Don't use ranlib
+ old_postinstall_cmds_CXX='chmod 644 $oldlib'
+ postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
+ lt_tool_outputfile="@TOOL_OUTPUT@"~
+ case $lt_outputfile in
+ *.exe|*.EXE) ;;
+ *)
+ lt_outputfile=$lt_outputfile.exe
+ lt_tool_outputfile=$lt_tool_outputfile.exe
+ ;;
+ esac~
+ func_to_tool_file "$lt_outputfile"~
+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+ $RM "$lt_outputfile.manifest";
+ fi'
+ ;;
+ *)
+ # g++
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
+ allow_undefined_flag_CXX=unsupported
+ always_export_symbols_CXX=no
+ enable_shared_with_static_runtimes_CXX=yes
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file, use it as
+ # is; otherwise, prepend EXPORTS...
+ archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp $export_symbols $output_objdir/$soname.def;
+ else
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ ld_shlibs_CXX=no
+ fi
+ ;;
+ esac
+ ;;
+ darwin* | rhapsody*)
+
+
+ archive_cmds_need_lc_CXX=no
+ hardcode_direct_CXX=no
+ hardcode_automatic_CXX=yes
+ hardcode_shlibpath_var_CXX=unsupported
+ if test yes = "$lt_cv_ld_force_load"; then
+ whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+
+ else
+ whole_archive_flag_spec_CXX=''
+ fi
+ link_all_deplibs_CXX=yes
+ allow_undefined_flag_CXX=$_lt_dar_allow_undefined
+ case $cc_basename in
+ ifort*|nagfor*) _lt_dar_can_shared=yes ;;
+ *) _lt_dar_can_shared=$GCC ;;
+ esac
+ if test yes = "$_lt_dar_can_shared"; then
+ output_verbose_link_cmd=func_echo_all
+ archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
+ module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+ archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
+ module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
+ if test yes != "$lt_cv_apple_cc_single_mod"; then
+ archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
+ archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
+ fi
+
+ else
+ ld_shlibs_CXX=no
+ fi
+
+ ;;
+
+ os2*)
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+ hardcode_minus_L_CXX=yes
+ allow_undefined_flag_CXX=unsupported
+ shrext_cmds=.dll
+ archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
+ $ECHO EXPORTS >> $output_objdir/$libname.def~
+ prefix_cmds="$SED"~
+ if test EXPORTS = "`$SED 1q $export_symbols`"; then
+ prefix_cmds="$prefix_cmds -e 1d";
+ fi~
+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+ old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes_CXX=yes
+ ;;
+
+ dgux*)
+ case $cc_basename in
+ ec++*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ ghcx*)
+ # Green Hills C++ Compiler
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+ ;;
+
+ freebsd2.*)
+ # C++ shared libraries reported to be fairly broken before
+ # switch to ELF
+ ld_shlibs_CXX=no
+ ;;
+
+ freebsd-elf*)
+ archive_cmds_need_lc_CXX=no
+ ;;
+
+ freebsd* | dragonfly*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ ld_shlibs_CXX=yes
+ ;;
+
+ haiku*)
+ archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ link_all_deplibs_CXX=yes
+ ;;
+
+ hpux9*)
+ hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
+ hardcode_libdir_separator_CXX=:
+ export_dynamic_flag_spec_CXX='$wl-E'
+ hardcode_direct_CXX=yes
+ hardcode_minus_L_CXX=yes # Not in the search PATH,
+ # but as the default
+ # location of the library.
+
+ case $cc_basename in
+ CC*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ aCC*)
+ archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ #
+ # There doesn't appear to be a way to prevent this compiler from
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+ archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ else
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ fi
+ ;;
+ esac
+ ;;
+
+ hpux10*|hpux11*)
+ if test no = "$with_gnu_ld"; then
+ hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
+ hardcode_libdir_separator_CXX=:
+
+ case $host_cpu in
+ hppa*64*|ia64*)
+ ;;
+ *)
+ export_dynamic_flag_spec_CXX='$wl-E'
+ ;;
+ esac
+ fi
+ case $host_cpu in
+ hppa*64*|ia64*)
+ hardcode_direct_CXX=no
+ hardcode_shlibpath_var_CXX=no
+ ;;
+ *)
+ hardcode_direct_CXX=yes
+ hardcode_direct_absolute_CXX=yes
+ hardcode_minus_L_CXX=yes # Not in the search PATH,
+ # but as the default
+ # location of the library.
+ ;;
+ esac
+
+ case $cc_basename in
+ CC*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ aCC*)
+ case $host_cpu in
+ hppa*64*)
+ archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ ia64*)
+ archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+ archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ #
+ # There doesn't appear to be a way to prevent this compiler from
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+ case $host_cpu in
+ hppa*64*)
+ archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ ia64*)
+ archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+ archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ fi
+ else
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ fi
+ ;;
+ esac
+ ;;
+
+ interix[3-9]*)
+ hardcode_direct_CXX=no
+ hardcode_shlibpath_var_CXX=no
+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
+ export_dynamic_flag_spec_CXX='$wl-E'
+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+ # Instead, shared libraries are loaded at an image base (0x10000000 by
+ # default) and relocated if they conflict, which is a slow very memory
+ # consuming and fragmenting process. To avoid this, we pick a random,
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+ archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+ ;;
+ irix5* | irix6*)
+ case $cc_basename in
+ CC*)
+ # SGI C++
+ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+
+ # Archives containing C++ object files must be created using
+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is
+ # necessary to make sure instantiated templates are included
+ # in the archive.
+ old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ else
+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
+ fi
+ fi
+ link_all_deplibs_CXX=yes
+ ;;
+ esac
+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
+ hardcode_libdir_separator_CXX=:
+ inherit_rpath_CXX=yes
+ ;;
+
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ case $cc_basename in
+ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+ archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ #
+ # There doesn't appear to be a way to prevent this compiler from
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+
+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-dynamic'
+
+ # Archives containing C++ object files must be created using
+ # "CC -Bstatic", where "CC" is the KAI C++ compiler.
+ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
+ ;;
+ icpc* | ecpc* )
+ # Intel C++
+ with_gnu_ld=yes
+ # version 8.0 and above of icpc choke on multiply defined symbols
+ # if we add $predep_objects and $postdep_objects, however 7.1 and
+ # earlier do not add the objects themselves.
+ case `$CC -V 2>&1` in
+ *"Version 7."*)
+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ ;;
+ *) # Version 8.0 or newer
+ tmp_idyn=
+ case $host_cpu in
+ ia64*) tmp_idyn=' -i_dynamic';;
+ esac
+ archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ ;;
+ esac
+ archive_cmds_need_lc_CXX=no
+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-dynamic'
+ whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
+ ;;
+ pgCC* | pgcpp*)
+ # Portland Group C++ compiler
+ case `$CC -V` in
+ *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
+ prelink_cmds_CXX='tpldir=Template.dir~
+ rm -rf $tpldir~
+ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
+ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
+ old_archive_cmds_CXX='tpldir=Template.dir~
+ rm -rf $tpldir~
+ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
+ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
+ $RANLIB $oldlib'
+ archive_cmds_CXX='tpldir=Template.dir~
+ rm -rf $tpldir~
+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='tpldir=Template.dir~
+ rm -rf $tpldir~
+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ ;;
+ *) # Version 6 and above use weak symbols
+ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ ;;
+ esac
+
+ hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-dynamic'
+ whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ ;;
+ cxx*)
+ # Compaq C++
+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
+
+ runpath_var=LD_RUN_PATH
+ hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+ hardcode_libdir_separator_CXX=:
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ #
+ # There doesn't appear to be a way to prevent this compiler from
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
+ ;;
+ xl* | mpixl* | bgxl*)
+ # IBM XL 8.0 on PPC, with GNU ld
+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
+ export_dynamic_flag_spec_CXX='$wl--export-dynamic'
+ archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+ ;;
+ *)
+ case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ no_undefined_flag_CXX=' -zdefs'
+ archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
+ hardcode_libdir_flag_spec_CXX='-R$libdir'
+ whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+ compiler_needs_object_CXX=yes
+
+ # Not sure whether something based on
+ # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
+ # would be better.
+ output_verbose_link_cmd='func_echo_all'
+
+ # Archives containing C++ object files must be created using
+ # "CC -xar", where "CC" is the Sun C++ compiler. This is
+ # necessary to make sure instantiated templates are included
+ # in the archive.
+ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
+ ;;
+ esac
+ ;;
+ esac
+ ;;
+
+ lynxos*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+
+ m88k*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+
+ mvs*)
+ case $cc_basename in
+ cxx*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+ ;;
+
+ netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+ wlarc=
+ hardcode_libdir_flag_spec_CXX='-R$libdir'
+ hardcode_direct_CXX=yes
+ hardcode_shlibpath_var_CXX=no
+ fi
+ # Workaround some broken pre-1.5 toolchains
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+ ;;
+
+ *nto* | *qnx*)
+ ld_shlibs_CXX=yes
+ ;;
+
+ openbsd* | bitrig*)
+ if test -f /usr/libexec/ld.so; then
+ hardcode_direct_CXX=yes
+ hardcode_shlibpath_var_CXX=no
+ hardcode_direct_absolute_CXX=yes
+ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
+ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
+ export_dynamic_flag_spec_CXX='$wl-E'
+ whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+ fi
+ output_verbose_link_cmd=func_echo_all
+ else
+ ld_shlibs_CXX=no
+ fi
+ ;;
+
+ osf3* | osf4* | osf5*)
+ case $cc_basename in
+ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
+ hardcode_libdir_separator_CXX=:
+
+ # Archives containing C++ object files must be created using
+ # the KAI C++ compiler.
+ case $host in
+ osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
+ *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
+ esac
+ ;;
+ RCC*)
+ # Rational C++ 2.4.1
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ cxx*)
+ case $host in
+ osf3*)
+ allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
+ archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
+ ;;
+ *)
+ allow_undefined_flag_CXX=' -expect_unresolved \*'
+ archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+ archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+ echo "-hidden">> $lib.exp~
+ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
+ $RM $lib.exp'
+ hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+ ;;
+ esac
+
+ hardcode_libdir_separator_CXX=:
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ #
+ # There doesn't appear to be a way to prevent this compiler from
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes,no = "$GXX,$with_gnu_ld"; then
+ allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
+ case $host in
+ osf3*)
+ archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ *)
+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ esac
+
+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
+ hardcode_libdir_separator_CXX=:
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+ else
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ fi
+ ;;
+ esac
+ ;;
+
+ psos*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+
+ sunos4*)
+ case $cc_basename in
+ CC*)
+ # Sun C++ 4.x
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ lcc*)
+ # Lucid
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+ ;;
+
+ solaris*)
+ case $cc_basename in
+ CC* | sunCC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
+ archive_cmds_need_lc_CXX=yes
+ no_undefined_flag_CXX=' -zdefs'
+ archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ hardcode_libdir_flag_spec_CXX='-R$libdir'
+ hardcode_shlibpath_var_CXX=no
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+ *)
+ # The compiler driver will combine and reorder linker options,
+ # but understands '-z linker_flag'.
+ # Supported since Solaris 2.6 (maybe 2.5.1?)
+ whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
+ ;;
+ esac
+ link_all_deplibs_CXX=yes
+
+ output_verbose_link_cmd='func_echo_all'
+
+ # Archives containing C++ object files must be created using
+ # "CC -xar", where "CC" is the Sun C++ compiler. This is
+ # necessary to make sure instantiated templates are included
+ # in the archive.
+ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
+ ;;
+ gcx*)
+ # Green Hills C++ Compiler
+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+
+ # The C++ compiler must be used to create the archive.
+ old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+ ;;
+ *)
+ # GNU C++ compiler with Solaris linker
+ if test yes,no = "$GXX,$with_gnu_ld"; then
+ no_undefined_flag_CXX=' $wl-z ${wl}defs'
+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then
+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ else
+ # g++ 2.7 appears to require '-G' NOT '-shared' on this
+ # platform.
+ archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+ output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ fi
+
+ hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+ *)
+ whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
+ ;;
+ esac
+ fi
+ ;;
+ esac
+ ;;
+
+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+ no_undefined_flag_CXX='$wl-z,text'
+ archive_cmds_need_lc_CXX=no
+ hardcode_shlibpath_var_CXX=no
+ runpath_var='LD_RUN_PATH'
+
+ case $cc_basename in
+ CC*)
+ archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+ archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ ;;
+
+ sysv5* | sco3.2v5* | sco5v6*)
+ # Note: We CANNOT use -z defs as we might desire, because we do not
+ # link with -lc, and that would cause any symbols used from libc to
+ # always be unresolved, which means just about no library would
+ # ever link correctly. If we're not using GNU ld we use -z text
+ # though, which does catch some bad symbols but isn't as heavy-handed
+ # as -z defs.
+ no_undefined_flag_CXX='$wl-z,text'
+ allow_undefined_flag_CXX='$wl-z,nodefs'
+ archive_cmds_need_lc_CXX=no
+ hardcode_shlibpath_var_CXX=no
+ hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
+ hardcode_libdir_separator_CXX=':'
+ link_all_deplibs_CXX=yes
+ export_dynamic_flag_spec_CXX='$wl-Bexport'
+ runpath_var='LD_RUN_PATH'
+
+ case $cc_basename in
+ CC*)
+ archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
+ '"$old_archive_cmds_CXX"
+ reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
+ '"$reload_cmds_CXX"
+ ;;
+ *)
+ archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ ;;
+
+ tandem*)
+ case $cc_basename in
+ NCC*)
+ # NonStop-UX NCC 3.20
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+ ;;
+
+ vxworks*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+
+ *)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+ esac
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
+$as_echo "$ld_shlibs_CXX" >&6; }
+ test no = "$ld_shlibs_CXX" && can_build_shared=no
+
+ GCC_CXX=$GXX
+ LD_CXX=$LD
+
+ ## CAVEAT EMPTOR:
+ ## There is no encapsulation within the following macros, do not change
+ ## the running order or otherwise move them around unless you know exactly
+ ## what you are doing...
+ # Dependencies to place before and after the object being linked:
+predep_objects_CXX=
+postdep_objects_CXX=
+predeps_CXX=
+postdeps_CXX=
+compiler_lib_search_path_CXX=
+
+cat > conftest.$ac_ext <<_LT_EOF
+class Foo
+{
+public:
+ Foo (void) { a = 0; }
+private:
+ int a;
+};
+_LT_EOF
+
+
+_lt_libdeps_save_CFLAGS=$CFLAGS
+case "$CC $CFLAGS " in #(
+*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
+*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
+esac
+
+if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # Parse the compiler output and extract the necessary
+ # objects, libraries and library flags.
+
+ # Sentinel used to keep track of whether or not we are before
+ # the conftest object file.
+ pre_test_object_deps_done=no
+
+ for p in `eval "$output_verbose_link_cmd"`; do
+ case $prev$p in
+
+ -L* | -R* | -l*)
+ # Some compilers place space between "-{L,R}" and the path.
+ # Remove the space.
+ if test x-L = "$p" ||
+ test x-R = "$p"; then
+ prev=$p
+ continue
+ fi
+
+ # Expand the sysroot to ease extracting the directories later.
+ if test -z "$prev"; then
+ case $p in
+ -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
+ -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
+ -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
+ esac
+ fi
+ case $p in
+ =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
+ esac
+ if test no = "$pre_test_object_deps_done"; then
+ case $prev in
+ -L | -R)
+ # Internal compiler library paths should come after those
+ # provided the user. The postdeps already come after the
+ # user supplied libs so there is no need to process them.
+ if test -z "$compiler_lib_search_path_CXX"; then
+ compiler_lib_search_path_CXX=$prev$p
+ else
+ compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
+ fi
+ ;;
+ # The "-l" case would never come before the object being
+ # linked, so don't bother handling this case.
+ esac
+ else
+ if test -z "$postdeps_CXX"; then
+ postdeps_CXX=$prev$p
+ else
+ postdeps_CXX="${postdeps_CXX} $prev$p"
+ fi
+ fi
+ prev=
+ ;;
+
+ *.lto.$objext) ;; # Ignore GCC LTO objects
+ *.$objext)
+ # This assumes that the test object file only shows up
+ # once in the compiler output.
+ if test "$p" = "conftest.$objext"; then
+ pre_test_object_deps_done=yes
+ continue
+ fi
+
+ if test no = "$pre_test_object_deps_done"; then
+ if test -z "$predep_objects_CXX"; then
+ predep_objects_CXX=$p
+ else
+ predep_objects_CXX="$predep_objects_CXX $p"
+ fi
+ else
+ if test -z "$postdep_objects_CXX"; then
+ postdep_objects_CXX=$p
+ else
+ postdep_objects_CXX="$postdep_objects_CXX $p"
+ fi
+ fi
+ ;;
+
+ *) ;; # Ignore the rest.
+
+ esac
+ done
+
+ # Clean up.
+ rm -f a.out a.exe
+else
+ echo "libtool.m4: error: problem compiling CXX test program"
+fi
+
+$RM -f confest.$objext
+CFLAGS=$_lt_libdeps_save_CFLAGS
+
+# PORTME: override above test on systems where it is broken
+case $host_os in
+interix[3-9]*)
+ # Interix 3.5 installs completely hosed .la files for C++, so rather than
+ # hack all around it, let's just trust "g++" to DTRT.
+ predep_objects_CXX=
+ postdep_objects_CXX=
+ postdeps_CXX=
+ ;;
+esac
+
+
+case " $postdeps_CXX " in
+*" -lc "*) archive_cmds_need_lc_CXX=no ;;
+esac
+ compiler_lib_search_dirs_CXX=
+if test -n "${compiler_lib_search_path_CXX}"; then
+ compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lt_prog_compiler_wl_CXX=
+lt_prog_compiler_pic_CXX=
+lt_prog_compiler_static_CXX=
+
+
+ # C++ specific cases for pic, static, wl, etc.
+ if test yes = "$GXX"; then
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_static_CXX='-static'
+
+ case $host_os in
+ aix*)
+ # All AIX code is PIC.
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 now supports IA64 processor
+ lt_prog_compiler_static_CXX='-Bstatic'
+ fi
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+
+ amigaos*)
+ case $host_cpu in
+ powerpc)
+ # see comment about AmigaOS4 .so support
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+ m68k)
+ # FIXME: we need at least 68020 code to build shared libraries, but
+ # adding the '-m68020' flag to GCC prevents building anything better,
+ # like '-m68040'.
+ lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
+ ;;
+ esac
+ ;;
+
+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+ # PIC is the default for these OSes.
+ ;;
+ mingw* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+ # (--disable-auto-import) libraries
+ lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
+ case $host_os in
+ os2*)
+ lt_prog_compiler_static_CXX='$wl-static'
+ ;;
+ esac
+ ;;
+ darwin* | rhapsody*)
+ # PIC is the default on this platform
+ # Common symbols not allowed in MH_DYLIB files
+ lt_prog_compiler_pic_CXX='-fno-common'
+ ;;
+ *djgpp*)
+ # DJGPP does not support shared libraries at all
+ lt_prog_compiler_pic_CXX=
+ ;;
+ haiku*)
+ # PIC is the default for Haiku.
+ # The "-static" flag exists, but is broken.
+ lt_prog_compiler_static_CXX=
+ ;;
+ interix[3-9]*)
+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+ # Instead, we relocate shared libraries at runtime.
+ ;;
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ lt_prog_compiler_pic_CXX=-Kconform_pic
+ fi
+ ;;
+ hpux*)
+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
+ # sets the default TLS model and affects inlining.
+ case $host_cpu in
+ hppa*64*)
+ ;;
+ *)
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+ esac
+ ;;
+ *qnx* | *nto*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+ lt_prog_compiler_pic_CXX='-fPIC -shared'
+ ;;
+ *)
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+ esac
+ else
+ case $host_os in
+ aix[4-9]*)
+ # All AIX code is PIC.
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 now supports IA64 processor
+ lt_prog_compiler_static_CXX='-Bstatic'
+ else
+ lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
+ chorus*)
+ case $cc_basename in
+ cxch68*)
+ # Green Hills C++ Compiler
+ # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+ ;;
+ esac
+ ;;
+ mingw* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
+ ;;
+ dgux*)
+ case $cc_basename in
+ ec++*)
+ lt_prog_compiler_pic_CXX='-KPIC'
+ ;;
+ ghcx*)
+ # Green Hills C++ Compiler
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ freebsd* | dragonfly*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+ case $cc_basename in
+ CC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
+ if test ia64 != "$host_cpu"; then
+ lt_prog_compiler_pic_CXX='+Z'
+ fi
+ ;;
+ aCC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
+ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+ *)
+ lt_prog_compiler_pic_CXX='+Z'
+ ;;
+ esac
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ interix*)
+ # This is c89, which is MS Visual C++ (no shared libs)
+ # Anyone wants to do a port?
+ ;;
+ irix5* | irix6* | nonstopux*)
+ case $cc_basename in
+ CC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_static_CXX='-non_shared'
+ # CC pic flag -KPIC is the default.
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ case $cc_basename in
+ KCC*)
+ # KAI C++ Compiler
+ lt_prog_compiler_wl_CXX='--backend -Wl,'
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+ ecpc* )
+ # old Intel C++ for x86_64, which still supported -KPIC.
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-static'
+ ;;
+ icpc* )
+ # Intel C++, used to be incompatible with GCC.
+ # ICC 10 doesn't accept -KPIC any more.
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-fPIC'
+ lt_prog_compiler_static_CXX='-static'
+ ;;
+ pgCC* | pgcpp*)
+ # Portland Group C++ compiler
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-fpic'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ ;;
+ cxx*)
+ # Compaq C++
+ # Make sure the PIC flag is empty. It appears that all Alpha
+ # Linux and Compaq Tru64 Unix objects are PIC.
+ lt_prog_compiler_pic_CXX=
+ lt_prog_compiler_static_CXX='-non_shared'
+ ;;
+ xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
+ # IBM XL 8.0, 9.0 on PPC and BlueGene
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-qpic'
+ lt_prog_compiler_static_CXX='-qstaticlink'
+ ;;
+ *)
+ case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ lt_prog_compiler_wl_CXX='-Qoption ld '
+ ;;
+ esac
+ ;;
+ esac
+ ;;
+ lynxos*)
+ ;;
+ m88k*)
+ ;;
+ mvs*)
+ case $cc_basename in
+ cxx*)
+ lt_prog_compiler_pic_CXX='-W c,exportall'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ netbsd* | netbsdelf*-gnu)
+ ;;
+ *qnx* | *nto*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+ lt_prog_compiler_pic_CXX='-fPIC -shared'
+ ;;
+ osf3* | osf4* | osf5*)
+ case $cc_basename in
+ KCC*)
+ lt_prog_compiler_wl_CXX='--backend -Wl,'
+ ;;
+ RCC*)
+ # Rational C++ 2.4.1
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+ cxx*)
+ # Digital/Compaq C++
+ lt_prog_compiler_wl_CXX='-Wl,'
+ # Make sure the PIC flag is empty. It appears that all Alpha
+ # Linux and Compaq Tru64 Unix objects are PIC.
+ lt_prog_compiler_pic_CXX=
+ lt_prog_compiler_static_CXX='-non_shared'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ psos*)
+ ;;
+ solaris*)
+ case $cc_basename in
+ CC* | sunCC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ lt_prog_compiler_wl_CXX='-Qoption ld '
+ ;;
+ gcx*)
+ # Green Hills C++ Compiler
+ lt_prog_compiler_pic_CXX='-PIC'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ sunos4*)
+ case $cc_basename in
+ CC*)
+ # Sun C++ 4.x
+ lt_prog_compiler_pic_CXX='-pic'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ ;;
+ lcc*)
+ # Lucid
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+ case $cc_basename in
+ CC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ ;;
+ esac
+ ;;
+ tandem*)
+ case $cc_basename in
+ NCC*)
+ # NonStop-UX NCC 3.20
+ lt_prog_compiler_pic_CXX='-KPIC'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+ vxworks*)
+ ;;
+ *)
+ lt_prog_compiler_can_build_shared_CXX=no
+ ;;
+ esac
+ fi
+
+case $host_os in
+ # For platforms that do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic_CXX=
+ ;;
+ *)
+ lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
+ ;;
+esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
+$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
+lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$lt_prog_compiler_pic_CXX"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
+if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_pic_works_CXX=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_pic_works_CXX=yes
+ fi
+ fi
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
+$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
+
+if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
+ case $lt_prog_compiler_pic_CXX in
+ "" | " "*) ;;
+ *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
+ esac
+else
+ lt_prog_compiler_pic_CXX=
+ lt_prog_compiler_can_build_shared_CXX=no
+fi
+
+fi
+
+
+
+
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_static_works_CXX=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+ # The linker can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ if test -s conftest.err; then
+ # Append any errors to the config.log.
+ cat conftest.err 1>&5
+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+ if diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_static_works_CXX=yes
+ fi
+ else
+ lt_cv_prog_compiler_static_works_CXX=yes
+ fi
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
+$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
+
+if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
+ :
+else
+ lt_prog_compiler_static_CXX=
+fi
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_c_o_CXX=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+ mkdir out
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o_CXX=yes
+ fi
+ fi
+ chmod u+w . 2>&5
+ $RM conftest*
+ # SGI C++ compiler will create directory out/ii_files/ for
+ # template instantiation
+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+ $RM out/* && rmdir out
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_prog_compiler_c_o_CXX=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+ mkdir out
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o_CXX=yes
+ fi
+ fi
+ chmod u+w . 2>&5
+ $RM conftest*
+ # SGI C++ compiler will create directory out/ii_files/ for
+ # template instantiation
+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+ $RM out/* && rmdir out
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
+
+
+
+
+hard_links=nottested
+if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
+ # do not overwrite the value of need_locks provided by the user
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+$as_echo_n "checking if we can lock with hard links... " >&6; }
+ hard_links=yes
+ $RM conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+$as_echo "$hard_links" >&6; }
+ if test no = "$hard_links"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
+ need_locks=warn
+ fi
+else
+ need_locks=no
+fi
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+ case $host_os in
+ aix[4-9]*)
+ # If we're using GNU nm, then we don't want the "-C" option.
+ # -C means demangle to GNU nm, but means don't demangle to AIX nm.
+ # Without the "-l" option, or with the "-B" option, AIX nm treats
+ # weak defined symbols like other global defined symbols, whereas
+ # GNU nm marks them as "W".
+ # While the 'weak' keyword is ignored in the Export File, we need
+ # it in the Import File for the 'aix-soname' feature, so we have
+ # to replace the "-B" option with "-P" for AIX nm.
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
+ else
+ export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
+ fi
+ ;;
+ pw32*)
+ export_symbols_cmds_CXX=$ltdll_cmds
+ ;;
+ cygwin* | mingw* | cegcc*)
+ case $cc_basename in
+ cl*)
+ exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+ ;;
+ *)
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+ exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
+ ;;
+ esac
+ ;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs_CXX=no
+ ;;
+ *)
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ ;;
+ esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
+$as_echo "$ld_shlibs_CXX" >&6; }
+test no = "$ld_shlibs_CXX" && can_build_shared=no
+
+with_gnu_ld_CXX=$with_gnu_ld
+
+
+
+
+
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$archive_cmds_need_lc_CXX" in
+x|xyes)
+ # Assume -lc should be added
+ archive_cmds_need_lc_CXX=yes
+
+ if test yes,yes = "$GCC,$enable_shared"; then
+ case $archive_cmds_CXX in
+ *'~'*)
+ # FIXME: we may have to deal with multi-command sequences.
+ ;;
+ '$CC '*)
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ $RM conftest*
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } 2>conftest.err; then
+ soname=conftest
+ lib=conftest
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl_CXX
+ pic_flag=$lt_prog_compiler_pic_CXX
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+ output_objdir=.
+ libname=conftest
+ lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
+ allow_undefined_flag_CXX=
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+ (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ then
+ lt_cv_archive_cmds_need_lc_CXX=no
+ else
+ lt_cv_archive_cmds_need_lc_CXX=yes
+ fi
+ allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
+ else
+ cat conftest.err 1>&5
+ fi
+ $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
+$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
+ archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
+ ;;
+ esac
+ fi
+ ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=.so
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+
+
+case $host_os in
+aix3*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
+ shlibpath_var=LIBPATH
+
+ # AIX 3 has no versioning support, so we append a major version to the name.
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+
+aix[4-9]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ hardcode_into_libs=yes
+ if test ia64 = "$host_cpu"; then
+ # AIX 5 supports IA64
+ library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ else
+ # With GCC up to 2.95.x, collect2 would create an import file
+ # for dependence libraries. The import file would start with
+ # the line '#! .'. This would cause the generated library to
+ # depend on '.', always an invalid library. This was fixed in
+ # development snapshots of GCC prior to 3.0.
+ case $host_os in
+ aix4 | aix4.[01] | aix4.[01].*)
+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+ echo ' yes '
+ echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
+ :
+ else
+ can_build_shared=no
+ fi
+ ;;
+ esac
+ # Using Import Files as archive members, it is possible to support
+ # filename-based versioning of shared library archives on AIX. While
+ # this would work for both with and without runtime linking, it will
+ # prevent static linking of such archives. So we do filename-based
+ # shared library versioning with .so extension only, which is used
+ # when both runtime linking and shared linking is enabled.
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+ # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+ # archive as well as the shared archive member, telling the
+ # bitwidth (32 or 64) of that shared object, and providing the
+ # list of exported symbols of that shared object, eventually
+ # decorated with the 'weak' keyword
+ # *) the shared object with the F_LOADONLY flag set, to really avoid
+ # it being seen by the linker.
+ # At run time we better use the real file rather than another symlink,
+ # but for link time we create the symlink libNAME.so -> libNAME.so.V
+
+ case $with_aix_soname,$aix_use_runtimelinking in
+ # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
+ # soname into executable. Probably we can add versioning support to
+ # collect2, so additional links can be useful in future.
+ aix,yes) # traditional libtool
+ dynamic_linker='AIX unversionable lib.so'
+ # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+ # instead of lib<name>.a to let people know that these are not
+ # typical AIX shared libraries.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ ;;
+ aix,no) # traditional AIX only
+ dynamic_linker='AIX lib.a(lib.so.V)'
+ # We preserve .a as extension for shared libraries through AIX4.2
+ # and later when we are not doing run time linking.
+ library_names_spec='$libname$release.a $libname.a'
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+ svr4,*) # full svr4 only
+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
+ # We do not specify a path in Import Files, so LIBPATH fires.
+ shlibpath_overrides_runpath=yes
+ ;;
+ *,yes) # both, prefer svr4
+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
+ # unpreferred sharedlib libNAME.a needs extra handling
+ postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
+ postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
+ # We do not specify a path in Import Files, so LIBPATH fires.
+ shlibpath_overrides_runpath=yes
+ ;;
+ *,no) # both, prefer aix
+ dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
+ library_names_spec='$libname$release.a $libname.a'
+ soname_spec='$libname$release$shared_ext$major'
+ # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
+ postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
+ postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
+ ;;
+ esac
+ shlibpath_var=LIBPATH
+ fi
+ ;;
+
+amigaos*)
+ case $host_cpu in
+ powerpc)
+ # Since July 2007 AmigaOS4 officially supports .so libraries.
+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ ;;
+ m68k)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+ esac
+ ;;
+
+beos*)
+ library_names_spec='$libname$shared_ext'
+ dynamic_linker="$host_os ld.so"
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+bsdi[45]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+ # the default ld.so.conf also contains /usr/contrib/lib and
+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+ # libtool to hard-code these into programs
+ ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+ need_lib_prefix=no
+
+ case $GCC,$cc_basename in
+ yes,*)
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname~
+ chmod a+x \$dldir/$dlname~
+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+ fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ shlibpath_overrides_runpath=yes
+
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+ soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+
+ ;;
+ mingw* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+ library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+ *,cl*)
+ # Native MSVC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+ mingw*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+ for lt_path in $LIB
+ do
+ IFS=$lt_save_ifs
+ # Let DOS variable expansion print the short 8.3 style file name.
+ lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
+ sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+ # but this time dos style (no spaces!) so that the unix form looks
+ # like /cygdrive/c/PROGRA~1:/cygdr...
+ sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
+ sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
+ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+ ;;
+ *)
+ sys_lib_search_path_spec=$LIB
+ if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
+ # It is most probably a Windows format PATH.
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+ else
+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+ fi
+ # FIXME: find the short name or the path components, as spaces are
+ # common. (e.g. "Program Files" -> "PROGRA~1")
+ ;;
+ esac
+
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ shlibpath_overrides_runpath=yes
+ dynamic_linker='Win32 link.exe'
+ ;;
+
+ *)
+ # Assume MSVC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+ esac
+ # FIXME: first we should search . and the directory the executable is in
+ shlibpath_var=PATH
+ ;;
+
+darwin* | rhapsody*)
+ dynamic_linker="$host_os dyld"
+ version_type=darwin
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$major$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+
+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+ ;;
+
+dgux*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+freebsd* | dragonfly*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+ freebsd[23].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ need_version=no
+ need_lib_prefix=no
+ ;;
+ freebsd-*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ need_version=yes
+ ;;
+ esac
+ shlibpath_var=LD_LIBRARY_PATH
+ case $host_os in
+ freebsd2.*)
+ shlibpath_overrides_runpath=yes
+ ;;
+ freebsd3.[01]* | freebsdelf3.[01]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+ *) # from 4.6 on, and DragonFly
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+ esac
+ ;;
+
+haiku*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ dynamic_linker="$host_os runtime_loader"
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+ hardcode_into_libs=yes
+ ;;
+
+hpux9* | hpux10* | hpux11*)
+ # Give a soname corresponding to the major version so that dld.sl refuses to
+ # link against other versions.
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ case $host_cpu in
+ ia64*)
+ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ if test 32 = "$HPUX_IA64_MODE"; then
+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32
+ else
+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64
+ fi
+ ;;
+ hppa*64*)
+ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ ;;
+ esac
+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
+ postinstall_cmds='chmod 555 $lib'
+ # or fails outright, so override atomically:
+ install_override_mode=555
+ ;;
+
+interix[3-9]*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+
+irix5* | irix6* | nonstopux*)
+ case $host_os in
+ nonstopux*) version_type=nonstopux ;;
+ *)
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+ version_type=linux # correct to gnu/linux during the next big refactor
+ else
+ version_type=irix
+ fi ;;
+ esac
+ need_lib_prefix=no
+ need_version=no
+ soname_spec='$libname$release$shared_ext$major'
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
+ case $host_os in
+ irix5* | nonstopux*)
+ libsuff= shlibsuff=
+ ;;
+ *)
+ case $LD in # libtool.m4 will add one of these switches to LD
+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+ libsuff= shlibsuff= libmagic=32-bit;;
+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+ libsuff=32 shlibsuff=N32 libmagic=N32;;
+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+ libsuff=64 shlibsuff=64 libmagic=64-bit;;
+ *) libsuff= shlibsuff= libmagic=never-match;;
+ esac
+ ;;
+ esac
+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+ shlibpath_overrides_runpath=no
+ sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
+ sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
+ hardcode_into_libs=yes
+ ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+ dynamic_linker=no
+ ;;
+
+linux*android*)
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+ # Don't embed -rpath directories since the linker doesn't support them.
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+ ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+
+ # Some binutils ld are patched to set DT_RUNPATH
+ if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ lt_cv_shlibpath_overrides_runpath=no
+ save_LDFLAGS=$LDFLAGS
+ save_libdir=$libdir
+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_link "$LINENO"; then :
+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+ lt_cv_shlibpath_overrides_runpath=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+ libdir=$save_libdir
+
+fi
+
+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+ # Ideally, we could use ldconfig to report *all* directores which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+ # even though it is searched at run-time. Try to do the best guess by
+ # appending ld.so.conf contents (and includes) to the search path.
+ if test -f /etc/ld.so.conf; then
+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ fi
+
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+ # most powerpc-linux boxes support dynamic linking these days and
+ # people can always --disable-shared, the test was removed, and we
+ # assume the GNU/Linux dynamic linker is in use.
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
+netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+
+newsos6)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ ;;
+
+*nto* | *qnx*)
+ version_type=qnx
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='ldqnx.so'
+ ;;
+
+openbsd* | bitrig*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ need_version=no
+ else
+ need_version=yes
+ fi
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ ;;
+
+os2*)
+ libname_spec='$name'
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+ need_lib_prefix=no
+ # OS/2 can only load a DLL with a base name of 8 characters or less.
+ soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
+ v=$($ECHO $release$versuffix | tr -d .-);
+ n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
+ $ECHO $n$v`$shared_ext'
+ library_names_spec='${libname}_dll.$libext'
+ dynamic_linker='OS/2 ld.exe'
+ shlibpath_var=BEGINLIBPATH
+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ postinstall_cmds='base_file=`basename \$file`~
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+ $install_prog $dir/$dlname \$dldir/$dlname~
+ chmod a+x \$dldir/$dlname~
+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+ fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+ ;;
+
+osf3* | osf4* | osf5*)
+ version_type=osf
+ need_lib_prefix=no
+ need_version=no
+ soname_spec='$libname$release$shared_ext$major'
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+
+rdos*)
+ dynamic_linker=no
+ ;;
+
+solaris*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ # ldd complains unless libraries are executable
+ postinstall_cmds='chmod +x $lib'
+ ;;
+
+sunos4*)
+ version_type=sunos
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ if test yes = "$with_gnu_ld"; then
+ need_lib_prefix=no
+ fi
+ need_version=yes
+ ;;
+
+sysv4 | sysv4.3*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ case $host_vendor in
+ sni)
+ shlibpath_overrides_runpath=no
+ need_lib_prefix=no
+ runpath_var=LD_RUN_PATH
+ ;;
+ siemens)
+ need_lib_prefix=no
+ ;;
+ motorola)
+ need_lib_prefix=no
+ need_version=no
+ shlibpath_overrides_runpath=no
+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+ ;;
+ esac
+ ;;
+
+sysv4*MP*)
+ if test -d /usr/nec; then
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
+ soname_spec='$libname$shared_ext.$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ fi
+ ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ version_type=sco
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ if test yes = "$with_gnu_ld"; then
+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+ else
+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+ case $host_os in
+ sco3.2v5*)
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+ ;;
+ esac
+ fi
+ sys_lib_dlsearch_path_spec='/usr/lib'
+ ;;
+
+tpf*)
+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
+
+uts4*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+*)
+ dynamic_linker=no
+ ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+$as_echo "$dynamic_linker" >&6; }
+test no = "$dynamic_linker" && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test yes = "$GCC"; then
+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
+ sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
+fi
+
+if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
+ sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
+fi
+
+# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
+configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
+
+# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
+func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
+
+# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
+configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+hardcode_action_CXX=
+if test -n "$hardcode_libdir_flag_spec_CXX" ||
+ test -n "$runpath_var_CXX" ||
+ test yes = "$hardcode_automatic_CXX"; then
+
+ # We can hardcode non-existent directories.
+ if test no != "$hardcode_direct_CXX" &&
+ # If the only mechanism to avoid hardcoding is shlibpath_var, we
+ # have to relink, otherwise we might link with an installed library
+ # when we should be linking with a yet-to-be-installed one
+ ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
+ test no != "$hardcode_minus_L_CXX"; then
+ # Linking always hardcodes the temporary library directory.
+ hardcode_action_CXX=relink
+ else
+ # We can link without hardcoding, and we can hardcode nonexisting dirs.
+ hardcode_action_CXX=immediate
+ fi
+else
+ # We cannot hardcode anything, or else we can only hardcode existing
+ # directories.
+ hardcode_action_CXX=unsupported
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
+$as_echo "$hardcode_action_CXX" >&6; }
+
+if test relink = "$hardcode_action_CXX" ||
+ test yes = "$inherit_rpath_CXX"; then
+ # Fast installation is not supported
+ enable_fast_install=no
+elif test yes = "$shlibpath_overrides_runpath" ||
+ test no = "$enable_shared"; then
+ # Fast installation is not necessary
+ enable_fast_install=needless
+fi
+
+
+
+
+
+
+
+ fi # test -n "$compiler"
+
+ CC=$lt_save_CC
+ CFLAGS=$lt_save_CFLAGS
+ LDCXX=$LD
+ LD=$lt_save_LD
+ GCC=$lt_save_GCC
+ with_gnu_ld=$lt_save_with_gnu_ld
+ lt_cv_path_LDCXX=$lt_cv_path_LD
+ lt_cv_path_LD=$lt_save_path_LD
+ lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
+ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
+fi # test yes != "$_lt_caught_CXX_error"
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ac_config_commands="$ac_config_commands libtool"
+
+
+
+
+# Only expand once:
+
+
+
+# * If any interfaces have been removed or changed, or if any private
+# member variables or virtual functions have been added to any
+# class, we are not binary compatible. Increment LT_CURRENT, and set
+# LT_AGE and LT_REVISION to 0.
+#
+# * Otherwise, if any interfaces have been added since the last public
+# release, then increment LT_CURRENT and LT_AGE, and set LT_REVISION
+# to 0.
+#
+# * Otherwise, increment LT_REVISION
+
+# LT = libtool
+LT_CURRENT=25
+LT_AGE=4
+LT_REVISION=0
+
+
+
+LT_SONAME=$(expr $LT_CURRENT - $LT_AGE)
+
+
+# Check whether --enable-insecure-random was given.
+if test "${enable_insecure_random+set}" = set; then :
+ enableval=$enable_insecure_random; if test "$enableval" = "yes"; then
+ qpdf_INSECURE_RANDOM=1;
+ else
+ qpdf_INSECURE_RANDOM=0;
+ fi
+else
+ qpdf_INSECURE_RANDOM=0
+fi
+
+if test "$qpdf_INSECURE_RANDOM" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define USE_INSECURE_RANDOM 1" >>confdefs.h
+
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+# Check whether --enable-os-secure-random was given.
+if test "${enable_os_secure_random+set}" = set; then :
+ enableval=$enable_os_secure_random; if test "$enableval" = "yes"; then
+ qpdf_OS_SECURE_RANDOM=1;
+ else
+ qpdf_OS_SECURE_RANDOM=0;
+ fi
+else
+ qpdf_OS_SECURE_RANDOM=1
+fi
+
+if test "$qpdf_OS_SECURE_RANDOM" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+$as_echo "#define SKIP_OS_SECURE_RANDOM 1" >>confdefs.h
+
+fi
+
+
+
+# Check whether --with-random was given.
+if test "${with_random+set}" = set; then :
+ withval=$with_random; RANDOM_DEVICE="$withval"
+else
+ as_ac_File=`$as_echo "ac_cv_file_"/dev/urandom"" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/urandom\"" >&5
+$as_echo_n "checking for \"/dev/urandom\"... " >&6; }
+if eval \${$as_ac_File+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test "$cross_compiling" = yes &&
+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r ""/dev/urandom""; then
+ eval "$as_ac_File=yes"
+else
+ eval "$as_ac_File=no"
+fi
+fi
+eval ac_res=\$$as_ac_File
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
+ RANDOM_DEVICE="/dev/urandom";
+else
+ as_ac_File=`$as_echo "ac_cv_file_"/dev/arandom"" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/arandom\"" >&5
+$as_echo_n "checking for \"/dev/arandom\"... " >&6; }
+if eval \${$as_ac_File+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test "$cross_compiling" = yes &&
+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r ""/dev/arandom""; then
+ eval "$as_ac_File=yes"
+else
+ eval "$as_ac_File=no"
+fi
+fi
+eval ac_res=\$$as_ac_File
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
+ RANDOM_DEVICE="/dev/arandom";
+else
+ as_ac_File=`$as_echo "ac_cv_file_"/dev/random"" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/random\"" >&5
+$as_echo_n "checking for \"/dev/random\"... " >&6; }
+if eval \${$as_ac_File+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test "$cross_compiling" = yes &&
+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r ""/dev/random""; then
+ eval "$as_ac_File=yes"
+else
+ eval "$as_ac_File=no"
+fi
+fi
+eval ac_res=\$$as_ac_File
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
+ RANDOM_DEVICE="/dev/random";
+fi
+
+
+fi
+
+fi
+
+
+fi
+
+ if test "x$RANDOM_DEVICE" != "x" ; then
+
+$as_echo "#define HAVE_RANDOM_DEVICE 1" >>confdefs.h
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define RANDOM_DEVICE "$RANDOM_DEVICE"
+_ACEOF
+
+ fi
+
+
+# Check whether --enable-avoid-windows-handle was given.
+if test "${enable_avoid_windows_handle+set}" = set; then :
+ enableval=$enable_avoid_windows_handle; if test "$enableval" = "yes"; then
+ qpdf_AVOID_HANDLE=1;
+ else
+ qpdf_AVOID_HANDLE=0;
+ fi
+else
+ qpdf_AVOID_HANDLE=0
+fi
+
+if test "$qpdf_AVOID_HANDLE" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define AVOID_WINDOWS_HANDLE 1" >>confdefs.h
+
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+USE_EXTERNAL_LIBS=0
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether to use external libraries distribution" >&5
+$as_echo_n "checking for whether to use external libraries distribution... " >&6; }
+# Check whether --enable-external-libs was given.
+if test "${enable_external_libs+set}" = set; then :
+ enableval=$enable_external_libs; if test "$enableval" = "yes"; then
+ USE_EXTERNAL_LIBS=1;
+ else
+ USE_EXTERNAL_LIBS=0;
+ fi
+else
+ BUILD_INTERNAL_LIBS=0
+fi
+
+if test "$BUILD_INTERNAL_LIBS" = "0"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+
+WINDOWS_WORDSIZE=
+
+
+# Check whether --with-windows-wordsize was given.
+if test "${with_windows_wordsize+set}" = set; then :
+ withval=$with_windows_wordsize; WINDOWS_WORDSIZE=$withval
+else
+ WINDOWS_WORDSIZE=none
+fi
+
+if test "$USE_EXTERNAL_LIBS" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windows wordsize" >&5
+$as_echo_n "checking for windows wordsize... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDOWS_WORDSIZE" >&5
+$as_echo "$WINDOWS_WORDSIZE" >&6; }
+ if ! test "$WINDOWS_WORDSIZE" = "32" -o "$WINDOWS_WORDSIZE" = "64"; then
+ as_fn_error $? "Windows wordsize of 32 or 64 must be specified if external libs are being used." "$LINENO" 5
+ fi
+fi
+
+if test "$BUILD_INTERNAL_LIBS" = "0"; then
+ ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_zlib_h" = xyes; then :
+
+else
+ MISSING_ZLIB_H=1; MISSING_ANY=1
+fi
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing deflate" >&5
+$as_echo_n "checking for library containing deflate... " >&6; }
+if ${ac_cv_search_deflate+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char deflate ();
+int
+main ()
+{
+return deflate ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' z zlib; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_search_deflate=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
+ if ${ac_cv_search_deflate+:} false; then :
+ break
+fi
+done
+if ${ac_cv_search_deflate+:} false; then :
+
+else
+ ac_cv_search_deflate=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_deflate" >&5
+$as_echo "$ac_cv_search_deflate" >&6; }
+ac_res=$ac_cv_search_deflate
+if test "$ac_res" != no; then :
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+else
+ MISSING_ZLIB=1; MISSING_ANY=1
+fi
+
+ ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
+if test "x$ac_cv_header_jpeglib_h" = xyes; then :
+
+else
+ MISSING_JPEG_H=1; MISSING_ANY=1
+fi
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing jpeg_destroy" >&5
+$as_echo_n "checking for library containing jpeg_destroy... " >&6; }
+if ${ac_cv_search_jpeg_destroy+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char jpeg_destroy ();
+int
+main ()
+{
+return jpeg_destroy ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' jpeg; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_search_jpeg_destroy=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
+ if ${ac_cv_search_jpeg_destroy+:} false; then :
+ break
+fi
+done
+if ${ac_cv_search_jpeg_destroy+:} false; then :
+
+else
+ ac_cv_search_jpeg_destroy=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_jpeg_destroy" >&5
+$as_echo "$ac_cv_search_jpeg_destroy" >&6; }
+ac_res=$ac_cv_search_jpeg_destroy
+if test "$ac_res" != no; then :
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+else
+ MISSING_JPEG=1; MISSING_ANY=1
+fi
+
+fi
+
+qpdf_USE_WMAIN=0
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+
+
+for i in 0 1; do
+ if test "$qpdf_USE_WMAIN" = "0"; then
+ oLDFLAGS="$LDFLAGS"
+ if test "$i" = "1"; then
+ nLDFLAGS="-municode"
+ LDFLAGS="$LDFLAGS $nLDFLAGS"
+ msg="checking for wmain with $nLDFLAGS"
+ else
+ nLDFLAGS=
+ msg="checking for wmain"
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking $msg" >&5
+$as_echo_n "checking $msg... " >&6; }
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <windows.h>
+ #include <string.h>
+ #include <stdio.h>
+ extern "C"
+ int wmain(int argc, wchar_t* argv[])
+ {
+ size_t x = wcslen(argv[0]);
+ return 0;
+ }
+
+_ACEOF
+if ac_fn_cxx_try_link "$LINENO"; then :
+ qpdf_USE_WMAIN=1
+else
+ qpdf_USE_WMAIN=0
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS="$oLDFLAGS"
+ if test "$qpdf_USE_WMAIN" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ WINDOWS_WMAIN_COMPILE="-DWINDOWS_WMAIN $nLDFLAGS"
+ WINDOWS_WMAIN_LINK="$nLDFLAGS"
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ fi
+ fi
+done
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+if test "x$qpdf_OS_SECURE_RANDOM" = "x1"; then
+ OLIBS=$LIBS
+ LIBS="$LIBS Advapi32.lib"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Advapi32 library" >&5
+$as_echo_n "checking for Advapi32 library... " >&6; }
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#pragma comment(lib, "crypt32.lib")
+ #include <windows.h>
+ #include <wincrypt.h>
+ HCRYPTPROV cp;
+int
+main ()
+{
+CryptAcquireContext(&cp, NULL, NULL, PROV_RSA_FULL, 0);
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ LIBS="$OLIBS -lAdvapi32"
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ LIBS=$OLIBS
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+
+QPDF_LARGE_FILE_TEST_PATH=
+
+
+# Check whether --with-large-file-test-path was given.
+if test "${with_large_file_test_path+set}" = set; then :
+ withval=$with_large_file_test_path; QPDF_LARGE_FILE_TEST_PATH=$withval
+else
+ QPDF_LARGE_FILE_TEST_PATH=
+fi
+
+
+# Check whether --enable-largefile was given.
+if test "${enable_largefile+set}" = set; then :
+ enableval=$enable_largefile;
+fi
+
+if test "$enable_largefile" != no; then
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
+$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
+if ${ac_cv_sys_largefile_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_sys_largefile_CC=no
+ if test "$GCC" != yes; then
+ ac_save_CC=$CC
+ while :; do
+ # IRIX 6.2 and later do not support large files by default,
+ # so use the C compiler's -n32 option if that helps.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_OFF_T to be 9223372036854775807,
+ since some C++ compilers masquerading as C compilers
+ incorrectly reject 9223372036854775807. */
+#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+ int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+ && LARGE_OFF_T % 2147483647 == 1)
+ ? 1 : -1];
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ if ac_fn_c_try_compile "$LINENO"; then :
+ break
+fi
+rm -f core conftest.err conftest.$ac_objext
+ CC="$CC -n32"
+ if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_sys_largefile_CC=' -n32'; break
+fi
+rm -f core conftest.err conftest.$ac_objext
+ break
+ done
+ CC=$ac_save_CC
+ rm -f conftest.$ac_ext
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
+$as_echo "$ac_cv_sys_largefile_CC" >&6; }
+ if test "$ac_cv_sys_largefile_CC" != no; then
+ CC=$CC$ac_cv_sys_largefile_CC
+ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
+$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
+if ${ac_cv_sys_file_offset_bits+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_OFF_T to be 9223372036854775807,
+ since some C++ compilers masquerading as C compilers
+ incorrectly reject 9223372036854775807. */
+#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+ int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+ && LARGE_OFF_T % 2147483647 == 1)
+ ? 1 : -1];
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_sys_file_offset_bits=no; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#define _FILE_OFFSET_BITS 64
+#include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_OFF_T to be 9223372036854775807,
+ since some C++ compilers masquerading as C compilers
+ incorrectly reject 9223372036854775807. */
+#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+ int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+ && LARGE_OFF_T % 2147483647 == 1)
+ ? 1 : -1];
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_sys_file_offset_bits=64; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_sys_file_offset_bits=unknown
+ break
+done
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
+$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
+case $ac_cv_sys_file_offset_bits in #(
+ no | unknown) ;;
+ *)
+cat >>confdefs.h <<_ACEOF
+#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
+_ACEOF
+;;
+esac
+rm -rf conftest*
+ if test $ac_cv_sys_file_offset_bits = unknown; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
+$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
+if ${ac_cv_sys_large_files+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_OFF_T to be 9223372036854775807,
+ since some C++ compilers masquerading as C compilers
+ incorrectly reject 9223372036854775807. */
+#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+ int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+ && LARGE_OFF_T % 2147483647 == 1)
+ ? 1 : -1];
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_sys_large_files=no; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#define _LARGE_FILES 1
+#include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_OFF_T to be 9223372036854775807,
+ since some C++ compilers masquerading as C compilers
+ incorrectly reject 9223372036854775807. */
+#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+ int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+ && LARGE_OFF_T % 2147483647 == 1)
+ ? 1 : -1];
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_sys_large_files=1; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_sys_large_files=unknown
+ break
+done
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
+$as_echo "$ac_cv_sys_large_files" >&6; }
+case $ac_cv_sys_large_files in #(
+ no | unknown) ;;
+ *)
+cat >>confdefs.h <<_ACEOF
+#define _LARGE_FILES $ac_cv_sys_large_files
+_ACEOF
+;;
+esac
+rm -rf conftest*
+ fi
+
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
+$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
+if ${ac_cv_sys_largefile_source+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <sys/types.h> /* for off_t */
+ #include <stdio.h>
+int
+main ()
+{
+int (*fp) (FILE *, off_t, int) = fseeko;
+ return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_sys_largefile_source=no; break
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#define _LARGEFILE_SOURCE 1
+#include <sys/types.h> /* for off_t */
+ #include <stdio.h>
+int
+main ()
+{
+int (*fp) (FILE *, off_t, int) = fseeko;
+ return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_sys_largefile_source=1; break
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ ac_cv_sys_largefile_source=unknown
+ break
+done
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
+$as_echo "$ac_cv_sys_largefile_source" >&6; }
+case $ac_cv_sys_largefile_source in #(
+ no | unknown) ;;
+ *)
+cat >>confdefs.h <<_ACEOF
+#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
+_ACEOF
+;;
+esac
+rm -rf conftest*
+
+# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
+# in glibc 2.1.3, but that breaks too many other things.
+# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
+if test $ac_cv_sys_largefile_source != unknown; then
+
+$as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
+
+fi
+
+for ac_func in fseeko64
+do :
+ ac_fn_c_check_func "$LINENO" "fseeko64" "ac_cv_func_fseeko64"
+if test "x$ac_cv_func_fseeko64" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_FSEEKO64 1
+_ACEOF
+
+fi
+done
+
+ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
+case $ac_cv_c_uint16_t in #(
+ no|yes) ;; #(
+ *)
+
+
+cat >>confdefs.h <<_ACEOF
+#define uint16_t $ac_cv_c_uint16_t
+_ACEOF
+;;
+ esac
+
+ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
+case $ac_cv_c_uint32_t in #(
+ no|yes) ;; #(
+ *)
+
+$as_echo "#define _UINT32_T 1" >>confdefs.h
+
+
+cat >>confdefs.h <<_ACEOF
+#define uint32_t $ac_cv_c_uint32_t
+_ACEOF
+;;
+ esac
+
+
+for ac_func in random
+do :
+ ac_fn_c_check_func "$LINENO" "random" "ac_cv_func_random"
+if test "x$ac_cv_func_random" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_RANDOM 1
+_ACEOF
+
+fi
+done
+
+
+# Check if LD supports linker scripts, and define conditional
+# HAVE_LD_VERSION_SCRIPT if so. This functionality is currently
+# constrained to compilers using GNU ld on ELF systems or systems
+# which provide an adequate emulation thereof.
+# Check whether --enable-ld-version-script was given.
+if test "${enable_ld_version_script+set}" = set; then :
+ enableval=$enable_ld_version_script; have_ld_version_script=$enableval
+else
+ have_ld_version_script=yes
+fi
+
+if test "$have_ld_version_script" != no; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if LD -Wl,--version-script works" >&5
+$as_echo_n "checking if LD -Wl,--version-script works... " >&6; }
+ save_LDFLAGS="$LDFLAGS"
+ LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
+ cat > conftest.map <<EOF
+VERS_1 {
+ global: sym;
+};
+
+VERS_2 {
+ global: sym;
+} VERS_1;
+EOF
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ have_ld_version_script=yes
+else
+ have_ld_version_script=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ rm -f conftest.map
+ LDFLAGS="$save_LDFLAGS"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_ld_version_script" >&5
+$as_echo "$have_ld_version_script" >&6; }
+fi
+if test "$have_ld_version_script" = "yes"; then
+ HAVE_LD_VERSION_SCRIPT=1
+else
+ HAVE_LD_VERSION_SCRIPT=0
+fi
+
+
+make_okay=0
+for make_prog in make gmake; do
+ this_make_okay=0
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu make >= 3.81 ($make_prog)" >&5
+$as_echo_n "checking for gnu make >= 3.81 ($make_prog)... " >&6; }
+ if $make_prog --version >/dev/null 2>&1; then
+ v=`$make_prog --version | grep 'GNU Make' | sed -e 's/.*Make //'`
+ maj=`echo $v | cut -d. -f 1`
+ min=`echo $v | cut -d. -f 2`
+ if test $maj -gt 3 -o '(' $maj -eq 3 -a $min -ge 81 ')'; then
+ this_make_okay=1
+ make_okay=1
+ fi
+ fi
+ if test "$this_make_okay" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ fi
+done
+
+if test "$make_okay" = "0"; then
+ MISSING_MAKE_381=1
+ ISSUE_WARNINGS=1
+fi
+
+
+GENDEPS=0
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether $CC supports -MD -MF x.dep -MP" >&5
+$as_echo_n "checking for whether $CC supports -MD -MF x.dep -MP... " >&6; }
+oCFLAGS=$CFLAGS
+rm -f x.dep
+CFLAGS="$CFLAGS -MD -MF x.dep -MP"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdio.h>
+int
+main ()
+{
+FILE* a = stdout
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ qpdf_DEPFLAGS=yes
+else
+ qpdf_DEPFLAGS=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+CFLAGS=$oCFLAGS
+if test "$qpdf_DEPFLAGS" = "yes"; then
+ if ! grep stdio.h x.dep >/dev/null 2>&1; then
+ qpdf_DEPFLAGS=no
+ fi
+fi
+rm -f x.dep
+if test "$qpdf_DEPFLAGS" = "yes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ GENDEPS=1
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which build rules to use" >&5
+$as_echo_n "checking which build rules to use... " >&6; }
+
+
+# Check whether --with-buildrules was given.
+if test "${with_buildrules+set}" = set; then :
+ withval=$with_buildrules; BUILDRULES=$withval
+else
+ BUILDRULES=libtool
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILDRULES" >&5
+$as_echo "$BUILDRULES" >&6; }
+
+
+
+qpdf_USE_EXTRA_WARNINGS=0
+if test "$BUILDRULES" = "msvc"; then
+ try_flags="-w14996"
+else
+ try_flags="-Wall"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether $CC supports $try_flags" >&5
+$as_echo_n "checking for whether $CC supports $try_flags... " >&6; }
+oCFLAGS=$CFLAGS
+CFLAGS="$CFLAGS $try_flags"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+int a = 1; int b = a; a = b;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ qpdf_USE_EXTRA_WARNINGS=1
+else
+ qpdf_USE_EXTRA_WARNINGS=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+CFLAGS=$oCFLAGS
+if test "$qpdf_USE_EXTRA_WARNINGS" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ WFLAGS="$try_flags"
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+if test "$BUILDRULES" != "msvc"; then
+ qpdf_USE_EXTRA_WARNINGS=0
+ try_flags="-Wold-style-cast"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether $CXX supports $try_flags" >&5
+$as_echo_n "checking for whether $CXX supports $try_flags... " >&6; }
+ oCXXFLAGS=$CXXFLAGS
+ CXXFLAGS="$CXXFLAGS $try_flags"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+int a = 1; int b = a; a = b;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ qpdf_USE_EXTRA_WARNINGS=1
+else
+ qpdf_USE_EXTRA_WARNINGS=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS=$oCXXFLAGS
+ if test "$qpdf_USE_EXTRA_WARNINGS" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ CXXWFLAGS="$try_flags"
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ fi
+fi
+
+if test "$BUILDRULES" = "msvc"; then
+ try_flags=-FS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether $CC supports $try_flags" >&5
+$as_echo_n "checking for whether $CC supports $try_flags... " >&6; }
+ oCFLAGS=$CFLAGS
+ CFLAGS="$CFLAGS $try_flags"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+int a = 1; int b = a; a = b;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ qpdf_USE_FS=1
+else
+ qpdf_USE_FS=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ if test "$qpdf_USE_FS" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ CXXFLAGS="$CXXFLAGS $try_flags"
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ CFLAGS=$oCFLAGS
+ fi
+fi
+
+if test "$BUILDRULES" = "msvc"; then
+ try_flags="-WX"
+else
+ try_flags="-Werror"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether to use $try_flags" >&5
+$as_echo_n "checking for whether to use $try_flags... " >&6; }
+# Check whether --enable-werror was given.
+if test "${enable_werror+set}" = set; then :
+ enableval=$enable_werror; if test "$enableval" = "yes"; then
+ qpdf_USE_WERROR=1;
+ else
+ qpdf_USE_WERROR=0;
+ fi
+else
+ qpdf_USE_WERROR=0
+fi
+
+if test "$qpdf_USE_WERROR" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ WFLAGS="$WFLAGS $try_flags"
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Check whether --enable-test-compare-images was given.
+if test "${enable_test_compare_images+set}" = set; then :
+ enableval=$enable_test_compare_images; if test "$enableval" = "no"; then
+ QPDF_SKIP_TEST_COMPARE_IMAGES=1
+ else
+ QPDF_SKIP_TEST_COMPARE_IMAGES=0
+ fi
+else
+ QPDF_SKIP_TEST_COMPARE_IMAGES=1
+fi
+
+
+
+# Check whether --enable-show-failed-test-output was given.
+if test "${enable_show_failed_test_output+set}" = set; then :
+ enableval=$enable_show_failed_test_output; if test "$enableval" = "no"; then
+ SHOW_FAILED_TEST_OUTPUT=0
+ else
+ SHOW_FAILED_TEST_OUTPUT=1
+ fi
+else
+ SHOW_FAILED_TEST_OUTPUT=0
+fi
+
+
+
+# Check whether --with-docbook-xsl was given.
+if test "${with_docbook_xsl+set}" = set; then :
+ withval=$with_docbook_xsl; DOCBOOK_XSL=$withval
+else
+ DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/nwalsh
+fi
+
+
+DOCBOOK_XHTML=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xml to xhtml docbook stylesheets" >&5
+$as_echo_n "checking for xml to xhtml docbook stylesheets... " >&6; }
+if test -f "$DOCBOOK_XSL/xhtml/docbook.xsl"; then
+ DOCBOOK_XHTML="$DOCBOOK_XSL/xhtml/docbook.xsl"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOCBOOK_XHTML" >&5
+$as_echo "$DOCBOOK_XHTML" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+DOCBOOK_FO=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xml to fo docbook stylesheets" >&5
+$as_echo_n "checking for xml to fo docbook stylesheets... " >&6; }
+if test -f "$DOCBOOK_XSL/fo/docbook.xsl"; then
+ DOCBOOK_FO="$DOCBOOK_XSL/fo/docbook.xsl"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOCBOOK_FO" >&5
+$as_echo "$DOCBOOK_FO" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+DOCBOOKX_DTD=
+
+
+# Check whether --with-docbookx-dtd was given.
+if test "${with_docbookx_dtd+set}" = set; then :
+ withval=$with_docbookx_dtd; DOCBOOKX_DTD=$withval
+else
+ DOCBOOKX_DTD=/usr/share/xml/docbook/schema/dtd/4/docbookx.dtd
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for docbook 4.x xml DTD" >&5
+$as_echo_n "checking for docbook 4.x xml DTD... " >&6; }
+if test -f "$DOCBOOKX_DTD"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOCBOOKX_DTD" >&5
+$as_echo "$DOCBOOKX_DTD" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+# Extract the first word of "fop", so it can be a program name with args.
+set dummy fop; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_FOP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$FOP"; then
+ ac_cv_prog_FOP="$FOP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_FOP="fop"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+FOP=$ac_cv_prog_FOP
+if test -n "$FOP"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP" >&5
+$as_echo "$FOP" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Extract the first word of "xsltproc", so it can be a program name with args.
+set dummy xsltproc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_XSLTPROC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$XSLTPROC"; then
+ ac_cv_prog_XSLTPROC="$XSLTPROC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_XSLTPROC="xsltproc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+XSLTPROC=$ac_cv_prog_XSLTPROC
+if test -n "$XSLTPROC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
+$as_echo "$XSLTPROC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+# Extract the first word of "xmllint", so it can be a program name with args.
+set dummy xmllint; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_XMLLINT+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$XMLLINT"; then
+ ac_cv_prog_XMLLINT="$XMLLINT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_XMLLINT="xmllint"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+XMLLINT=$ac_cv_prog_XMLLINT
+if test -n "$XMLLINT"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLLINT" >&5
+$as_echo "$XMLLINT" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+
+# Check whether --enable-doc-maintenance was given.
+if test "${enable_doc_maintenance+set}" = set; then :
+ enableval=$enable_doc_maintenance; if test "$enableval" = "yes"; then
+ doc_default=1;
+ else
+ doc_default=0;
+ fi
+else
+ doc_default=0
+fi
+
+
+BUILD_HTML=0
+
+# Check whether --enable-html-doc was given.
+if test "${enable_html_doc+set}" = set; then :
+ enableval=$enable_html_doc; if test "$enableval" = "yes"; then
+ BUILD_HTML=1;
+ else
+ BUILD_HTML=0;
+ fi
+else
+ BUILD_HTML=$doc_default
+fi
+
+BUILD_PDF=0
+
+# Check whether --enable-pdf-doc was given.
+if test "${enable_pdf_doc+set}" = set; then :
+ enableval=$enable_pdf_doc; if test "$enableval" = "yes"; then
+ BUILD_PDF=1;
+ else
+ BUILD_PDF=0;
+ fi
+else
+ BUILD_PDF=$doc_default
+fi
+
+VALIDATE_DOC=0
+
+# Check whether --enable-validate-doc was given.
+if test "${enable_validate_doc+set}" = set; then :
+ enableval=$enable_validate_doc; if test "$enableval" = "yes"; then
+ VALIDATE_DOC=1;
+ else
+ VALIDATE_DOC=0;
+ fi
+else
+ VALIDATE_DOC=$doc_default
+fi
+
+
+if test "$VALIDATE_DOC" = "1"; then
+ if test "$XMLLINT" = ""; then
+ MISSING_XMLLINT=1
+ MISSING_ANY=1
+ fi
+fi
+if test "$BUILD_HTML" = "1"; then
+ if test "$XSLTPROC" = ""; then
+ MISSING_XSLTPROC=1
+ MISSING_ANY=1
+ fi
+ if test "$DOCBOOK_XHTML" = ""; then
+ MISSING_DOCBOOK_XHTML=1
+ MISSING_ANY=1
+ fi
+fi
+if test "$BUILD_PDF" = "1"; then
+ if test "$XSLTPROC" = ""; then
+ MISSING_XSLTPROC=1
+ MISSING_ANY=1
+ fi
+ if test "$DOCBOOK_FO" = ""; then
+ MISSING_DOCBOOK_FO=1
+ MISSING_ANY=1
+ fi
+ if test "$FOP" = ""; then
+ MISSING_FOP=1
+ MISSING_ANY=1
+ fi
+fi
+
+
+if test "$MISSING_ANY" = "1"; then
+ ISSUE_WARNINGS=1
+fi
+if test "$ISSUE_WARNINGS" = "1"; then
+ echo ""
+ echo ""
+fi
+
+if test "$MISSING_MAKE_381" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gnu make >= 3.81 is required" >&5
+$as_echo "$as_me: WARNING: gnu make >= 3.81 is required" >&2;}
+fi
+
+if test "$MISSING_ZLIB_H" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to find required header zlib.h" >&5
+$as_echo "$as_me: WARNING: unable to find required header zlib.h" >&2;}
+fi
+
+if test "$MISSING_ZLIB" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to find required library z (or zlib)" >&5
+$as_echo "$as_me: WARNING: unable to find required library z (or zlib)" >&2;}
+fi
+
+if test "$MISSING_JPEG_H" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to find required header jpeglib.h" >&5
+$as_echo "$as_me: WARNING: unable to find required header jpeglib.h" >&2;}
+fi
+
+if test "$MISSING_JPEG" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to find required library jpeg" >&5
+$as_echo "$as_me: WARNING: unable to find required library jpeg" >&2;}
+fi
+
+if test "$MISSING_DOCBOOK_FO" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: docbook fo stylesheets are required to build PDF documentation" >&5
+$as_echo "$as_me: WARNING: docbook fo stylesheets are required to build PDF documentation" >&2;}
+fi
+
+if test "$MISSING_DOCBOOK_XHTML" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: docbook xhmtl stylesheets are required to build HTML documentation" >&5
+$as_echo "$as_me: WARNING: docbook xhmtl stylesheets are required to build HTML documentation" >&2;}
+fi
+
+if test "$MISSING_FOP" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: apache fop is required to build PDF documentation" >&5
+$as_echo "$as_me: WARNING: apache fop is required to build PDF documentation" >&2;}
+fi
+
+if test "$MISSING_XMLLINT" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: xmllint is required to validate documentation" >&5
+$as_echo "$as_me: WARNING: xmllint is required to validate documentation" >&2;}
+fi
+
+if test "$MISSING_XSLTPROC" = "1"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: xsltproc is required to build documentation" >&5
+$as_echo "$as_me: WARNING: xsltproc is required to build documentation" >&2;}
+fi
+
+if test "$ISSUE_WARNINGS" = "1"; then
+ echo ""
+ echo ""
+fi
+
+if test "$MISSING_ANY" = "1"; then
+ as_fn_error $? "some required prerequisites were not found" "$LINENO" 5
+fi
+
+# Do this last so it doesn't interfere with other tests.
+if test "$USE_EXTERNAL_LIBS" = "1"; then
+ # Don't actually check for the presence of this -- we document that
+ # the user can run this and then edit autoconf.mk if they have too
+ # much trouble getting it to work with a different compiler.
+ CPPFLAGS="$CPPFLAGS -Iexternal-libs/include"
+ LDFLAGS="$LDFLAGS -Lexternal-libs/lib-$BUILDRULES$WINDOWS_WORDSIZE"
+ LIBS="$LIBS -lz -ljpeg"
+fi
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+ eval ac_val=\$$ac_var
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+ *) { eval $ac_var=; unset $ac_var;} ;;
+ esac ;;
+ esac
+ done
+
+ (set) 2>&1 |
+ case $as_nl`(ac_space=' '; set) 2>&1` in #(
+ *${as_nl}ac_space=\ *)
+ # `set' does not quote correctly, so add quotes: double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \.
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;; #(
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+ esac |
+ sort
+) |
+ sed '
+ /^ac_cv_env_/b end
+ t clear
+ :clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+ if test -w "$cache_file"; then
+ if test "x$cache_file" != "x/dev/null"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+ if test ! -f "$cache_file" || test -h "$cache_file"; then
+ cat confcache >"$cache_file"
+ else
+ case $cache_file in #(
+ */* | ?:*)
+ mv -f confcache "$cache_file"$$ &&
+ mv -f "$cache_file"$$ "$cache_file" ;; #(
+ *)
+ mv -f confcache "$cache_file" ;;
+ esac
+ fi
+ fi
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+ fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+DEFS=-DHAVE_CONFIG_H
+
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+ # 1. Remove the extension, and $U if already installed.
+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
+ # will be set to the directory where LIBOBJS objects are built.
+ as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+ as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='print -r --'
+ as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='printf %s\n'
+ as_echo_n='printf %s'
+else
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+ as_echo_n='/usr/ucb/echo -n'
+ else
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+ as_echo_n_body='eval
+ arg=$1;
+ case $arg in #(
+ *"$as_nl"*)
+ expr "X$arg" : "X\\(.*\\)$as_nl";
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+ esac;
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+ '
+ export as_echo_n_body
+ as_echo_n='sh -c $as_echo_n_body as_echo'
+ fi
+ export as_echo_body
+ as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+ PATH_SEPARATOR=';'
+ }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order. Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+ as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there. '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+ fi
+ $as_echo "$as_me: error: $2" >&2
+ as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+ return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+ set +e
+ as_fn_set_status $1
+ exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+ { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
+else
+ as_fn_append ()
+ {
+ eval $1=\$$1\$2
+ }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
+else
+ as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+ }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+else
+ as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+ case `echo 'xy\c'` in
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
+ xy) ECHO_C='\c';;
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
+ ECHO_T=' ';;
+ esac;;
+*)
+ ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+ rm -f conf$$.dir/conf$$.file
+else
+ rm -f conf$$.dir
+ mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+ # In both cases, we have to default to `cp -pR'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -pR'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
+ as_ln_s='cp -pR'
+ fi
+else
+ as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || eval $as_mkdir_p || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+ as_mkdir_p='mkdir -p "$as_dir"'
+else
+ test -d ./-p && rmdir ./-p
+ as_mkdir_p=false
+fi
+
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+ test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by qpdf $as_me 8.4.0, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+
+case $ac_config_headers in *"
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
+esac
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
+config_commands="$ac_config_commands"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration. Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number and configuration settings, then exit
+ --config print configuration, then exit
+ -q, --quiet, --silent
+ do not print progress messages
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+ --header=FILE[:TEMPLATE]
+ instantiate the configuration header FILE
+
+Configuration files:
+$config_files
+
+Configuration headers:
+$config_headers
+
+Configuration commands:
+$config_commands
+
+Report bugs to the package provider."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+qpdf config.status 8.4.0
+configured by $0, generated by GNU Autoconf 2.69,
+ with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+ case $1 in
+ --*=?*)
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+ ac_shift=:
+ ;;
+ --*=)
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
+ ac_optarg=
+ ac_shift=:
+ ;;
+ *)
+ ac_option=$1
+ ac_optarg=$2
+ ac_shift=shift
+ ;;
+ esac
+
+ case $ac_option in
+ # Handling of the options.
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+ ac_cs_recheck=: ;;
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+ $as_echo "$ac_cs_version"; exit ;;
+ --config | --confi | --conf | --con | --co | --c )
+ $as_echo "$ac_cs_config"; exit ;;
+ --debug | --debu | --deb | --de | --d | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ $ac_shift
+ case $ac_optarg in
+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ '') as_fn_error $? "missing file argument" ;;
+ esac
+ as_fn_append CONFIG_FILES " '$ac_optarg'"
+ ac_need_defaults=false;;
+ --header | --heade | --head | --hea )
+ $ac_shift
+ case $ac_optarg in
+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+ ac_need_defaults=false;;
+ --he | --h)
+ # Conflict between --help and --header
+ as_fn_error $? "ambiguous option: \`$1'
+Try \`$0 --help' for more information.";;
+ --help | --hel | -h )
+ $as_echo "$ac_cs_usage"; exit ;;
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
+ ac_cs_silent=: ;;
+
+ # This is an error.
+ -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+ *) as_fn_append ac_config_targets " $1"
+ ac_need_defaults=false ;;
+
+ esac
+ shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+ exec 6>/dev/null
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+ shift
+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+ CONFIG_SHELL='$SHELL'
+ export CONFIG_SHELL
+ exec "\$@"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+{
+ echo
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+ $as_echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='$sed_quote_subst'
+double_quote_subst='$double_quote_subst'
+delay_variable_subst='$delay_variable_subst'
+macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
+macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
+AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
+DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
+OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
+enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
+pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
+enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
+shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
+SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
+ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
+PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
+host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
+host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
+host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
+build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
+build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
+build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
+SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
+Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
+GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
+EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
+FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
+LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
+NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
+LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
+max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
+ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
+exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
+lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
+lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
+lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
+lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
+lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
+reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
+reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
+deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
+file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
+file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
+want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
+sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
+AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
+AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
+archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
+STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
+RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
+old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
+old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
+old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
+lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
+CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
+CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
+compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
+GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
+lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
+nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
+lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
+lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
+objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
+MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
+lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
+need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
+MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
+DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
+NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
+LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
+OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
+OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
+libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
+shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
+extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
+archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
+enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
+export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
+whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
+compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
+old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
+old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
+archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
+archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
+module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
+module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
+with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
+allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
+no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
+hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
+hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
+hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
+hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
+inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
+link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
+always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
+export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
+exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
+include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
+prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
+postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
+file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
+variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
+need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
+need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
+version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
+runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
+shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
+shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
+libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
+library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
+soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
+install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
+postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
+postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
+finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
+finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
+hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
+sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
+configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
+configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
+hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
+enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
+enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
+enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
+old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
+striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
+predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
+postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
+predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
+postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
+LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
+reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
+reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
+GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
+lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
+archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
+enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
+export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
+whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
+compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
+old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
+allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
+no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
+inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
+link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
+always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
+export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
+include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
+prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
+file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
+hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
+predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
+postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
+predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
+postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
+
+LTCC='$LTCC'
+LTCFLAGS='$LTCFLAGS'
+compiler='$compiler_DEFAULT'
+
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
+{
+ eval 'cat <<_LTECHO_EOF
+\$1
+_LTECHO_EOF'
+}
+
+# Quote evaled strings.
+for var in AS \
+DLLTOOL \
+OBJDUMP \
+SHELL \
+ECHO \
+PATH_SEPARATOR \
+SED \
+GREP \
+EGREP \
+FGREP \
+LD \
+NM \
+LN_S \
+lt_SP2NL \
+lt_NL2SP \
+reload_flag \
+deplibs_check_method \
+file_magic_cmd \
+file_magic_glob \
+want_nocaseglob \
+sharedlib_from_linklib_cmd \
+AR \
+AR_FLAGS \
+archiver_list_spec \
+STRIP \
+RANLIB \
+CC \
+CFLAGS \
+compiler \
+lt_cv_sys_global_symbol_pipe \
+lt_cv_sys_global_symbol_to_cdecl \
+lt_cv_sys_global_symbol_to_import \
+lt_cv_sys_global_symbol_to_c_name_address \
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
+lt_cv_nm_interface \
+nm_file_list_spec \
+lt_cv_truncate_bin \
+lt_prog_compiler_no_builtin_flag \
+lt_prog_compiler_pic \
+lt_prog_compiler_wl \
+lt_prog_compiler_static \
+lt_cv_prog_compiler_c_o \
+need_locks \
+MANIFEST_TOOL \
+DSYMUTIL \
+NMEDIT \
+LIPO \
+OTOOL \
+OTOOL64 \
+shrext_cmds \
+export_dynamic_flag_spec \
+whole_archive_flag_spec \
+compiler_needs_object \
+with_gnu_ld \
+allow_undefined_flag \
+no_undefined_flag \
+hardcode_libdir_flag_spec \
+hardcode_libdir_separator \
+exclude_expsyms \
+include_expsyms \
+file_list_spec \
+variables_saved_for_relink \
+libname_spec \
+library_names_spec \
+soname_spec \
+install_override_mode \
+finish_eval \
+old_striplib \
+striplib \
+compiler_lib_search_dirs \
+predep_objects \
+postdep_objects \
+predeps \
+postdeps \
+compiler_lib_search_path \
+LD_CXX \
+reload_flag_CXX \
+compiler_CXX \
+lt_prog_compiler_no_builtin_flag_CXX \
+lt_prog_compiler_pic_CXX \
+lt_prog_compiler_wl_CXX \
+lt_prog_compiler_static_CXX \
+lt_cv_prog_compiler_c_o_CXX \
+export_dynamic_flag_spec_CXX \
+whole_archive_flag_spec_CXX \
+compiler_needs_object_CXX \
+with_gnu_ld_CXX \
+allow_undefined_flag_CXX \
+no_undefined_flag_CXX \
+hardcode_libdir_flag_spec_CXX \
+hardcode_libdir_separator_CXX \
+exclude_expsyms_CXX \
+include_expsyms_CXX \
+file_list_spec_CXX \
+compiler_lib_search_dirs_CXX \
+predep_objects_CXX \
+postdep_objects_CXX \
+predeps_CXX \
+postdeps_CXX \
+compiler_lib_search_path_CXX; do
+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+ *[\\\\\\\`\\"\\\$]*)
+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+ ;;
+ *)
+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+ ;;
+ esac
+done
+
+# Double-quote double-evaled strings.
+for var in reload_cmds \
+old_postinstall_cmds \
+old_postuninstall_cmds \
+old_archive_cmds \
+extract_expsyms_cmds \
+old_archive_from_new_cmds \
+old_archive_from_expsyms_cmds \
+archive_cmds \
+archive_expsym_cmds \
+module_cmds \
+module_expsym_cmds \
+export_symbols_cmds \
+prelink_cmds \
+postlink_cmds \
+postinstall_cmds \
+postuninstall_cmds \
+finish_cmds \
+sys_lib_search_path_spec \
+configure_time_dlsearch_path \
+configure_time_lt_sys_library_path \
+reload_cmds_CXX \
+old_archive_cmds_CXX \
+old_archive_from_new_cmds_CXX \
+old_archive_from_expsyms_cmds_CXX \
+archive_cmds_CXX \
+archive_expsym_cmds_CXX \
+module_cmds_CXX \
+module_expsym_cmds_CXX \
+export_symbols_cmds_CXX \
+prelink_cmds_CXX \
+postlink_cmds_CXX; do
+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+ *[\\\\\\\`\\"\\\$]*)
+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+ ;;
+ *)
+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+ ;;
+ esac
+done
+
+ac_aux_dir='$ac_aux_dir'
+
+# See if we are running on zsh, and set the options that allow our
+# commands through without removal of \ escapes INIT.
+if test -n "\${ZSH_VERSION+set}"; then
+ setopt NO_GLOB_SUBST
+fi
+
+
+ PACKAGE='$PACKAGE'
+ VERSION='$VERSION'
+ RM='$RM'
+ ofile='$ofile'
+
+
+
+
+
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+ case $ac_config_target in
+ "autoconf.mk") CONFIG_FILES="$CONFIG_FILES autoconf.mk" ;;
+ "manual/html.xsl") CONFIG_FILES="$CONFIG_FILES manual/html.xsl" ;;
+ "manual/print.xsl") CONFIG_FILES="$CONFIG_FILES manual/print.xsl" ;;
+ "libqpdf.pc") CONFIG_FILES="$CONFIG_FILES libqpdf.pc" ;;
+ "libqpdf.map") CONFIG_FILES="$CONFIG_FILES libqpdf.map" ;;
+ "libqpdf/qpdf/qpdf-config.h") CONFIG_HEADERS="$CONFIG_HEADERS libqpdf/qpdf/qpdf-config.h" ;;
+ "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
+
+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+ esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+ test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience. Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+ tmp= ac_tmp=
+ trap 'exit_status=$?
+ : "${ac_tmp:=$tmp}"
+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+ trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+ test -d "$tmp"
+} ||
+{
+ tmp=./conf$$-$RANDOM
+ (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+ eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+ ac_cs_awk_cr='\\r'
+else
+ ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+
+{
+ echo "cat >conf$$subs.awk <<_ACEOF" &&
+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+ echo "_ACEOF"
+} >conf$$subs.sh ||
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+ . ./conf$$subs.sh ||
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+ if test $ac_delim_n = $ac_delim_num; then
+ break
+ elif $ac_last_try; then
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ else
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+ fi
+done
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
+s/^/S["/; s/!.*/"]=/
+p
+g
+s/^[^!]*!//
+:repl
+t repl
+s/'"$ac_delim"'$//
+t delim
+:nl
+h
+s/\(.\{148\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t nl
+:delim
+h
+s/\(.\{148\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+ N
+ s/\n//
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+ for (key in S) S_is_set[key] = 1
+ FS = ""
+
+}
+{
+ line = $ 0
+ nfields = split(line, field, "@")
+ substed = 0
+ len = length(field[1])
+ for (i = 2; i < nfields; i++) {
+ key = field[i]
+ keylen = length(key)
+ if (S_is_set[key]) {
+ value = S[key]
+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+ len += length(value) + length(field[++i])
+ substed = 1
+ } else
+ len += 1 + keylen
+ }
+
+ print line
+}
+
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+ cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
+h
+s///
+s/^/:/
+s/[ ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[ ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[ ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+
+# Set up the scripts for CONFIG_HEADERS section.
+# No need to generate them if there are no CONFIG_HEADERS.
+# This happens for instance with `./config.status Makefile'.
+if test -n "$CONFIG_HEADERS"; then
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
+BEGIN {
+_ACEOF
+
+# Transform confdefs.h into an awk script `defines.awk', embedded as
+# here-document in config.status, that substitutes the proper values into
+# config.h.in to produce config.h.
+
+# Create a delimiter string that does not exist in confdefs.h, to ease
+# handling of long lines.
+ac_delim='%!_!# '
+for ac_last_try in false false :; do
+ ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
+ if test -z "$ac_tt"; then
+ break
+ elif $ac_last_try; then
+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+ else
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+ fi
+done
+
+# For the awk script, D is an array of macro values keyed by name,
+# likewise P contains macro parameters if any. Preserve backslash
+# newline sequences.
+
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+sed -n '
+s/.\{148\}/&'"$ac_delim"'/g
+t rset
+:rset
+s/^[ ]*#[ ]*define[ ][ ]*/ /
+t def
+d
+:def
+s/\\$//
+t bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3"/p
+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
+d
+:bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3\\\\\\n"\\/p
+t cont
+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
+t cont
+d
+:cont
+n
+s/.\{148\}/&'"$ac_delim"'/g
+t clear
+:clear
+s/\\$//
+t bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
+d
+:bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
+b cont
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ for (key in D) D_is_set[key] = 1
+ FS = ""
+}
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
+ line = \$ 0
+ split(line, arg, " ")
+ if (arg[1] == "#") {
+ defundef = arg[2]
+ mac1 = arg[3]
+ } else {
+ defundef = substr(arg[1], 2)
+ mac1 = arg[2]
+ }
+ split(mac1, mac2, "(") #)
+ macro = mac2[1]
+ prefix = substr(line, 1, index(line, defundef) - 1)
+ if (D_is_set[macro]) {
+ # Preserve the white space surrounding the "#".
+ print prefix "define", macro P[macro] D[macro]
+ next
+ } else {
+ # Replace #undef with comments. This is necessary, for example,
+ # in the case of _POSIX_SOURCE, which is predefined and required
+ # on some systems where configure will not decide to define it.
+ if (defundef == "undef") {
+ print "/*", prefix defundef, macro, "*/"
+ next
+ }
+ }
+}
+{ print }
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+fi # test -n "$CONFIG_HEADERS"
+
+
+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+ case $ac_tag in
+ :[FHLC]) ac_mode=$ac_tag; continue;;
+ esac
+ case $ac_mode$ac_tag in
+ :[FHL]*:*);;
+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+ :[FH]-) ac_tag=-:-;;
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+ esac
+ ac_save_IFS=$IFS
+ IFS=:
+ set x $ac_tag
+ IFS=$ac_save_IFS
+ shift
+ ac_file=$1
+ shift
+
+ case $ac_mode in
+ :L) ac_source=$1;;
+ :[FH])
+ ac_file_inputs=
+ for ac_f
+ do
+ case $ac_f in
+ -) ac_f="$ac_tmp/stdin";;
+ *) # Look for the file first in the build tree, then in the source tree
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
+ # because $ac_f cannot contain `:'.
+ test -f "$ac_f" ||
+ case $ac_f in
+ [\\/$]*) false;;
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+ esac ||
+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+ esac
+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+ as_fn_append ac_file_inputs " '$ac_f'"
+ done
+
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated by config.status. */
+ configure_input='Generated from '`
+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+ `' by configure.'
+ if test x"$ac_file" != x-; then
+ configure_input="$ac_file. $configure_input"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+ fi
+ # Neutralize special characters interpreted by sed in replacement strings.
+ case $configure_input in #(
+ *\&* | *\|* | *\\* )
+ ac_sed_conf_input=`$as_echo "$configure_input" |
+ sed 's/[\\\\&|]/\\\\&/g'`;; #(
+ *) ac_sed_conf_input=$configure_input;;
+ esac
+
+ case $ac_tag in
+ *:-:* | *:-) cat >"$ac_tmp/stdin" \
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+ esac
+ ;;
+ esac
+
+ ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ as_dir="$ac_dir"; as_fn_mkdir_p
+ ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+ # A ".." for each directory in $ac_dir_suffix.
+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+ esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+ .) # We are building in place.
+ ac_srcdir=.
+ ac_top_srcdir=$ac_top_builddir_sub
+ ac_abs_top_srcdir=$ac_pwd ;;
+ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir
+ ac_abs_top_srcdir=$srcdir ;;
+ *) # Relative name.
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+ case $ac_mode in
+ :F)
+ #
+ # CONFIG_FILE
+ #
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+ p
+ q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ ac_datarootdir_hack='
+ s&@datadir@&$datadir&g
+ s&@docdir@&$docdir&g
+ s&@infodir@&$infodir&g
+ s&@localedir@&$localedir&g
+ s&@mandir@&$mandir&g
+ s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
+ "$ac_tmp/out"`; test -z "$ac_out"; } &&
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined. Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined. Please make sure it is defined" >&2;}
+
+ rm -f "$ac_tmp/stdin"
+ case $ac_file in
+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+ esac \
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+ :H)
+ #
+ # CONFIG_HEADER
+ #
+ if test x"$ac_file" != x-; then
+ {
+ $as_echo "/* $configure_input */" \
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
+ } >"$ac_tmp/config.h" \
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
+ else
+ rm -f "$ac_file"
+ mv "$ac_tmp/config.h" "$ac_file" \
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ fi
+ else
+ $as_echo "/* $configure_input */" \
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
+ || as_fn_error $? "could not create -" "$LINENO" 5
+ fi
+ ;;
+
+ :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+ esac
+
+
+ case $ac_file$ac_mode in
+ "libtool":C)
+
+ # See if we are running on zsh, and set the options that allow our
+ # commands through without removal of \ escapes.
+ if test -n "${ZSH_VERSION+set}"; then
+ setopt NO_GLOB_SUBST
+ fi
+
+ cfgfile=${ofile}T
+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+ $RM "$cfgfile"
+
+ cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+# Generated automatically by $as_me ($PACKAGE) $VERSION
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+
+# Provide generalized library-building support services.
+# Written by Gordon Matzigkeit, 1996
+
+# Copyright (C) 2014 Free Software Foundation, Inc.
+# This is free software; see the source for copying conditions. There is NO
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+# GNU Libtool is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of of the License, or
+# (at your option) any later version.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program or library that is built
+# using GNU Libtool, you may include this file under the same
+# distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+# The names of the tagged configurations supported by this script.
+available_tags='CXX '
+
+# Configured defaults for sys_lib_dlsearch_path munging.
+: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
+
+# ### BEGIN LIBTOOL CONFIG
+
+# Which release of libtool.m4 was used?
+macro_version=$macro_version
+macro_revision=$macro_revision
+
+# Assembler program.
+AS=$lt_AS
+
+# DLL creation program.
+DLLTOOL=$lt_DLLTOOL
+
+# Object dumper program.
+OBJDUMP=$lt_OBJDUMP
+
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
+# Whether or not to build static libraries.
+build_old_libs=$enable_static
+
+# What type of objects to build.
+pic_mode=$pic_mode
+
+# Whether or not to optimize for fast installation.
+fast_install=$enable_fast_install
+
+# Shared archive member basename,for filename based shared library versioning on AIX.
+shared_archive_member_spec=$shared_archive_member_spec
+
+# Shell to use when invoking shell scripts.
+SHELL=$lt_SHELL
+
+# An echo program that protects backslashes.
+ECHO=$lt_ECHO
+
+# The PATH separator for the build system.
+PATH_SEPARATOR=$lt_PATH_SEPARATOR
+
+# The host system.
+host_alias=$host_alias
+host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
+
+# A sed program that does not truncate output.
+SED=$lt_SED
+
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+Xsed="\$SED -e 1s/^X//"
+
+# A grep program that handles long lines.
+GREP=$lt_GREP
+
+# An ERE matcher.
+EGREP=$lt_EGREP
+
+# A literal string matcher.
+FGREP=$lt_FGREP
+
+# A BSD- or MS-compatible name lister.
+NM=$lt_NM
+
+# Whether we need soft or hard links.
+LN_S=$lt_LN_S
+
+# What is the maximum length of a command?
+max_cmd_len=$max_cmd_len
+
+# Object file suffix (normally "o").
+objext=$ac_objext
+
+# Executable file suffix (normally "").
+exeext=$exeext
+
+# whether the shell understands "unset".
+lt_unset=$lt_unset
+
+# turn spaces into newlines.
+SP2NL=$lt_lt_SP2NL
+
+# turn newlines into spaces.
+NL2SP=$lt_lt_NL2SP
+
+# convert \$build file names to \$host format.
+to_host_file_cmd=$lt_cv_to_host_file_cmd
+
+# convert \$build files to toolchain format.
+to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method=$lt_deplibs_check_method
+
+# Command to use when deplibs_check_method = "file_magic".
+file_magic_cmd=$lt_file_magic_cmd
+
+# How to find potential files when deplibs_check_method = "file_magic".
+file_magic_glob=$lt_file_magic_glob
+
+# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
+want_nocaseglob=$lt_want_nocaseglob
+
+# Command to associate shared and link libraries.
+sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
+
+# The archiver.
+AR=$lt_AR
+
+# Flags to create an archive.
+AR_FLAGS=$lt_AR_FLAGS
+
+# How to feed a file listing to the archiver.
+archiver_list_spec=$lt_archiver_list_spec
+
+# A symbol stripping program.
+STRIP=$lt_STRIP
+
+# Commands used to install an old-style archive.
+RANLIB=$lt_RANLIB
+old_postinstall_cmds=$lt_old_postinstall_cmds
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
+
+# Whether to use a lock for old archive extraction.
+lock_old_archive_extraction=$lock_old_archive_extraction
+
+# A C compiler.
+LTCC=$lt_CC
+
+# LTCC compiler flags.
+LTCFLAGS=$lt_CFLAGS
+
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+
+# Transform the output of nm in a proper C declaration.
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+
+# Transform the output of nm into a list of symbols to manually relocate.
+global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
+
+# Transform the output of nm in a C name address pair.
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+
+# Transform the output of nm in a C name address pair when lib prefix is needed.
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
+
+# The name lister interface.
+nm_interface=$lt_lt_cv_nm_interface
+
+# Specify filename containing input files for \$NM.
+nm_file_list_spec=$lt_nm_file_list_spec
+
+# The root where to search for dependent libraries,and where our libraries should be installed.
+lt_sysroot=$lt_sysroot
+
+# Command to truncate a binary pipe.
+lt_truncate_bin=$lt_lt_cv_truncate_bin
+
+# The name of the directory that contains temporary libtool files.
+objdir=$objdir
+
+# Used to examine libraries when file_magic_cmd begins with "file".
+MAGIC_CMD=$MAGIC_CMD
+
+# Must we lock files when doing compilation?
+need_locks=$lt_need_locks
+
+# Manifest tool.
+MANIFEST_TOOL=$lt_MANIFEST_TOOL
+
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
+DSYMUTIL=$lt_DSYMUTIL
+
+# Tool to change global to local symbols on Mac OS X.
+NMEDIT=$lt_NMEDIT
+
+# Tool to manipulate fat objects and archives on Mac OS X.
+LIPO=$lt_LIPO
+
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
+OTOOL=$lt_OTOOL
+
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
+OTOOL64=$lt_OTOOL64
+
+# Old archive suffix (normally "a").
+libext=$libext
+
+# Shared library suffix (normally ".so").
+shrext_cmds=$lt_shrext_cmds
+
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
+
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at link time.
+variables_saved_for_relink=$lt_variables_saved_for_relink
+
+# Do we need the "lib" prefix for modules?
+need_lib_prefix=$need_lib_prefix
+
+# Do we need a version for libraries?
+need_version=$need_version
+
+# Library versioning type.
+version_type=$version_type
+
+# Shared library runtime path variable.
+runpath_var=$runpath_var
+
+# Shared library path variable.
+shlibpath_var=$shlibpath_var
+
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+
+# Format of library name prefix.
+libname_spec=$lt_libname_spec
+
+# List of archive names. First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME
+library_names_spec=$lt_library_names_spec
+
+# The coded name of the library, if different from the real name.
+soname_spec=$lt_soname_spec
+
+# Permission mode override for installation of shared libraries.
+install_override_mode=$lt_install_override_mode
+
+# Command to use after installation of a shared archive.
+postinstall_cmds=$lt_postinstall_cmds
+
+# Command to use after uninstallation of a shared archive.
+postuninstall_cmds=$lt_postuninstall_cmds
+
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds=$lt_finish_cmds
+
+# As "finish_cmds", except a single script fragment to be evaled but
+# not shown.
+finish_eval=$lt_finish_eval
+
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=$hardcode_into_libs
+
+# Compile-time system search path for libraries.
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+
+# Detected run-time system search path for libraries.
+sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
+
+# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
+configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
+
+# Whether dlopen is supported.
+dlopen_support=$enable_dlopen
+
+# Whether dlopen of programs is supported.
+dlopen_self=$enable_dlopen_self
+
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=$enable_dlopen_self_static
+
+# Commands to strip libraries.
+old_striplib=$lt_old_striplib
+striplib=$lt_striplib
+
+
+# The linker used to build libraries.
+LD=$lt_LD
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag
+reload_cmds=$lt_reload_cmds
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds
+
+# A language specific compiler.
+CC=$lt_compiler
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds
+archive_expsym_cmds=$lt_archive_expsym_cmds
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds
+module_expsym_cmds=$lt_module_expsym_cmds
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
+
+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct
+
+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \$shlibpath_var if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds
+
+# Commands necessary for finishing linking programs.
+postlink_cmds=$lt_postlink_cmds
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action
+
+# The directories searched by this compiler when creating a shared library.
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
+
+# Dependencies to place before and after the objects being linked to
+# create a shared library.
+predep_objects=$lt_predep_objects
+postdep_objects=$lt_postdep_objects
+predeps=$lt_predeps
+postdeps=$lt_postdeps
+
+# The library search path used internally by the compiler when linking
+# a shared library.
+compiler_lib_search_path=$lt_compiler_lib_search_path
+
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+ cat <<'_LT_EOF' >> "$cfgfile"
+
+# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
+
+# func_munge_path_list VARIABLE PATH
+# -----------------------------------
+# VARIABLE is name of variable containing _space_ separated list of
+# directories to be munged by the contents of PATH, which is string
+# having a format:
+# "DIR[:DIR]:"
+# string "DIR[ DIR]" will be prepended to VARIABLE
+# ":DIR[:DIR]"
+# string "DIR[ DIR]" will be appended to VARIABLE
+# "DIRP[:DIRP]::[DIRA:]DIRA"
+# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
+# "DIRA[ DIRA]" will be appended to VARIABLE
+# "DIR[:DIR]"
+# VARIABLE will be replaced by "DIR[ DIR]"
+func_munge_path_list ()
+{
+ case x$2 in
+ x)
+ ;;
+ *:)
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
+ ;;
+ x:*)
+ eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
+ ;;
+ *::*)
+ eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
+ eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
+ ;;
+ *)
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
+ ;;
+ esac
+}
+
+
+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
+func_cc_basename ()
+{
+ for cc_temp in $*""; do
+ case $cc_temp in
+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+ \-*) ;;
+ *) break;;
+ esac
+ done
+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+}
+
+
+# ### END FUNCTIONS SHARED WITH CONFIGURE
+
+_LT_EOF
+
+ case $host_os in
+ aix3*)
+ cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program. For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test set != "${COLLECT_NAMES+set}"; then
+ COLLECT_NAMES=
+ export COLLECT_NAMES
+fi
+_LT_EOF
+ ;;
+ esac
+
+
+ltmain=$ac_aux_dir/ltmain.sh
+
+
+ # We use sed instead of cat because bash on DJGPP gets confused if
+ # if finds mixed CR/LF and LF-only lines. Since sed operates in
+ # text mode, it properly converts lines to CR/LF. This bash problem
+ # is reportedly fixed, but why not run on old versions too?
+ sed '$q' "$ltmain" >> "$cfgfile" \
+ || (rm -f "$cfgfile"; exit 1)
+
+ mv -f "$cfgfile" "$ofile" ||
+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+ chmod +x "$ofile"
+
+
+ cat <<_LT_EOF >> "$ofile"
+
+# ### BEGIN LIBTOOL TAG CONFIG: CXX
+
+# The linker used to build libraries.
+LD=$lt_LD_CXX
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag_CXX
+reload_cmds=$lt_reload_cmds_CXX
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds_CXX
+
+# A language specific compiler.
+CC=$lt_compiler_CXX
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC_CXX
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic_CXX
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl_CXX
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static_CXX
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object_CXX
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds_CXX
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds_CXX
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld_CXX
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag_CXX
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
+
+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct_CXX
+
+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \$shlibpath_var if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute_CXX
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L_CXX
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic_CXX
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath_CXX
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs_CXX
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols_CXX
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds_CXX
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms_CXX
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms_CXX
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds_CXX
+
+# Commands necessary for finishing linking programs.
+postlink_cmds=$lt_postlink_cmds_CXX
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec_CXX
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action_CXX
+
+# The directories searched by this compiler when creating a shared library.
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
+
+# Dependencies to place before and after the objects being linked to
+# create a shared library.
+predep_objects=$lt_predep_objects_CXX
+postdep_objects=$lt_postdep_objects_CXX
+predeps=$lt_predeps_CXX
+postdeps=$lt_postdeps_CXX
+
+# The library search path used internally by the compiler when linking
+# a shared library.
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+
+# ### END LIBTOOL TAG CONFIG: CXX
+_LT_EOF
+
+ ;;
+
+ esac
+done # for ac_tag
+
+
+as_fn_exit 0
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ ac_config_status_args=
+ test "$silent" = yes &&
+ ac_config_status_args="$ac_config_status_args --quiet"
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || as_fn_exit 1
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+
diff --git a/configure.ac b/configure.ac
index 423e2e2d..ff195417 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.68])
-AC_INIT([qpdf],[8.1.0])
+AC_INIT([qpdf],[8.4.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -11,6 +11,28 @@ AC_CONFIG_FILES([libqpdf.pc])
AC_CONFIG_FILES([libqpdf.map])
AC_CONFIG_HEADERS([libqpdf/qpdf/qpdf-config.h])
+AC_ARG_ENABLE(check-autofiles,
+ AS_HELP_STRING([--enable-check-autofiles],
+ [if specified, verify checksums on automatically generated files (default=yes); package maintainers may want to disable this]),
+ [if test "$enableval" = "no"; then
+ CHECK_AUTOFILES=0
+ else
+ CHECK_AUTOFILES=1
+ fi],
+ [CHECK_AUTOFILES=1])
+
+# Check to see if automatically generated files are outdated and if we
+# can update them.
+AC_CHECK_PROG(AUTOCONF,autoconf,1,0)
+AC_CHECK_PROG(AUTOHEADER,autoheader,1,0)
+AC_CHECK_PROG(ACLOCAL,aclocal,1,0)
+AC_CHECK_PROG(SHA256SUM,sha256sum,1,0)
+if test "$CHECK_AUTOFILES$AUTOCONF$AUTOHEADER$ACLOCAL$SHA256SUM" = "11111"; then
+ if ! sha256sum -c autofiles.sums; then
+ AC_MSG_ERROR(autofiles are autodated; rerun autogen.sh)
+ fi
+fi
+
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CXX
@@ -29,8 +51,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=22
-LT_AGE=1
+LT_CURRENT=25
+LT_AGE=4
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
@@ -70,6 +92,21 @@ fi
AX_RANDOM_DEVICE
+AC_ARG_ENABLE(avoid-windows-handle,
+ AS_HELP_STRING([--enable-avoid-windows-handle],
+ [whether to avoid use of HANDLE, useful for some embedded Windows builds (default is no)]),
+ [if test "$enableval" = "yes"; then
+ qpdf_AVOID_HANDLE=1;
+ else
+ qpdf_AVOID_HANDLE=0;
+ fi], [qpdf_AVOID_HANDLE=0])
+if test "$qpdf_AVOID_HANDLE" = "1"; then
+ AC_MSG_RESULT(yes)
+ AC_DEFINE([AVOID_WINDOWS_HANDLE], [1], [Whether to avoid use of HANDLE in Windows])
+else
+ AC_MSG_RESULT(no)
+fi
+
USE_EXTERNAL_LIBS=0
AC_MSG_CHECKING(for whether to use external libraries distribution)
AC_ARG_ENABLE(external-libs,
@@ -108,6 +145,47 @@ if test "$BUILD_INTERNAL_LIBS" = "0"; then
AC_SEARCH_LIBS(jpeg_destroy,jpeg,,[MISSING_JPEG=1; MISSING_ANY=1])
fi
+qpdf_USE_WMAIN=0
+AC_LANG_PUSH([C++])
+AC_SUBST(WINDOWS_WMAIN_COMPILE)
+AC_SUBST(WINDOWS_WMAIN_LINK)
+for i in 0 1; do
+ if test "$qpdf_USE_WMAIN" = "0"; then
+ oLDFLAGS="$LDFLAGS"
+ if test "$i" = "1"; then
+ nLDFLAGS="-municode"
+ LDFLAGS="$LDFLAGS $nLDFLAGS"
+ msg="checking for wmain with $nLDFLAGS"
+ else
+ nLDFLAGS=
+ msg="checking for wmain"
+ fi
+ AC_MSG_CHECKING($msg)
+ AC_LINK_IFELSE([AC_LANG_SOURCE(
+ [[#include <windows.h>
+ #include <string.h>
+ #include <stdio.h>
+ extern "C"
+ int wmain(int argc, wchar_t* argv[])
+ {
+ size_t x = wcslen(argv[0]);
+ return 0;
+ }
+ ]])],
+ [qpdf_USE_WMAIN=1],
+ [qpdf_USE_WMAIN=0])
+ LDFLAGS="$oLDFLAGS"
+ if test "$qpdf_USE_WMAIN" = "1"; then
+ AC_MSG_RESULT(yes)
+ WINDOWS_WMAIN_COMPILE="-DWINDOWS_WMAIN $nLDFLAGS"
+ WINDOWS_WMAIN_LINK="$nLDFLAGS"
+ else
+ AC_MSG_RESULT(no)
+ fi
+ fi
+done
+AC_LANG_POP
+
if test "x$qpdf_OS_SECURE_RANDOM" = "x1"; then
OLIBS=$LIBS
LIBS="$LIBS Advapi32.lib"
diff --git a/examples/build.mk b/examples/build.mk
index 031601ff..8033d7d2 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -9,7 +9,8 @@ BINS_examples = \
pdf-split-pages \
pdf-filter-tokens \
pdf-count-strings \
- pdf-set-form-values
+ pdf-set-form-values \
+ pdf-overlay-page
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))
diff --git a/examples/pdf-bookmarks.cc b/examples/pdf-bookmarks.cc
index ed5b8029..807fc02f 100644
--- a/examples/pdf-bookmarks.cc
+++ b/examples/pdf-bookmarks.cc
@@ -3,9 +3,14 @@
#include <stdlib.h>
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFPageDocumentHelper.hh>
+#include <qpdf/QPDFOutlineDocumentHelper.hh>
#include <qpdf/QUtil.hh>
#include <qpdf/QTC.hh>
+// This program demonstrates extraction of bookmarks using the qpdf
+// outlines API. Note that all the information shown by this program
+// can also be obtained from a PDF file using qpdf's --json option.
+
static char const* whoami = 0;
static enum { st_none, st_numbers, st_lines } style = st_none;
static bool show_open = false;
@@ -56,111 +61,99 @@ void generate_page_map(QPDF& qpdf)
}
}
-void extract_bookmarks(QPDFObjectHandle outlines, std::vector<int>& numbers)
+void show_bookmark_details(QPDFOutlineObjectHelper outline,
+ std::vector<int> numbers)
{
- if (outlines.hasKey("/Title"))
+ // No default so gcc will warn on missing tag
+ switch (style)
{
- // No default so gcc will warn on missing tag
- switch (style)
- {
- case st_none:
- QTC::TC("examples", "pdf-bookmarks none");
- break;
-
- case st_numbers:
- QTC::TC("examples", "pdf-bookmarks numbers");
- for (std::vector<int>::iterator iter = numbers.begin();
- iter != numbers.end(); ++iter)
- {
- std::cout << *iter << ".";
- }
- std::cout << " ";
- break;
-
- case st_lines:
- QTC::TC("examples", "pdf-bookmarks lines");
- print_lines(numbers);
- std::cout << "|" << std::endl;
- print_lines(numbers);
- std::cout << "+-+ ";
- break;
- }
-
- if (show_open)
- {
- if (outlines.hasKey("/Count"))
- {
- QTC::TC("examples", "pdf-bookmarks has count");
- int count = outlines.getKey("/Count").getIntValue();
- if (count > 0)
- {
- // hierarchy is open at this point
- QTC::TC("examples", "pdf-bookmarks open");
- std::cout << "(v) ";
- }
- else
- {
- QTC::TC("examples", "pdf-bookmarks closed");
- std::cout << "(>) ";
- }
- }
- else
- {
- QTC::TC("examples", "pdf-bookmarks no count");
- std::cout << "( ) ";
- }
- }
-
- if (show_targets)
- {
- QTC::TC("examples", "pdf-bookmarks targets");
- std::string target = "unknown";
- // Only explicit destinations supported for now
- if (outlines.hasKey("/Dest"))
- {
- QTC::TC("examples", "pdf-bookmarks dest");
- QPDFObjectHandle dest = outlines.getKey("/Dest");
- if ((dest.isArray()) && (dest.getArrayNItems() > 0))
- {
- QPDFObjectHandle first = dest.getArrayItem(0);
- QPDFObjGen og = first.getObjGen();
- if (page_map.count(og))
- {
- target = QUtil::int_to_string(page_map[og]);
- }
- }
+ case st_none:
+ QTC::TC("examples", "pdf-bookmarks none");
+ break;
+
+ case st_numbers:
+ QTC::TC("examples", "pdf-bookmarks numbers");
+ for (std::vector<int>::iterator iter = numbers.begin();
+ iter != numbers.end(); ++iter)
+ {
+ std::cout << *iter << ".";
+ }
+ std::cout << " ";
+ break;
+
+ case st_lines:
+ QTC::TC("examples", "pdf-bookmarks lines");
+ print_lines(numbers);
+ std::cout << "|" << std::endl;
+ print_lines(numbers);
+ std::cout << "+-+ ";
+ break;
+ }
- std::cout << "[ -> " << target << " ] ";
- }
- }
+ if (show_open)
+ {
+ int count = outline.getCount();
+ if (count)
+ {
+ QTC::TC("examples", "pdf-bookmarks has count");
+ if (count > 0)
+ {
+ // hierarchy is open at this point
+ QTC::TC("examples", "pdf-bookmarks open");
+ std::cout << "(v) ";
+ }
+ else
+ {
+ QTC::TC("examples", "pdf-bookmarks closed");
+ std::cout << "(>) ";
+ }
+ }
+ else
+ {
+ QTC::TC("examples", "pdf-bookmarks no count");
+ std::cout << "( ) ";
+ }
+ }
- std::cout << outlines.getKey("/Title").getUTF8Value() << std::endl;
+ if (show_targets)
+ {
+ QTC::TC("examples", "pdf-bookmarks targets");
+ std::string target = "unknown";
+ QPDFObjectHandle dest_page = outline.getDestPage();
+ if (! dest_page.isNull())
+ {
+ QTC::TC("examples", "pdf-bookmarks dest");
+ QPDFObjGen og = dest_page.getObjGen();
+ if (page_map.count(og))
+ {
+ target = QUtil::int_to_string(page_map[og]);
+ }
+ }
+ std::cout << "[ -> " << target << " ] ";
}
- if (outlines.hasKey("/First"))
+ std::cout << outline.getTitle() << std::endl;
+}
+
+void extract_bookmarks(std::list<QPDFOutlineObjectHelper> outlines,
+ std::vector<int>& numbers)
+{
+ numbers.push_back(0);
+ for (std::list<QPDFOutlineObjectHelper>::iterator iter = outlines.begin();
+ iter != outlines.end(); ++iter)
{
- numbers.push_back(0);
- QPDFObjectHandle child = outlines.getKey("/First");
- while (1)
- {
- ++(numbers.back());
- bool has_next = child.hasKey("/Next");
- if ((style == st_lines) && (! has_next))
- {
- numbers.back() = 0;
- }
- extract_bookmarks(child, numbers);
- if (has_next)
- {
- child = child.getKey("/Next");
- }
- else
- {
- break;
- }
- }
- numbers.pop_back();
+ ++(numbers.back());
+ show_bookmark_details(*iter, numbers);
+ std::list<QPDFOutlineObjectHelper>::iterator next = iter;
+ ++next;
+ bool has_next = (next != outlines.end());
+ if ((style == st_lines) && (! has_next))
+ {
+ numbers.back() = 0;
+ }
+ extract_bookmarks((*iter).getKids(), numbers);
}
+ numbers.pop_back();
}
int main(int argc, char* argv[])
@@ -233,15 +226,15 @@ int main(int argc, char* argv[])
QPDF qpdf;
qpdf.processFile(filename, password);
- QPDFObjectHandle root = qpdf.getRoot();
- if (root.hasKey("/Outlines"))
+ QPDFOutlineDocumentHelper odh(qpdf);
+ if (odh.hasOutlines())
{
std::vector<int> numbers;
if (show_targets)
{
generate_page_map(qpdf);
}
- extract_bookmarks(root.getKey("/Outlines"), numbers);
+ extract_bookmarks(odh.getTopLevelOutlines(), numbers);
}
else
{
diff --git a/examples/pdf-overlay-page.cc b/examples/pdf-overlay-page.cc
new file mode 100644
index 00000000..88722352
--- /dev/null
+++ b/examples/pdf-overlay-page.cc
@@ -0,0 +1,110 @@
+#include <iostream>
+#include <string.h>
+#include <stdlib.h>
+#include <qpdf/QPDF.hh>
+#include <qpdf/QPDFPageDocumentHelper.hh>
+#include <qpdf/QPDFPageObjectHelper.hh>
+#include <qpdf/QPDFWriter.hh>
+#include <qpdf/QUtil.hh>
+
+// This program demonstrates use of form XObjects to overlay a page
+// from one file onto all pages of another file. The qpdf program's
+// --overlay and --underlay options provide a more general version of
+// this capability.
+
+static char const* whoami = 0;
+
+void usage()
+{
+ std::cerr << "Usage: " << whoami << " infile pagefile outfile"
+ << std::endl
+ << "Stamp page 1 of pagefile on every page of infile,"
+ << " writing to outfile"
+ << std::endl;
+ exit(2);
+}
+
+static void stamp_page(char const* infile,
+ char const* stampfile,
+ char const* outfile)
+{
+ QPDF inpdf;
+ inpdf.processFile(infile);
+ QPDF stamppdf;
+ stamppdf.processFile(stampfile);
+
+ // Get first page from other file
+ QPDFPageObjectHelper stamp_page_1 =
+ QPDFPageDocumentHelper(stamppdf).getAllPages().at(0);
+ // Convert page to a form XObject
+ QPDFObjectHandle foreign_fo = stamp_page_1.getFormXObjectForPage();
+ // Copy form XObject to the input file
+ QPDFObjectHandle stamp_fo = inpdf.copyForeignObject(foreign_fo);
+
+ // For each page...
+ std::vector<QPDFPageObjectHelper> pages =
+ QPDFPageDocumentHelper(inpdf).getAllPages();
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ QPDFPageObjectHelper& ph = *iter;
+
+ // Find a unique resource name for the new form XObject
+ QPDFObjectHandle resources = ph.getAttribute("/Resources", true);
+ int min_suffix = 1;
+ std::string name = resources.getUniqueResourceName("/Fx", min_suffix);
+
+ // Generate content to place the form XObject centered within
+ // destination page's trim box.
+ std::string content =
+ ph.placeFormXObject(
+ stamp_fo, name, ph.getTrimBox().getArrayAsRectangle());
+ if (! content.empty())
+ {
+ // Append the content to the page's content. Surround the
+ // original content with q...Q to the new content from the
+ // page's original content.
+ resources.mergeResources(
+ QPDFObjectHandle::parse("<< /XObject << >> >>"));
+ resources.getKey("/XObject").replaceKey(name, stamp_fo);
+ ph.addPageContents(
+ QPDFObjectHandle::newStream(&inpdf, "q\n"), true);
+ ph.addPageContents(
+ QPDFObjectHandle::newStream(&inpdf, "\nQ\n" + content), false);
+ }
+ }
+
+ QPDFWriter w(inpdf, outfile);
+ w.setStaticID(true); // for testing only
+ w.write();
+}
+
+int main(int argc, char* argv[])
+{
+ whoami = QUtil::getWhoami(argv[0]);
+
+ // For libtool's sake....
+ if (strncmp(whoami, "lt-", 3) == 0)
+ {
+ whoami += 3;
+ }
+
+ if (argc != 4)
+ {
+ usage();
+ }
+ char const* infile = argv[1];
+ char const* stampfile = argv[2];
+ char const* outfile = argv[3];
+
+ try
+ {
+ stamp_page(infile, stampfile, outfile);
+ }
+ catch (std::exception &e)
+ {
+ std::cerr << whoami << ": " << e.what() << std::endl;
+ exit(2);
+ }
+ return 0;
+}
diff --git a/examples/pdf-split-pages.cc b/examples/pdf-split-pages.cc
index b65f96ee..aa089e5a 100644
--- a/examples/pdf-split-pages.cc
+++ b/examples/pdf-split-pages.cc
@@ -77,7 +77,7 @@ int main(int argc, char* argv[])
{
process(whoami, argv[1], argv[2]);
}
- catch (std::exception e)
+ catch (std::exception const& e)
{
std::cerr << whoami << ": exception: " << e.what() << std::endl;
return 2;
diff --git a/examples/qtest/create.test b/examples/qtest/create.test
index f83509e2..f18c5fd6 100644
--- a/examples/qtest/create.test
+++ b/examples/qtest/create.test
@@ -23,4 +23,5 @@ $td->report(1);
sub cleanup
{
unlink "a.pdf";
+ unlink "tmp.out";
}
diff --git a/examples/qtest/overlay-page.test b/examples/qtest/overlay-page.test
new file mode 100644
index 00000000..68e695d3
--- /dev/null
+++ b/examples/qtest/overlay-page.test
@@ -0,0 +1,28 @@
+#!/usr/bin/env perl
+require 5.008;
+use warnings;
+use strict;
+
+chdir("overlay-page");
+
+require TestDriver;
+
+my $td = new TestDriver('overlay-page');
+
+cleanup();
+
+$td->runtest("overlay-page",
+ {$td->COMMAND => "pdf-overlay-page in.pdf stamp.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "out.pdf"});
+
+cleanup();
+
+$td->report(2);
+
+sub cleanup
+{
+ unlink("a.pdf");
+}
diff --git a/examples/qtest/overlay-page/in.pdf b/examples/qtest/overlay-page/in.pdf
new file mode 100644
index 00000000..f94c739a
--- /dev/null
+++ b/examples/qtest/overlay-page/in.pdf
Binary files differ
diff --git a/examples/qtest/overlay-page/out.pdf b/examples/qtest/overlay-page/out.pdf
new file mode 100644
index 00000000..b589d2c4
--- /dev/null
+++ b/examples/qtest/overlay-page/out.pdf
Binary files differ
diff --git a/examples/qtest/overlay-page/stamp.pdf b/examples/qtest/overlay-page/stamp.pdf
new file mode 100644
index 00000000..a86f4344
--- /dev/null
+++ b/examples/qtest/overlay-page/stamp.pdf
Binary files differ
diff --git a/include/qpdf/Buffer.hh b/include/qpdf/Buffer.hh
index c8b101fa..bb9a3eb9 100644
--- a/include/qpdf/Buffer.hh
+++ b/include/qpdf/Buffer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __BUFFER_HH__
-#define __BUFFER_HH__
+#ifndef BUFFER_HH
+#define BUFFER_HH
#include <qpdf/DLL.h>
#include <cstring> // for size_t
@@ -64,4 +64,4 @@ class Buffer
unsigned char* buf;
};
-#endif // __BUFFER_HH__
+#endif // BUFFER_HH
diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh
index 954ffe36..3fb0625b 100644
--- a/include/qpdf/BufferInputSource.hh
+++ b/include/qpdf/BufferInputSource.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDF_BUFFERINPUTSOURCE_HH__
-#define __QPDF_BUFFERINPUTSOURCE_HH__
+#ifndef QPDF_BUFFERINPUTSOURCE_HH
+#define QPDF_BUFFERINPUTSOURCE_HH
#include <qpdf/InputSource.hh>
#include <qpdf/Buffer.hh>
@@ -60,4 +60,4 @@ class BufferInputSource: public InputSource
qpdf_offset_t cur_offset;
};
-#endif // __QPDF_BUFFERINPUTSOURCE_HH__
+#endif // QPDF_BUFFERINPUTSOURCE_HH
diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh
index 1e3ff82f..ee8557fc 100644
--- a/include/qpdf/ClosedFileInputSource.hh
+++ b/include/qpdf/ClosedFileInputSource.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDF_CLOSEDFILEINPUTSOURCE_HH__
-#define __QPDF_CLOSEDFILEINPUTSOURCE_HH__
+#ifndef QPDF_CLOSEDFILEINPUTSOURCE_HH
+#define QPDF_CLOSEDFILEINPUTSOURCE_HH
// This is an input source that reads from files, like
// FileInputSource, except that it opens and close the file
@@ -55,6 +55,13 @@ class ClosedFileInputSource: public InputSource
QPDF_DLL
virtual void unreadCh(char ch);
+ // The file stays open between calls to stayOpen(true) and
+ // stayOpen(false). You can use this to surround multiple
+ // operations on a single ClosedFileInputSource to reduce the
+ // overhead of a separate open/close on each call.
+ QPDF_DLL
+ void stayOpen(bool);
+
private:
ClosedFileInputSource(ClosedFileInputSource const&);
ClosedFileInputSource& operator=(ClosedFileInputSource const&);
@@ -76,8 +83,9 @@ class ClosedFileInputSource: public InputSource
std::string filename;
qpdf_offset_t offset;
FileInputSource* fis;
+ bool stay_open;
};
PointerHolder<Members> m;
};
-#endif // __QPDF_CLOSEDFILEINPUTSOURCE_HH__
+#endif // QPDF_CLOSEDFILEINPUTSOURCE_HH
diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h
index 0191a411..1428216c 100644
--- a/include/qpdf/Constants.h
+++ b/include/qpdf/Constants.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005-2018 Jay Berkenbilt
+/* Copyright (c) 2005-2019 Jay Berkenbilt
*
* This file is part of qpdf.
*
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDFCONSTANTS_H__
-#define __QPDFCONSTANTS_H__
+#ifndef QPDFCONSTANTS_H
+#define QPDFCONSTANTS_H
/* Keep this file 'C' compatible so it can be used from the C and C++
* interfaces.
@@ -80,13 +80,67 @@ enum qpdf_r3_print_e
qpdf_r3p_low, /* allow only low-resolution printing */
qpdf_r3p_none /* allow no printing */
};
+
+/* qpdf_r3_modify_e doesn't allow the full flexibility of the spec. It
+ * corresponds to options in Acrobat 5's menus. The new interface in
+ * QPDFWriter offers more granularity and no longer uses this type.
+ */
enum qpdf_r3_modify_e /* Allowed changes: */
{
- qpdf_r3m_all = 0, /* General editing, comments, forms */
- qpdf_r3m_annotate, /* Comments, form field fill-in, and signing */
- qpdf_r3m_form, /* form field fill-in and signing */
- qpdf_r3m_assembly, /* only document assembly */
- qpdf_r3m_none /* no modifications */
+ qpdf_r3m_all = 0, /* All editing */
+ qpdf_r3m_annotate, /* Comments, fill forms, signing, assembly */
+ qpdf_r3m_form, /* Fill forms, signing, assembly */
+ qpdf_r3m_assembly, /* Only document assembly */
+ qpdf_r3m_none /* No modifications */
+};
+
+/* Form field flags from the PDF spec */
+
+enum pdf_form_field_flag_e
+{
+ /* flags that apply to all form fields */
+ ff_all_read_only = 1 << 0,
+ ff_all_required = 1 << 1,
+ ff_all_no_export = 1 << 2,
+
+ /* flags that apply to fields of type /Btn (button) */
+ ff_btn_no_toggle_off = 1 << 14,
+ ff_btn_radio = 1 << 15,
+ ff_btn_pushbutton = 1 << 16,
+ ff_btn_radios_in_unison = 1 << 17,
+
+ /* flags that apply to fields of type /Tx (text) */
+ ff_tx_multiline = 1 << 12,
+ ff_tx_password = 1 << 13,
+ ff_tx_file_select = 1 << 20,
+ ff_tx_do_not_spell_check = 1 << 22,
+ ff_tx_do_not_scroll = 1 << 23,
+ ff_tx_comb = 1 << 24,
+ ff_tx_rich_text = 1 << 25,
+
+ /* flags that apply to fields of type /Ch (choice) */
+ ff_ch_combo = 1 << 17,
+ ff_ch_edit = 1 << 18,
+ ff_ch_sort = 1 << 19,
+ ff_ch_multi_select = 1 << 21,
+ ff_ch_do_not_spell_check = 1 << 22,
+ ff_ch_commit_on_sel_change = 1 << 26
+};
+
+/* Annotation flags from the PDF spec */
+
+enum pdf_annotation_flag_e
+{
+ an_invisible = 1 << 0,
+ an_hidden = 1 << 1,
+ an_print = 1 << 2,
+ an_no_zoom = 1 << 3,
+ an_no_rotate = 1 << 4,
+ an_no_view = 1 << 5,
+ an_read_only = 1 << 6,
+ an_locked = 1 << 7,
+ an_toggle_no_view = 1 << 8,
+ an_locked_contents = 1 << 9
};
-#endif /* __QPDFCONSTANTS_H__ */
+#endif /* QPDFCONSTANTS_H */
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index a5f72f6a..ccd05fce 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005-2018 Jay Berkenbilt
+/* Copyright (c) 2005-2019 Jay Berkenbilt
*
* This file is part of qpdf.
*
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDF_DLL_HH__
-#define __QPDF_DLL_HH__
+#ifndef QPDF_DLL_HH
+#define QPDF_DLL_HH
#if defined(_WIN32) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)
@@ -29,4 +29,4 @@
# define QPDF_DLL
#endif
-#endif /* __QPDF_DLL_HH__ */
+#endif /* QPDF_DLL_HH */
diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh
index 4bc51262..0845f241 100644
--- a/include/qpdf/FileInputSource.hh
+++ b/include/qpdf/FileInputSource.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDF_FILEINPUTSOURCE_HH__
-#define __QPDF_FILEINPUTSOURCE_HH__
+#ifndef QPDF_FILEINPUTSOURCE_HH
+#define QPDF_FILEINPUTSOURCE_HH
#include <qpdf/InputSource.hh>
@@ -61,4 +61,4 @@ class FileInputSource: public InputSource
FILE* file;
};
-#endif // __QPDF_FILEINPUTSOURCE_HH__
+#endif // QPDF_FILEINPUTSOURCE_HH
diff --git a/include/qpdf/InputSource.hh b/include/qpdf/InputSource.hh
index 2fd95977..8465ad55 100644
--- a/include/qpdf/InputSource.hh
+++ b/include/qpdf/InputSource.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDF_INPUTSOURCE_HH__
-#define __QPDF_INPUTSOURCE_HH__
+#ifndef QPDF_INPUTSOURCE_HH
+#define QPDF_INPUTSOURCE_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -88,4 +88,4 @@ class InputSource
qpdf_offset_t last_offset;
};
-#endif // __QPDF_INPUTSOURCE_HH__
+#endif // QPDF_INPUTSOURCE_HH
diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh
new file mode 100644
index 00000000..50bc78b6
--- /dev/null
+++ b/include/qpdf/JSON.hh
@@ -0,0 +1,170 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef JSON_HH
+#define JSON_HH
+
+// This is a simple JSON serializer, primarily designed for
+// serializing QPDF Objects as JSON. JSON objects contain their data
+// as smart pointers. One JSON object is added to another, this
+// pointer is copied. This means you can create temporary JSON objects
+// on the stack, add them to other objects, and let them go out of
+// scope safely. It also means that if the json JSON object is added
+// in more than one place, all copies share underlying data.
+
+#include <qpdf/DLL.h>
+#include <qpdf/PointerHolder.hh>
+#include <string>
+#include <map>
+#include <vector>
+#include <list>
+
+class JSON
+{
+ public:
+ QPDF_DLL
+ std::string unparse() const;
+
+ // The JSON spec calls dictionaries "objects", but that creates
+ // too much confusion when referring to instances of the JSON
+ // class.
+ QPDF_DLL
+ static JSON makeDictionary();
+ // addDictionaryMember returns the newly added item.
+ QPDF_DLL
+ JSON addDictionaryMember(std::string const& key, JSON const&);
+ QPDF_DLL
+ static JSON makeArray();
+ // addArrayElement returns the newly added item.
+ QPDF_DLL
+ JSON addArrayElement(JSON const&);
+ QPDF_DLL
+ static JSON makeString(std::string const& utf8);
+ QPDF_DLL
+ static JSON makeInt(long long int value);
+ QPDF_DLL
+ static JSON makeReal(double value);
+ QPDF_DLL
+ static JSON makeNumber(std::string const& encoded);
+ QPDF_DLL
+ static JSON makeBool(bool value);
+ QPDF_DLL
+ static JSON makeNull();
+
+ // Check this JSON object against a "schema". This is not a schema
+ // according to any standard. It's just a template of what the
+ // JSON is supposed to contain. The checking does the following:
+ //
+ // * The schema is a nested structure containing dictionaries,
+ // single-element arrays, and strings only.
+ // * Recursively walk the schema
+ // * If the current value is a dictionary, this object must have
+ // a dictionary in the same place with the same keys
+ // * If the current value is an array, this object must have an
+ // array in the same place. The schema's array must contain a
+ // single element, which is used as a schema to validate each
+ // element of this object's corresponding array.
+ // * Otherwise, the value is ignored.
+ //
+ // QPDF's JSON output conforms to certain strict compatibility
+ // rules as discussed in the manual. The idea is that a JSON
+ // structure created manually in qpdf.cc doubles as both JSON help
+ // information and a schema for validating the JSON that qpdf
+ // generates. Any discrepancies are a bug in qpdf.
+ QPDF_DLL
+ bool checkSchema(JSON schema, std::list<std::string>& errors);
+
+ private:
+ static std::string encode_string(std::string const& utf8);
+
+ struct JSON_value
+ {
+ virtual ~JSON_value();
+ virtual std::string unparse(size_t depth) const = 0;
+ };
+ struct JSON_dictionary: public JSON_value
+ {
+ virtual ~JSON_dictionary();
+ virtual std::string unparse(size_t depth) const;
+ std::map<std::string, PointerHolder<JSON_value> > members;
+ };
+ struct JSON_array: public JSON_value
+ {
+ virtual ~JSON_array();
+ virtual std::string unparse(size_t depth) const;
+ std::vector<PointerHolder<JSON_value> > elements;
+ };
+ struct JSON_string: public JSON_value
+ {
+ JSON_string(std::string const& utf8);
+ virtual ~JSON_string();
+ virtual std::string unparse(size_t depth) const;
+ std::string encoded;
+ };
+ struct JSON_number: public JSON_value
+ {
+ JSON_number(long long val);
+ JSON_number(double val);
+ JSON_number(std::string const& val);
+ virtual ~JSON_number();
+ virtual std::string unparse(size_t depth) const;
+ std::string encoded;
+ };
+ struct JSON_bool: public JSON_value
+ {
+ JSON_bool(bool val);
+ virtual ~JSON_bool();
+ virtual std::string unparse(size_t depth) const;
+ bool value;
+ };
+ struct JSON_null: public JSON_value
+ {
+ virtual ~JSON_null();
+ virtual std::string unparse(size_t depth) const;
+ };
+
+ JSON(PointerHolder<JSON_value>);
+
+ static bool
+ checkSchemaInternal(JSON_value* this_v, JSON_value* sch_v,
+ std::list<std::string>& errors,
+ std::string prefix);
+
+ class Members
+ {
+ friend class JSON;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members(PointerHolder<JSON_value>);
+ Members(Members const&);
+
+ PointerHolder<JSON_value> value;
+ };
+
+ PointerHolder<Members> m;
+};
+
+
+#endif // JSON_HH
diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh
index 105dd7cb..b7bc5a7e 100644
--- a/include/qpdf/Pipeline.hh
+++ b/include/qpdf/Pipeline.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -41,8 +41,8 @@
// are not. It is up to the caller to use a pipeline according to its
// own restrictions.
-#ifndef __PIPELINE_HH__
-#define __PIPELINE_HH__
+#ifndef PIPELINE_HH
+#define PIPELINE_HH
#include <qpdf/DLL.h>
#include <string>
@@ -82,4 +82,4 @@ class Pipeline
Pipeline* next;
};
-#endif // __PIPELINE_HH__
+#endif // PIPELINE_HH
diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh
index 7b49a73a..5eb143b2 100644
--- a/include/qpdf/Pl_Buffer.hh
+++ b/include/qpdf/Pl_Buffer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_BUFFER_HH__
-#define __PL_BUFFER_HH__
+#ifndef PL_BUFFER_HH
+#define PL_BUFFER_HH
// This pipeline accumulates the data passed to it into a memory
// buffer. Each subsequent use of this buffer appends to the data
@@ -62,4 +62,4 @@ class Pl_Buffer: public Pipeline
size_t total_size;
};
-#endif // __PL_BUFFER_HH__
+#endif // PL_BUFFER_HH
diff --git a/include/qpdf/Pl_Concatenate.hh b/include/qpdf/Pl_Concatenate.hh
index 32f87a4a..26e5849e 100644
--- a/include/qpdf/Pl_Concatenate.hh
+++ b/include/qpdf/Pl_Concatenate.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_CONCATENATE_HH__
-#define __PL_CONCATENATE_HH__
+#ifndef PL_CONCATENATE_HH
+#define PL_CONCATENATE_HH
// This pipeline will drop all regular finished calls rather than
// passing them onto next. To finish downstream streams, call
@@ -50,4 +50,4 @@ class Pl_Concatenate: public Pipeline
void manualFinish();
};
-#endif // __PL_CONCATENATE_HH__
+#endif // PL_CONCATENATE_HH
diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh
index 7b78b326..c3f7b3e1 100644
--- a/include/qpdf/Pl_Count.hh
+++ b/include/qpdf/Pl_Count.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_COUNT_HH__
-#define __PL_COUNT_HH__
+#ifndef PL_COUNT_HH
+#define PL_COUNT_HH
// This pipeline is reusable; i.e., it is safe to call write() after
// calling finish().
@@ -52,4 +52,4 @@ class Pl_Count: public Pipeline
unsigned char last_char;
};
-#endif // __PL_COUNT_HH__
+#endif // PL_COUNT_HH
diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh
index 984aad96..665a2b01 100644
--- a/include/qpdf/Pl_DCT.hh
+++ b/include/qpdf/Pl_DCT.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_DCT_HH__
-#define __PL_DCT_HH__
+#ifndef PL_DCT_HH
+#define PL_DCT_HH
#include <qpdf/Pipeline.hh>
#include <qpdf/Pl_Buffer.hh>
@@ -81,4 +81,4 @@ class Pl_DCT: public Pipeline
};
-#endif // __PL_DCT_HH__
+#endif // PL_DCT_HH
diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh
index 3c15650c..129431b2 100644
--- a/include/qpdf/Pl_Discard.hh
+++ b/include/qpdf/Pl_Discard.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_DISCARD_HH__
-#define __PL_DISCARD_HH__
+#ifndef PL_DISCARD_HH
+#define PL_DISCARD_HH
// This pipeline discards its output. It is an end-of-line pipeline
// (with no next).
@@ -43,4 +43,4 @@ class Pl_Discard: public Pipeline
virtual void finish();
};
-#endif // __PL_DISCARD_HH__
+#endif // PL_DISCARD_HH
diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh
index cbc44bcf..fdd66996 100644
--- a/include/qpdf/Pl_Flate.hh
+++ b/include/qpdf/Pl_Flate.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_FLATE_HH__
-#define __PL_FLATE_HH__
+#ifndef PL_FLATE_HH
+#define PL_FLATE_HH
#include <qpdf/Pipeline.hh>
@@ -53,4 +53,4 @@ class Pl_Flate: public Pipeline
void* zdata;
};
-#endif // __PL_FLATE_HH__
+#endif // PL_FLATE_HH
diff --git a/include/qpdf/Pl_QPDFTokenizer.hh b/include/qpdf/Pl_QPDFTokenizer.hh
index 65dc7919..a571b079 100644
--- a/include/qpdf/Pl_QPDFTokenizer.hh
+++ b/include/qpdf/Pl_QPDFTokenizer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,14 +19,15 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_QPDFTOKENIZER_HH__
-#define __PL_QPDFTOKENIZER_HH__
+#ifndef PL_QPDFTOKENIZER_HH
+#define PL_QPDFTOKENIZER_HH
#include <qpdf/Pipeline.hh>
#include <qpdf/QPDFTokenizer.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFObjectHandle.hh>
+#include <qpdf/Pl_Buffer.hh>
// Tokenize the incoming text using QPDFTokenizer and pass the tokens
// in turn to a QPDFObjectHandle::TokenFilter object. All bytes of
@@ -44,22 +45,24 @@ class Pl_QPDFTokenizer: public Pipeline
// Whatever pipeline is provided as "next" will be set as the
// pipeline that the token filter writes to. If next is not
// provided, any output written by the filter will be discarded.
+ QPDF_DLL
Pl_QPDFTokenizer(char const* identifier,
QPDFObjectHandle::TokenFilter* filter,
Pipeline* next = 0);
+ QPDF_DLL
virtual ~Pl_QPDFTokenizer();
+ QPDF_DLL
virtual void write(unsigned char* buf, size_t len);
+ QPDF_DLL
virtual void finish();
private:
- void processChar(char ch);
- void checkUnread();
-
class Members
{
friend class Pl_QPDFTokenizer;
public:
+ QPDF_DLL
~Members();
private:
@@ -68,11 +71,9 @@ class Pl_QPDFTokenizer: public Pipeline
QPDFObjectHandle::TokenFilter* filter;
QPDFTokenizer tokenizer;
- bool last_char_was_cr;
- bool unread_char;
- char char_to_unread;
+ Pl_Buffer buf;
};
PointerHolder<Members> m;
};
-#endif // __PL_QPDFTOKENIZER_HH__
+#endif // PL_QPDFTOKENIZER_HH
diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh
index be30ed22..b8e696b6 100644
--- a/include/qpdf/Pl_RunLength.hh
+++ b/include/qpdf/Pl_RunLength.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_RUNLENGTH_HH__
-#define __PL_RUNLENGTH_HH__
+#ifndef PL_RUNLENGTH_HH
+#define PL_RUNLENGTH_HH
#include <qpdf/Pipeline.hh>
@@ -53,4 +53,4 @@ class Pl_RunLength: public Pipeline
unsigned int length;
};
-#endif // __PL_RUNLENGTH_HH__
+#endif // PL_RUNLENGTH_HH
diff --git a/include/qpdf/Pl_StdioFile.hh b/include/qpdf/Pl_StdioFile.hh
index b89ead43..fd228333 100644
--- a/include/qpdf/Pl_StdioFile.hh
+++ b/include/qpdf/Pl_StdioFile.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -21,8 +21,8 @@
// End-of-line pipeline that simply writes its data to a stdio FILE* object.
-#ifndef __PL_STDIOFILE_HH__
-#define __PL_STDIOFILE_HH__
+#ifndef PL_STDIOFILE_HH
+#define PL_STDIOFILE_HH
#include <qpdf/Pipeline.hh>
@@ -51,4 +51,4 @@ class Pl_StdioFile: public Pipeline
FILE* file;
};
-#endif // __PL_STDIOFILE_HH__
+#endif // PL_STDIOFILE_HH
diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh
index 99c12878..18833773 100644
--- a/include/qpdf/PointerHolder.hh
+++ b/include/qpdf/PointerHolder.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __POINTERHOLDER_HH__
-#define __POINTERHOLDER_HH__
+#ifndef POINTERHOLDER_HH
+#define POINTERHOLDER_HH
// This class is basically boost::shared_pointer but predates that by
// several years.
@@ -182,4 +182,4 @@ class PointerHolder
Data* data;
};
-#endif // __POINTERHOLDER_HH__
+#endif // POINTERHOLDER_HH
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 681d233c..634c9bd1 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDF_HH__
-#define __QPDF_HH__
+#ifndef QPDF_HH
+#define QPDF_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -160,6 +160,39 @@ class QPDF
QPDF_DLL
void setAttemptRecovery(bool);
+ // Tell other QPDF objects that streams copied from this QPDF need
+ // to be fully copied when copyForeignObject is called on them.
+ // Calling setIgnoreXRefStreams(true) on a QPDF object makes it
+ // possible for the object and its input source to disappear
+ // before streams copied from it are written with the destination
+ // QPDF object. Confused? Ordinarily, if you are going to copy
+ // objects from a source QPDF object to a destination QPDF object
+ // using copyForeignObject or addPage, the source object's input
+ // source must stick around until after the destination PDF is
+ // written. If you call this method on the source QPDF object, it
+ // sends a signal to the destination object that it must fully
+ // copy the stream data when copyForeignObject. It will do this by
+ // making a copy in RAM. Ordinarily the stream data is copied
+ // lazily to avoid unnecessary duplication of the stream data.
+ // Note that the stream data is copied into RAM only once
+ // regardless of how many objects the stream is copied into. The
+ // result is that, if you called setImmediateCopyFrom(true) on a
+ // given QPDF object prior to copying any of its streams, you do
+ // not need to keep it or its input source around after copying
+ // its objects to another QPDF. This is true even if the source
+ // streams use StreamDataProvider. Note that this method is called
+ // on the QPDF object you are copying FROM, not the one you are
+ // copying to. The reasoning for this is that there's no reason a
+ // given QPDF may not get objects copied to it from a variety of
+ // other objects, some transient and some not. Since what's
+ // relevant is whether the source QPDF is transient, the method
+ // must be called on the source QPDF, not the destination one.
+ // Since this method will make a copy of the stream in RAM, so be
+ // sure you have enough memory to simultaneously hold all the
+ // streams you're copying.
+ QPDF_DLL
+ void setImmediateCopyFrom(bool);
+
// Other public methods
// Return the list of warnings that have been issued so far and
@@ -170,6 +203,16 @@ class QPDF
QPDF_DLL
std::vector<QPDFExc> getWarnings();
+ // Return an application-scoped unique ID for this QPDF object.
+ // This is not a globally unique ID. It is constructing using a
+ // timestamp and a random number and is intended to be unique
+ // among QPDF objects that are created by a single run of an
+ // application. While it's very likely that these are actually
+ // globally unique, it is not recommended to use them for
+ // long-term purposes.
+ QPDF_DLL
+ unsigned long long getUniqueId() const;
+
QPDF_DLL
std::string getFilename() const;
QPDF_DLL
@@ -237,19 +280,39 @@ class QPDF
replaceReserved(QPDFObjectHandle reserved,
QPDFObjectHandle replacement);
- // Copy an object from another QPDF to this one. Please note that
- // the QPDF object containing the object being copied must stick
- // around because it is still used to retrieve any stream data
- // referenced by the copied objects.
+ // Copy an object from another QPDF to this one. Starting with
+ // qpdf version 8.3.0, it is no longer necessary to keep the
+ // original QPDF around after the call to copyForeignObject as
+ // long as the source of any copied stream data is still
+ // available. Usually this means you just have to keep the input
+ // file around, not the QPDF object. The exception to this is if
+ // you copy a stream that gets its data from a
+ // QPDFObjectHandle::StreamDataProvider. In this case only, the
+ // original stream's QPDF object must stick around because the
+ // QPDF object is itself the source of the original stream data.
+ // For a more in-depth discussion, please see the TODO file.
+ // Starting in 8.4.0, you can call setImmediateCopyFrom(true) on
+ // the SOURCE QPDF object (the one you're copying FROM). If you do
+ // this prior to copying any of its objects, then neither the
+ // source QPDF object nor its input source needs to stick around
+ // at all regardless of the source. The cost is that the stream
+ // data is copied into RAM at the time copyForeignObject is
+ // called. See setImmediateCopyFrom for more information.
//
- // The return value is an indirect reference to the copied object
- // in this file. This method is intended to be used to copy
- // non-page objects and will not copy page objects. To copy page
- // objects, pass the foreign page object directly to addPage (or
- // addPageAt). If you copy objects that contain references to
- // pages, you should copy the pages first using addPage(At).
- // Otherwise references to the pages that have not been copied
- // will be replaced with nulls.
+ // The return value of this method is an indirect reference to the
+ // copied object in this file. This method is intended to be used
+ // to copy non-page objects. To copy page objects, pass the
+ // foreign page object directly to addPage (or addPageAt). If you
+ // copy objects that contain references to pages, you should copy
+ // the pages first using addPage(At). Otherwise references to the
+ // pages that have not been copied will be replaced with nulls. It
+ // is possible to use copyForeignObject on page objects if you are
+ // not going to use them as pages. Doing so copies the object
+ // normally but does not update the page structure. For example,
+ // it is a valid use case to use copyForeignObject for a page that
+ // you are going to turn into a form XObject, though you can also
+ // use QPDFPageObjectHelper::getFormXObjectForPage for that
+ // purpose.
// When copying objects with this method, object structure will be
// preserved, so all indirectly referenced indirect objects will
@@ -431,9 +494,21 @@ class QPDF
QPDF_DLL
void showXRefTable();
+ // Detect all indirect references to objects that don't exist and
+ // resolve them by replacing them with null, which is how the PDF
+ // spec says to interpret such dangling references. This method is
+ // called automatically if you try to add any new objects, if you
+ // call getAllObjects, and before a file is written. The qpdf
+ // object caches whether it has run this to avoid running it
+ // multiple times. You can pass true to force it to run again if
+ // you have explicitly added new objects that may have additional
+ // dangling references.
+ QPDF_DLL
+ void fixDanglingReferences(bool force = false);
+
// Return the approximate number of indirect objects. It is
// approximate because not all objects in the file are preserved
- // in all cases.
+ // in all cases, and gaps in object numbering are not preserved.
QPDF_DLL
size_t getObjectCount();
@@ -458,15 +533,16 @@ class QPDF
void optimize(std::map<int, int> const& object_stream_data,
bool allow_changes = true);
- // Traverse page tree return all /Page objects. For efficiency,
- // this method returns a const reference to an internal vector of
- // pages. Calls to addPage, addPageAt, and removePage safely
- // update this, but directly manipulation of the pages three or
- // pushing inheritable objects to the page level may invalidate
- // it. See comments for updateAllPagesCache() for additional
- // notes. Newer code should use
- // QPDFPageDocumentHelper::getAllPages instead. The decision to
- // expose this internal cache was arguably incorrect, but it is
+ // Traverse page tree return all /Page objects. It also detects
+ // and resolves cases in which the same /Page object is
+ // duplicated. For efficiency, this method returns a const
+ // reference to an internal vector of pages. Calls to addPage,
+ // addPageAt, and removePage safely update this, but directly
+ // manipulation of the pages three or pushing inheritable objects
+ // to the page level may invalidate it. See comments for
+ // updateAllPagesCache() for additional notes. Newer code should
+ // use QPDFPageDocumentHelper::getAllPages instead. The decision
+ // to expose this internal cache was arguably incorrect, but it is
// being left here for compatibility. It is, however, completely
// safe to use this for files that you are not modifying.
QPDF_DLL
@@ -629,9 +705,59 @@ class QPDF
std::set<QPDFObjGen> visiting;
};
+ class EncryptionParameters
+ {
+ friend class QPDF;
+ public:
+ EncryptionParameters();
+
+ private:
+ bool encrypted;
+ bool encryption_initialized;
+ int encryption_V;
+ int encryption_R;
+ bool encrypt_metadata;
+ std::map<std::string, encryption_method_e> crypt_filters;
+ encryption_method_e cf_stream;
+ encryption_method_e cf_string;
+ encryption_method_e cf_file;
+ std::string provided_password;
+ std::string user_password;
+ std::string encryption_key;
+ std::string cached_object_encryption_key;
+ int cached_key_objid;
+ int cached_key_generation;
+ };
+
+ class ForeignStreamData
+ {
+ friend class QPDF;
+ public:
+ ForeignStreamData(
+ PointerHolder<EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ int foreign_objid,
+ int foreign_generation,
+ qpdf_offset_t offset,
+ size_t length,
+ bool is_attachment_stream,
+ QPDFObjectHandle local_dict);
+
+ private:
+ PointerHolder<EncryptionParameters> encp;
+ PointerHolder<InputSource> file;
+ int foreign_objid;
+ int foreign_generation;
+ qpdf_offset_t offset;
+ size_t length;
+ bool is_attachment_stream;
+ QPDFObjectHandle local_dict;
+ };
+
class CopiedStreamDataProvider: public QPDFObjectHandle::StreamDataProvider
{
public:
+ CopiedStreamDataProvider(QPDF& destination_qpdf);
virtual ~CopiedStreamDataProvider()
{
}
@@ -639,9 +765,14 @@ class QPDF
Pipeline* pipeline);
void registerForeignStream(QPDFObjGen const& local_og,
QPDFObjectHandle foreign_stream);
+ void registerForeignStream(QPDFObjGen const& local_og,
+ PointerHolder<ForeignStreamData>);
private:
+ QPDF& destination_qpdf;
std::map<QPDFObjGen, QPDFObjectHandle> foreign_streams;
+ std::map<QPDFObjGen,
+ PointerHolder<ForeignStreamData> > foreign_stream_data;
};
class StringDecrypter: public QPDFObjectHandle::StringDecrypter
@@ -714,6 +845,7 @@ class QPDF
PointerHolder<QPDFObject> resolve(int objid, int generation);
void resolveObjectsInStream(int obj_stream_number);
void findAttachmentStreams();
+ void stopOnError(std::string const& message);
// Calls finish() on the pipeline when done but does not delete it
bool pipeStreamData(int objid, int generation,
@@ -722,6 +854,21 @@ class QPDF
Pipeline* pipeline,
bool suppress_warnings,
bool will_retry);
+ bool pipeForeignStreamData(
+ PointerHolder<ForeignStreamData>,
+ Pipeline*,
+ unsigned long encode_flags,
+ qpdf_stream_decode_level_e decode_level);
+ static bool pipeStreamData(PointerHolder<QPDF::EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ QPDF& qpdf_for_warning,
+ int objid, int generation,
+ qpdf_offset_t offset, size_t length,
+ QPDFObjectHandle dict,
+ bool is_attachment_stream,
+ Pipeline* pipeline,
+ bool suppress_warnings,
+ bool will_retry);
// For QPDFWriter:
@@ -751,10 +898,9 @@ class QPDF
// methods to support page handling
void getAllPagesInternal(QPDFObjectHandle cur_pages,
- std::vector<QPDFObjectHandle>& result);
- void getAllPagesInternal2(QPDFObjectHandle cur_pages,
- std::vector<QPDFObjectHandle>& result,
- std::set<QPDFObjGen>& visited);
+ std::vector<QPDFObjectHandle>& result,
+ std::set<QPDFObjGen>& visited,
+ std::set<QPDFObjGen>& seen);
void insertPage(QPDFObjectHandle newpage, int pos);
int findPage(QPDFObjGen const& og);
int findPage(QPDFObjectHandle& page);
@@ -763,9 +909,12 @@ class QPDF
bool check_duplicate);
// methods to support encryption -- implemented in QPDF_encryption.cc
- encryption_method_e interpretCF(QPDFObjectHandle);
+ static encryption_method_e interpretCF(
+ PointerHolder<EncryptionParameters> encp, QPDFObjectHandle);
void initializeEncryption();
- std::string getKeyForObject(int objid, int generation, bool use_aes);
+ static std::string getKeyForObject(
+ PointerHolder<EncryptionParameters> encp,
+ int objid, int generation, bool use_aes);
void decryptString(std::string&, int objid, int generation);
static std::string compute_encryption_key_from_password(
std::string const& password, EncryptionData const& data);
@@ -774,14 +923,18 @@ class QPDF
static std::string recover_encryption_key_with_password(
std::string const& password, EncryptionData const& data,
bool& perms_valid);
- void decryptStream(
- Pipeline*& pipeline, int objid, int generation,
- QPDFObjectHandle& stream_dict,
+ static void decryptStream(
+ PointerHolder<EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ QPDF& qpdf_for_warning, Pipeline*& pipeline,
+ int objid, int generation,
+ QPDFObjectHandle& stream_dict, bool is_attachment_stream,
std::vector<PointerHolder<Pipeline> >& heap);
- // Methods to support object copying
+ // Unused copyForeignObject -- remove at next ABI change
QPDFObjectHandle copyForeignObject(
- QPDFObjectHandle foreign, bool allow_page);
+ QPDFObjectHandle foreign, bool unused);
+ // Methods to support object copying
void reserveObjects(QPDFObjectHandle foreign, ObjCopier& obj_copier,
bool top);
QPDFObjectHandle replaceForeignIndirectObjects(
@@ -1135,11 +1288,6 @@ class QPDF
QPDFObjectHandle,
std::map<std::string, std::vector<QPDFObjectHandle> >&,
std::vector<QPDFObjectHandle>& all_pages,
- bool allow_changes, bool warn_skipped_keys);
- void pushInheritedAttributesToPageInternal2(
- QPDFObjectHandle,
- std::map<std::string, std::vector<QPDFObjectHandle> >&,
- std::vector<QPDFObjectHandle>& all_pages,
bool allow_changes, bool warn_skipped_keys,
std::set<QPDFObjGen>& visited);
void updateObjectMaps(ObjUser const& ou, QPDFObjectHandle oh);
@@ -1152,36 +1300,24 @@ class QPDF
friend class QPDF;
public:
+ QPDF_DLL
~Members();
private:
Members();
Members(Members const&);
+ unsigned long long unique_id;
QPDFTokenizer tokenizer;
PointerHolder<InputSource> file;
std::string last_object_description;
bool provided_password_is_hex_key;
- bool encrypted;
- bool encryption_initialized;
bool ignore_xref_streams;
bool suppress_warnings;
std::ostream* out_stream;
std::ostream* err_stream;
bool attempt_recovery;
- int encryption_V;
- int encryption_R;
- bool encrypt_metadata;
- std::map<std::string, encryption_method_e> crypt_filters;
- encryption_method_e cf_stream;
- encryption_method_e cf_string;
- encryption_method_e cf_file;
- std::string provided_password;
- std::string user_password;
- std::string encryption_key;
- std::string cached_object_encryption_key;
- int cached_key_objid;
- int cached_key_generation;
+ PointerHolder<EncryptionParameters> encp;
std::string pdf_version;
std::map<QPDFObjGen, QPDFXRefEntry> xref_table;
std::set<int> deleted_objects;
@@ -1192,12 +1328,14 @@ class QPDF
std::map<QPDFObjGen, int> pageobj_to_pages_pos;
bool pushed_inherited_attributes_to_pages;
std::vector<QPDFExc> warnings;
- std::map<QPDF*, ObjCopier> object_copiers;
+ std::map<unsigned long long, ObjCopier> object_copiers;
PointerHolder<QPDFObjectHandle::StreamDataProvider> copied_streams;
// copied_stream_data_provider is owned by copied_streams
CopiedStreamDataProvider* copied_stream_data_provider;
std::set<QPDFObjGen> attachment_streams;
bool reconstructed_xref;
+ bool fixed_dangling_refs;
+ bool immediate_copy_from;
// Linearization data
qpdf_offset_t first_xref_item_offset; // actual value from file
@@ -1239,4 +1377,4 @@ class QPDF
PointerHolder<Members> m;
};
-#endif // __QPDF_HH__
+#endif // QPDF_HH
diff --git a/include/qpdf/QPDFAcroFormDocumentHelper.hh b/include/qpdf/QPDFAcroFormDocumentHelper.hh
index 519f626b..b0e05f50 100644
--- a/include/qpdf/QPDFAcroFormDocumentHelper.hh
+++ b/include/qpdf/QPDFAcroFormDocumentHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFACROFORMDOCUMENTHELPER_HH__
-#define __QPDFACROFORMDOCUMENTHELPER_HH__
+#ifndef QPDFACROFORMDOCUMENTHELPER_HH
+#define QPDFACROFORMDOCUMENTHELPER_HH
// This document helper is intended to help with operations on
// interactive forms. Here are the key things to know:
@@ -85,6 +85,10 @@ class QPDFAcroFormDocumentHelper: public QPDFDocumentHelper
public:
QPDF_DLL
QPDFAcroFormDocumentHelper(QPDF&);
+ QPDF_DLL
+ virtual ~QPDFAcroFormDocumentHelper()
+ {
+ }
// This class lazily creates an internal cache of the mapping
// among form fields, annotations, and pages. Methods within this
@@ -153,6 +157,16 @@ class QPDFAcroFormDocumentHelper: public QPDFDocumentHelper
QPDF_DLL
void setNeedAppearances(bool);
+ // If /NeedAppearances is false, do nothing. Otherwise generate
+ // appearance streams for all widget annotations that need them.
+ // See comments in QPDFFormFieldObjectHelper.hh for
+ // generateAppearance for limitations. For checkbox and radio
+ // button fields, this code ensures that appearance state is
+ // consistent with the field's value and uses any pre-existing
+ // appearance streams.
+ QPDF_DLL
+ void generateAppearancesIfNeeded();
+
private:
void analyze();
void traverseField(QPDFObjectHandle field,
@@ -181,4 +195,4 @@ class QPDFAcroFormDocumentHelper: public QPDFDocumentHelper
PointerHolder<Members> m;
};
-#endif // __QPDFACROFORMDOCUMENTHELPER_HH__
+#endif // QPDFACROFORMDOCUMENTHELPER_HH
diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh
index a5bb5a0d..e2493bba 100644
--- a/include/qpdf/QPDFAnnotationObjectHelper.hh
+++ b/include/qpdf/QPDFAnnotationObjectHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,10 +19,11 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFANNOTATIONOBJECTHELPER_HH__
-#define __QPDFANNOTATIONOBJECTHELPER_HH__
+#ifndef QPDFANNOTATIONOBJECTHELPER_HH
+#define QPDFANNOTATIONOBJECTHELPER_HH
#include <qpdf/QPDFObjectHelper.hh>
+#include <qpdf/Constants.h>
#include <qpdf/DLL.h>
@@ -31,6 +32,10 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
public:
QPDF_DLL
QPDFAnnotationObjectHelper(QPDFObjectHandle);
+ QPDF_DLL
+ virtual ~QPDFAnnotationObjectHelper()
+ {
+ }
// This class provides helper methods for certain types of
// annotations. At its introduction, it only supports Widget
@@ -56,6 +61,11 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
QPDF_DLL
std::string getAppearanceState();
+ // Return flags from "/F". The value is a logical or of
+ // pdf_annotation_flag_e as defined in qpdf/Constants.h.
+ QPDF_DLL
+ int getFlags();
+
// Return a specific stream. "which" may be one of "/N", "/R", or
// "/D" to indicate the normal, rollover, or down appearance
// stream. (Any value may be passed to "which"; if an appearance
@@ -68,10 +78,29 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
QPDFObjectHandle getAppearanceStream(std::string const& which,
std::string const& state = "");
+ // Generate text suitable for addition to the containing page's
+ // content stream that draws this annotation's appearance stream
+ // as a form XObject. The value "name" is the resource name that
+ // will be used to refer to the form xobject. The value "rotate"
+ // should be set to the page's /Rotate value or 0 if none. The
+ // values of required_flags and forbidden_flags are constructed by
+ // logically "or"ing annotation flags of type
+ // pdf_annotation_flag_e defined in qpdf/Constants.h. Content will
+ // be returned only if all required_flags are set and no
+ // forbidden_flags are set. For example, including an_no_view in
+ // forbidden_flags could be useful for creating an on-screen view,
+ // and including an_print to required_flags could be useful if
+ // preparing to print.
+ QPDF_DLL
+ std::string getPageContentForAppearance(
+ std::string const& name, int rotate,
+ int required_flags = 0,
+ int forbidden_flags = an_invisible | an_hidden);
+
private:
class Members
{
- friend class QPDFPageObjectHelper;
+ friend class QPDFAnnotationObjectHelper;
public:
QPDF_DLL
@@ -85,4 +114,4 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
PointerHolder<Members> m;
};
-#endif // __QPDFANNOTATIONOBJECTHELPER_HH__
+#endif // QPDFANNOTATIONOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFDocumentHelper.hh b/include/qpdf/QPDFDocumentHelper.hh
index 3b180743..60da87dd 100644
--- a/include/qpdf/QPDFDocumentHelper.hh
+++ b/include/qpdf/QPDFDocumentHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFDOCUMENTHELPER_HH__
-#define __QPDFDOCUMENTHELPER_HH__
+#ifndef QPDFDOCUMENTHELPER_HH
+#define QPDFDOCUMENTHELPER_HH
#include <qpdf/DLL.h>
#include <qpdf/QPDF.hh>
@@ -63,4 +63,4 @@ class QPDFDocumentHelper
QPDF& qpdf;
};
-#endif // __QPDFDOCUMENTHELPER_HH__
+#endif // QPDFDOCUMENTHELPER_HH
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 5ef7c803..fe0aa1d5 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFEXC_HH__
-#define __QPDFEXC_HH__
+#ifndef QPDFEXC_HH
+#define QPDFEXC_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -39,7 +39,9 @@ class QPDFExc: public std::runtime_error
qpdf_offset_t offset,
std::string const& message);
QPDF_DLL
- virtual ~QPDFExc() throw ();
+ virtual ~QPDFExc() throw ()
+ {
+ }
// To get a complete error string, call what(), provided by
// std::exception. The accessors below return the original values
@@ -75,4 +77,4 @@ class QPDFExc: public std::runtime_error
std::string message;
};
-#endif // __QPDFEXC_HH__
+#endif // QPDFEXC_HH
diff --git a/include/qpdf/QPDFFormFieldObjectHelper.hh b/include/qpdf/QPDFFormFieldObjectHelper.hh
index 4654d956..58c5d098 100644
--- a/include/qpdf/QPDFFormFieldObjectHelper.hh
+++ b/include/qpdf/QPDFFormFieldObjectHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFFORMFIELDOBJECTHELPER_HH__
-#define __QPDFFORMFIELDOBJECTHELPER_HH__
+#ifndef QPDFFORMFIELDOBJECTHELPER_HH
+#define QPDFFORMFIELDOBJECTHELPER_HH
// This object helper helps with form fields for interactive forms.
// Please see comments in QPDFAcroFormDocumentHelper.hh for additional
@@ -29,6 +29,9 @@
#include <qpdf/QPDFObjectHelper.hh>
#include <qpdf/DLL.h>
+#include <vector>
+
+class QPDFAnnotationObjectHelper;
class QPDFFormFieldObjectHelper: public QPDFObjectHelper
{
@@ -37,6 +40,10 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
QPDFFormFieldObjectHelper();
QPDF_DLL
QPDFFormFieldObjectHelper(QPDFObjectHandle);
+ QPDF_DLL
+ virtual ~QPDFFormFieldObjectHelper()
+ {
+ }
QPDF_DLL
bool isNull();
@@ -116,6 +123,38 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
QPDF_DLL
int getQuadding();
+ // Return field flags from /Ff. The value is a logical or of
+ // pdf_form_field_flag_e as defined in qpdf/Constants.h
+ QPDF_DLL
+ int getFlags();
+
+ // Methods for testing for particular types of form fields
+
+ // Returns true if field is of type /Tx
+ QPDF_DLL
+ bool isText();
+ // Returns true if field is of type /Btn and flags do not indicate
+ // some other type of button.
+ QPDF_DLL
+ bool isCheckbox();
+ // Returns true if field is a checkbox and is checked.
+ QPDF_DLL
+ bool isChecked();
+ // Returns true if field is of type /Btn and flags indicate that
+ // it is a radio button
+ QPDF_DLL
+ bool isRadioButton();
+ // Returns true if field is of type /Btn and flags indicate that
+ // it is a pushbutton
+ QPDF_DLL
+ bool isPushbutton();
+ // Returns true if fields if of type /Ch
+ QPDF_DLL
+ bool isChoice();
+ // Returns choices as UTF-8 strings
+ QPDF_DLL
+ std::vector<std::string> getChoices();
+
// Set an attribute to the given value
QPDF_DLL
void setFieldAttribute(std::string const& key, QPDFObjectHandle value);
@@ -126,10 +165,13 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
void setFieldAttribute(std::string const& key,
std::string const& utf8_value);
- // Set /V (field value) to the given value. Optionally set
- // /NeedAppearances to true. You can explicitly tell this method
- // not to set /NeedAppearances if you are going to explicitly
- // generate an appearance stream yourself.
+ // Set /V (field value) to the given value. If need_appearances is
+ // true and the field type is either /Tx (text) or /Ch (choice),
+ // set /NeedAppearances to true. You can explicitly tell this
+ // method not to set /NeedAppearances if you are going to generate
+ // an appearance stream yourself. Starting with qpdf 8.3.0, this
+ // method handles fields of type /Btn (checkboxes, radio buttons,
+ // pushbuttons) specially.
QPDF_DLL
void setV(QPDFObjectHandle value, bool need_appearances = true);
@@ -139,7 +181,24 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
QPDF_DLL
void setV(std::string const& utf8_value, bool need_appearances = true);
+ // Update the appearance stream for this field. Note that qpdf's
+ // ability to generate appearance streams is limited. We only
+ // generate appearance streams for streams of type text or choice.
+ // The appearance uses the default parameters provided in the
+ // file, and it only supports ASCII characters. Quadding is
+ // currently ignored. While this functionality is limited, it
+ // should do a decent job on properly constructed PDF files when
+ // field values are restricted to ASCII characters.
+ QPDF_DLL
+ void generateAppearance(QPDFAnnotationObjectHelper&);
+
private:
+ void setRadioButtonValue(QPDFObjectHandle name);
+ void setCheckBoxValue(bool value);
+ void generateTextAppearance(QPDFAnnotationObjectHelper&);
+ QPDFObjectHandle getFontFromResource(
+ QPDFObjectHandle resources, std::string const& font_name);
+
class Members
{
friend class QPDFFormFieldObjectHelper;
@@ -156,4 +215,4 @@ class QPDFFormFieldObjectHelper: public QPDFObjectHelper
PointerHolder<Members> m;
};
-#endif // __QPDFFORMFIELDOBJECTHELPER_HH__
+#endif // QPDFFORMFIELDOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFNameTreeObjectHelper.hh b/include/qpdf/QPDFNameTreeObjectHelper.hh
new file mode 100644
index 00000000..04a15ca8
--- /dev/null
+++ b/include/qpdf/QPDFNameTreeObjectHelper.hh
@@ -0,0 +1,83 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFNAMETREEOBJECTHELPER_HH
+#define QPDFNAMETREEOBJECTHELPER_HH
+
+#include <qpdf/QPDFObjectHelper.hh>
+#include <qpdf/QPDFObjGen.hh>
+#include <map>
+
+#include <qpdf/DLL.h>
+
+// This is an object helper for name trees. See section 7.9.6 in the
+// PDF spec (ISO 32000) for a description of name trees. This
+// implementation disregards stated limits and sequencing and simply
+// builds a map from string object. If the array of values does not
+// contain a string where expected, this implementation silently skips
+// forward until it finds a string. When looking up items in the name
+// tree, use UTF-8 strings. All names are normalized for lookup
+// purposes.
+
+class QPDFNameTreeObjectHelper: public QPDFObjectHelper
+{
+ public:
+ QPDF_DLL
+ QPDFNameTreeObjectHelper(QPDFObjectHandle);
+ QPDF_DLL
+ virtual ~QPDFNameTreeObjectHelper();
+
+ // Return whether the number tree has an explicit entry for this
+ // number.
+ QPDF_DLL
+ bool hasName(std::string const& utf8);
+
+ // Find an object by name. If found, returns true and initializes
+ // oh.
+ QPDF_DLL
+ bool findObject(std::string const& utf8, QPDFObjectHandle& oh);
+
+ QPDF_DLL
+ std::map<std::string, QPDFObjectHandle> getAsMap() const;
+
+ private:
+ class Members
+ {
+ friend class QPDFNameTreeObjectHelper;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members();
+ Members(Members const&);
+
+ std::map<std::string, QPDFObjectHandle> entries;
+ std::set<QPDFObjGen> seen;
+ };
+
+ void updateMap(QPDFObjectHandle oh);
+
+ PointerHolder<Members> m;
+};
+
+#endif // QPDFNAMETREEOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFNumberTreeObjectHelper.hh b/include/qpdf/QPDFNumberTreeObjectHelper.hh
new file mode 100644
index 00000000..60e5bd9a
--- /dev/null
+++ b/include/qpdf/QPDFNumberTreeObjectHelper.hh
@@ -0,0 +1,114 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFNUMBERTREEOBJECTHELPER_HH
+#define QPDFNUMBERTREEOBJECTHELPER_HH
+
+#include <qpdf/QPDFObjectHelper.hh>
+#include <qpdf/QPDFObjGen.hh>
+#include <functional>
+#include <map>
+
+#include <qpdf/DLL.h>
+
+// This is an object helper for number trees. See section 7.9.7 in the
+// PDF spec (ISO 32000) for a description of number trees. This
+// implementation disregards stated limits and sequencing and simply
+// builds a map from numerical index to object. If the array of
+// numbers does not contain a numerical value where expected, this
+// implementation silently skips forward until it finds a number.
+
+class QPDFNumberTreeObjectHelper: public QPDFObjectHelper
+{
+ public:
+ QPDF_DLL
+ QPDFNumberTreeObjectHelper(QPDFObjectHandle);
+ QPDF_DLL
+ virtual ~QPDFNumberTreeObjectHelper()
+ {
+ }
+
+ typedef long long int numtree_number;
+
+ // Return overall minimum and maximum indices
+ QPDF_DLL
+ numtree_number getMin();
+ QPDF_DLL
+ numtree_number getMax();
+
+ // Return whether the number tree has an explicit entry for this
+ // number.
+ QPDF_DLL
+ bool hasIndex(numtree_number idx);
+
+ // Find an object with a specific index. If found, returns true
+ // and initializes oh.
+ QPDF_DLL
+ bool findObject(numtree_number idx, QPDFObjectHandle& oh);
+ // Find the object at the index or, if not found, the object whose
+ // index is the highest index less than the requested index. If
+ // the requested index is less than the minimum, return false.
+ // Otherwise, return true, initialize oh to the object, and set
+ // offset to the difference between the requested index and the
+ // actual index. For example, if a number tree has values for 3
+ // and 6 and idx is 5, this method would return true, initialize
+ // oh to the value with index 3, and set offset to 2 (5 - 3).
+ QPDF_DLL
+ bool findObjectAtOrBelow(numtree_number idx, QPDFObjectHandle& oh,
+ numtree_number& offset);
+
+ typedef std::map<numtree_number, QPDFObjectHandle> idx_map;
+ QPDF_DLL
+ idx_map getAsMap() const;
+
+ private:
+ class Members
+ {
+ friend class QPDFNumberTreeObjectHelper;
+ typedef QPDFNumberTreeObjectHelper::numtree_number numtree_number;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members();
+ Members(Members const&);
+
+ // Use a reverse sorted map so we can use the lower_bound
+ // method for searching. lower_bound returns smallest entry
+ // not before the searched entry, meaning that the searched
+ // entry is the lower bound. There's also an upper_bound
+ // method, but it does not do what you'd think it should.
+ // lower_bound implements >=, and upper_bound implements >.
+ typedef std::map<numtree_number,
+ QPDFObjectHandle,
+ std::greater<numtree_number> > idx_map;
+ idx_map entries;
+ std::set<QPDFObjGen> seen;
+ };
+
+ void updateMap(QPDFObjectHandle oh);
+
+ PointerHolder<Members> m;
+};
+
+#endif // QPDFNUMBERTREEOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh
index b7b14af1..81c45d9f 100644
--- a/include/qpdf/QPDFObjGen.hh
+++ b/include/qpdf/QPDFObjGen.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFOBJGEN_HH__
-#define __QPDFOBJGEN_HH__
+#ifndef QPDFOBJGEN_HH
+#define QPDFOBJGEN_HH
#include <qpdf/DLL.h>
@@ -48,4 +48,4 @@ class QPDFObjGen
int gen;
};
-#endif // __QPDFOBJGEN_HH__
+#endif // QPDFOBJGEN_HH
diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh
index da54c027..9878804b 100644
--- a/include/qpdf/QPDFObject.hh
+++ b/include/qpdf/QPDFObject.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,11 +19,12 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFOBJECT_HH__
-#define __QPDFOBJECT_HH__
+#ifndef QPDFOBJECT_HH
+#define QPDFOBJECT_HH
#include <qpdf/DLL.h>
#include <qpdf/PointerHolder.hh>
+#include <qpdf/JSON.hh>
#include <string>
@@ -62,6 +63,7 @@ class QPDFObject
virtual ~QPDFObject() {}
virtual std::string unparse() = 0;
+ virtual JSON getJSON() = 0;
// Return a unique type code for the object
virtual object_type_e getTypeCode() const = 0;
@@ -100,6 +102,7 @@ class QPDFObject
{
friend class QPDFObject;
public:
+ QPDF_DLL
~Members();
private:
Members();
@@ -109,4 +112,4 @@ class QPDFObject
PointerHolder<Members> m;
};
-#endif // __QPDFOBJECT_HH__
+#endif // QPDFOBJECT_HH
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 6e45b5fd..b181bd79 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFOBJECTHANDLE_HH__
-#define __QPDFOBJECTHANDLE_HH__
+#ifndef QPDFOBJECTHANDLE_HH
+#define QPDFOBJECTHANDLE_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -198,6 +198,38 @@ class QPDFObjectHandle
double ury;
};
+ // Convenience object for transformation matrices
+ class Matrix
+ {
+ public:
+ Matrix() :
+ a(0.0),
+ b(0.0),
+ c(0.0),
+ d(0.0),
+ e(0.0),
+ f(0.0)
+ {
+ }
+ Matrix(double a, double b, double c,
+ double d, double e, double f) :
+ a(a),
+ b(b),
+ c(c),
+ d(d),
+ e(e),
+ f(f)
+ {
+ }
+
+ double a;
+ double b;
+ double c;
+ double d;
+ double e;
+ double f;
+ };
+
QPDF_DLL
QPDFObjectHandle();
QPDF_DLL
@@ -255,6 +287,12 @@ class QPDFObjectHandle
// Public factory methods
+ // Wrap an object in an array if it is not already an array. This
+ // is a helper for cases in which something in a PDF may either be
+ // a single item or an array of items, which is a common idiom.
+ QPDF_DLL
+ QPDFObjectHandle wrapInArray();
+
// Construct an object of any type from a string representation of
// the object. Throws QPDFExc with an empty filename and an
// offset into the string if there is an error. Any indirect
@@ -362,6 +400,8 @@ class QPDFObjectHandle
QPDF_DLL
static QPDFObjectHandle newArray(Rectangle const&);
QPDF_DLL
+ static QPDFObjectHandle newArray(Matrix const&);
+ QPDF_DLL
static QPDFObjectHandle newDictionary();
QPDF_DLL
static QPDFObjectHandle newDictionary(
@@ -371,6 +411,10 @@ class QPDFObjectHandle
// form of newArray.
QPDF_DLL
static QPDFObjectHandle newFromRectangle(Rectangle const&);
+ // Create an array from a matrix. Equivalent to the matrix
+ // form of newArray.
+ QPDF_DLL
+ static QPDFObjectHandle newFromMatrix(Matrix const&);
// Create a new stream and associate it with the given qpdf
// object. A subsequent call must be made to replaceStreamData()
@@ -494,6 +538,12 @@ class QPDFObjectHandle
// rectangle. Otherwise, return the rectangle [0, 0, 0, 0]
QPDF_DLL
Rectangle getArrayAsRectangle();
+ QPDF_DLL
+ bool isMatrix();
+ // If the array an array of six numeric values, return as a
+ // matrix. Otherwise, return the matrix [1, 0, 0, 1, 0, 0]
+ QPDF_DLL
+ Matrix getArrayAsMatrix();
// Methods for dictionary objects
QPDF_DLL
@@ -509,6 +559,59 @@ class QPDFObjectHandle
QPDF_DLL
bool isOrHasName(std::string const&);
+ // Merge resource dictionaries. Assumes resource dictionaries have
+ // the property that the collection of keys of all first-level
+ // dictionary members contains no duplicates. This method does
+ // nothing if both this object and the other object are not
+ // dictionaries. Otherwise, it has following behavior, where
+ // "object" refers to the object whose method is invoked, and
+ // "other" refers to the argument:
+ //
+ // * For each key in "other" whose value is an array:
+ // * If "object" does not have that entry, shallow copy it.
+ // * Otherwise, if "object" has an array in the same place,
+ // append to that array any objects in "other"'s array that
+ // are not already present.
+ // * For each key in "other" whose value is a dictionary:
+ // * If "object" does not have that entry, shallow copy it.
+ // * Otherwise, for each key in the subdictionary:
+ // * If key is not present in "object"'s entry, shallow copy it.
+ // * Otherwise, ignore. Conflicts are not detected.
+ //
+ // The primary purpose of this method is to facilitate merging of
+ // resource dictionaries that are supposed to have the same scope
+ // as each other. For example, this can be used to merge a form
+ // XObject's /Resources dictionary with a form field's /DR.
+ // Conflicts are not detected. If, in the future, there should be
+ // a need to detect conflicts, this method could detect them and
+ // return a mapping from old to new names. This mapping could be
+ // used for filtering the stream. This would be necessary, for
+ // example, to merge a form XObject's resources with a page's
+ // resources with the intention of concatenating the content
+ // streams.
+ QPDF_DLL
+ void mergeResources(QPDFObjectHandle other);
+
+ // Get all resource names from a resource dictionary. If this
+ // object is a dictionary, this method returns a set of all the
+ // keys in all top-level subdictionaries. For resources
+ // dictionaries, this is the collection of names that may be
+ // referenced in the content stream.
+ QPDF_DLL
+ std::set<std::string> getResourceNames();
+
+ // Find a unique name within a resource dictionary starting with a
+ // given prefix. This method works by appending a number to the
+ // given prefix. It searches starting with min_suffix and sets
+ // min_suffix to selected value upon return. This can be used to
+ // increase efficiency if adding multiple items with the same
+ // prefix. (Why doesn't it set min_suffix to the next number?
+ // Well, maybe you aren't going to actually use the name it
+ // returns.)
+ QPDF_DLL
+ std::string getUniqueResourceName(std::string const& prefix,
+ int& min_suffix);
+
// Return the QPDF object that owns an indirect object. Returns
// null for a direct object.
QPDF_DLL
@@ -727,6 +830,25 @@ class QPDFObjectHandle
QPDF_DLL
std::string unparseBinary();
+ // Return encoded as JSON. For most object types, there is an
+ // obvious mapping. The JSON is generated as follows:
+ // * Names are encoded as strings representing the normalized value of
+ // getName()
+ // * Indirect references are encoded as strings containing "obj gen R"
+ // * Strings are encoded as UTF-8 strings with unrepresentable binary
+ // characters encoded as \uHHHH
+ // * Encoding streams just encodes the stream's dictionary; the stream
+ // data is not represented
+ // * Object types that are only valid in content streams (inline
+ // image, operator) as well as "reserved" objects are not
+ // representable and will be serialized as "null".
+ // If dereference_indirect is true and this is an indirect object,
+ // show the actual contents of the object. The effect of
+ // dereference_indirect applies only to this object. It is not
+ // recursive.
+ QPDF_DLL
+ JSON getJSON(bool dereference_indirect = false);
+
// Legacy helper methods for commonly performed operations on
// pages. Newer code should use QPDFPageObjectHelper instead. The
// specification and behavior of these methods are the same as the
@@ -750,6 +872,7 @@ class QPDFObjectHandle
// do nothing. Objects read normally from the file have
// descriptions. See comments on setObjectDescription for
// additional details.
+ QPDF_DLL
void warnIfPossible(std::string const& warning,
bool throw_if_no_description = false);
@@ -927,4 +1050,4 @@ class QPDFObjectHandle
PointerHolder<Members> m;
};
-#endif // __QPDFOBJECTHANDLE_HH__
+#endif // QPDFOBJECTHANDLE_HH
diff --git a/include/qpdf/QPDFObjectHelper.hh b/include/qpdf/QPDFObjectHelper.hh
index 8aec8955..c61f4c38 100644
--- a/include/qpdf/QPDFObjectHelper.hh
+++ b/include/qpdf/QPDFObjectHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFOBJECTHELPER_HH__
-#define __QPDFOBJECTHELPER_HH__
+#ifndef QPDFOBJECTHELPER_HH
+#define QPDFOBJECTHELPER_HH
#include <qpdf/DLL.h>
@@ -64,4 +64,4 @@ class QPDFObjectHelper
QPDFObjectHandle oh;
};
-#endif // __QPDFOBJECTHELPER_HH__
+#endif // QPDFOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFOutlineDocumentHelper.hh b/include/qpdf/QPDFOutlineDocumentHelper.hh
new file mode 100644
index 00000000..f1920574
--- /dev/null
+++ b/include/qpdf/QPDFOutlineDocumentHelper.hh
@@ -0,0 +1,108 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFOUTLINEDOCUMENTHELPER_HH
+#define QPDFOUTLINEDOCUMENTHELPER_HH
+
+#include <qpdf/QPDFDocumentHelper.hh>
+#include <qpdf/QPDFOutlineObjectHelper.hh>
+#include <qpdf/QPDFNameTreeObjectHelper.hh>
+
+#include <qpdf/QPDF.hh>
+#include <map>
+#include <list>
+#include <set>
+
+#include <qpdf/DLL.h>
+
+// This is a document helper for outlines, also known as bookmarks.
+// Outlines are discussed in section 12.3.3 of the PDF spec
+// (ISO-32000). With the help of QPDFOutlineObjectHelper, the outlines
+// tree is traversed, and a bidirectional map is made between pages
+// and outlines. See also QPDFOutlineObjectHelper.
+
+class QPDFOutlineDocumentHelper: public QPDFDocumentHelper
+{
+ public:
+ QPDF_DLL
+ QPDFOutlineDocumentHelper(QPDF&);
+ QPDF_DLL
+ virtual ~QPDFOutlineDocumentHelper();
+
+ QPDF_DLL
+ bool hasOutlines();
+
+ QPDF_DLL
+ std::list<QPDFOutlineObjectHelper> getTopLevelOutlines();
+
+ // If the name is a name object, look it up in the /Dests key of
+ // the document catalog. If the name is a string, look it up in
+ // the name tree pointed to by the /Dests key of the names
+ // dictionary.
+ QPDF_DLL
+ QPDFObjectHandle
+ resolveNamedDest(QPDFObjectHandle name);
+
+ // Return a list outlines that are known to target the specified
+ // page
+ QPDF_DLL
+ std::list<QPDFOutlineObjectHelper> getOutlinesForPage(QPDFObjGen const&);
+
+ class Accessor
+ {
+ friend class QPDFOutlineObjectHelper;
+
+ QPDF_DLL
+ static bool
+ checkSeen(QPDFOutlineDocumentHelper& dh, QPDFObjGen const& og)
+ {
+ return dh.checkSeen(og);
+ }
+ };
+ friend class Accessor;
+
+ private:
+ bool checkSeen(QPDFObjGen const& og);
+ void initializeByPage();
+
+ class Members
+ {
+ friend class QPDFOutlineDocumentHelper;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members();
+ Members(Members const&);
+
+ std::list<QPDFOutlineObjectHelper> outlines;
+ std::set<QPDFObjGen> seen;
+ QPDFObjectHandle dest_dict;
+ PointerHolder<QPDFNameTreeObjectHelper> names_dest;
+ std::map<QPDFObjGen, std::list<QPDFOutlineObjectHelper> > by_page;
+ };
+
+ PointerHolder<Members> m;
+};
+
+#endif // QPDFOUTLINEDOCUMENTHELPER_HH
diff --git a/include/qpdf/QPDFOutlineObjectHelper.hh b/include/qpdf/QPDFOutlineObjectHelper.hh
new file mode 100644
index 00000000..9063b86f
--- /dev/null
+++ b/include/qpdf/QPDFOutlineObjectHelper.hh
@@ -0,0 +1,122 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFOUTLINEOBJECTHELPER_HH
+#define QPDFOUTLINEOBJECTHELPER_HH
+
+#include <qpdf/QPDFObjectHelper.hh>
+#include <qpdf/QPDFObjGen.hh>
+#include <list>
+
+class QPDFOutlineDocumentHelper;
+
+#include <qpdf/DLL.h>
+
+// This is an object helper for outline items. Outlines, also known as
+// bookmarks, are described in section 12.3.3 of the PDF spec
+// (ISO-32000). See comments below for details.
+
+class QPDFOutlineObjectHelper: public QPDFObjectHelper
+{
+ public:
+ QPDF_DLL
+ virtual ~QPDFOutlineObjectHelper()
+ {
+ // This must be cleared explicitly to avoid circular references
+ // that prevent cleanup of pointer holders.
+ this->m->parent = 0;
+ }
+
+ // All constructors are private. You can only create one of these
+ // using QPDFOutlineDocumentHelper.
+
+ // Return parent pointer. Returns a null pointer if this is a
+ // top-level outline.
+ QPDF_DLL
+ PointerHolder<QPDFOutlineObjectHelper> getParent();
+
+ // Return children as a list.
+ QPDF_DLL
+ std::list<QPDFOutlineObjectHelper> getKids();
+
+ // Return the destination, regardless of whether it is named or
+ // explicit and whether it is directly provided or in a GoTo
+ // action. Returns a null object if the destination can't be
+ // determined. Named destinations can be resolved using the older
+ // root /Dest dictionary or the current names tree.
+ QPDF_DLL
+ QPDFObjectHandle getDest();
+
+ // Return the page that the outline points to. Returns a null
+ // object if the destination page can't be determined.
+ QPDF_DLL
+ QPDFObjectHandle getDestPage();
+
+ // Returns the value of /Count as present in the object, or 0 if
+ // not present. If count is positive, the outline is open. If
+ // negative, it is closed. Either way, the absolute value is the
+ // number descendant items that would be visible if this were
+ // open.
+ QPDF_DLL
+ int getCount();
+
+ // Returns the title as a UTF-8 string. Returns the empty string
+ // if there is no title.
+ QPDF_DLL
+ std::string getTitle();
+
+ class Accessor
+ {
+ friend class QPDFOutlineDocumentHelper;
+
+ static QPDFOutlineObjectHelper
+ create(QPDFObjectHandle oh, QPDFOutlineDocumentHelper& dh, int depth)
+ {
+ return QPDFOutlineObjectHelper(oh, dh, depth);
+ }
+ };
+ friend class Accessor;
+
+ private:
+ QPDF_DLL
+ QPDFOutlineObjectHelper(QPDFObjectHandle, QPDFOutlineDocumentHelper&, int);
+
+ class Members
+ {
+ friend class QPDFOutlineObjectHelper;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members(QPDFOutlineDocumentHelper& dh);
+ Members(Members const&);
+
+ QPDFOutlineDocumentHelper& dh;
+ PointerHolder<QPDFOutlineObjectHelper> parent;
+ std::list<QPDFOutlineObjectHelper> kids;
+ };
+
+ PointerHolder<Members> m;
+};
+
+#endif // QPDFOUTLINEOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFPageDocumentHelper.hh b/include/qpdf/QPDFPageDocumentHelper.hh
index 514f7277..096a401c 100644
--- a/include/qpdf/QPDFPageDocumentHelper.hh
+++ b/include/qpdf/QPDFPageDocumentHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,11 +19,12 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFPAGEDOCUMENTHELPER_HH__
-#define __QPDFPAGEDOCUMENTHELPER_HH__
+#ifndef QPDFPAGEDOCUMENTHELPER_HH
+#define QPDFPAGEDOCUMENTHELPER_HH
#include <qpdf/QPDFDocumentHelper.hh>
#include <qpdf/QPDFPageObjectHelper.hh>
+#include <qpdf/Constants.h>
#include <qpdf/DLL.h>
@@ -31,11 +32,17 @@
#include <qpdf/QPDF.hh>
+class QPDFAcroFormDocumentHelper;
+
class QPDFPageDocumentHelper: public QPDFDocumentHelper
{
public:
QPDF_DLL
QPDFPageDocumentHelper(QPDF&);
+ QPDF_DLL
+ virtual ~QPDFPageDocumentHelper()
+ {
+ }
// Traverse page tree, and return all /Page objects wrapped in
// QPDFPageObjectHelper objects. Unlike with
@@ -66,7 +73,12 @@ class QPDFPageDocumentHelper: public QPDFDocumentHelper
// indirect. If it is an indirect object from another QPDF, this
// method will call pushInheritedAttributesToPage on the other
// file and then copy the page to this QPDF using the same
- // underlying code as copyForeignObject.
+ // underlying code as copyForeignObject. Note that you can call
+ // copyForeignObject directly to copy a page from a different
+ // file, but the resulting object will not be a page in the new
+ // file. You could do this, for example, to convert a page into a
+ // form XObject, though for that, you're better off using
+ // QPDFPageObjectHelper::getFormXObjectForPage.
QPDF_DLL
void addPage(QPDFPageObjectHelper newpage, bool first);
@@ -80,7 +92,30 @@ class QPDFPageDocumentHelper: public QPDFDocumentHelper
QPDF_DLL
void removePage(QPDFPageObjectHelper page);
+ // For every annotation, integrate the annotation's appearance
+ // stream into the containing page's content streams, merge the
+ // annotation's resources with the page's resources, and remove
+ // the annotation from the page. Handles widget annotations
+ // associated with interactive form fields as a special case,
+ // including removing the /AcroForm key from the document catalog.
+ // The values passed to required_flags and forbidden_flags are
+ // passed along to
+ // QPDFAnnotationObjectHelper::getPageContentForAppearance. See
+ // comments there in QPDFAnnotationObjectHelper.hh for meanings of
+ // those flags.
+ QPDF_DLL
+ void flattenAnnotations(
+ int required_flags = 0,
+ int forbidden_flags = an_invisible | an_hidden);
+
private:
+ void flattenAnnotationsForPage(
+ QPDFPageObjectHelper& page,
+ QPDFObjectHandle& resources,
+ QPDFAcroFormDocumentHelper& afdh,
+ int required_flags,
+ int forbidden_flags);
+
class Members
{
friend class QPDFPageDocumentHelper;
@@ -97,4 +132,4 @@ class QPDFPageDocumentHelper: public QPDFDocumentHelper
PointerHolder<Members> m;
};
-#endif // __QPDFPAGEDOCUMENTHELPER_HH__
+#endif // QPDFPAGEDOCUMENTHELPER_HH
diff --git a/include/qpdf/QPDFPageLabelDocumentHelper.hh b/include/qpdf/QPDFPageLabelDocumentHelper.hh
new file mode 100644
index 00000000..2ad05934
--- /dev/null
+++ b/include/qpdf/QPDFPageLabelDocumentHelper.hh
@@ -0,0 +1,104 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFPAGELABELDOCUMENTHELPER_HH
+#define QPDFPAGELABELDOCUMENTHELPER_HH
+
+#include <qpdf/QPDFDocumentHelper.hh>
+
+#include <qpdf/QPDF.hh>
+#include <qpdf/QPDFNumberTreeObjectHelper.hh>
+#include <vector>
+
+#include <qpdf/DLL.h>
+
+// Page labels are discussed in the PDF spec (ISO-32000) in section
+// 12.4.2.
+//
+// Page labels are implemented as a number tree. Each key is a page
+// index, numbered from 0. The values are dictionaries with the
+// following keys, all optional:
+//
+// * /Type: if present, must be /PageLabel
+// * /S: one of /D, /R, /r, /A, or /a for decimal, upper-case and
+// lower-case Roman numeral, or upper-case and lower-case alphabetic
+// * /P: if present, a fixed prefix string that is prepended to each
+// page number
+// * /St: the starting number, or 1 if not specified
+
+class QPDFPageLabelDocumentHelper: public QPDFDocumentHelper
+{
+ public:
+ QPDF_DLL
+ QPDFPageLabelDocumentHelper(QPDF&);
+ QPDF_DLL
+ virtual ~QPDFPageLabelDocumentHelper()
+ {
+ }
+
+ QPDF_DLL
+ bool hasPageLabels();
+
+ // Return a page label dictionary representing the page label for
+ // the given page. The page does not need to appear explicitly in
+ // the page label dictionary. This method will adjust /St as
+ // needed to produce a label that is suitable for the page.
+ QPDF_DLL
+ QPDFObjectHandle getLabelForPage(long long page_idx);
+
+ // Append to the incoming vector a list of objects suitable for
+ // inclusion in a /PageLabels dictionary's /Nums field. start_idx
+ // and end_idx are the indexes to the starting and ending pages
+ // (inclusive) in the original file, and new_start_idx is the
+ // index to the first page in the new file. For example, if pages
+ // 10 through 12 of one file are being copied to a new file as
+ // pages 6 through 8, you would call getLabelsForPageRange(10, 12,
+ // 6), which would return as many entries as are required to add
+ // to the new file's PageLabels. This method fabricates a suitable
+ // entry even if the original document has no page labels. This
+ // behavior facilitates using this function to incrementally build
+ // up a page labels tree when merging files.
+ QPDF_DLL
+ void
+ getLabelsForPageRange(long long start_idx, long long end_idx,
+ long long new_start_idx,
+ std::vector<QPDFObjectHandle>& new_labels);
+
+ private:
+ class Members
+ {
+ friend class QPDFPageLabelDocumentHelper;
+
+ public:
+ QPDF_DLL
+ ~Members();
+
+ private:
+ Members();
+ Members(Members const&);
+
+ PointerHolder<QPDFNumberTreeObjectHelper> labels;
+ };
+
+ PointerHolder<Members> m;
+};
+
+#endif // QPDFPAGELABELDOCUMENTHELPER_HH
diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh
index 08a7d8ab..d7291723 100644
--- a/include/qpdf/QPDFPageObjectHelper.hh
+++ b/include/qpdf/QPDFPageObjectHelper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFPAGEOBJECTHELPER_HH__
-#define __QPDFPAGEOBJECTHELPER_HH__
+#ifndef QPDFPAGEOBJECTHELPER_HH
+#define QPDFPAGEOBJECTHELPER_HH
#include <qpdf/QPDFObjectHelper.hh>
#include <qpdf/QPDFAnnotationObjectHelper.hh>
@@ -34,17 +34,50 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
public:
QPDF_DLL
QPDFPageObjectHelper(QPDFObjectHandle);
+ QPDF_DLL
+ virtual ~QPDFPageObjectHelper()
+ {
+ }
+
+ // Return the effective value of this attribute for the page. If
+ // the requested attribute is not present on the page but is
+ // inheritable, look up through the page's ancestors in the page
+ // tree. If copy_if_shared is true, then this method will replace
+ // the attribute with a shallow copy if it is in indirect or
+ // inherited and return the copy. You should do this if you are
+ // going to modify the returned object and want the modifications
+ // to apply to the current page only.
+ QPDF_DLL
+ QPDFObjectHandle
+ getAttribute(std::string const& name, bool copy_if_shared);
+
+ // Return the TrimBox. If not defined, fall back to CropBox
+ QPDF_DLL
+ QPDFObjectHandle
+ getTrimBox(bool copy_if_shared = false);
+
+ // Return the CropBox. If not defined, fall back to MediaBox
+ QPDF_DLL
+ QPDFObjectHandle
+ getCropBox(bool copy_if_shared = false);
+
+ // Return the MediaBox
+ QPDF_DLL
+ QPDFObjectHandle
+ getMediaBox(bool copy_if_shared = false);
// Returns an empty map if there are no images or no resources.
- // This function does not presently support inherited resources.
- // If this is a significant concern, call
- // pushInheritedAttributesToPage() on the QPDF object that owns
- // this page. See comment in the source for details. Return value
- // is a map from XObject name to the image object, which is always
- // a stream.
+ // Prior to qpdf 8.4.0, this function did not support inherited
+ // resources, but it does now. Return value is a map from XObject
+ // name to the image object, which is always a stream.
QPDF_DLL
std::map<std::string, QPDFObjectHandle> getPageImages();
+ // Convert each inline image to an external (normal) image if the
+ // size is at least the specified number of bytes.
+ QPDF_DLL
+ void externalizeInlineImages(size_t min_size = 0);
+
// Return the annotations in the page's "/Annots" list, if any. If
// only_subtype is non-empty, only include annotations of the
// given subtype.
@@ -136,6 +169,67 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
QPDF_DLL
void removeUnreferencedResources();
+ // Return a new QPDFPageDocumentHelper that is a duplicate of the
+ // page. The returned object is an indirect object that is ready
+ // to be inserted into the same or a different QPDF object using
+ // any of the addPage methods in QPDFPageDocumentHelper or QPDF.
+ // Without calling one of those methods, the page will not be
+ // added anywhere. The new page object shares all content streams
+ // and indirect object resources with the original page, so if you
+ // are going to modify the contents or other aspects of the page,
+ // you will need to handling copying of the component parts
+ // separately.
+ QPDF_DLL
+ QPDFPageObjectHelper shallowCopyPage();
+
+ // Return a transformation matrix whose effect is the same as the
+ // page's /Rotate and /UserUnit parameters. If invert is true,
+ // return a matrix whose effect is the opposite. The regular
+ // matrix is suitable for taking something from this page to put
+ // elsewhere, and the second one is suitable for putting something
+ // else onto this page. The page's TrimBox is used as the bounding
+ // box for purposes of computing the matrix.
+ QPDF_DLL
+ QPDFObjectHandle::Matrix getMatrixForTransformations(bool invert = false);
+
+ // Return a form XObject that draws this page. This is useful for
+ // n-up operations, underlay, overlay, thumbnail generation, or
+ // any other case in which it is useful to replicate the contents
+ // of a page in some other context. The dictionaries are shallow
+ // copies of the original page dictionary, and the contents are
+ // coalesced from the page's contents. The resulting object handle
+ // is not referenced anywhere. If handle_transformations is true,
+ // the resulting form XObject's /Matrix will be set to replicate
+ // rotation (/Rotate) and scaling (/UserUnit) in the page's
+ // dictionary. In this way, the page's transformations will be
+ // preserved when placing this object on another page.
+ QPDF_DLL
+ QPDFObjectHandle getFormXObjectForPage(bool handle_transformations = true);
+
+ // Return content stream text that will place the given form
+ // XObject (fo) using the resource name "name" on this page
+ // centered within the given rectangle and shrunk to fit if
+ // necessary. If invert_transformations is true, the effect of any
+ // rotation (/Rotate) and scaling (/UserUnit) applied to the
+ // current page will be inverted in the form XObject placement.
+ // This will cause the form XObject's absolute orientation to be
+ // preserved. You could overlay one page on another by calling
+ // getFormXObjectForPage on the original page,
+ // QPDFObjectHandle::getUniqueResourceName on the destination
+ // page's Resources dictionary to generate a name for the
+ // resulting object, and calling placeFormXObject on the
+ // destination page. Then insert the new fo (or, if it comes from
+ // a different file, the result of calling copyForeignObject on
+ // it) into the resources dictionary using name, and append or
+ // prepend the content to the page's content streams. See the
+ // overlay/underlay code in qpdf.cc or
+ // examples/pdf-overlay-page.cc for an example.
+ QPDF_DLL
+ std::string placeFormXObject(
+ QPDFObjectHandle fo, std::string name,
+ QPDFObjectHandle::Rectangle rect,
+ bool invert_transformations = true);
+
private:
class Members
{
@@ -153,4 +247,4 @@ class QPDFPageObjectHelper: public QPDFObjectHelper
PointerHolder<Members> m;
};
-#endif // __QPDFPAGEOBJECTHELPER_HH__
+#endif // QPDFPAGEOBJECTHELPER_HH
diff --git a/include/qpdf/QPDFSystemError.hh b/include/qpdf/QPDFSystemError.hh
new file mode 100644
index 00000000..c4e48713
--- /dev/null
+++ b/include/qpdf/QPDFSystemError.hh
@@ -0,0 +1,58 @@
+// Copyright (c) 2005-2019 Jay Berkenbilt
+//
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
+
+#ifndef QPDFSYSTEMERROR_HH
+#define QPDFSYSTEMERROR_HH
+
+#include <qpdf/DLL.h>
+#include <qpdf/Types.h>
+
+#include <qpdf/Constants.h>
+#include <string>
+#include <stdexcept>
+
+class QPDFSystemError: public std::runtime_error
+{
+ public:
+ QPDF_DLL
+ QPDFSystemError(std::string const& description,
+ int system_errno);
+ QPDF_DLL
+ virtual ~QPDFSystemError() throw ();
+
+ // To get a complete error string, call what(), provided by
+ // std::exception. The accessors below return the original values
+ // used to create the exception.
+
+ QPDF_DLL
+ std::string const& getDescription() const;
+ QPDF_DLL
+ int getErrno() const;
+
+ private:
+ static std::string createWhat(std::string const& description,
+ int system_errno);
+
+ std::string description;
+ int system_errno;
+};
+
+#endif // QPDFSYSTEMERROR_HH
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index eb9215aa..ed33e13c 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFTOKENIZER_HH__
-#define __QPDFTOKENIZER_HH__
+#ifndef QPDFTOKENIZER_HH
+#define QPDFTOKENIZER_HH
#include <qpdf/DLL.h>
@@ -174,11 +174,25 @@ class QPDFTokenizer
size_t max_len = 0);
// Calling this method puts the tokenizer in a state for reading
- // inline images. In that state, it will return all data up to and
- // including the next EI token. After you call this method, the
- // next call to readToken (or the token created next time getToken
- // returns true) will either be tt_inline_image or tt_bad. This is
- // the only way readToken returns a tt_inline_image token.
+ // inline images. You should call this method after reading the
+ // character following the ID operator. In that state, it will
+ // return all data up to BUT NOT INCLUDING the next EI token. This
+ // is a difference in behavior from the legacy version. After you
+ // call this method, the next call to readToken (or the token
+ // created next time getToken returns true) will either be
+ // tt_inline_image or tt_bad. This is the only way readToken
+ // returns a tt_inline_image token. The older version of this
+ // method that takes does not take a PointerHolder<InputSource>
+ // will always end the inline image the first time it sees
+ // something that looks like an EI operator and will include the
+ // EI operator in the token. It is being maintained for backward
+ // compatibility only and will likely be removed in the future.
+ QPDF_DLL
+ void expectInlineImage(PointerHolder<InputSource> input);
+
+ // Legacy version. New code should not call this. The token
+ // returned will include the EI keyword. The recipient of the
+ // token will have to remove it.
QPDF_DLL
void expectInlineImage();
@@ -190,6 +204,7 @@ class QPDFTokenizer
void resolveLiteral();
bool isSpace(char);
bool isDelimiter(char);
+ void findEI(PointerHolder<InputSource> input);
enum state_e {
st_top, st_in_space, st_in_comment, st_in_string, st_lt, st_gt,
@@ -223,14 +238,16 @@ class QPDFTokenizer
std::string error_message;
bool unread_char;
char char_to_unread;
+ size_t inline_image_bytes;
// State for strings
int string_depth;
bool string_ignoring_newline;
char bs_num_register[4];
bool last_char_was_bs;
+ bool last_char_was_cr;
};
PointerHolder<Members> m;
};
-#endif // __QPDFTOKENIZER_HH__
+#endif // QPDFTOKENIZER_HH
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 1802078a..1aa4e8a8 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -23,8 +23,8 @@
// new PDF files. See comments through the header file for additional
// details.
-#ifndef __QPDFWRITER_HH__
-#define __QPDFWRITER_HH__
+#ifndef QPDFWRITER_HH
+#define QPDFWRITER_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -343,6 +343,49 @@ class QPDFWriter
// setting R4 parameters pushes the version to at least 1.5, or if
// AES is used, 1.6, and setting R5 or R6 parameters pushes the
// version to at least 1.7 with extension level 3.
+ //
+ // Note about Unicode passwords: the PDF specification requires
+ // passwords to be encoded with PDF Doc encoding for R <= 4 and
+ // UTF-8 for R >= 5. In all cases, these methods take strings of
+ // bytes as passwords. It is up to the caller to ensure that
+ // passwords are properly encoded. The qpdf command-line tool
+ // tries to do this, as discussed in the manual. If you are doing
+ // this from your own application, QUtil contains many transcoding
+ // functions that could be useful to you, most notably
+ // utf8_to_pdf_doc.
+ QPDF_DLL
+ void setR3EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print);
+ QPDF_DLL
+ void setR4EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print, bool encrypt_metadata, bool use_aes);
+ // R5 is deprecated. Do not use it for production use. Writing
+ // R5 is supported by qpdf primarily to generate test files for
+ // applications that may need to test R5 support.
+ QPDF_DLL
+ void setR5EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print, bool encrypt_metadata);
+ QPDF_DLL
+ void setR6EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print, bool encrypt_metadata_aes);
+
+ // Pre qpdf 8.4.0 API
QPDF_DLL
void setR2EncryptionParameters(
char const* user_password, char const* owner_password,
@@ -359,9 +402,6 @@ class QPDFWriter
bool allow_accessibility, bool allow_extract,
qpdf_r3_print_e print, qpdf_r3_modify_e modify,
bool encrypt_metadata, bool use_aes);
- // R5 is deprecated. Do not use it for production use. Writing
- // R5 is supported by qpdf primarily to generate test files for
- // applications that may need to test R5 support.
QPDF_DLL
void setR5EncryptionParameters(
char const* user_password, char const* owner_password,
@@ -404,6 +444,18 @@ class QPDFWriter
QPDF_DLL
void registerProgressReporter(PointerHolder<ProgressReporter>);
+ // Return the PDF version that will be written into the header.
+ // Calling this method does all the preparation for writing, so it
+ // is an error to call any methods that may cause a change to the
+ // version. Adding new objects to the original file after calling
+ // this may also cause problems. It is safe to update existing
+ // objects or stream contents after calling this method, e.g., to
+ // include the final version number in metadata.
+ QPDF_DLL
+ std::string getFinalVersion();
+
+ // Write the final file. There is no expectation of being able to
+ // call write() more than once.
QPDF_DLL
void write();
@@ -447,6 +499,8 @@ class QPDFWriter
std::set<int>& bits_to_clear,
char const* user_password, char const* owner_password,
bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
qpdf_r3_print_e print, qpdf_r3_modify_e modify);
void disableIncompatibleEncryption(int major, int minor,
int extension_level);
@@ -473,6 +527,7 @@ class QPDFWriter
void writeLinearized();
void enqueuePart(std::vector<QPDFObjectHandle>& part);
void writeEncryptionDictionary();
+ void doWriteSetup();
void writeHeader();
void writeHintStream(int hint_id);
qpdf_offset_t writeXRefTable(
@@ -530,6 +585,7 @@ class QPDFWriter
friend class QPDFWriter;
public:
+ QPDF_DLL
~Members();
private:
@@ -597,6 +653,7 @@ class QPDFWriter
bool deterministic_id;
Pl_MD5* md5_pipeline;
std::string deterministic_id_data;
+ bool did_write_setup;
// For linearization only
std::string lin_pass1_filename;
@@ -616,4 +673,4 @@ class QPDFWriter
PointerHolder<Members> m;
};
-#endif // __QPDFWRITER_HH__
+#endif // QPDFWRITER_HH
diff --git a/include/qpdf/QPDFXRefEntry.hh b/include/qpdf/QPDFXRefEntry.hh
index d85e54da..ee3cf746 100644
--- a/include/qpdf/QPDFXRefEntry.hh
+++ b/include/qpdf/QPDFXRefEntry.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QPDFXREFENTRY_HH__
-#define __QPDFXREFENTRY_HH__
+#ifndef QPDFXREFENTRY_HH
+#define QPDFXREFENTRY_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -54,4 +54,4 @@ class QPDFXRefEntry
int field2;
};
-#endif // __QPDFXREFENTRY_HH__
+#endif // QPDFXREFENTRY_HH
diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh
index 1de779db..048f1794 100644
--- a/include/qpdf/QTC.hh
+++ b/include/qpdf/QTC.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QTC_HH__
-#define __QTC_HH__
+#ifndef QTC_HH
+#define QTC_HH
#include <qpdf/DLL.h>
@@ -30,4 +30,4 @@ namespace QTC
void TC(char const* const scope, char const* const ccase, int n = 0);
};
-#endif // __QTC_HH__
+#endif // QTC_HH
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index a81b0a9e..02dec5ad 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,13 +19,14 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __QUTIL_HH__
-#define __QUTIL_HH__
+#ifndef QUTIL_HH
+#define QUTIL_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
#include <string>
#include <list>
+#include <vector>
#include <stdexcept>
#include <stdio.h>
#include <time.h>
@@ -61,9 +62,14 @@ namespace QUtil
QPDF_DLL
unsigned char* unsigned_char_pointer(char const* str);
- // Throw std::runtime_error with a string formed by appending to
+ // Throw QPDFSystemError, which is derived from
+ // std::runtime_error, with a string formed by appending to
// "description: " the standard string corresponding to the
- // current value of errno.
+ // current value of errno. You can retrieve the value of errno by
+ // calling getErrno() on the QPDFSystemError. Prior to qpdf 8.2.0,
+ // this method threw system::runtime_error directly, but since
+ // QPDFSystemError is derived from system::runtime_error, old code
+ // that specifically catches std::runtime_error will still work.
QPDF_DLL
void throw_system_error(std::string const& description);
@@ -141,11 +147,104 @@ namespace QUtil
std::string toUTF8(unsigned long uval);
// Return a string containing the byte representation of the
- // UTF-16 BE encoding for the unicode value passed in.
+ // UTF-16 big-endian encoding for the unicode value passed in.
// Unrepresentable code points are converted to U+FFFD.
QPDF_DLL
std::string toUTF16(unsigned long uval);
+ // Test whether this is a UTF-16 big-endian string. This is
+ // indicated by first two bytes being 0xFE 0xFF.
+ QPDF_DLL
+ bool is_utf16(std::string const&);
+
+ // Convert a UTF-8 encoded string to UTF-16 big-endian.
+ // Unrepresentable code points are converted to U+FFFD.
+ QPDF_DLL
+ std::string utf8_to_utf16(std::string const& utf8);
+
+ // Convert a UTF-8 encoded string to the specified single-byte
+ // encoding system by replacing all unsupported characters with
+ // the given unknown_char.
+ QPDF_DLL
+ std::string utf8_to_ascii(
+ std::string const& utf8, char unknown_char = '?');
+ QPDF_DLL
+ std::string utf8_to_win_ansi(
+ std::string const& utf8, char unknown_char = '?');
+ QPDF_DLL
+ std::string utf8_to_mac_roman(
+ std::string const& utf8, char unknown_char = '?');
+ QPDF_DLL
+ std::string utf8_to_pdf_doc(
+ std::string const& utf8, char unknown_char = '?');
+
+ // These versions return true if the conversion was successful and
+ // false if any unrepresentable characters were found and had to
+ // be substituted with the unknown character.
+ QPDF_DLL
+ bool utf8_to_ascii(
+ std::string const& utf8, std::string& ascii, char unknown_char = '?');
+ QPDF_DLL
+ bool utf8_to_win_ansi(
+ std::string const& utf8, std::string& win, char unknown_char = '?');
+ QPDF_DLL
+ bool utf8_to_mac_roman(
+ std::string const& utf8, std::string& mac, char unknown_char = '?');
+ QPDF_DLL
+ bool utf8_to_pdf_doc(
+ std::string const& utf8, std::string& pdfdoc, char unknown_char = '?');
+
+ // Convert a UTF-16 big-endian encoded string to UTF-8.
+ // Unrepresentable code points are converted to U+FFFD.
+ QPDF_DLL
+ std::string utf16_to_utf8(std::string const& utf16);
+
+ // Convert from the specified single-byte encoding system to
+ // UTF-8. There is no ascii_to_utf8 because all ASCII strings are
+ // already valid UTF-8.
+ QPDF_DLL
+ std::string win_ansi_to_utf8(std::string const& win);
+ QPDF_DLL
+ std::string mac_roman_to_utf8(std::string const& mac);
+ QPDF_DLL
+ std::string pdf_doc_to_utf8(std::string const& pdfdoc);
+
+ // Analyze a string for encoding. We can't tell the difference
+ // between any single-byte encodings, and we can't tell for sure
+ // whether a string that happens to be valid UTF-8 isn't a
+ // different encoding, but we can at least tell a few things to
+ // help us guess. If there are no characters with the high bit
+ // set, has_8bit_chars is false, and the other values are also
+ // false, even though ASCII strings are valid UTF-8. is_valid_utf8
+ // means that the string is non-trivially valid UTF-8.
+ QPDF_DLL
+ void analyze_encoding(std::string const& str,
+ bool& has_8bit_chars,
+ bool& is_valid_utf8,
+ bool& is_utf16);
+
+ // Try to compensate for previously incorrectly encoded strings.
+ // We want to compensate for the following errors:
+ //
+ // * The string was supposed to be UTF-8 but was one of the
+ // single-byte encodings
+ // * The string was supposed to be PDF Doc but was either UTF-8 or
+ // one of the other single-byte encodings
+ //
+ // The returned vector always contains the original string first,
+ // and then it contains what the correct string would be in the
+ // event that the original string was the result of any of the
+ // above errors.
+ //
+ // This method is useful for attempting to recover a password that
+ // may have been previously incorrectly encoded. For example, the
+ // password was supposed to be UTF-8 but the previous application
+ // used a password encoded in WinAnsi, or if the previous password
+ // was supposed to be PDFDoc but was actually given as UTF-8 or
+ // WinAnsi, this method would find the correct password.
+ QPDF_DLL
+ std::vector<std::string> possible_repaired_encodings(std::string);
+
// If secure random number generation is supported on your
// platform and qpdf was not compiled with insecure random number
// generation, this returns a cryptographically secure random
@@ -215,6 +314,11 @@ namespace QUtil
QPDF_DLL
bool is_number(char const*);
+
+ // This method parses the numeric range syntax used by the qpdf
+ // command-line tool. May throw std::runtime_error.
+ QPDF_DLL
+ std::vector<int> parse_numrange(char const* range, int max);
};
-#endif // __QUTIL_HH__
+#endif // QUTIL_HH
diff --git a/include/qpdf/RandomDataProvider.hh b/include/qpdf/RandomDataProvider.hh
index 59849289..c3a519aa 100644
--- a/include/qpdf/RandomDataProvider.hh
+++ b/include/qpdf/RandomDataProvider.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __RANDOMDATAPROVIDER_HH__
-#define __RANDOMDATAPROVIDER_HH__
+#ifndef RANDOMDATAPROVIDER_HH
+#define RANDOMDATAPROVIDER_HH
#include <string.h> // for size_t
@@ -42,4 +42,4 @@ class RandomDataProvider
RandomDataProvider& operator=(RandomDataProvider const&);
};
-#endif // __RANDOMDATAPROVIDER_HH__
+#endif // RANDOMDATAPROVIDER_HH
diff --git a/include/qpdf/Types.h b/include/qpdf/Types.h
index ae959fed..aa0695f1 100644
--- a/include/qpdf/Types.h
+++ b/include/qpdf/Types.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005-2018 Jay Berkenbilt
+/* Copyright (c) 2005-2019 Jay Berkenbilt
*
* This file is part of qpdf.
*
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDFTYPES_H__
-#define __QPDFTYPES_H__
+#ifndef QPDFTYPES_H
+#define QPDFTYPES_H
/* Provide an offset type that should be as big as off_t on just about
* any system. If your compiler doesn't support C99 (or at least the
@@ -30,4 +30,4 @@
typedef long long int qpdf_offset_t;
-#endif /* __QPDFTYPES_H__ */
+#endif /* QPDFTYPES_H */
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index a6002a92..c0983a53 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005-2018 Jay Berkenbilt
+/* Copyright (c) 2005-2019 Jay Berkenbilt
*
* This file is part of qpdf.
*
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDF_C_H__
-#define __QPDF_C_H__
+#ifndef QPDF_C_H
+#define QPDF_C_H
/*
* This file defines a basic "C" API for qpdf. It provides access to
@@ -390,6 +390,40 @@ extern "C" {
QPDF_BOOL allow_extract, QPDF_BOOL allow_annotate);
QPDF_DLL
+ void qpdf_set_r3_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print);
+
+ QPDF_DLL
+ void qpdf_set_r4_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print,
+ QPDF_BOOL encrypt_metadata, QPDF_BOOL use_aes);
+
+ QPDF_DLL
+ void qpdf_set_r5_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print, QPDF_BOOL encrypt_metadata);
+
+ QPDF_DLL
+ void qpdf_set_r6_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print, QPDF_BOOL encrypt_metadata);
+
+ /* Pre 8.4.0 encryption API */
+ QPDF_DLL
void qpdf_set_r3_encryption_parameters(
qpdf_data qpdf, char const* user_password, char const* owner_password,
QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
@@ -442,4 +476,4 @@ extern "C" {
#endif
-#endif /* __QPDF_C_H__ */
+#endif /* QPDF_C_H */
diff --git a/ispell-words b/ispell-words
index d568bd76..9d60b74d 100644
--- a/ispell-words
+++ b/ispell-words
@@ -5,11 +5,9 @@ abacc
abc
ABCD
abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
-abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
abcde
abcdefABCDEF
abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
-abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
ABI
@@ -26,7 +24,11 @@ activatePipelineStack
ActiveState
acyclic
adbe
+addArrayElement
+addChoicesToCompletions
addContentTokenFilter
+addDictionaryMember
+addOptionsToCompletions
addPage
addPageAt
addPageContents
@@ -45,6 +47,7 @@ afa
afdh
ageneration
AHx
+ai
AIX
alloc
allocator
@@ -59,30 +62,118 @@ allowModifyOther
allowPoundAnywhereInName
allowPrintHighRes
allowPrintLowRes
+alternativename
annot
+annotationflags
annots
+ansi
antivirus
anyBadTokens
aobjid
+aoh
ap
apexcovantage
api
APIs
+apis
+appearancestate
appendable
appendItem
appendString
+appian
AppImage
appimage
arandom
arg
argc
+argCheck
+argCheckLinearization
+argCoalesceContents
+argCollate
+argCompletionBash
+argCompletionZsh
+argCompressStreams
+argCopyEncryption
+argCopyright
+argDecodeLevel
+argDecrypt
+argDeterministicId
+argEmpty
+argEncrypt
+argEncryptionFilePassword
+argEndEncrypt
+argEndUnderOverlay
+argExternalizeInlineImages
+argfile
+argFilteredStreamData
+argFlattenAnnotations
+argForceVersion
+argGenerateAppearances
+argHelp
+argIgnoreXrefStreams
+argIiMinBytes
+argJson
+argJsonHelp
+argJsonKey
+argJsonObject
+argKeepFilesOpen
+argKeepInlineImages
+argLinearize
+argLinearizePass
+argMinVersion
+argNewlineBeforeEndstream
+argNoOriginalObjectIds
+argNormalizeContent
+argNoWarn
+argObjectStreams
+argOiMinArea
+argOiMinHeight
+argOiMinWidth
+argOptimizeImages
+argOverlay
+argPages
+ArgParser
+argPassword
+argPasswordIsHexKey
+argPasswordMode
+argPositional
+argPreserveUnreferenced
+argPreserveUnreferencedResources
+argProgress
+argQdf
+argRawStreamData
+argRotate
args
+argShowEncryption
+argShowEncryptionKey
+argShowLinearization
+argShowNpages
+argShowObject
+argShowPages
+argShowXref
+argSplitPages
+argStaticAesIv
+argStaticId
+argStreamData
+argSuppressPasswordRecovery
+argSuppressRecovery
+argUnderlay
+argUOfrom
+argUOpassword
+argUOpositional
+argUOrepeat
+argUOto
argv
+argVerbose
+argVersion
+argWithImages
arko
arko's
Arora
+arr
arrayOrStreamToStreamArray
ArtBox
+asc
ascii
asciiHex
ASCIIHexDecode
@@ -112,11 +203,13 @@ atoi
auth
AuthEvent
autobuilder
+autobuilders
autoconf
autofiles
autogen
autoheader
autolabel
+autoload
automake
autotools
ba
@@ -131,31 +224,40 @@ baeca
BaseFont
basename
BaseVersion
+bashcompinit
+bashdefault
bb
+BBox
+bbox
bc
beb
Berkenbilt
betweenTokens
bf
+bi
bidirectionally
binmode
bis
BitsPerComponent
+bitspercomponent
bitstream
BitStream
BitWriter
BleedBox
+bmc
BogusRandomDataProvider
boldseq
bookinfo
bool
BORLANDC
bp
+BPC
bpp
bpr
brdp
bs
BT
+btn
buf
BufferInputSource
buflen
@@ -165,6 +267,7 @@ bufsize
BUGREPORT
buildrules
bw
+bx
bytesNeeded
ca
calc
@@ -184,6 +287,7 @@ cc
ccase
ccc
CCF
+CCITT
CCITTFaxDecode
cd
cdc
@@ -194,11 +298,14 @@ ced
cerr
cf
cfea
+cfis
CFLAGS
CFM
+cgi
ch
ChangeLog
Checkboxes
+checkCompletion
checkDataChecksum
checkError
checkFileChecksum
@@ -208,11 +315,16 @@ checkHSharedObject
checkLinearization
checkLinearizationInternal
checkPageContents
+checkSchema
+checkSchemaInternal
+checkSeen
checkUnread
CHGeneric
+chmod
cho
CHPageOffset
CHPageOffsetEntry
+chr
CHSharedObject
CHSharedObjectEntry
CHSomething
@@ -220,10 +332,14 @@ ci
cin
cinfo
ciphertext
+cis
cl
classname
clearPipelineStack
+clearsign
cleartext
+ClearTextMetadata
+CLI
ClosedFileInputSource
CloseHandle
closeObject
@@ -240,6 +356,8 @@ ColorSpace
colorspace
ColorToGray
com
+commandline
+COMP
compareVersions
compatbility
CompressConfig
@@ -250,7 +368,9 @@ config
conftest
const
ContentNormalizer
+ContentProvider
contrib
+convertIIDict
CopiedStreamDataProvider
copyEncryptionParameters
copyForeign
@@ -286,8 +406,11 @@ cstring
ctest
ctx
ctype
+CVE
+cx
cxx
CXXFLAGS
+cy
cygwin
da
daae
@@ -304,8 +427,11 @@ debian
dec
declspec
decodeAverage
+decodelevel
+decodeLevelChoices
decodePaeth
DecodeParms
+decodeparms
decodeRow
decodeStreams
decodeSub
@@ -317,15 +443,22 @@ decrypting
decryptStream
decryptString
def
+defaultvalue
+definitionId
deflateEnd
deflateInit
defq
delphi
+deobfuscated
+dep
deque
dereference
dereferenced
dest
DESTDIR
+destpage
+destpageposfrom
+dests
detecet
dev
devel
@@ -335,6 +468,8 @@ DeviceRGB
dh
DIAERESIS
dict
+didier
+didierstevens
diff
diffs
diffutils
@@ -347,9 +482,10 @@ DiscardContents
discardGeneration
dist
distclean
+distfiles
dl
dlfcn
-DLL
+dll
DLL's
dllexport
dlls
@@ -360,10 +496,16 @@ docdir
DocOpen
DOCTYPE
DocumentHelper
+doFinalChecks
DOTLESS
doubleBoxSize
+doWriteSetup
Doxygen
+dp
+dquote
+dr
driverless
+dropdown
DTD
dtdvalid
dumpHGeneric
@@ -377,7 +519,10 @@ dwHighDateTime
dwLowDateTime
DWORD
dwVolumeSerialNumber
+dx
+dy
ea
+eacute
eadb
earlychange
EarlyChange
@@ -386,23 +531,28 @@ EBADF
ebae
ecc
ecedd
+ecks
eded
eeb
eeee
ef
EFF
efgh
-EI
+ei
+ejb
elif
elt
EmbeddedFiles
embeddedFiles
+emc
emptyPDF
en
+encodable
encodeDataIncrementally
encodeFile
encodeRow
encodeString
+encp
EncryptionData
EncryptionParameters
EncryptMetadata
@@ -420,12 +570,14 @@ enqueueObjectsStandard
enqueuePart
enqueues
enqueuing
+enspliel
enum
env
envar
eod
eof
eol
+ep
epub
eq
ERANGE
@@ -435,12 +587,17 @@ errno
erroffset
errptr
esize
+esses
+eval
exc
exe
exp
expectInlineImage
ExtensionLevel
extern
+externalize
+externalized
+externalizeInlineImages
fb
fBqpdf
fc
@@ -448,6 +605,7 @@ fcc
fclose
fcntl
fd
+fdict
feebbd
ferror
ff
@@ -459,6 +617,8 @@ fghij
fh
fi
fI
+fieldflags
+fieldtype
fIinfilename
fileinfo
FileInputSource
@@ -468,14 +628,18 @@ filep
Filespec
FILETIME
filetrailer
+filterability
filterCompressedObjects
filterPageContents
findAndSkipNextEOL
findAttachmentStreams
+findEI
findEndstream
findFirst
findHeader
findLast
+findObject
+findObjectAtOrBelow
findPage
findSource
findStartxref
@@ -484,23 +648,34 @@ fIoutfilename
firstname
firstterm
fis
+fixDanglingReferences
fl
+flarp
flate
FlateDecode
+flattenAnnotations
+flattenAnnotationsForPage
flattenPagesTree
flattenScalarReferences
Florian
+fmatrix
FMT
fn
fname
fo
+foh
fopen
forcePDFVersion
+ForceR
+ForceV
foreach
+ForeignStreamData
+fp
fprintf
fR
fr
fread
+FS
fsanitize
fseek
fseeki
@@ -510,20 +685,27 @@ ftell
ftelli
ftello
fullinfo
+fullname
fullpad
func
fv
fweimer
fwrite
+fx
+FxConflict
+Fxo
Gagic
GajiÄ
gajic
gcc
gcurl
gen
+generateAppearance
+generateAppearancesIfNeeded
generateHintStream
generateID
generateObjectStreams
+generateTextAppearance
genok
getAllObjects
getAllPages
@@ -534,31 +716,40 @@ getAnnotationsForField
getAppearanceDictionary
getAppearanceState
getAppearanceStream
+getArrayAsMatrix
getArrayAsRectangle
getArrayAsVector
getArrayItem
getArrayNItems
getAsArray
getAsMap
+getAsMatrix
getAsVector
+getAttribute
getBits
getBitsSigned
getBoolValue
getBuffer
+getChoices
getCompressibleObjects
getCompressibleObjGens
getCount
+getCropBox
+getDA
getDataChecksum
getDefaultAppearance
getDefaultValue
getDefaultValueAsString
getDescription
+getDest
+getDestPage
getDict
getDictAsMap
getEncryptionKey
getEncryptMetadata
getenv
GetEnvironmentVariable
+getErrno
getErrorCode
getErrorMessage
getExtensionLevel
@@ -568,8 +759,13 @@ getFileChecksum
GetFileInformationByHandle
getFilename
getFilePosition
+getFinalVersion
getFirstChar
+getFlags
+getFontFromResource
+getFontName
getFormFields
+getFormXObjectForPage
getFullyQualifiedName
getGen
getGeneration
@@ -583,9 +779,13 @@ getInlineImageValue
getInstance
getIntValue
getItem
+getJSON
getKey
getKeyForObject
getKeys
+getKids
+getLabelForPage
+getLabelsForPageRange
getLastChar
GetLastError
getLastOffset
@@ -595,7 +795,11 @@ getLinearizationOffset
getLinearizedParts
getMappingName
getMatch
+getMatrixForTransformations
+getMax
+getMediaBox
getMessageDetail
+getMin
getName
getNeedAppearances
getNext
@@ -618,9 +822,11 @@ getOffset
getOffsetLength
getOperatorValue
getOriginalID
+getOutlinesForPage
getOwningQPDF
getP
getPaddedUserPassword
+getPageContentForAppearance
getPageContents
getPageImages
getParent
@@ -638,14 +844,21 @@ getRawValue
getRealValue
getRect
getRefcount
+getResourceNames
getRoot
getSize
getStreamData
+getStreamDataBuffer
+getStreamDataProvider
getStringValue
getSubtype
GetSystemTime
+getTf
+getTitle
getToken
+getTopLevelOutlines
getTrailer
+getTrimBox
getTrimmedTrailer
getTrimmedUserPassword
getTrimmedUserPassword's
@@ -655,6 +868,8 @@ getTypeName
getU
getUE
getUncompressedObject
+getUniqueId
+getUniqueResourceName
getUserPassword
getUTF
getV
@@ -668,13 +883,16 @@ getWidth
GG
ghostscript
GhostScript
+GiB
github
+glarp
glerbl
glibc
gm
gmail
GNUC
gnuwin
+GoTo
gpg
grayscale
grep
@@ -686,15 +904,24 @@ Gynvael
gz
gzip
HAGOOGAMAGOOGLE
+handleArgFileArguments
+handleBashArguments
handleCode
+handleCompletion
handleData
handleEOF
+handleHelpArgs
handleObject
handleToken
hasAcroForm
+hasacroform
hasDescription
+hasIndex
hasKey
+hasName
hasObjectDescription
+hasOutlines
+hasPageLabels
hb
hbp
HCRYPTPROV
@@ -709,12 +936,12 @@ HGeneric
hh
HighPart
hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
-hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
hlen
Hoffmann
HOi
HPageOffset
HPageOffsetEntry
+hr
href
HS
HSharedObject
@@ -738,12 +965,15 @@ iff
ifndef
ifstream
ignorable
+IIm
+iit
ijg
Im
ImageC
ImageChecker
ImageInverter
ImageMask
+ImageOptimizer
ImageProvider
inbuf
includeIgnorable
@@ -756,15 +986,19 @@ infilename
inflateEnd
inflateInit
inflateReset
+ing
init
+initializeByPage
initializeEncryption
initializePipelineStack
initializeSpecialStreams
initializeVector
initializeWithRandomBytes
+initOptionTable
inline
InlineImage
inlineimage
+InlineImageTracker
ino
inode
inpdf
@@ -793,6 +1027,11 @@ iostream
irdp
isArray
isBool
+isCheckbox
+ischeckbox
+isChecked
+isChoice
+ischoice
isDataModified
isDelimiter
isDictionary
@@ -804,6 +1043,7 @@ isInitialized
isInlineImage
isInteger
isLinearized
+isMatrix
isName
isNull
isNumber
@@ -814,6 +1054,9 @@ isOrHasName
isPageObject
isPagesObject
ispell
+isPushbutton
+isRadioButton
+isradiobutton
isReal
isRectangle
isReserved
@@ -822,6 +1065,8 @@ isspace
isSpace
isStream
isString
+isText
+istext
istream
istype
isType
@@ -829,21 +1074,32 @@ italicseq
itemizedlist
iter
ith
+iz
+jarr
JCS
JDIMENSION
+jdouble
jerr
+jexp
Jian
+jint
jklmnopqrstuvwxyz
+jmap
jmp
jmpbuf
JMSG
+jnull
+jo
jpeg
jpeglib
+jpg
JPOOL
jq
JSAMPARRAY
JSAMPLE
JSAMPROW
+json
+jstr
Jurczyk
keybits
keylen
@@ -854,6 +1110,7 @@ lastnum
lastreleased
lastTokenWasBad
latin
+launchpad
lbuf
lc
ld
@@ -861,12 +1118,14 @@ LDFLAGS
ldquo
len
lengthNextN
-Lexer
+lexer
+LF
lhs
libclang
libgcc
libjpeg
LibJpeg
+libpcre
libqpdf
libs
libtests
@@ -890,6 +1149,7 @@ linkey
linp
LinParameters
linux
+linuxfoundation
listitem
ljpeg
ll
@@ -913,13 +1173,27 @@ lzw
LZWDecode
LZWDecoder
m'qpdf
+mac
MacOS
+Macports
+macroman
+MacRomanEncoding
+makeArray
+makeBool
+makeDictionary
makeDirect
makeDirectInternal
Makefile
makeIndirectObject
+makeInt
+makeNull
+makeNumber
+makePipeline
+makeReal
+makeString
malloc
manualFinish
+mappingname
Mateusz
maxEnd
maxlen
@@ -937,6 +1211,7 @@ memcpy
memmove
memset
merchantability
+mergeResources
metadata
mgr
MILLE
@@ -950,7 +1225,9 @@ MixColumn
mk
mkinstalldirs
mklink
+ModOther
monoseq
+mr
MSC
msg
msvc
@@ -969,17 +1246,23 @@ nannots
nbackrefs
nbits
nbsp
+nBT
nbytes
nch
ndash
NeedAppearances
+needappearances
+nEMC
nendobj
nendstream
ness
+nET
newArray
newBool
NewDict
+newdict
newDictionary
+newFromMatrix
newFromRectangle
newIndirect
newInlineImage
@@ -999,9 +1282,11 @@ nfields
nFileIndexHigh
nFileIndexLow
nfirst
+ngrandkids
nitems
nkids
nl
+nlines
nmatches
nMatches
NoBackref
@@ -1011,22 +1296,34 @@ NOMEMORY
NONINFRINGEMENT
nonprintable
noout
+nopt
normalizeName
normalizer
+NoRotate
+nospace
nouppercase
+NoView
npages
npos
+nproc
+nq
+nQ
+nr
nrounds
nshared
nspaces
+nspecs
nstream
nstripes
NTE
+ntoh
ntotal
NUL
num
numericValue
numrange
+nums
+numtree
nval
nw
nwalsh
@@ -1038,36 +1335,48 @@ OBJDIR
objdump
ObjectHelper
ObjectHolder
+objectStreamsChoices
objectWarning
ObjGen
+objgen
ObjGens
objGenToIndirect
objid
objidok
objok
+objspec
ObjStm
objstm
ObjUser
objusers
oc
-OE
+odh
+odict
+oe
OffsetInputSource
og
ogs
+oi
oiter
okey
ol
+oldpdf
olist
omap
+ooh
op
+opages
OpenAction
openObject
opensource
+optionalParameter
+OptionEntry
ord
org
orig
orred
os
+OSS
ostream
ostringstream
ot
@@ -1091,10 +1400,17 @@ pacman
padLen
Paeth
PaethPredictor
+pagefile
+PageLabel
+PageLabels
+pagelabels
pagemode
PageMode
pageno
+pagenos
pageobj
+pagepos
+pageposfrom
PageSpec
para
param
@@ -1103,9 +1419,15 @@ parms
parsecontent
parseContentStream
parseInternal
+parseNumrange
+parseOptions
parsePageContents
+parsePagesOptions
ParserCallbacks
+parseRotationParameter
+parseUnderOverlayOptions
parseVersion
+partialname
partLen
pathsep
patmv
@@ -1120,9 +1442,12 @@ pcre
pdf
PDFâ
PDFContext
+pdfdoc
+PDFDoc
PDFDocEncoding
pdfDumpInfoDict
PDFs
+pdfs
pdh
pdlin
pe
@@ -1132,7 +1457,9 @@ Pfeifle
ph
phe
php
+pikepdf
pipeContentStreams
+pipeForeignStreamData
PipelineAccessor
pipePageContents
pipeStreamData
@@ -1141,21 +1468,28 @@ Pkey
pkg
PKI
pl
+placeFormXObject
plaintext
plb
+pldh
+pm
png
PNGFilter
pngify
PointerHolder
+PointerHolder's
popPipelineStack
poppler
+popup
pornin
pos
POSIX
PP
+PPA
pr
pragma
pre
+precheck
precompiled
prefilering
prefiltering
@@ -1183,9 +1517,11 @@ prov
provideRandomData
provideStreamData
proxied
+ps
PSâ
pseudorandom
pt
+ptemp
pthread
ptr
pushDiscardFilter
@@ -1196,6 +1532,8 @@ pushMD
pushOutlinesToPart
pushPipeline
PUTU
+PWD
+pypi
qarray
QArray
qdf
@@ -1204,6 +1542,7 @@ QDFWriter
qdict
QDict
QEXC
+ql
qnumbers
QNumbers
qpdf
@@ -1212,12 +1551,16 @@ QPDF's
QPDFAcroFormDocumentHelper
QPDFAcroFormDocumentHelper's
QPDFAnnotationObjectHelper
+qpdfbuild
QPDFCONSTANTS
QPDFDocumentHelper
QPDFExc
QPDFFake
QPDFFakeName
QPDFFormFieldObjectHelper
+QPDFMatrix
+QPDFNameTreeObjectHelper
+QPDFNumberTreeObjectHelper
QPDFObject
QPDFObjectHandle
QPDFObjectHandle's
@@ -1226,18 +1569,24 @@ QPDFObjectHelper
QPDFObjectTypeAccessor
QPDFObjGen
QPDFObjGens
+QPDFOutlineDocumentHelper
+QPDFOutlineObjectHelper
QPDFPageData
QPDFPageDocumentHelper
+QPDFPageLabelDocumentHelper
QPDFPageObjectHelper
qpdfs
QPDFSomethingDocumentHelper
QPDFSomethingObjectHelper
QPDFStream
+QPDFSystemError
QPDFTokenizer
QPDFTYPES
QPDFVersion
+QPDFWordTokenFinder
QPDFWriter
QPDFXRefEntry
+qpf
qqqcqqq
qstream
QStream
@@ -1267,6 +1616,7 @@ rcon
RDONLY
rdp
rdquo
+readArgsFromFile
readHGeneric
readHintStream
readHPageOffset
@@ -1276,14 +1626,19 @@ readLinearizationData
README
readObject
readObjectAtOffset
+readObjectInternal
readToken
+realmain
reattached
recompress
recompressed
+recompresses
recompressing
+recompression
recomputation
recoverStreamLength
rect
+refactor
refcount
refpage
refpos
@@ -1308,9 +1663,13 @@ replaceReserved
replaceStreamData
reportProgress
repos
+requiredChoices
+requiredParameter
+resave
reserveObjects
resetBits
resolveLiteral
+resolveNamedDest
resolveObjectsInStream
ResolveRecorder
resync
@@ -1322,6 +1681,7 @@ rfont
rg
rgb
rhs
+RI
rijndael
rijndaelDecrypt
rijndaelEncrypt
@@ -1335,6 +1695,7 @@ rm
RNRT
rollover
rotatePage
+rotatex
RotationSpec
roundoff
rr
@@ -1352,8 +1713,12 @@ sAlT
saphir
sarray
SASLprep
+savable
scanline
scanlines
+sch
+sdk
+sdp
se
SecureRandomDataProvider
sed
@@ -1366,6 +1731,7 @@ setArrayFromVector
setArrayItem
setAttemptRecovery
setbase
+setCheckBoxValue
setCompressStreams
setContentNormalization
setDataKey
@@ -1381,6 +1747,7 @@ setFile
setFilename
setFromVector
setIgnoreXRefStreams
+setImmediateCopyFrom
setItem
setIV
setjmp
@@ -1411,20 +1778,24 @@ setPreserveEncryption
setPreserveUnreferencedObjects
setQDFMode
setR
+setRadioButtonValue
setRandomDataProvider
setStaticAesIV
setStaticID
setStreamDataMode
setStreamDescription
+setStreamPrecheck
setSuppressOriginalObjectIDs
setSuppressWarnings
setTrailer
setU
setV
setvbuf
+sev
sf
sha
shallowCopy
+shallowCopyPage
showLinearizationData
showXRefTable
sizeof
@@ -1438,14 +1809,19 @@ sph
sphlib
sprintf
sqlite
+squote
srand
srandom
src
srdp
sstream
+stampfile
+stamppdf
+StandardEncoding
startoffset
startxref
stat
+stayOpen
std
STDC
StdCF
@@ -1458,13 +1834,16 @@ StdioFile
stdlib
stdlib's
stdout
+stevens
STL
StmF
+stopOnError
str
strcasecmp
strchr
strcmp
strcpy
+streamDataChoices
StreamDataProvider
strerror
StrF
@@ -1479,6 +1858,7 @@ strncmp
stronghorse
strrchr
strstr
+strtod
strtoi
strtol
strtoll
@@ -1486,10 +1866,12 @@ struct
stylesheet
stylesheets
subclasses
+subdictionaries
subdictionary
SubFilter
SubFilters
sublicense
+subparsers
Subramanyam
substr
substring
@@ -1500,12 +1882,15 @@ suppressions
svg
swapObjects
swversion
+sx
+sy
Symlink
sys
sysnow
SYSTEMTIME
SystemTimeToFileTime
Syuu
+tarball
TARNAME
tbuf
tc
@@ -1514,14 +1899,20 @@ Te
TerminateParsing
terminateParsing
TESTSUITE
-Tf
+tf
+tff
+TfFinder
+tfh
tgen
th
+thax
thomas
tiffcmp
TIFFPredictor
Tj
-TM
+TL
+Tm
+tmatrix
tmp
tnum
Tobias
@@ -1529,6 +1920,7 @@ tobj
tobjid
TODO
toffset
+tok
TokenFilter
TokenFilters
tokenize
@@ -1537,10 +1929,15 @@ tokenizer
tokenizing
tokenTypeName
toolchain
-Toolchains
+toolchains
toupper
toUTF
tp
+transcode
+transcoders
+transcodes
+transcoding
+transformRectangle
traverseField
travis
TrimBox
@@ -1549,12 +1946,17 @@ tt
ttype
TU
turbo
-Tx
+Tval
+tx
txt
+ty
+typename
typeWarning
+ubuntu
uc
udata
UE
+uHHHH
uinow
uint
uiter
@@ -1566,7 +1968,11 @@ ULONGLONG
uncompresesd
uncompress
uncompressing
+unconflicting
undef
+underlaid
+underlaying
+UnderOverlay
understandDecodeParams
unencrypted
unfilterable
@@ -1586,8 +1992,11 @@ unreadCh
unreferenced
unresolvable
unretrieved
+uo
+upages
upass
updateAllPagesCache
+updateMap
updateObjectMaps
updateObjectMapsInternal
updatePagesCache
@@ -1595,7 +2004,10 @@ urandom
url
urx
ury
+usageExit
+UseAes
UseOutlines
+UserUnit
useStaticIV
useZeroIV
USLetter
@@ -1603,10 +2015,12 @@ usr
utf
Util
utils
+uuid
uval
val
valgrind
valstr
+ValueSetter
var
variablelist
varlistentry
@@ -1615,6 +2029,7 @@ vc
vec
vecs
VER
+versioned
viewable
ViewerPreferences
Vitaliy
@@ -1625,14 +2040,23 @@ vp
vvv
warnIfPossible
wb
+wchar
Wconversion
+wcslen
Weimer
werror
+WFLAGS
whoami
+WinAnsi
+winansi
WinAnsiEncoding
wincrypt
WindowsCryptProvider
+wmain
+wmatrix
Wold
+wrapInArray
+writeAppearance
writeBinary
writeBits
writeBitsSigned
@@ -1659,18 +2083,25 @@ writeXRefStream
writeXRefTable
Wsign
www
+WX
wxWindows
xA
xa
xABUL
+xb
+xbd
xbebfbc
xbf
xc
xcc
+xcf
xD
+xd
xDC
+xe
xeaa
xee
+xef
xefcdab
xF
xf
@@ -1691,9 +2122,10 @@ xmlns
xobj
xobject
XObject
+XObject's
XObjects
xor
-XP
+xp
xpacket
xpdf
XPOST
@@ -1704,22 +2136,27 @@ xrefFirst
XRefStm
xrefStream
xrefTable
+xscale
xsl
XSLTPROC
XXX
xy
yn
+yp
+yscale
yuiop
yyyymmdd
z's
zalloc
zarko
Zarko's
+zcaron
zdata
Zeroize
zeroizing
zfree
zlib
+zsh
zstream
zzzzz
zzzzzz
diff --git a/libqpdf/ClosedFileInputSource.cc b/libqpdf/ClosedFileInputSource.cc
index ea79a840..e9c9b3bd 100644
--- a/libqpdf/ClosedFileInputSource.cc
+++ b/libqpdf/ClosedFileInputSource.cc
@@ -4,16 +4,14 @@
ClosedFileInputSource::Members::Members(char const* filename) :
filename(filename),
offset(0),
- fis(0)
+ fis(0),
+ stay_open(false)
{
}
ClosedFileInputSource::Members::~Members()
{
- if (fis)
- {
- delete fis;
- }
+ delete fis;
}
ClosedFileInputSource::ClosedFileInputSource(char const* filename) :
@@ -42,6 +40,10 @@ ClosedFileInputSource::after()
{
this->last_offset = this->m->fis->getLastOffset();
this->m->offset = this->m->fis->tell();
+ if (this->m->stay_open)
+ {
+ return;
+ }
delete this->m->fis;
this->m->fis = 0;
}
@@ -82,6 +84,10 @@ void
ClosedFileInputSource::rewind()
{
this->m->offset = 0;
+ if (this->m->fis)
+ {
+ this->m->fis->rewind();
+ }
}
size_t
@@ -101,3 +107,13 @@ ClosedFileInputSource::unreadCh(char ch)
// Don't call after -- the file has to stay open after this
// operation.
}
+
+void
+ClosedFileInputSource::stayOpen(bool val)
+{
+ this->m->stay_open = val;
+ if ((! val) && this->m->fis)
+ {
+ after();
+ }
+}
diff --git a/libqpdf/JSON.cc b/libqpdf/JSON.cc
new file mode 100644
index 00000000..df753b69
--- /dev/null
+++ b/libqpdf/JSON.cc
@@ -0,0 +1,396 @@
+#include <qpdf/JSON.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/QTC.hh>
+#include <stdexcept>
+
+JSON::Members::~Members()
+{
+}
+
+JSON::Members::Members(PointerHolder<JSON_value> value) :
+ value(value)
+{
+}
+
+JSON::JSON(PointerHolder<JSON_value> value) :
+ m(new Members(value))
+{
+}
+
+JSON::JSON_value::~JSON_value()
+{
+}
+
+JSON::JSON_dictionary::~JSON_dictionary()
+{
+}
+
+std::string JSON::JSON_dictionary::unparse(size_t depth) const
+{
+ std::string result = "{";
+ bool first = true;
+ for (std::map<std::string, PointerHolder<JSON_value> >::const_iterator
+ iter = members.begin();
+ iter != members.end(); ++iter)
+ {
+ if (first)
+ {
+ first = false;
+ }
+ else
+ {
+ result.append(1, ',');
+ }
+ result.append(1, '\n');
+ result.append(2 * (1 + depth), ' ');
+ result += ("\"" + (*iter).first + "\": " +
+ (*iter).second->unparse(1 + depth));
+ }
+ if (! first)
+ {
+ result.append(1, '\n');
+ result.append(2 * depth, ' ');
+ }
+ result.append(1, '}');
+ return result;
+}
+
+JSON::JSON_array::~JSON_array()
+{
+}
+
+std::string JSON::JSON_array::unparse(size_t depth) const
+{
+ std::string result = "[";
+ bool first = true;
+ for (std::vector<PointerHolder<JSON_value> >::const_iterator iter =
+ elements.begin();
+ iter != elements.end(); ++iter)
+ {
+ if (first)
+ {
+ first = false;
+ }
+ else
+ {
+ result.append(1, ',');
+ }
+ result.append(1, '\n');
+ result.append(2 * (1 + depth), ' ');
+ result += (*iter)->unparse(1 + depth);
+ }
+ if (! first)
+ {
+ result.append(1, '\n');
+ result.append(2 * depth, ' ');
+ }
+ result.append(1, ']');
+ return result;
+}
+
+JSON::JSON_string::JSON_string(std::string const& utf8) :
+ encoded(encode_string(utf8))
+{
+}
+
+JSON::JSON_string::~JSON_string()
+{
+}
+
+std::string JSON::JSON_string::unparse(size_t) const
+{
+ return "\"" + encoded + "\"";
+}
+
+JSON::JSON_number::JSON_number(long long value) :
+ encoded(QUtil::int_to_string(value))
+{
+}
+
+JSON::JSON_number::JSON_number(double value) :
+ encoded(QUtil::double_to_string(value, 6))
+{
+}
+
+JSON::JSON_number::JSON_number(std::string const& value) :
+ encoded(value)
+{
+}
+
+JSON::JSON_number::~JSON_number()
+{
+}
+
+std::string JSON::JSON_number::unparse(size_t) const
+{
+ return encoded;
+}
+
+JSON::JSON_bool::JSON_bool(bool val) :
+ value(val)
+{
+}
+
+JSON::JSON_bool::~JSON_bool()
+{
+}
+
+std::string JSON::JSON_bool::unparse(size_t) const
+{
+ return value ? "true" : "false";
+}
+
+JSON::JSON_null::~JSON_null()
+{
+}
+
+std::string JSON::JSON_null::unparse(size_t) const
+{
+ return "null";
+}
+
+std::string
+JSON::unparse() const
+{
+ if (0 == this->m->value.getPointer())
+ {
+ return "null";
+ }
+ else
+ {
+ return this->m->value->unparse(0);
+ }
+}
+
+std::string
+JSON::encode_string(std::string const& str)
+{
+ std::string result;
+ size_t len = str.length();
+ for (size_t i = 0; i < len; ++i)
+ {
+ unsigned char ch = static_cast<unsigned char>(str.at(i));
+ switch (ch)
+ {
+ case '\\':
+ result += "\\\\";
+ break;
+ case '\"':
+ result += "\\\"";
+ break;
+ case '\b':
+ result += "\\b";
+ break;
+ case '\n':
+ result += "\\n";
+ break;
+ case '\r':
+ result += "\\r";
+ break;
+ case '\t':
+ result += "\\t";
+ break;
+ default:
+ if (ch < 32)
+ {
+ result += "\\u" + QUtil::int_to_string_base(ch, 16, 4);
+ }
+ else
+ {
+ result.append(1, ch);
+ }
+ }
+ }
+ return result;
+}
+
+JSON
+JSON::makeDictionary()
+{
+ return JSON(new JSON_dictionary());
+}
+
+JSON
+JSON::addDictionaryMember(std::string const& key, JSON const& val)
+{
+ JSON_dictionary* obj = dynamic_cast<JSON_dictionary*>(
+ this->m->value.getPointer());
+ if (0 == obj)
+ {
+ throw std::runtime_error(
+ "JSON::addDictionaryMember called on non-dictionary");
+ }
+ if (val.m->value.getPointer())
+ {
+ obj->members[encode_string(key)] = val.m->value;
+ }
+ else
+ {
+ obj->members[encode_string(key)] = new JSON_null();
+ }
+ return obj->members[encode_string(key)];
+}
+
+JSON
+JSON::makeArray()
+{
+ return JSON(new JSON_array());
+}
+
+JSON
+JSON::addArrayElement(JSON const& val)
+{
+ JSON_array* arr = dynamic_cast<JSON_array*>(
+ this->m->value.getPointer());
+ if (0 == arr)
+ {
+ throw std::runtime_error("JSON::addArrayElement called on non-array");
+ }
+ if (val.m->value.getPointer())
+ {
+ arr->elements.push_back(val.m->value);
+ }
+ else
+ {
+ arr->elements.push_back(new JSON_null());
+ }
+ return arr->elements.back();
+}
+
+JSON
+JSON::makeString(std::string const& utf8)
+{
+ return JSON(new JSON_string(utf8));
+}
+
+JSON
+JSON::makeInt(long long int value)
+{
+ return JSON(new JSON_number(value));
+}
+
+JSON
+JSON::makeReal(double value)
+{
+ return JSON(new JSON_number(value));
+}
+
+JSON
+JSON::makeNumber(std::string const& encoded)
+{
+ return JSON(new JSON_number(encoded));
+}
+
+JSON
+JSON::makeBool(bool value)
+{
+ return JSON(new JSON_bool(value));
+}
+
+JSON
+JSON::makeNull()
+{
+ return JSON(new JSON_null());
+}
+
+bool
+JSON::checkSchema(JSON schema, std::list<std::string>& errors)
+{
+ return checkSchemaInternal(this->m->value.getPointer(),
+ schema.m->value.getPointer(),
+ errors, "");
+}
+
+
+bool
+JSON::checkSchemaInternal(JSON_value* this_v, JSON_value* sch_v,
+ std::list<std::string>& errors,
+ std::string prefix)
+{
+ JSON_array* this_arr = dynamic_cast<JSON_array*>(this_v);
+ JSON_dictionary* this_dict = dynamic_cast<JSON_dictionary*>(this_v);
+
+ JSON_array* sch_arr = dynamic_cast<JSON_array*>(sch_v);
+ JSON_dictionary* sch_dict = dynamic_cast<JSON_dictionary*>(sch_v);
+
+ std::string err_prefix;
+ if (prefix.empty())
+ {
+ err_prefix = "top-level object";
+ }
+ else
+ {
+ err_prefix = "json key \"" + prefix + "\"";
+ }
+
+ if (sch_dict)
+ {
+ if (! this_dict)
+ {
+ QTC::TC("libtests", "JSON wanted dictionary");
+ errors.push_back(err_prefix + " is supposed to be a dictionary");
+ return false;
+ }
+ for (std::map<std::string, PointerHolder<JSON_value> >::iterator iter =
+ sch_dict->members.begin();
+ iter != sch_dict->members.end(); ++iter)
+ {
+ std::string const& key = (*iter).first;
+ if (this_dict->members.count(key))
+ {
+ checkSchemaInternal(
+ this_dict->members[key].getPointer(),
+ (*iter).second.getPointer(),
+ errors, prefix + "." + key);
+ }
+ else
+ {
+ QTC::TC("libtests", "JSON key missing in object");
+ errors.push_back(
+ err_prefix + ": key \"" + key +
+ "\" is present in schema but missing in object");
+ }
+ }
+ for (std::map<std::string, PointerHolder<JSON_value> >::iterator iter =
+ this_dict->members.begin();
+ iter != this_dict->members.end(); ++iter)
+ {
+ std::string const& key = (*iter).first;
+ if (sch_dict->members.count(key) == 0)
+ {
+ QTC::TC("libtests", "JSON key extra in object");
+ errors.push_back(
+ err_prefix + ": key \"" + key +
+ "\" is not present in schema but appears in object");
+ }
+ }
+ }
+ else if (sch_arr)
+ {
+ if (! this_arr)
+ {
+ QTC::TC("libtests", "JSON wanted array");
+ errors.push_back(err_prefix + " is supposed to be an array");
+ return false;
+ }
+ if (sch_arr->elements.size() != 1)
+ {
+ QTC::TC("libtests", "JSON schema array error");
+ errors.push_back(err_prefix +
+ " schema array contains other than one item");
+ return false;
+ }
+ int i = 0;
+ for (std::vector<PointerHolder<JSON_value> >::iterator iter =
+ this_arr->elements.begin();
+ iter != this_arr->elements.end(); ++iter, ++i)
+ {
+ checkSchemaInternal(
+ (*iter).getPointer(),
+ sch_arr->elements.at(0).getPointer(),
+ errors, prefix + "." + QUtil::int_to_string(i));
+ }
+ }
+
+ return errors.empty();
+}
diff --git a/libqpdf/MD5.cc b/libqpdf/MD5.cc
index 0504e2d4..275567da 100644
--- a/libqpdf/MD5.cc
+++ b/libqpdf/MD5.cc
@@ -421,7 +421,7 @@ MD5::checkFileChecksum(char const* const checksum,
std::string actual_checksum = getFileChecksum(filename, up_to_size);
result = (checksum == actual_checksum);
}
- catch (std::runtime_error)
+ catch (std::runtime_error const&)
{
// Ignore -- return false
}
diff --git a/libqpdf/Pl_Buffer.cc b/libqpdf/Pl_Buffer.cc
index 45c0c862..d11959f4 100644
--- a/libqpdf/Pl_Buffer.cc
+++ b/libqpdf/Pl_Buffer.cc
@@ -1,5 +1,6 @@
#include <qpdf/Pl_Buffer.hh>
#include <stdexcept>
+#include <algorithm>
#include <assert.h>
#include <string.h>
@@ -17,11 +18,32 @@ Pl_Buffer::~Pl_Buffer()
void
Pl_Buffer::write(unsigned char* buf, size_t len)
{
- Buffer* b = new Buffer(len);
- memcpy(b->getBuffer(), buf, len);
- this->data.push_back(b);
+ PointerHolder<Buffer> cur_buf;
+ size_t cur_size = 0;
+ if (! this->data.empty())
+ {
+ cur_buf = this->data.back();
+ cur_size = cur_buf->getSize();
+ }
+ size_t left = cur_size - this->total_size;
+ if (left < len)
+ {
+ size_t new_size = std::max(this->total_size + len, 2 * cur_size);
+ Buffer* b = new Buffer(new_size);
+ if (cur_buf.getPointer())
+ {
+ memcpy(b->getBuffer(), cur_buf->getBuffer(), this->total_size);
+ }
+ this->data.clear();
+ cur_buf = b;
+ this->data.push_back(cur_buf);
+ }
+ if (len)
+ {
+ memcpy(cur_buf->getBuffer() + this->total_size, buf, len);
+ this->total_size += len;
+ }
this->ready = false;
- this->total_size += len;
if (getNext(true))
{
@@ -49,17 +71,13 @@ Pl_Buffer::getBuffer()
Buffer* b = new Buffer(this->total_size);
unsigned char* p = b->getBuffer();
- while (! this->data.empty())
+ if (! this->data.empty())
{
- PointerHolder<Buffer> bp = this->data.front();
- this->data.pop_front();
- size_t bytes = bp->getSize();
- memcpy(p, bp->getBuffer(), bytes);
- p += bytes;
- this->total_size -= bytes;
+ PointerHolder<Buffer> bp = this->data.back();
+ this->data.clear();
+ memcpy(p, bp->getBuffer(), this->total_size);
}
-
- assert(this->total_size == 0);
+ this->total_size = 0;
this->ready = false;
return b;
diff --git a/libqpdf/Pl_Flate.cc b/libqpdf/Pl_Flate.cc
index 3becc135..4cd48046 100644
--- a/libqpdf/Pl_Flate.cc
+++ b/libqpdf/Pl_Flate.cc
@@ -31,11 +31,8 @@ Pl_Flate::Pl_Flate(char const* identifier, Pipeline* next,
Pl_Flate::~Pl_Flate()
{
- if (this->outbuf)
- {
- delete [] this->outbuf;
- this->outbuf = 0;
- }
+ delete [] this->outbuf;
+ this->outbuf = 0;
if (this->initialized)
{
diff --git a/libqpdf/Pl_QPDFTokenizer.cc b/libqpdf/Pl_QPDFTokenizer.cc
index 577c5cc7..9a93f8f3 100644
--- a/libqpdf/Pl_QPDFTokenizer.cc
+++ b/libqpdf/Pl_QPDFTokenizer.cc
@@ -1,13 +1,13 @@
#include <qpdf/Pl_QPDFTokenizer.hh>
#include <qpdf/QTC.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/BufferInputSource.hh>
#include <stdexcept>
#include <string.h>
Pl_QPDFTokenizer::Members::Members() :
filter(0),
- last_char_was_cr(false),
- unread_char(false),
- char_to_unread('\0')
+ buf("tokenizer buffer")
{
}
@@ -33,61 +33,42 @@ Pl_QPDFTokenizer::~Pl_QPDFTokenizer()
}
void
-Pl_QPDFTokenizer::processChar(char ch)
+Pl_QPDFTokenizer::write(unsigned char* data, size_t len)
{
- this->m->tokenizer.presentCharacter(ch);
- QPDFTokenizer::Token token;
- if (this->m->tokenizer.getToken(
- token, this->m->unread_char, this->m->char_to_unread))
- {
- this->m->filter->handleToken(token);
- if ((token.getType() == QPDFTokenizer::tt_word) &&
- (token.getValue() == "ID"))
- {
- QTC::TC("qpdf", "Pl_QPDFTokenizer found ID");
- this->m->tokenizer.expectInlineImage();
- }
- }
-}
-
-
-void
-Pl_QPDFTokenizer::checkUnread()
-{
- if (this->m->unread_char)
- {
- processChar(this->m->char_to_unread);
- if (this->m->unread_char)
- {
- throw std::logic_error(
- "INTERNAL ERROR: unread_char still true after processing "
- "unread character");
- }
- }
-}
-
-void
-Pl_QPDFTokenizer::write(unsigned char* buf, size_t len)
-{
- checkUnread();
- for (size_t i = 0; i < len; ++i)
- {
- processChar(buf[i]);
- checkUnread();
- }
+ this->m->buf.write(data, len);
}
void
Pl_QPDFTokenizer::finish()
{
- this->m->tokenizer.presentEOF();
- QPDFTokenizer::Token token;
- if (this->m->tokenizer.getToken(
- token, this->m->unread_char, this->m->char_to_unread))
+ this->m->buf.finish();
+ PointerHolder<InputSource> input =
+ new BufferInputSource("tokenizer data",
+ this->m->buf.getBuffer(), true);
+
+ while (true)
{
+ QPDFTokenizer::Token token = this->m->tokenizer.readToken(
+ input, "offset " + QUtil::int_to_string(input->tell()),
+ true);
this->m->filter->handleToken(token);
+ if (token.getType() == QPDFTokenizer::tt_eof)
+ {
+ break;
+ }
+ else if ((token.getType() == QPDFTokenizer::tt_word) &&
+ (token.getValue() == "ID"))
+ {
+ // Read the space after the ID.
+ char ch = ' ';
+ input->read(&ch, 1);
+ this->m->filter->handleToken(
+ QPDFTokenizer::Token(
+ QPDFTokenizer::tt_space, std::string(1, ch)));
+ QTC::TC("qpdf", "Pl_QPDFTokenizer found ID");
+ this->m->tokenizer.expectInlineImage(input);
+ }
}
-
this->m->filter->handleEOF();
QPDFObjectHandle::TokenFilter::PipelineAccessor::setPipeline(
m->filter, 0);
diff --git a/libqpdf/Pl_RC4.cc b/libqpdf/Pl_RC4.cc
index 87c17f83..407490ca 100644
--- a/libqpdf/Pl_RC4.cc
+++ b/libqpdf/Pl_RC4.cc
@@ -13,11 +13,8 @@ Pl_RC4::Pl_RC4(char const* identifier, Pipeline* next,
Pl_RC4::~Pl_RC4()
{
- if (this->outbuf)
- {
- delete [] this->outbuf;
- this->outbuf = 0;
- }
+ delete [] this->outbuf;
+ this->outbuf = 0;
}
void
@@ -47,10 +44,7 @@ Pl_RC4::write(unsigned char* data, size_t len)
void
Pl_RC4::finish()
{
- if (this->outbuf)
- {
- delete [] this->outbuf;
- this->outbuf = 0;
- }
+ delete [] this->outbuf;
+ this->outbuf = 0;
this->getNext()->finish();
}
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 308b3dd2..e9d0b77a 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -18,8 +18,9 @@
#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
+#include <qpdf/QPDF_Stream.hh>
-std::string QPDF::qpdf_version = "8.1.0";
+std::string QPDF::qpdf_version = "8.4.0";
static char const* EMPTY_PDF =
"%PDF-1.3\n"
@@ -39,13 +40,50 @@ static char const* EMPTY_PDF =
"110\n"
"%%EOF\n";
+QPDF::ForeignStreamData::ForeignStreamData(
+ PointerHolder<EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ int foreign_objid,
+ int foreign_generation,
+ qpdf_offset_t offset,
+ size_t length,
+ bool is_attachment_stream,
+ QPDFObjectHandle local_dict)
+ :
+ encp(encp),
+ file(file),
+ foreign_objid(foreign_objid),
+ foreign_generation(foreign_generation),
+ offset(offset),
+ length(length),
+ is_attachment_stream(is_attachment_stream),
+ local_dict(local_dict)
+{
+}
+
+QPDF::CopiedStreamDataProvider::CopiedStreamDataProvider(
+ QPDF& destination_qpdf) :
+ destination_qpdf(destination_qpdf)
+{
+}
+
void
QPDF::CopiedStreamDataProvider::provideStreamData(
int objid, int generation, Pipeline* pipeline)
{
- QPDFObjectHandle foreign_stream =
- this->foreign_streams[QPDFObjGen(objid, generation)];
- foreign_stream.pipeStreamData(pipeline, 0, qpdf_dl_none);
+ PointerHolder<ForeignStreamData> foreign_data =
+ this->foreign_stream_data[QPDFObjGen(objid, generation)];
+ if (foreign_data.getPointer())
+ {
+ destination_qpdf.pipeForeignStreamData(
+ foreign_data, pipeline, 0, qpdf_dl_none);
+ }
+ else
+ {
+ QPDFObjectHandle foreign_stream =
+ this->foreign_streams[QPDFObjGen(objid, generation)];
+ foreign_stream.pipeStreamData(pipeline, 0, qpdf_dl_none);
+ }
}
void
@@ -55,6 +93,14 @@ QPDF::CopiedStreamDataProvider::registerForeignStream(
this->foreign_streams[local_og] = foreign_stream;
}
+void
+QPDF::CopiedStreamDataProvider::registerForeignStream(
+ QPDFObjGen const& local_og,
+ PointerHolder<ForeignStreamData> foreign_stream)
+{
+ this->foreign_stream_data[local_og] = foreign_stream;
+}
+
QPDF::StringDecrypter::StringDecrypter(QPDF* qpdf, int objid, int gen) :
qpdf(qpdf),
objid(objid),
@@ -74,15 +120,9 @@ QPDF::QPDFVersion()
return QPDF::qpdf_version;
}
-QPDF::Members::Members() :
- provided_password_is_hex_key(false),
+QPDF::EncryptionParameters::EncryptionParameters() :
encrypted(false),
encryption_initialized(false),
- ignore_xref_streams(false),
- suppress_warnings(false),
- out_stream(&std::cout),
- err_stream(&std::cerr),
- attempt_recovery(true),
encryption_V(0),
encryption_R(0),
encrypt_metadata(true),
@@ -90,10 +130,24 @@ QPDF::Members::Members() :
cf_string(e_none),
cf_file(e_none),
cached_key_objid(0),
- cached_key_generation(0),
+ cached_key_generation(0)
+{
+}
+
+QPDF::Members::Members() :
+ unique_id(0),
+ provided_password_is_hex_key(false),
+ ignore_xref_streams(false),
+ suppress_warnings(false),
+ out_stream(&std::cout),
+ err_stream(&std::cerr),
+ attempt_recovery(true),
+ encp(new EncryptionParameters),
pushed_inherited_attributes_to_pages(false),
copied_stream_data_provider(0),
reconstructed_xref(false),
+ fixed_dangling_refs(false),
+ immediate_copy_from(false),
first_xref_item_offset(0),
uncompressed_after_compressed(false)
{
@@ -107,6 +161,12 @@ QPDF::QPDF() :
m(new Members())
{
m->tokenizer.allowEOF();
+ // Generate a unique ID. It just has to be unique among all QPDF
+ // objects allocated throughout the lifetime of this running
+ // application.
+ m->unique_id = static_cast<unsigned long>(QUtil::get_current_time());
+ m->unique_id <<= 32;
+ m->unique_id |= static_cast<unsigned long>(QUtil::random());
}
QPDF::~QPDF()
@@ -210,6 +270,12 @@ QPDF::setAttemptRecovery(bool val)
this->m->attempt_recovery = val;
}
+void
+QPDF::setImmediateCopyFrom(bool val)
+{
+ this->m->immediate_copy_from = val;
+}
+
std::vector<QPDFExc>
QPDF::getWarnings()
{
@@ -292,7 +358,7 @@ QPDF::parse(char const* password)
{
if (password)
{
- this->m->provided_password = password;
+ this->m->encp->provided_password = password;
}
// Find the header anywhere in the first 1024 bytes of the file.
@@ -1218,29 +1284,129 @@ QPDF::showXRefTable()
}
}
+void
+QPDF::fixDanglingReferences(bool force)
+{
+ if (this->m->fixed_dangling_refs && (! force))
+ {
+ return;
+ }
+ this->m->fixed_dangling_refs = true;
+
+ // Create a set of all known indirect objects including those
+ // we've previously resolved and those that we have created.
+ std::set<QPDFObjGen> to_process;
+ for (std::map<QPDFObjGen, ObjCache>::iterator iter =
+ this->m->obj_cache.begin();
+ iter != this->m->obj_cache.end(); ++iter)
+ {
+ to_process.insert((*iter).first);
+ }
+ for (std::map<QPDFObjGen, QPDFXRefEntry>::iterator iter =
+ this->m->xref_table.begin();
+ iter != this->m->xref_table.end(); ++iter)
+ {
+ to_process.insert((*iter).first);
+ }
+
+ // For each non-scalar item to process, put it in the queue.
+ std::list<QPDFObjectHandle> queue;
+ queue.push_back(this->m->trailer);
+ for (std::set<QPDFObjGen>::iterator iter = to_process.begin();
+ iter != to_process.end(); ++iter)
+ {
+ QPDFObjectHandle obj = QPDFObjectHandle::Factory::newIndirect(
+ this, (*iter).getObj(), (*iter).getGen());
+ if (obj.isDictionary() || obj.isArray())
+ {
+ queue.push_back(obj);
+ }
+ else if (obj.isStream())
+ {
+ queue.push_back(obj.getDict());
+ }
+ }
+
+ // Process the queue by recursively resolving all object
+ // references. We don't need to do loop detection because we don't
+ // traverse known indirect objects when processing the queue.
+ while (! queue.empty())
+ {
+ QPDFObjectHandle obj = queue.front();
+ queue.pop_front();
+ std::list<QPDFObjectHandle> to_check;
+ if (obj.isDictionary())
+ {
+ std::map<std::string, QPDFObjectHandle> members =
+ obj.getDictAsMap();
+ for (std::map<std::string, QPDFObjectHandle>::iterator iter =
+ members.begin();
+ iter != members.end(); ++iter)
+ {
+ to_check.push_back((*iter).second);
+ }
+ }
+ else if (obj.isArray())
+ {
+ std::vector<QPDFObjectHandle> elements = obj.getArrayAsVector();
+ for (std::vector<QPDFObjectHandle>::iterator iter =
+ elements.begin();
+ iter != elements.end(); ++iter)
+ {
+ to_check.push_back(*iter);
+ }
+ }
+ for (std::list<QPDFObjectHandle>::iterator iter = to_check.begin();
+ iter != to_check.end(); ++iter)
+ {
+ QPDFObjectHandle sub = *iter;
+ if (sub.isIndirect())
+ {
+ if (sub.getOwningQPDF() == this)
+ {
+ QPDFObjGen og(sub.getObjGen());
+ if (this->m->obj_cache.count(og) == 0)
+ {
+ QTC::TC("qpdf", "QPDF detected dangling ref");
+ queue.push_back(sub);
+ }
+ }
+ }
+ else
+ {
+ queue.push_back(sub);
+ }
+ }
+
+ }
+}
+
size_t
QPDF::getObjectCount()
{
// This method returns the next available indirect object number.
- // makeIndirectObject uses it for this purpose.
- QPDFObjGen o1(0, 0);
+ // makeIndirectObject uses it for this purpose. After
+ // fixDanglingReferences is called, all objects in the xref table
+ // will also be in obj_cache.
+ fixDanglingReferences();
+ QPDFObjGen og(0, 0);
if (! this->m->obj_cache.empty())
{
- o1 = (*(this->m->obj_cache.rbegin())).first;
+ og = (*(this->m->obj_cache.rbegin())).first;
}
- QPDFObjGen o2 = (*(this->m->xref_table.rbegin())).first;
- QTC::TC("qpdf", "QPDF indirect last obj from xref",
- (o2.getObj() > o1.getObj()) ? 1 : 0);
- return std::max(o1.getObj(), o2.getObj());
+ return og.getObj();
}
std::vector<QPDFObjectHandle>
QPDF::getAllObjects()
{
+ // After fixDanglingReferences is called, all objects are in the
+ // object cache.
+ fixDanglingReferences(true);
std::vector<QPDFObjectHandle> result;
- for (std::map<QPDFObjGen, QPDFXRefEntry>::iterator iter =
- this->m->xref_table.begin();
- iter != this->m->xref_table.end(); ++iter)
+ for (std::map<QPDFObjGen, ObjCache>::iterator iter =
+ this->m->obj_cache.begin();
+ iter != this->m->obj_cache.end(); ++iter)
{
QPDFObjGen const& og = (*iter).first;
@@ -1282,7 +1448,7 @@ QPDF::readObject(PointerHolder<InputSource> input,
bool empty = false;
PointerHolder<StringDecrypter> decrypter_ph;
StringDecrypter* decrypter = 0;
- if (this->m->encrypted && (! in_object_stream))
+ if (this->m->encp->encrypted && (! in_object_stream))
{
decrypter_ph = new StringDecrypter(this, objid, generation);
decrypter = decrypter_ph.getPointer();
@@ -1748,7 +1914,6 @@ QPDF::resolve(int objid, int generation)
}
ResolveRecorder rr(this, og);
- // PDF spec says unknown objects resolve to the null object.
if ((! this->m->obj_cache.count(og)) && this->m->xref_table.count(og))
{
QPDFXRefEntry const& entry = this->m->xref_table[og];
@@ -1796,6 +1961,7 @@ QPDF::resolve(int objid, int generation)
}
if (this->m->obj_cache.count(og) == 0)
{
+ // PDF spec says unknown objects resolve to the null object.
QTC::TC("qpdf", "QPDF resolve failure to null");
QPDFObjectHandle oh = QPDFObjectHandle::newNull();
this->m->obj_cache[og] =
@@ -1975,14 +2141,18 @@ QPDF::replaceReserved(QPDFObjectHandle reserved,
}
QPDFObjectHandle
-QPDF::copyForeignObject(QPDFObjectHandle foreign)
+QPDF::copyForeignObject(QPDFObjectHandle foreign, bool)
{
- return copyForeignObject(foreign, false);
+ // This method will be removed next time the ABI is changed.
+ return copyForeignObject(foreign);
}
QPDFObjectHandle
-QPDF::copyForeignObject(QPDFObjectHandle foreign, bool allow_page)
+QPDF::copyForeignObject(QPDFObjectHandle foreign)
{
+ // Do not preclude use of copyForeignObject on page objects. It is
+ // a documented use case to copy pages this way if the intention
+ // is to not update the pages tree.
if (! foreign.isIndirect())
{
QTC::TC("qpdf", "QPDF copyForeign direct");
@@ -1997,7 +2167,7 @@ QPDF::copyForeignObject(QPDFObjectHandle foreign, bool allow_page)
"QPDF::copyForeign called with object from this QPDF");
}
- ObjCopier& obj_copier = this->m->object_copiers[other];
+ ObjCopier& obj_copier = this->m->object_copiers[other->m->unique_id];
if (! obj_copier.visiting.empty())
{
throw std::logic_error("obj_copier.visiting is not empty"
@@ -2194,15 +2364,80 @@ QPDF::replaceForeignIndirectObjects(
if (this->m->copied_stream_data_provider == 0)
{
this->m->copied_stream_data_provider =
- new CopiedStreamDataProvider();
+ new CopiedStreamDataProvider(*this);
this->m->copied_streams = this->m->copied_stream_data_provider;
}
QPDFObjGen local_og(result.getObjGen());
- this->m->copied_stream_data_provider->registerForeignStream(
- local_og, foreign);
- result.replaceStreamData(this->m->copied_streams,
- dict.getKey("/Filter"),
- dict.getKey("/DecodeParms"));
+ // Copy information from the foreign stream so we can pipe its
+ // data later without keeping the original QPDF object around.
+ QPDF* foreign_stream_qpdf = foreign.getOwningQPDF();
+ if (! foreign_stream_qpdf)
+ {
+ throw std::logic_error("unable to retrieve owning qpdf"
+ " from foreign stream");
+ }
+ QPDF_Stream* stream =
+ dynamic_cast<QPDF_Stream*>(
+ QPDFObjectHandle::ObjAccessor::getObject(
+ foreign).getPointer());
+ if (! stream)
+ {
+ throw std::logic_error("unable to retrieve underlying"
+ " stream object from foreign stream");
+ }
+ PointerHolder<Buffer> stream_buffer =
+ stream->getStreamDataBuffer();
+ if ((foreign_stream_qpdf->m->immediate_copy_from) &&
+ (stream_buffer.getPointer() == 0))
+ {
+ // Pull the stream data into a buffer before attempting
+ // the copy operation. Do it on the source stream so that
+ // if the source stream is copied multiple times, we don't
+ // have to keep duplicating the memory.
+ QTC::TC("qpdf", "QPDF immediate copy stream data");
+ foreign.replaceStreamData(foreign.getRawStreamData(),
+ dict.getKey("/Filter"),
+ dict.getKey("/DecodeParms"));
+ stream_buffer = stream->getStreamDataBuffer();
+ }
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> stream_provider =
+ stream->getStreamDataProvider();
+ if (stream_buffer.getPointer())
+ {
+ QTC::TC("qpdf", "QPDF copy foreign stream with buffer");
+ result.replaceStreamData(stream_buffer,
+ dict.getKey("/Filter"),
+ dict.getKey("/DecodeParms"));
+ }
+ else if (stream_provider.getPointer())
+ {
+ // In this case, the remote stream's QPDF must stay in scope.
+ QTC::TC("qpdf", "QPDF copy foreign stream with provider");
+ this->m->copied_stream_data_provider->registerForeignStream(
+ local_og, foreign);
+ result.replaceStreamData(this->m->copied_streams,
+ dict.getKey("/Filter"),
+ dict.getKey("/DecodeParms"));
+ }
+ else
+ {
+ PointerHolder<ForeignStreamData> foreign_stream_data =
+ new ForeignStreamData(
+ foreign_stream_qpdf->m->encp,
+ foreign_stream_qpdf->m->file,
+ foreign.getObjectID(),
+ foreign.getGeneration(),
+ stream->getOffset(),
+ stream->getLength(),
+ (foreign_stream_qpdf->m->attachment_streams.count(
+ foreign.getObjGen()) > 0),
+ dict);
+ this->m->copied_stream_data_provider->registerForeignStream(
+ local_og, foreign_stream_data);
+ result.replaceStreamData(this->m->copied_streams,
+ dict.getKey("/Filter"),
+ dict.getKey("/DecodeParms"));
+ }
}
else
{
@@ -2239,6 +2474,12 @@ QPDF::swapObjects(int objid1, int generation1, int objid2, int generation2)
this->m->obj_cache[og2] = t;
}
+unsigned long long
+QPDF::getUniqueId() const
+{
+ return this->m->unique_id;
+}
+
std::string
QPDF::getFilename() const
{
@@ -2399,34 +2640,40 @@ QPDF::getCompressibleObjGens()
}
bool
-QPDF::pipeStreamData(int objid, int generation,
+QPDF::pipeStreamData(PointerHolder<EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ QPDF& qpdf_for_warning,
+ int objid, int generation,
qpdf_offset_t offset, size_t length,
QPDFObjectHandle stream_dict,
+ bool is_attachment_stream,
Pipeline* pipeline,
bool suppress_warnings,
bool will_retry)
{
- bool success = false;
std::vector<PointerHolder<Pipeline> > to_delete;
- if (this->m->encrypted)
+ if (encp->encrypted)
{
- decryptStream(pipeline, objid, generation, stream_dict, to_delete);
+ decryptStream(encp, file, qpdf_for_warning,
+ pipeline, objid, generation,
+ stream_dict, is_attachment_stream, to_delete);
}
+ bool success = false;
try
{
- this->m->file->seek(offset, SEEK_SET);
+ file->seek(offset, SEEK_SET);
char buf[10240];
while (length > 0)
{
size_t to_read = (sizeof(buf) < length ? sizeof(buf) : length);
- size_t len = this->m->file->read(buf, to_read);
+ size_t len = file->read(buf, to_read);
if (len == 0)
{
throw QPDFExc(qpdf_e_damaged_pdf,
- this->m->file->getName(),
- this->m->last_object_description,
- this->m->file->getLastOffset(),
+ file->getName(),
+ "",
+ file->getLastOffset(),
"unexpected EOF reading stream data");
}
length -= len;
@@ -2439,7 +2686,7 @@ QPDF::pipeStreamData(int objid, int generation,
{
if (! suppress_warnings)
{
- warn(e);
+ qpdf_for_warning.warn(e);
}
}
catch (std::exception& e)
@@ -2447,17 +2694,19 @@ QPDF::pipeStreamData(int objid, int generation,
if (! suppress_warnings)
{
QTC::TC("qpdf", "QPDF decoding error warning");
- warn(QPDFExc(qpdf_e_damaged_pdf, this->m->file->getName(),
- "", this->m->file->getLastOffset(),
- "error decoding stream data for object " +
- QUtil::int_to_string(objid) + " " +
- QUtil::int_to_string(generation) + ": " + e.what()));
+ qpdf_for_warning.warn(
+ QPDFExc(qpdf_e_damaged_pdf, file->getName(),
+ "", file->getLastOffset(),
+ "error decoding stream data for object " +
+ QUtil::int_to_string(objid) + " " +
+ QUtil::int_to_string(generation) + ": " + e.what()));
if (will_retry)
{
- warn(QPDFExc(qpdf_e_damaged_pdf, this->m->file->getName(),
- "", this->m->file->getLastOffset(),
- "stream will be re-processed without"
- " filtering to avoid data loss"));
+ qpdf_for_warning.warn(
+ QPDFExc(qpdf_e_damaged_pdf, file->getName(),
+ "", file->getLastOffset(),
+ "stream will be re-processed without"
+ " filtering to avoid data loss"));
}
}
}
@@ -2475,6 +2724,42 @@ QPDF::pipeStreamData(int objid, int generation,
return success;
}
+bool
+QPDF::pipeStreamData(int objid, int generation,
+ qpdf_offset_t offset, size_t length,
+ QPDFObjectHandle stream_dict,
+ Pipeline* pipeline,
+ bool suppress_warnings,
+ bool will_retry)
+{
+ bool is_attachment_stream = this->m->attachment_streams.count(
+ QPDFObjGen(objid, generation));
+ return pipeStreamData(
+ this->m->encp, this->m->file, *this,
+ objid, generation, offset, length,
+ stream_dict, is_attachment_stream,
+ pipeline, suppress_warnings, will_retry);
+}
+
+bool
+QPDF::pipeForeignStreamData(
+ PointerHolder<ForeignStreamData> foreign,
+ Pipeline* pipeline,
+ unsigned long encode_flags,
+ qpdf_stream_decode_level_e decode_level)
+{
+ if (foreign->encp->encrypted)
+ {
+ QTC::TC("qpdf", "QPDF pipe foreign encrypted stream");
+ }
+ return pipeStreamData(
+ foreign->encp, foreign->file, *this,
+ foreign->foreign_objid, foreign->foreign_generation,
+ foreign->offset, foreign->length,
+ foreign->local_dict, foreign->is_attachment_stream,
+ pipeline, false, false);
+}
+
void
QPDF::findAttachmentStreams()
{
@@ -2508,3 +2793,13 @@ QPDF::findAttachmentStreams()
}
}
}
+
+void
+QPDF::stopOnError(std::string const& message)
+{
+ // Throw a generic exception when we lack context for something
+ // more specific. New code should not use this. This method exists
+ // to improve somewhat from calling assert in very old code.
+ throw QPDFExc(qpdf_e_damaged_pdf, this->m->file->getName(),
+ "", this->m->file->getLastOffset(), message);
+}
diff --git a/libqpdf/QPDFAcroFormDocumentHelper.cc b/libqpdf/QPDFAcroFormDocumentHelper.cc
index 46648ed9..a55f7160 100644
--- a/libqpdf/QPDFAcroFormDocumentHelper.cc
+++ b/libqpdf/QPDFAcroFormDocumentHelper.cc
@@ -285,3 +285,48 @@ QPDFAcroFormDocumentHelper::setNeedAppearances(bool val)
acroform.removeKey("/NeedAppearances");
}
}
+
+void
+QPDFAcroFormDocumentHelper::generateAppearancesIfNeeded()
+{
+ if (! getNeedAppearances())
+ {
+ return;
+ }
+
+ QPDFPageDocumentHelper pdh(this->qpdf);
+ std::vector<QPDFPageObjectHelper> pages = pdh.getAllPages();
+ for (std::vector<QPDFPageObjectHelper>::iterator page_iter =
+ pages.begin();
+ page_iter != pages.end(); ++page_iter)
+ {
+ std::vector<QPDFAnnotationObjectHelper> annotations =
+ getWidgetAnnotationsForPage(*page_iter);
+ for (std::vector<QPDFAnnotationObjectHelper>::iterator annot_iter =
+ annotations.begin();
+ annot_iter != annotations.end(); ++annot_iter)
+ {
+ QPDFAnnotationObjectHelper& aoh = *annot_iter;
+ QPDFFormFieldObjectHelper ffh =
+ getFieldForAnnotation(aoh);
+ if (ffh.getFieldType() == "/Btn")
+ {
+ // Rather than generating appearances for button
+ // fields, rely on what's already there. Just make
+ // sure /AS is consistent with /V, which we can do by
+ // resetting the value of the field back to itself.
+ // This code is referenced in a comment in
+ // QPDFFormFieldObjectHelper::generateAppearance.
+ if (ffh.isRadioButton() || ffh.isCheckbox())
+ {
+ ffh.setV(ffh.getValue());
+ }
+ }
+ else
+ {
+ ffh.generateAppearance(aoh);
+ }
+ }
+ }
+ setNeedAppearances(false);
+}
diff --git a/libqpdf/QPDFAnnotationObjectHelper.cc b/libqpdf/QPDFAnnotationObjectHelper.cc
index ee1d8180..698f80e1 100644
--- a/libqpdf/QPDFAnnotationObjectHelper.cc
+++ b/libqpdf/QPDFAnnotationObjectHelper.cc
@@ -1,5 +1,9 @@
#include <qpdf/QPDFAnnotationObjectHelper.hh>
#include <qpdf/QTC.hh>
+#include <qpdf/QPDFMatrix.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/QPDF.hh>
+#include <qpdf/QPDFNameTreeObjectHelper.hh>
QPDFAnnotationObjectHelper::Members::~Members()
{
@@ -44,6 +48,13 @@ QPDFAnnotationObjectHelper::getAppearanceState()
return "";
}
+int
+QPDFAnnotationObjectHelper::getFlags()
+{
+ QPDFObjectHandle flags_obj = this->oh.getKey("/F");
+ return flags_obj.isInteger() ? flags_obj.getIntValue() : 0;
+}
+
QPDFObjectHandle
QPDFAnnotationObjectHelper::getAppearanceStream(
std::string const& which,
@@ -73,3 +84,200 @@ QPDFAnnotationObjectHelper::getAppearanceStream(
QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN null");
return QPDFObjectHandle::newNull();
}
+
+std::string
+QPDFAnnotationObjectHelper::getPageContentForAppearance(
+ std::string const& name, int rotate,
+ int required_flags, int forbidden_flags)
+{
+ if (! getAppearanceStream("/N").isStream())
+ {
+ return "";
+ }
+
+ // The appearance matrix computed by this method is the
+ // transformation matrix that needs to be in effect when drawing
+ // this annotation's appearance stream on the page. The algorithm
+ // for computing the appearance matrix described in section 12.5.5
+ // of the ISO-32000 PDF spec is similar but not identical to what
+ // we are doing here.
+
+ // When rendering an appearance stream associated with an
+ // annotation, there are four relevant components:
+ //
+ // * The appearance stream's bounding box (/BBox)
+ // * The appearance stream's matrix (/Matrix)
+ // * The annotation's rectangle (/Rect)
+ // * In the case of form fields with the NoRotate flag, the
+ // page's rotation
+
+ // When rendering a form xobject in isolation, just drawn with a
+ // /Do operator, the is no form field, so page rotation is not
+ // relevant, and there is no annotation, so /Rect is not relevant,
+ // so only /BBox and /Matrix are relevant. The effect of these are
+ // as follows:
+
+ // * /BBox is treated as a clipping region
+ // * /Matrix is applied as a transformation prior to rendering the
+ // appearance stream.
+
+ // There is no relationship between /BBox and /Matrix in this
+ // case.
+
+ // When rendering a form xobject in the context of an annotation,
+ // things are a little different. In particular, a matrix is
+ // established such that /BBox, when transformed by /Matrix, would
+ // fit completely inside of /Rect. /BBox is no longer a clipping
+ // region. To illustrate the difference, consider a /Matrix of
+ // [2 0 0 2 0 0], which is scaling by a factor of two along both
+ // axes. If the appearance stream drew a rectangle equal to /BBox,
+ // in the case of the form xobject in isolation, this matrix would
+ // cause only the lower-left quadrant of the rectangle to be
+ // visible since the scaling would cause the rest of it to fall
+ // outside of the clipping region. In the case of the form xobject
+ // displayed in the context of an annotation, such a matrix would
+ // have no effect at all because it would be applied to the
+ // bounding box first, and then when the resulting enclosing
+ // quadrilateral was transformed to fit into /Rect, the effect of
+ // the scaling would be undone.
+
+ // Our job is to create a transformation matrix that compensates
+ // for these differences so that the appearance stream of an
+ // annotation can be drawn as a regular form xobject.
+
+ // To do this, we perform the following steps, which overlap
+ // significantly with the algorithm in 12.5.5:
+
+ // 1. Transform the four corners of /BBox by applying /Matrix to
+ // them, creating an arbitrarily transformed quadrilateral.
+
+ // 2. Find the minimum upright rectangle that encompasses the
+ // resulting quadrilateral. This is the "transformed appearance
+ // box", T.
+
+ // 3. Compute matrix A that maps the lower left and upper right
+ // corners of T to the annotation's /Rect. This can be done by
+ // scaling so that the sizes match and translating so that the
+ // scaled T exactly overlaps /Rect.
+
+ // If the annotation's /F flag has bit 4 set, this means that
+ // annotation is to be rotated about its upper left corner to
+ // counteract any rotation of the page so it remains upright. To
+ // achieve this effect, we do the following extra steps:
+
+ // 1. Perform the rotation on /BBox box prior to transforming it
+ // with /Matrix (by replacing matrix with concatenation of
+ // matrix onto the rotation)
+
+ // 2. Rotate the destination rectangle by the specified amount
+
+ // 3. Apply the rotation to A as computed above to get the final
+ // appearance matrix.
+
+ QPDFObjectHandle rect_obj = this->oh.getKey("/Rect");
+ QPDFObjectHandle as = getAppearanceStream("/N").getDict();
+ QPDFObjectHandle bbox_obj = as.getKey("/BBox");
+ QPDFObjectHandle matrix_obj = as.getKey("/Matrix");
+
+ int flags = getFlags();
+ if (flags & forbidden_flags)
+ {
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper forbidden flags");
+ return "";
+ }
+ if ((flags & required_flags) != required_flags)
+ {
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper missing required flags");
+ return "";
+ }
+
+ if (! (bbox_obj.isRectangle() && rect_obj.isRectangle()))
+ {
+ return "";
+ }
+ QPDFMatrix matrix;
+ if (matrix_obj.isMatrix())
+ {
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper explicit matrix");
+ matrix = QPDFMatrix(matrix_obj.getArrayAsMatrix());
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper default matrix");
+ }
+ QPDFObjectHandle::Rectangle rect = rect_obj.getArrayAsRectangle();
+ bool do_rotate = (rotate && (flags & an_no_rotate));
+ if (do_rotate)
+ {
+ // If the the annotation flags include the NoRotate bit and
+ // the page is rotated, we have to rotate the annotation about
+ // its upper left corner by the same amount in the opposite
+ // direction so that it will remain upright in absolute
+ // coordinates. Since the semantics of /Rotate for a page are
+ // to rotate the page, while the effect of rotating using a
+ // transformation matrix is to rotate the coordinate system,
+ // the opposite directionality is explicit in the code.
+ QPDFMatrix mr;
+ mr.rotatex90(rotate);
+ mr.concat(matrix);
+ matrix = mr;
+ double rect_w = rect.urx - rect.llx;
+ double rect_h = rect.ury - rect.lly;
+ switch (rotate)
+ {
+ case 90:
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper rotate 90");
+ rect = QPDFObjectHandle::Rectangle(
+ rect.llx,
+ rect.ury,
+ rect.llx + rect_h,
+ rect.ury + rect_w);
+ break;
+ case 180:
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper rotate 180");
+ rect = QPDFObjectHandle::Rectangle(
+ rect.llx - rect_w,
+ rect.ury,
+ rect.llx,
+ rect.ury + rect_h);
+ break;
+ case 270:
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper rotate 270");
+ rect = QPDFObjectHandle::Rectangle(
+ rect.llx - rect_h,
+ rect.ury - rect_w,
+ rect.llx,
+ rect.ury);
+ break;
+ default:
+ // ignore
+ break;
+ }
+ }
+
+ // Transform bounding box by matrix to get T
+ QPDFObjectHandle::Rectangle bbox = bbox_obj.getArrayAsRectangle();
+ QPDFObjectHandle::Rectangle T = matrix.transformRectangle(bbox);
+ if ((T.urx == T.llx) || (T.ury == T.lly))
+ {
+ // avoid division by zero
+ return "";
+ }
+ // Compute a matrix to transform the appearance box to the rectangle
+ QPDFMatrix AA;
+ AA.translate(rect.llx, rect.lly);
+ AA.scale((rect.urx - rect.llx) / (T.urx - T.llx),
+ (rect.ury - rect.lly) / (T.ury - T.lly));
+ AA.translate(-T.llx, -T.lly);
+ if (do_rotate)
+ {
+ AA.rotatex90(rotate);
+ }
+
+ as.replaceKey("/Subtype", QPDFObjectHandle::newName("/Form"));
+ return (
+ "q\n" +
+ AA.unparse() + " cm\n" +
+ name + " Do\n" +
+ "Q\n");
+}
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index b816e913..77de5bba 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -15,10 +15,6 @@ QPDFExc::QPDFExc(qpdf_error_code_e error_code,
{
}
-QPDFExc::~QPDFExc() throw ()
-{
-}
-
std::string
QPDFExc::createWhat(std::string const& filename,
std::string const& object,
diff --git a/libqpdf/QPDFFormFieldObjectHelper.cc b/libqpdf/QPDFFormFieldObjectHelper.cc
index 283b632d..38755388 100644
--- a/libqpdf/QPDFFormFieldObjectHelper.cc
+++ b/libqpdf/QPDFFormFieldObjectHelper.cc
@@ -1,6 +1,10 @@
#include <qpdf/QPDFFormFieldObjectHelper.hh>
#include <qpdf/QTC.hh>
#include <qpdf/QPDFAcroFormDocumentHelper.hh>
+#include <qpdf/QPDFAnnotationObjectHelper.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/Pl_QPDFTokenizer.hh>
+#include <stdlib.h>
QPDFFormFieldObjectHelper::Members::~Members()
{
@@ -190,6 +194,70 @@ QPDFFormFieldObjectHelper::getQuadding()
return result;
}
+int
+QPDFFormFieldObjectHelper::getFlags()
+{
+ QPDFObjectHandle f = getInheritableFieldValue("/Ff");
+ return f.isInteger() ? f.getIntValue() : 0;
+}
+
+bool
+QPDFFormFieldObjectHelper::isText()
+{
+ return (getFieldType() == "/Tx");
+}
+
+bool
+QPDFFormFieldObjectHelper::isCheckbox()
+{
+ return ((getFieldType() == "/Btn") &&
+ ((getFlags() & (ff_btn_radio | ff_btn_pushbutton)) == 0));
+}
+
+bool
+QPDFFormFieldObjectHelper::isRadioButton()
+{
+ return ((getFieldType() == "/Btn") &&
+ ((getFlags() & ff_btn_radio) == ff_btn_radio));
+}
+
+bool
+QPDFFormFieldObjectHelper::isPushbutton()
+{
+ return ((getFieldType() == "/Btn") &&
+ ((getFlags() & ff_btn_pushbutton) == ff_btn_pushbutton));
+}
+
+bool
+QPDFFormFieldObjectHelper::isChoice()
+{
+ return (getFieldType() == "/Ch");
+}
+
+std::vector<std::string>
+QPDFFormFieldObjectHelper::getChoices()
+{
+ std::vector<std::string> result;
+ if (! isChoice())
+ {
+ return result;
+ }
+ QPDFObjectHandle opt = getInheritableFieldValue("/Opt");
+ if (opt.isArray())
+ {
+ size_t n = opt.getArrayNItems();
+ for (size_t i = 0; i < n; ++i)
+ {
+ QPDFObjectHandle item = opt.getArrayItem(i);
+ if (item.isString())
+ {
+ result.push_back(item.getUTF8Value());
+ }
+ }
+ }
+ return result;
+}
+
void
QPDFFormFieldObjectHelper::setFieldAttribute(
std::string const& key, QPDFObjectHandle value)
@@ -208,7 +276,56 @@ void
QPDFFormFieldObjectHelper::setV(
QPDFObjectHandle value, bool need_appearances)
{
- setFieldAttribute("/V", value);
+ if (getFieldType() == "/Btn")
+ {
+ if (isCheckbox())
+ {
+ bool okay = false;
+ if (value.isName())
+ {
+ std::string name = value.getName();
+ if ((name == "/Yes") || (name == "/Off"))
+ {
+ okay = true;
+ setCheckBoxValue((name == "/Yes"));
+ }
+ }
+ if (! okay)
+ {
+ this->oh.warnIfPossible(
+ "ignoring attempt to set a checkbox field to a"
+ " value of other than /Yes or /Off");
+ }
+ }
+ else if (isRadioButton())
+ {
+ if (value.isName())
+ {
+ setRadioButtonValue(value);
+ }
+ else
+ {
+ this->oh.warnIfPossible(
+ "ignoring attempt to set a radio button field to"
+ " an object that is not a name");
+ }
+ }
+ else if (isPushbutton())
+ {
+ this->oh.warnIfPossible(
+ "ignoring attempt set the value of a pushbutton field");
+ }
+ return;
+ }
+ if (value.isString())
+ {
+ setFieldAttribute(
+ "/V", QPDFObjectHandle::newUnicodeString(value.getUTF8Value()));
+ }
+ else
+ {
+ setFieldAttribute("/V", value);
+ }
if (need_appearances)
{
QPDF* qpdf = this->oh.getOwningQPDF();
@@ -230,3 +347,570 @@ QPDFFormFieldObjectHelper::setV(
setV(QPDFObjectHandle::newUnicodeString(utf8_value),
need_appearances);
}
+
+void
+QPDFFormFieldObjectHelper::setRadioButtonValue(QPDFObjectHandle name)
+{
+ // Set the value of a radio button field. This has the following
+ // specific behavior:
+ // * If this is a radio button field that has a parent that is
+ // also a radio button field and has no explicit /V, call itself
+ // on the parent
+ // * If this is a radio button field with children, set /V to the
+ // given value. Then, for each child, if the child has the
+ // specified value as one of its keys in the /N subdictionary of
+ // its /AP (i.e. its normal appearance stream dictionary), set
+ // /AS to name; otherwise, if /Off is a member, set /AS to /Off.
+ // Note that we never turn on /NeedAppearances when setting a
+ // radio button field.
+ QPDFObjectHandle parent = this->oh.getKey("/Parent");
+ if (parent.isDictionary() && parent.getKey("/Parent").isNull())
+ {
+ QPDFFormFieldObjectHelper ph(parent);
+ if (ph.isRadioButton())
+ {
+ // This is most likely one of the individual buttons. Try
+ // calling on the parent.
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper set parent radio button");
+ ph.setRadioButtonValue(name);
+ return;
+ }
+ }
+
+ QPDFObjectHandle kids = this->oh.getKey("/Kids");
+ if (! (isRadioButton() && parent.isNull() && kids.isArray()))
+ {
+ this->oh.warnIfPossible("don't know how to set the value"
+ " of this field as a radio button");
+ return;
+ }
+ setFieldAttribute("/V", name);
+ int nkids = kids.getArrayNItems();
+ for (int i = 0; i < nkids; ++i)
+ {
+ QPDFObjectHandle kid = kids.getArrayItem(i);
+ QPDFObjectHandle AP = kid.getKey("/AP");
+ QPDFObjectHandle annot;
+ if (AP.isNull())
+ {
+ // The widget may be below. If there is more than one,
+ // just find the first one.
+ QPDFObjectHandle grandkids = kid.getKey("/Kids");
+ if (grandkids.isArray())
+ {
+ int ngrandkids = grandkids.getArrayNItems();
+ for (int j = 0; j < ngrandkids; ++j)
+ {
+ QPDFObjectHandle grandkid = grandkids.getArrayItem(j);
+ AP = grandkid.getKey("/AP");
+ if (! AP.isNull())
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper radio button grandkid widget");
+ annot = grandkid;
+ break;
+ }
+ }
+ }
+ }
+ else
+ {
+ annot = kid;
+ }
+ if (! annot.isInitialized())
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle broken radio button");
+ this->oh.warnIfPossible(
+ "unable to set the value of this radio button");
+ continue;
+ }
+ if (AP.isDictionary() &&
+ AP.getKey("/N").isDictionary() &&
+ AP.getKey("/N").hasKey(name.getName()))
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper turn on radio button");
+ annot.replaceKey("/AS", name);
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper turn off radio button");
+ annot.replaceKey("/AS", QPDFObjectHandle::newName("/Off"));
+ }
+ }
+}
+
+void
+QPDFFormFieldObjectHelper::setCheckBoxValue(bool value)
+{
+ // Set /AS to /Yes or /Off in addition to setting /V.
+ QPDFObjectHandle name =
+ QPDFObjectHandle::newName(value ? "/Yes" : "/Off");
+ setFieldAttribute("/V", name);
+ QPDFObjectHandle AP = this->oh.getKey("/AP");
+ QPDFObjectHandle annot;
+ if (AP.isNull())
+ {
+ // The widget may be below. If there is more than one, just
+ // find the first one.
+ QPDFObjectHandle kids = this->oh.getKey("/Kids");
+ if (kids.isArray())
+ {
+ int nkids = kids.getArrayNItems();
+ for (int i = 0; i < nkids; ++i)
+ {
+ QPDFObjectHandle kid = kids.getArrayItem(i);
+ AP = kid.getKey("/AP");
+ if (! AP.isNull())
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper checkbox kid widget");
+ annot = kid;
+ break;
+ }
+ }
+ }
+ }
+ else
+ {
+ annot = this->oh;
+ }
+ if (! annot.isInitialized())
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle broken checkbox");
+ this->oh.warnIfPossible(
+ "unable to set the value of this checkbox");
+ return;
+ }
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper set checkbox AS");
+ annot.replaceKey("/AS", name);
+}
+
+void
+QPDFFormFieldObjectHelper::generateAppearance(QPDFAnnotationObjectHelper& aoh)
+{
+ std::string ft = getFieldType();
+ // Ignore field types we don't know how to generate appearances
+ // for. Button fields don't really need them -- see code in
+ // QPDFAcroFormDocumentHelper::generateAppearancesIfNeeded.
+ if ((ft == "/Tx") || (ft == "/Ch"))
+ {
+ generateTextAppearance(aoh);
+ }
+}
+
+class ValueSetter: public QPDFObjectHandle::TokenFilter
+{
+ public:
+ ValueSetter(std::string const& DA, std::string const& V,
+ std::vector<std::string> const& opt, double tf,
+ QPDFObjectHandle::Rectangle const& bbox);
+ virtual ~ValueSetter()
+ {
+ }
+ virtual void handleToken(QPDFTokenizer::Token const&);
+ virtual void handleEOF();
+ void writeAppearance();
+
+ private:
+ std::string DA;
+ std::string V;
+ std::vector<std::string> opt;
+ double tf;
+ QPDFObjectHandle::Rectangle bbox;
+ enum { st_top, st_bmc, st_emc, st_end } state;
+ bool replaced;
+};
+
+ValueSetter::ValueSetter(std::string const& DA, std::string const& V,
+ std::vector<std::string> const& opt, double tf,
+ QPDFObjectHandle::Rectangle const& bbox) :
+ DA(DA),
+ V(V),
+ opt(opt),
+ tf(tf),
+ bbox(bbox),
+ state(st_top),
+ replaced(false)
+{
+}
+
+void
+ValueSetter::handleToken(QPDFTokenizer::Token const& token)
+{
+ QPDFTokenizer::token_type_e ttype = token.getType();
+ std::string value = token.getValue();
+ bool do_replace = false;
+ switch (state)
+ {
+ case st_top:
+ writeToken(token);
+ if ((ttype == QPDFTokenizer::tt_word) && (value == "BMC"))
+ {
+ state = st_bmc;
+ }
+ break;
+
+ case st_bmc:
+ if ((ttype == QPDFTokenizer::tt_space) ||
+ (ttype == QPDFTokenizer::tt_comment))
+ {
+ writeToken(token);
+ }
+ else
+ {
+ state = st_emc;
+ }
+ // fall through to emc
+
+ case st_emc:
+ if ((ttype == QPDFTokenizer::tt_word) && (value == "EMC"))
+ {
+ do_replace = true;
+ state = st_end;
+ }
+ break;
+
+ case st_end:
+ writeToken(token);
+ break;
+ }
+ if (do_replace)
+ {
+ writeAppearance();
+ }
+}
+
+void
+ValueSetter::handleEOF()
+{
+ if (! this->replaced)
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper replaced BMC at EOF");
+ write("/Tx BMC\n");
+ writeAppearance();
+ }
+}
+
+void
+ValueSetter::writeAppearance()
+{
+ this->replaced = true;
+
+ // This code does not take quadding into consideration because
+ // doing so requires font metric information, which we don't
+ // have in many cases.
+
+ double tfh = 1.2 * tf;
+ int dx = 1;
+
+ // Write one or more lines, centered vertically, possibly with
+ // one row highlighted.
+
+ size_t max_rows = static_cast<size_t>((bbox.ury - bbox.lly) / tfh);
+ bool highlight = false;
+ size_t highlight_idx = 0;
+
+ std::vector<std::string> lines;
+ if (opt.empty() || (max_rows < 2))
+ {
+ lines.push_back(V);
+ }
+ else
+ {
+ // Figure out what rows to write
+ size_t nopt = opt.size();
+ size_t found_idx = 0;
+ bool found = false;
+ for (found_idx = 0; found_idx < nopt; ++found_idx)
+ {
+ if (opt.at(found_idx) == V)
+ {
+ found = true;
+ break;
+ }
+ }
+ if (found)
+ {
+ // Try to make the found item the second one, but
+ // adjust for under/overflow.
+ int wanted_first = found_idx - 1;
+ int wanted_last = found_idx + max_rows - 2;
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper list found");
+ while (wanted_first < 0)
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper list first too low");
+ ++wanted_first;
+ ++wanted_last;
+ }
+ while (wanted_last >= static_cast<int>(nopt))
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper list last too high");
+ if (wanted_first > 0)
+ {
+ --wanted_first;
+ }
+ --wanted_last;
+ }
+ highlight = true;
+ highlight_idx = found_idx - wanted_first;
+ for (int i = wanted_first; i <= wanted_last; ++i)
+ {
+ lines.push_back(opt.at(i));
+ }
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper list not found");
+ // include our value and the first n-1 rows
+ highlight_idx = 0;
+ highlight = true;
+ lines.push_back(V);
+ for (size_t i = 0; ((i < nopt) && (i < (max_rows - 1))); ++i)
+ {
+ lines.push_back(opt.at(i));
+ }
+ }
+ }
+
+ // Write the lines centered vertically, highlighting if needed
+ size_t nlines = lines.size();
+ double dy = bbox.ury - ((bbox.ury - bbox.lly - (nlines * tfh)) / 2.0);
+ if (highlight)
+ {
+ write("q\n0.85 0.85 0.85 rg\n" +
+ QUtil::int_to_string(bbox.llx) + " " +
+ QUtil::double_to_string(bbox.lly + dy -
+ (tfh * (highlight_idx + 1))) + " " +
+ QUtil::int_to_string(bbox.urx - bbox.llx) + " " +
+ QUtil::double_to_string(tfh) +
+ " re f\nQ\n");
+ }
+ dy -= tf;
+ write("q\nBT\n" + DA + "\n");
+ for (size_t i = 0; i < nlines; ++i)
+ {
+ // We could adjust Tm to translate to the beginning the first
+ // line, set TL to tfh, and use T* for each subsequent line,
+ // but doing this would require extracting any Tm from DA,
+ // which doesn't seem really worth the effort.
+ if (i == 0)
+ {
+ write(QUtil::int_to_string(bbox.llx + dx) + " " +
+ QUtil::double_to_string(bbox.lly + dy) + " Td\n");
+ }
+ else
+ {
+ write("0 " + QUtil::double_to_string(-tfh) + " Td\n");
+ }
+ write(QPDFObjectHandle::newString(lines.at(i)).unparse() + " Tj\n");
+ }
+ write("ET\nQ\nEMC");
+}
+
+class TfFinder: public QPDFObjectHandle::TokenFilter
+{
+ public:
+ TfFinder();
+ virtual ~TfFinder()
+ {
+ }
+ virtual void handleToken(QPDFTokenizer::Token const&);
+ double getTf();
+ std::string getFontName();
+ std::string getDA();
+
+ private:
+ double tf;
+ size_t tf_idx;
+ std::string font_name;
+ double last_num;
+ size_t last_num_idx;
+ std::string last_name;
+ std::vector<std::string> DA;
+};
+
+TfFinder::TfFinder() :
+ tf(11.0),
+ tf_idx(0),
+ last_num(0.0),
+ last_num_idx(0)
+{
+}
+
+void
+TfFinder::handleToken(QPDFTokenizer::Token const& token)
+{
+ QPDFTokenizer::token_type_e ttype = token.getType();
+ std::string value = token.getValue();
+ DA.push_back(token.getRawValue());
+ switch (ttype)
+ {
+ case QPDFTokenizer::tt_integer:
+ case QPDFTokenizer::tt_real:
+ last_num = strtod(value.c_str(), 0);
+ last_num_idx = DA.size() - 1;
+ break;
+
+ case QPDFTokenizer::tt_name:
+ last_name = value;
+ break;
+
+ case QPDFTokenizer::tt_word:
+ if ((value == "Tf") &&
+ (last_num > 1.0) &&
+ (last_num < 1000.0))
+ {
+ // These ranges are arbitrary but keep us from doing
+ // insane things or suffering from over/underflow
+ tf = last_num;
+ }
+ tf_idx = last_num_idx;
+ font_name = last_name;
+ break;
+
+ default:
+ break;
+ }
+}
+
+double
+TfFinder::getTf()
+{
+ return this->tf;
+}
+
+std::string
+TfFinder::getDA()
+{
+ std::string result;
+ size_t n = this->DA.size();
+ for (size_t i = 0; i < n; ++i)
+ {
+ std::string cur = this->DA.at(i);
+ if (i == tf_idx)
+ {
+ double delta = strtod(cur.c_str(), 0) - this->tf;
+ if ((delta > 0.001) || (delta < -0.001))
+ {
+ // tf doesn't match the font size passed to Tf, so
+ // substitute.
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper fallback Tf");
+ cur = QUtil::double_to_string(tf);
+ }
+ }
+ result += cur;
+ }
+ return result;
+}
+
+std::string
+TfFinder::getFontName()
+{
+ return this->font_name;
+}
+
+QPDFObjectHandle
+QPDFFormFieldObjectHelper::getFontFromResource(
+ QPDFObjectHandle resources, std::string const& name)
+{
+ QPDFObjectHandle result;
+ if (resources.isDictionary() &&
+ resources.getKey("/Font").isDictionary() &&
+ resources.getKey("/Font").hasKey(name))
+ {
+ result = resources.getKey("/Font").getKey(name);
+ }
+ return result;
+}
+
+void
+QPDFFormFieldObjectHelper::generateTextAppearance(
+ QPDFAnnotationObjectHelper& aoh)
+{
+ QPDFObjectHandle AS = aoh.getAppearanceStream("/N");
+ if (AS.isNull())
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper create AS from scratch");
+ QPDFObjectHandle::Rectangle rect = aoh.getRect();
+ QPDFObjectHandle::Rectangle bbox(
+ 0, 0, rect.urx - rect.llx, rect.ury - rect.lly);
+ QPDFObjectHandle dict = QPDFObjectHandle::parse(
+ "<< /Resources << /ProcSet [ /PDF /Text ] >>"
+ " /Type /XObject /Subtype /Form >>");
+ dict.replaceKey("/BBox", QPDFObjectHandle::newFromRectangle(bbox));
+ AS = QPDFObjectHandle::newStream(
+ this->oh.getOwningQPDF(), "/Tx BMC\nEMC\n");
+ AS.replaceDict(dict);
+ QPDFObjectHandle AP = aoh.getAppearanceDictionary();
+ if (AP.isNull())
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper create AP from scratch");
+ aoh.getObjectHandle().replaceKey(
+ "/AP", QPDFObjectHandle::newDictionary());
+ AP = aoh.getAppearanceDictionary();
+ }
+ AP.replaceKey("/N", AS);
+ }
+ if (! AS.isStream())
+ {
+ aoh.getObjectHandle().warnIfPossible(
+ "unable to get normal appearance stream for update");
+ return;
+ }
+ QPDFObjectHandle bbox_obj = AS.getDict().getKey("/BBox");
+ if (! bbox_obj.isRectangle())
+ {
+ aoh.getObjectHandle().warnIfPossible(
+ "unable to get appearance stream bounding box");
+ return;
+ }
+ QPDFObjectHandle::Rectangle bbox = bbox_obj.getArrayAsRectangle();
+ std::string DA = getDefaultAppearance();
+ std::string V = getValueAsString();
+ std::vector<std::string> opt;
+ if (isChoice() && ((getFlags() & ff_ch_combo) == 0))
+ {
+ opt = getChoices();
+ }
+
+ TfFinder tff;
+ Pl_QPDFTokenizer tok("tf", &tff);
+ tok.write(QUtil::unsigned_char_pointer(DA.c_str()), DA.length());
+ tok.finish();
+ double tf = tff.getTf();
+ DA = tff.getDA();
+
+ std::string (*encoder)(std::string const&, char) = &QUtil::utf8_to_ascii;
+ std::string font_name = tff.getFontName();
+ if (! font_name.empty())
+ {
+ // See if the font is encoded with something we know about.
+ QPDFObjectHandle resources = AS.getDict().getKey("/Resources");
+ QPDFObjectHandle font = getFontFromResource(resources, font_name);
+ if (! font.isInitialized())
+ {
+ QPDFObjectHandle dr = getInheritableFieldValue("/DR");
+ font = getFontFromResource(dr, font_name);
+ }
+ if (font.isDictionary() &&
+ font.getKey("/Encoding").isName())
+ {
+ std::string encoding = font.getKey("/Encoding").getName();
+ if (encoding == "/WinAnsiEncoding")
+ {
+ QTC::TC("qpdf", "QPDFFormFieldObjectHelper WinAnsi");
+ encoder = &QUtil::utf8_to_win_ansi;
+ }
+ else if (encoding == "/MacRomanEncoding")
+ {
+ encoder = &QUtil::utf8_to_mac_roman;
+ }
+ }
+ }
+
+ V = (*encoder)(V, '?');
+ for (size_t i = 0; i < opt.size(); ++i)
+ {
+ opt.at(i) = (*encoder)(opt.at(i), '?');
+ }
+
+ AS.addTokenFilter(new ValueSetter(DA, V, opt, tf, bbox));
+}
diff --git a/libqpdf/QPDFMatrix.cc b/libqpdf/QPDFMatrix.cc
new file mode 100644
index 00000000..c78154aa
--- /dev/null
+++ b/libqpdf/QPDFMatrix.cc
@@ -0,0 +1,135 @@
+#include <qpdf/QPDFMatrix.hh>
+#include <qpdf/QUtil.hh>
+#include <algorithm>
+
+QPDFMatrix::QPDFMatrix() :
+ a(1.0),
+ b(0.0),
+ c(0.0),
+ d(1.0),
+ e(0.0),
+ f(0.0)
+{
+}
+
+QPDFMatrix::QPDFMatrix(double a, double b, double c,
+ double d, double e, double f) :
+ a(a),
+ b(b),
+ c(c),
+ d(d),
+ e(e),
+ f(f)
+{
+}
+
+QPDFMatrix::QPDFMatrix(QPDFObjectHandle::Matrix const& m) :
+ a(m.a),
+ b(m.b),
+ c(m.c),
+ d(m.d),
+ e(m.e),
+ f(m.f)
+{
+}
+
+static double fix_rounding(double d)
+{
+ if ((d > -0.00001) && (d < 0.00001))
+ {
+ d = 0.0;
+ }
+ return d;
+}
+
+std::string
+QPDFMatrix::unparse() const
+{
+ return (QUtil::double_to_string(fix_rounding(a), 5) + " " +
+ QUtil::double_to_string(fix_rounding(b), 5) + " " +
+ QUtil::double_to_string(fix_rounding(c), 5) + " " +
+ QUtil::double_to_string(fix_rounding(d), 5) + " " +
+ QUtil::double_to_string(fix_rounding(e), 5) + " " +
+ QUtil::double_to_string(fix_rounding(f), 5));
+}
+
+QPDFObjectHandle::Matrix
+QPDFMatrix::getAsMatrix() const
+{
+ return QPDFObjectHandle::Matrix(a, b, c, d, e, f);
+}
+
+void
+QPDFMatrix::concat(QPDFMatrix const& other)
+{
+ double ap = (this->a * other.a) + (this->c * other.b);
+ double bp = (this->b * other.a) + (this->d * other.b);
+ double cp = (this->a * other.c) + (this->c * other.d);
+ double dp = (this->b * other.c) + (this->d * other.d);
+ double ep = (this->a * other.e) + (this->c * other.f) + this->e;
+ double fp = (this->b * other.e) + (this->d * other.f) + this->f;
+ this-> a = ap;
+ this-> b = bp;
+ this-> c = cp;
+ this-> d = dp;
+ this-> e = ep;
+ this-> f = fp;
+}
+
+void
+QPDFMatrix::scale(double sx, double sy)
+{
+ concat(QPDFMatrix(sx, 0, 0, sy, 0, 0));
+}
+
+void
+QPDFMatrix::translate(double tx, double ty)
+{
+ concat(QPDFMatrix(1, 0, 0, 1, tx, ty));
+}
+
+void
+QPDFMatrix::rotatex90(int angle)
+{
+ switch (angle)
+ {
+ case 90:
+ concat(QPDFMatrix(0, 1, -1, 0, 0, 0));
+ break;
+ case 180:
+ concat(QPDFMatrix(-1, 0, 0, -1, 0, 0));
+ break;
+ case 270:
+ concat(QPDFMatrix(0, -1, 1, 0, 0, 0));
+ break;
+ default:
+ // ignore
+ break;
+ }
+}
+
+void
+QPDFMatrix::transform(double x, double y, double& xp, double& yp)
+{
+ xp = (this->a * x) + (this->c * y) + this->e;
+ yp = (this->b * x) + (this->d * y) + this->f;
+}
+
+QPDFObjectHandle::Rectangle
+QPDFMatrix::transformRectangle(QPDFObjectHandle::Rectangle r)
+{
+ // Transform a rectangle by creating a new rectangle the tightly
+ // bounds the polygon resulting from transforming the four
+ // corners.
+ std::vector<double> tx(4);
+ std::vector<double> ty(4);
+ transform(r.llx, r.lly, tx.at(0), ty.at(0));
+ transform(r.llx, r.ury, tx.at(1), ty.at(1));
+ transform(r.urx, r.lly, tx.at(2), ty.at(2));
+ transform(r.urx, r.ury, tx.at(3), ty.at(3));
+ return QPDFObjectHandle::Rectangle(
+ *std::min_element(tx.begin(), tx.end()),
+ *std::min_element(ty.begin(), ty.end()),
+ *std::max_element(tx.begin(), tx.end()),
+ *std::max_element(ty.begin(), ty.end()));
+}
diff --git a/libqpdf/QPDFNameTreeObjectHelper.cc b/libqpdf/QPDFNameTreeObjectHelper.cc
new file mode 100644
index 00000000..4eb0fb15
--- /dev/null
+++ b/libqpdf/QPDFNameTreeObjectHelper.cc
@@ -0,0 +1,82 @@
+#include <qpdf/QPDFNameTreeObjectHelper.hh>
+
+QPDFNameTreeObjectHelper::Members::~Members()
+{
+}
+
+QPDFNameTreeObjectHelper::Members::Members()
+{
+}
+
+QPDFNameTreeObjectHelper::QPDFNameTreeObjectHelper(QPDFObjectHandle oh) :
+ QPDFObjectHelper(oh),
+ m(new Members())
+{
+ updateMap(oh);
+}
+
+QPDFNameTreeObjectHelper::~QPDFNameTreeObjectHelper()
+{
+}
+
+void
+QPDFNameTreeObjectHelper::updateMap(QPDFObjectHandle oh)
+{
+ if (this->m->seen.count(oh.getObjGen()))
+ {
+ return;
+ }
+ this->m->seen.insert(oh.getObjGen());
+ QPDFObjectHandle names = oh.getKey("/Names");
+ if (names.isArray())
+ {
+ size_t nitems = names.getArrayNItems();
+ size_t i = 0;
+ while (i < nitems - 1)
+ {
+ QPDFObjectHandle name = names.getArrayItem(i);
+ if (name.isString())
+ {
+ ++i;
+ QPDFObjectHandle obj = names.getArrayItem(i);
+ this->m->entries[name.getUTF8Value()] = obj;
+ }
+ ++i;
+ }
+ }
+ QPDFObjectHandle kids = oh.getKey("/Kids");
+ if (kids.isArray())
+ {
+ size_t nitems = kids.getArrayNItems();
+ for (size_t i = 0; i < nitems; ++i)
+ {
+ updateMap(kids.getArrayItem(i));
+ }
+ }
+}
+
+bool
+QPDFNameTreeObjectHelper::hasName(std::string const& name)
+{
+ return this->m->entries.count(name) != 0;
+}
+
+bool
+QPDFNameTreeObjectHelper::findObject(
+ std::string const& name, QPDFObjectHandle& oh)
+{
+ std::map<std::string, QPDFObjectHandle>::iterator i =
+ this->m->entries.find(name);
+ if (i == this->m->entries.end())
+ {
+ return false;
+ }
+ oh = (*i).second;
+ return true;
+}
+
+std::map<std::string, QPDFObjectHandle>
+QPDFNameTreeObjectHelper::getAsMap() const
+{
+ return this->m->entries;
+}
diff --git a/libqpdf/QPDFNumberTreeObjectHelper.cc b/libqpdf/QPDFNumberTreeObjectHelper.cc
new file mode 100644
index 00000000..40b1c6f9
--- /dev/null
+++ b/libqpdf/QPDFNumberTreeObjectHelper.cc
@@ -0,0 +1,121 @@
+#include <qpdf/QPDFNumberTreeObjectHelper.hh>
+
+QPDFNumberTreeObjectHelper::Members::~Members()
+{
+}
+
+QPDFNumberTreeObjectHelper::Members::Members()
+{
+}
+
+QPDFNumberTreeObjectHelper::QPDFNumberTreeObjectHelper(QPDFObjectHandle oh) :
+ QPDFObjectHelper(oh),
+ m(new Members())
+{
+ updateMap(oh);
+}
+
+void
+QPDFNumberTreeObjectHelper::updateMap(QPDFObjectHandle oh)
+{
+ if (this->m->seen.count(oh.getObjGen()))
+ {
+ return;
+ }
+ this->m->seen.insert(oh.getObjGen());
+ QPDFObjectHandle nums = oh.getKey("/Nums");
+ if (nums.isArray())
+ {
+ size_t nitems = nums.getArrayNItems();
+ size_t i = 0;
+ while (i < nitems - 1)
+ {
+ QPDFObjectHandle num = nums.getArrayItem(i);
+ if (num.isInteger())
+ {
+ ++i;
+ QPDFObjectHandle obj = nums.getArrayItem(i);
+ this->m->entries[num.getIntValue()] = obj;
+ }
+ ++i;
+ }
+ }
+ QPDFObjectHandle kids = oh.getKey("/Kids");
+ if (kids.isArray())
+ {
+ size_t nitems = kids.getArrayNItems();
+ for (size_t i = 0; i < nitems; ++i)
+ {
+ updateMap(kids.getArrayItem(i));
+ }
+ }
+}
+
+
+QPDFNumberTreeObjectHelper::numtree_number
+QPDFNumberTreeObjectHelper::getMin()
+{
+ if (this->m->entries.empty())
+ {
+ return 0;
+ }
+ // Our map is sorted in reverse.
+ return this->m->entries.rbegin()->first;
+}
+
+QPDFNumberTreeObjectHelper::numtree_number
+QPDFNumberTreeObjectHelper::getMax()
+{
+ if (this->m->entries.empty())
+ {
+ return 0;
+ }
+ // Our map is sorted in reverse.
+ return this->m->entries.begin()->first;
+}
+
+bool
+QPDFNumberTreeObjectHelper::hasIndex(numtree_number idx)
+{
+ return this->m->entries.count(idx) != 0;
+}
+
+bool
+QPDFNumberTreeObjectHelper::findObject(
+ numtree_number idx, QPDFObjectHandle& oh)
+{
+ Members::idx_map::iterator i = this->m->entries.find(idx);
+ if (i == this->m->entries.end())
+ {
+ return false;
+ }
+ oh = (*i).second;
+ return true;
+}
+
+bool
+QPDFNumberTreeObjectHelper::findObjectAtOrBelow(
+ numtree_number idx, QPDFObjectHandle& oh,
+ numtree_number& offset)
+{
+ Members::idx_map::iterator i = this->m->entries.lower_bound(idx);
+ if (i == this->m->entries.end())
+ {
+ return false;
+ }
+ oh = (*i).second;
+ offset = idx - (*i).first;
+ return true;
+}
+
+std::map<QPDFNumberTreeObjectHelper::numtree_number, QPDFObjectHandle>
+QPDFNumberTreeObjectHelper::getAsMap() const
+{
+ std::map<numtree_number, QPDFObjectHandle> result;
+ for (Members::idx_map::const_iterator iter = this->m->entries.begin();
+ iter != this->m->entries.end(); ++iter)
+ {
+ result[(*iter).first] = (*iter).second;
+ }
+ return result;
+}
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index f4a8a0a4..a3a4d61d 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -18,6 +18,7 @@
#include <qpdf/Pl_QPDFTokenizer.hh>
#include <qpdf/BufferInputSource.hh>
#include <qpdf/QPDFExc.hh>
+#include <qpdf/QPDFPageObjectHelper.hh>
#include <qpdf/QTC.hh>
#include <qpdf/QUtil.hh>
@@ -575,6 +576,26 @@ QPDFObjectHandle::isRectangle()
return true;
}
+bool
+QPDFObjectHandle::isMatrix()
+{
+ if (! isArray())
+ {
+ return false;
+ }
+ if (getArrayNItems() != 6)
+ {
+ return false;
+ }
+ for (size_t i = 0; i < 6; ++i)
+ {
+ if (! getArrayItem(i).isNumber())
+ {
+ return false;
+ }
+ }
+ return true;
+}
QPDFObjectHandle::Rectangle
QPDFObjectHandle::getArrayAsRectangle()
@@ -590,6 +611,22 @@ QPDFObjectHandle::getArrayAsRectangle()
return result;
}
+QPDFObjectHandle::Matrix
+QPDFObjectHandle::getArrayAsMatrix()
+{
+ Matrix result;
+ if (isMatrix())
+ {
+ result = Matrix(getArrayItem(0).getNumericValue(),
+ getArrayItem(1).getNumericValue(),
+ getArrayItem(2).getNumericValue(),
+ getArrayItem(3).getNumericValue(),
+ getArrayItem(4).getNumericValue(),
+ getArrayItem(5).getNumericValue());
+ }
+ return result;
+}
+
std::vector<QPDFObjectHandle>
QPDFObjectHandle::getArrayAsVector()
{
@@ -789,6 +826,135 @@ QPDFObjectHandle::isOrHasName(std::string const& value)
return false;
}
+void
+QPDFObjectHandle::mergeResources(QPDFObjectHandle other)
+{
+ if (! (isDictionary() && other.isDictionary()))
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle merge top type mismatch");
+ return;
+ }
+ std::set<std::string> other_keys = other.getKeys();
+ for (std::set<std::string>::iterator iter = other_keys.begin();
+ iter != other_keys.end(); ++iter)
+ {
+ std::string const& key = *iter;
+ QPDFObjectHandle other_val = other.getKey(key);
+ if (hasKey(key))
+ {
+ QPDFObjectHandle this_val = getKey(key);
+ if (this_val.isDictionary() && other_val.isDictionary())
+ {
+ if (this_val.isIndirect())
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle replace with copy");
+ this_val = this_val.shallowCopy();
+ replaceKey(key, this_val);
+ }
+ std::set<std::string> other_val_keys = other_val.getKeys();
+ for (std::set<std::string>::iterator i2 =
+ other_val_keys.begin();
+ i2 != other_val_keys.end(); ++i2)
+ {
+ if (! this_val.hasKey(*i2))
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle merge shallow copy");
+ this_val.replaceKey(
+ *i2, other_val.getKey(*i2).shallowCopy());
+ }
+ }
+ }
+ else if (this_val.isArray() && other_val.isArray())
+ {
+ std::set<std::string> scalars;
+ int n = this_val.getArrayNItems();
+ for (int i = 0; i < n; ++i)
+ {
+ QPDFObjectHandle this_item = this_val.getArrayItem(i);
+ if (this_item.isScalar())
+ {
+ scalars.insert(this_item.unparse());
+ }
+ }
+ n = other_val.getArrayNItems();
+ for (int i = 0; i < n; ++i)
+ {
+ QPDFObjectHandle other_item = other_val.getArrayItem(i);
+ if (other_item.isScalar())
+ {
+ if (scalars.count(other_item.unparse()) == 0)
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle merge array");
+ this_val.appendItem(other_item);
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle merge array dup");
+ }
+ }
+ }
+ }
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFObjectHandle merge copy from other");
+ replaceKey(key, other_val.shallowCopy());
+ }
+ }
+}
+
+std::set<std::string>
+QPDFObjectHandle::getResourceNames()
+{
+ // Return second-level dictionary keys
+ std::set<std::string> result;
+ if (! isDictionary())
+ {
+ return result;
+ }
+ std::set<std::string> keys = getKeys();
+ for (std::set<std::string>::iterator iter = keys.begin();
+ iter != keys.end(); ++iter)
+ {
+ std::string const& key = *iter;
+ QPDFObjectHandle val = getKey(key);
+ if (val.isDictionary())
+ {
+ std::set<std::string> val_keys = val.getKeys();
+ for (std::set<std::string>::iterator i2 = val_keys.begin();
+ i2 != val_keys.end(); ++i2)
+ {
+ result.insert(*i2);
+ }
+ }
+ }
+ return result;
+}
+
+std::string
+QPDFObjectHandle::getUniqueResourceName(std::string const& prefix,
+ int& min_suffix)
+{
+ std::set<std::string> names = getResourceNames();
+ int max_suffix = min_suffix + names.size();
+ while (min_suffix <= max_suffix)
+ {
+ std::string candidate = prefix + QUtil::int_to_string(min_suffix);
+ if (names.count(candidate) == 0)
+ {
+ return candidate;
+ }
+ // Increment after return; min_suffix should be the value
+ // used, not the next value.
+ ++min_suffix;
+ }
+ // This could only happen if there is a coding error.
+ // The number of candidates we test is more than the
+ // number of keys we're checking against.
+ throw std::logic_error("unable to find unconflicting name in"
+ " QPDFObjectHandle::getUniqueResourceName");
+}
+
// Indirect object accessors
QPDF*
QPDFObjectHandle::getOwningQPDF()
@@ -968,24 +1134,11 @@ QPDFObjectHandle::getGeneration() const
std::map<std::string, QPDFObjectHandle>
QPDFObjectHandle::getPageImages()
{
- // Note: this code doesn't handle inherited resources. If this
- // page dictionary doesn't have a /Resources key or has one whose
- // value is null or an empty dictionary, you are supposed to walk
- // up the page tree until you find a /Resources dictionary. As of
- // this writing, I don't have any test files that use inherited
- // resources, and hand-generating one won't be a good test because
- // any mistakes in my understanding would be present in both the
- // code and the test file.
-
- // NOTE: If support of inherited resources (see above comment) is
- // implemented, edit comment in QPDFObjectHandle.hh for this
- // function. Also remove call to pushInheritedAttributesToPage
- // from qpdf.cc when show_page_images is true.
-
std::map<std::string, QPDFObjectHandle> result;
- if (this->hasKey("/Resources"))
+ QPDFObjectHandle resources =
+ QPDFPageObjectHelper(*this).getAttribute("/Resources", false);
+ if (resources.isDictionary())
{
- QPDFObjectHandle resources = this->getKey("/Resources");
if (resources.hasKey("/XObject"))
{
QPDFObjectHandle xobject = resources.getKey("/XObject");
@@ -1235,6 +1388,37 @@ QPDFObjectHandle::unparseBinary()
}
}
+JSON
+QPDFObjectHandle::getJSON(bool dereference_indirect)
+{
+ if ((! dereference_indirect) && this->isIndirect())
+ {
+ return JSON::makeString(unparse());
+ }
+ else
+ {
+ if (this->m->reserved)
+ {
+ throw std::logic_error(
+ "QPDFObjectHandle: attempting to unparse a reserved object");
+ }
+ dereference();
+ return this->m->obj->getJSON();
+ }
+}
+
+QPDFObjectHandle
+QPDFObjectHandle::wrapInArray()
+{
+ if (isArray())
+ {
+ return *this;
+ }
+ QPDFObjectHandle result = QPDFObjectHandle::newArray();
+ result.appendItem(*this);
+ return result;
+}
+
QPDFObjectHandle
QPDFObjectHandle::parse(std::string const& object_str,
std::string const& object_description)
@@ -1374,7 +1558,7 @@ QPDFObjectHandle::parseContentStream_data(
// terminated the token. Read until end of inline image.
char ch;
input->read(&ch, 1);
- tokenizer.expectInlineImage();
+ tokenizer.expectInlineImage(input);
QPDFTokenizer::Token t =
tokenizer.readToken(input, description, true);
if (t.getType() == QPDFTokenizer::tt_bad)
@@ -1386,16 +1570,7 @@ QPDFObjectHandle::parseContentStream_data(
}
else
{
- // Skip back over EI
- input->seek(-3, SEEK_CUR);
- std::string inline_image = t.getRawValue();
- for (int i = 0; i < 4; ++i)
- {
- if (inline_image.length() > 0)
- {
- inline_image.erase(inline_image.length() - 1);
- }
- }
+ std::string inline_image = t.getValue();
QTC::TC("qpdf", "QPDFObjectHandle inline image token");
callbacks->handleObject(
QPDFObjectHandle::newInlineImage(inline_image));
@@ -1900,12 +2075,31 @@ QPDFObjectHandle::newArray(Rectangle const& rect)
}
QPDFObjectHandle
+QPDFObjectHandle::newArray(Matrix const& matrix)
+{
+ std::vector<QPDFObjectHandle> items;
+ items.push_back(newReal(matrix.a));
+ items.push_back(newReal(matrix.b));
+ items.push_back(newReal(matrix.c));
+ items.push_back(newReal(matrix.d));
+ items.push_back(newReal(matrix.e));
+ items.push_back(newReal(matrix.f));
+ return newArray(items);
+}
+
+QPDFObjectHandle
QPDFObjectHandle::newFromRectangle(Rectangle const& rect)
{
return newArray(rect);
}
QPDFObjectHandle
+QPDFObjectHandle::newFromMatrix(Matrix const& rect)
+{
+ return newArray(rect);
+}
+
+QPDFObjectHandle
QPDFObjectHandle::newDictionary()
{
return newDictionary(std::map<std::string, QPDFObjectHandle>());
diff --git a/libqpdf/QPDFOutlineDocumentHelper.cc b/libqpdf/QPDFOutlineDocumentHelper.cc
new file mode 100644
index 00000000..411ccf34
--- /dev/null
+++ b/libqpdf/QPDFOutlineDocumentHelper.cc
@@ -0,0 +1,137 @@
+#include <qpdf/QPDFOutlineDocumentHelper.hh>
+#include <qpdf/QTC.hh>
+
+QPDFOutlineDocumentHelper::Members::~Members()
+{
+}
+
+QPDFOutlineDocumentHelper::Members::Members()
+{
+}
+
+QPDFOutlineDocumentHelper::QPDFOutlineDocumentHelper(QPDF& qpdf) :
+ QPDFDocumentHelper(qpdf),
+ m(new Members())
+{
+ QPDFObjectHandle root = qpdf.getRoot();
+ if (! root.hasKey("/Outlines"))
+ {
+ return;
+ }
+ QPDFObjectHandle outlines = root.getKey("/Outlines");
+ if (! (outlines.isDictionary() && outlines.hasKey("/First")))
+ {
+ return;
+ }
+ QPDFObjectHandle cur = outlines.getKey("/First");
+ while (! cur.isNull())
+ {
+ this->m->outlines.push_back(
+ QPDFOutlineObjectHelper::Accessor::create(cur, *this, 1));
+ cur = cur.getKey("/Next");
+ }
+}
+
+QPDFOutlineDocumentHelper::~QPDFOutlineDocumentHelper()
+{
+}
+
+bool
+QPDFOutlineDocumentHelper::hasOutlines()
+{
+ return ! this->m->outlines.empty();
+}
+
+std::list<QPDFOutlineObjectHelper>
+QPDFOutlineDocumentHelper::getTopLevelOutlines()
+{
+ return this->m->outlines;
+}
+
+void
+QPDFOutlineDocumentHelper::initializeByPage()
+{
+ std::list<QPDFOutlineObjectHelper> queue;
+ queue.insert(queue.end(), this->m->outlines.begin(), this->m->outlines.end());
+
+ while (! queue.empty())
+ {
+ QPDFOutlineObjectHelper oh = queue.front();
+ queue.pop_front();
+ this->m->by_page[oh.getDestPage().getObjGen()].push_back(oh);
+ std::list<QPDFOutlineObjectHelper> kids = oh.getKids();
+ queue.insert(queue.end(), kids.begin(), kids.end());
+ }
+}
+
+std::list<QPDFOutlineObjectHelper>
+QPDFOutlineDocumentHelper::getOutlinesForPage(QPDFObjGen const& og)
+{
+ if (this->m->by_page.empty())
+ {
+ initializeByPage();
+ }
+ std::list<QPDFOutlineObjectHelper> result;
+ if (this->m->by_page.count(og))
+ {
+ result = this->m->by_page[og];
+ }
+ return result;
+}
+
+QPDFObjectHandle
+QPDFOutlineDocumentHelper::resolveNamedDest(QPDFObjectHandle name)
+{
+ QPDFObjectHandle result;
+ if (name.isName())
+ {
+ if (! this->m->dest_dict.isInitialized())
+ {
+ this->m->dest_dict = this->qpdf.getRoot().getKey("/Dests");
+ }
+ if (this->m->dest_dict.isDictionary())
+ {
+ QTC::TC("qpdf", "QPDFOutlineDocumentHelper name named dest");
+ result = this->m->dest_dict.getKey(name.getName());
+ }
+ }
+ else if (name.isString())
+ {
+ if (0 == this->m->names_dest.getPointer())
+ {
+ QPDFObjectHandle names = this->qpdf.getRoot().getKey("/Names");
+ if (names.isDictionary())
+ {
+ QPDFObjectHandle dests = names.getKey("/Dests");
+ if (dests.isDictionary())
+ {
+ this->m->names_dest =
+ new QPDFNameTreeObjectHelper(dests);
+ }
+ }
+ }
+ if (this->m->names_dest.getPointer())
+ {
+ if (this->m->names_dest->findObject(name.getUTF8Value(), result))
+ {
+ QTC::TC("qpdf", "QPDFOutlineDocumentHelper string named dest");
+ }
+ }
+ }
+ if (! result.isInitialized())
+ {
+ result = QPDFObjectHandle::newNull();
+ }
+ return result;
+}
+
+bool
+QPDFOutlineDocumentHelper::checkSeen(QPDFObjGen const& og)
+{
+ if (this->m->seen.count(og) > 0)
+ {
+ return true;
+ }
+ this->m->seen.insert(og);
+ return false;
+}
diff --git a/libqpdf/QPDFOutlineObjectHelper.cc b/libqpdf/QPDFOutlineObjectHelper.cc
new file mode 100644
index 00000000..e8eb11d0
--- /dev/null
+++ b/libqpdf/QPDFOutlineObjectHelper.cc
@@ -0,0 +1,117 @@
+#include <qpdf/QPDFOutlineObjectHelper.hh>
+#include <qpdf/QPDFOutlineDocumentHelper.hh>
+#include <qpdf/QTC.hh>
+
+QPDFOutlineObjectHelper::Members::~Members()
+{
+}
+
+QPDFOutlineObjectHelper::Members::Members(QPDFOutlineDocumentHelper& dh) :
+ dh(dh)
+{
+}
+
+QPDFOutlineObjectHelper::QPDFOutlineObjectHelper(
+ QPDFObjectHandle oh, QPDFOutlineDocumentHelper& dh, int depth) :
+ QPDFObjectHelper(oh),
+ m(new Members(dh))
+{
+ if (depth > 50)
+ {
+ // Not exercised in test suite, but was tested manually by
+ // temporarily changing max depth to 1.
+ return;
+ }
+ if (QPDFOutlineDocumentHelper::Accessor::checkSeen(
+ this->m->dh, this->oh.getObjGen()))
+ {
+ QTC::TC("qpdf", "QPDFOutlineObjectHelper loop");
+ return;
+ }
+
+ QPDFObjectHandle cur = oh.getKey("/First");
+ while (! cur.isNull())
+ {
+ QPDFOutlineObjectHelper new_ooh(cur, dh, 1 + depth);
+ new_ooh.m->parent = new QPDFOutlineObjectHelper(*this);
+ this->m->kids.push_back(new_ooh);
+ cur = cur.getKey("/Next");
+ }
+}
+
+PointerHolder<QPDFOutlineObjectHelper>
+QPDFOutlineObjectHelper::getParent()
+{
+ return this->m->parent;
+}
+
+std::list<QPDFOutlineObjectHelper>
+QPDFOutlineObjectHelper::getKids()
+{
+ return this->m->kids;
+}
+
+QPDFObjectHandle
+QPDFOutlineObjectHelper::getDest()
+{
+ QPDFObjectHandle dest;
+ QPDFObjectHandle A;
+ if (this->oh.hasKey("/Dest"))
+ {
+ QTC::TC("qpdf", "QPDFOutlineObjectHelper direct dest");
+ dest = this->oh.getKey("/Dest");
+ }
+ else if ((A = this->oh.getKey("/A")).isDictionary() &&
+ A.getKey("/S").isName() &&
+ (A.getKey("/S").getName() == "/GoTo") &&
+ A.hasKey("/D"))
+ {
+ QTC::TC("qpdf", "QPDFOutlineObjectHelper action dest");
+ dest = A.getKey("/D");
+ }
+ if (! dest.isInitialized())
+ {
+ dest = QPDFObjectHandle::newNull();
+ }
+
+ if (dest.isName() || dest.isString())
+ {
+ QTC::TC("qpdf", "QPDFOutlineObjectHelper named dest");
+ dest = this->m->dh.resolveNamedDest(dest);
+ }
+
+ return dest;
+}
+
+QPDFObjectHandle
+QPDFOutlineObjectHelper::getDestPage()
+{
+ QPDFObjectHandle dest = getDest();
+ if ((dest.isArray()) && (dest.getArrayNItems() > 0))
+ {
+ return dest.getArrayItem(0);
+ }
+ return QPDFObjectHandle::newNull();
+}
+
+int
+QPDFOutlineObjectHelper::getCount()
+{
+ int count = 0;
+ if (this->oh.hasKey("/Count"))
+ {
+ count = this->oh.getKey("/Count").getIntValue();
+ }
+ return count;
+}
+
+std::string
+QPDFOutlineObjectHelper::getTitle()
+{
+ std::string result;
+ if (this->oh.hasKey("/Title"))
+ {
+ result = this->oh.getKey("/Title").getUTF8Value();
+ }
+ return result;
+}
diff --git a/libqpdf/QPDFPageDocumentHelper.cc b/libqpdf/QPDFPageDocumentHelper.cc
index f4774896..58d6ed22 100644
--- a/libqpdf/QPDFPageDocumentHelper.cc
+++ b/libqpdf/QPDFPageDocumentHelper.cc
@@ -1,4 +1,7 @@
#include <qpdf/QPDFPageDocumentHelper.hh>
+#include <qpdf/QPDFAcroFormDocumentHelper.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/QTC.hh>
QPDFPageDocumentHelper::Members::~Members()
{
@@ -62,3 +65,151 @@ QPDFPageDocumentHelper::removePage(QPDFPageObjectHelper page)
{
this->qpdf.removePage(page.getObjectHandle());
}
+
+
+void
+QPDFPageDocumentHelper::flattenAnnotations(
+ int required_flags,
+ int forbidden_flags)
+{
+ QPDFAcroFormDocumentHelper afdh(this->qpdf);
+ if (afdh.getNeedAppearances())
+ {
+ this->qpdf.getRoot().getKey("/AcroForm").warnIfPossible(
+ "document does not have updated appearance streams,"
+ " so form fields will not be flattened");
+ }
+ std::vector<QPDFPageObjectHelper> pages = getAllPages();
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ QPDFPageObjectHelper ph(*iter);
+ QPDFObjectHandle resources = ph.getAttribute("/Resources", true);
+ if (! resources.isDictionary())
+ {
+ // This should never happen and is not exercised in the
+ // test suite
+ resources = QPDFObjectHandle::newDictionary();
+ }
+ flattenAnnotationsForPage(ph, resources, afdh,
+ required_flags, forbidden_flags);
+ }
+ if (! afdh.getNeedAppearances())
+ {
+ this->qpdf.getRoot().removeKey("/AcroForm");
+ }
+}
+
+void
+QPDFPageDocumentHelper::flattenAnnotationsForPage(
+ QPDFPageObjectHelper& page,
+ QPDFObjectHandle& resources,
+ QPDFAcroFormDocumentHelper& afdh,
+ int required_flags,
+ int forbidden_flags)
+{
+ bool need_appearances = afdh.getNeedAppearances();
+ std::vector<QPDFAnnotationObjectHelper> annots = page.getAnnotations();
+ std::vector<QPDFObjectHandle> new_annots;
+ std::string new_content;
+ int rotate = 0;
+ QPDFObjectHandle rotate_obj =
+ page.getObjectHandle().getKey("/Rotate");
+ if (rotate_obj.isInteger() && rotate_obj.getIntValue())
+ {
+ rotate = rotate_obj.getIntValue();
+ }
+ int next_fx = 1;
+ for (std::vector<QPDFAnnotationObjectHelper>::iterator iter =
+ annots.begin();
+ iter != annots.end(); ++iter)
+ {
+ QPDFAnnotationObjectHelper& aoh(*iter);
+ QPDFObjectHandle as = aoh.getAppearanceStream("/N");
+ bool is_widget = (aoh.getSubtype() == "/Widget");
+ bool process = true;
+ if (need_appearances && is_widget)
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper skip widget need appearances");
+ process = false;
+ }
+ if (process && as.isStream())
+ {
+ if (is_widget)
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper merge DR");
+ QPDFFormFieldObjectHelper ff = afdh.getFieldForAnnotation(aoh);
+ QPDFObjectHandle as_resources =
+ as.getDict().getKey("/Resources");
+ if (as_resources.isIndirect())
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper indirect as resources");
+ as.getDict().replaceKey(
+ "/Resources", as_resources.shallowCopy());
+ as_resources = as.getDict().getKey("/Resources");
+ }
+ as_resources.mergeResources(
+ ff.getInheritableFieldValue("/DR"));
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper non-widget annotation");
+ }
+ std::string name = resources.getUniqueResourceName(
+ "/Fxo", next_fx);
+ std::string content = aoh.getPageContentForAppearance(
+ name, rotate, required_flags, forbidden_flags);
+ if (! content.empty())
+ {
+ resources.mergeResources(
+ QPDFObjectHandle::parse("<< /XObject << >> >>"));
+ resources.getKey("/XObject").replaceKey(name, as);
+ ++next_fx;
+ }
+ new_content += content;
+ }
+ else if (process)
+ {
+ // If an annotation has no appearance stream, just drop
+ // the annotation when flattening. This can happen for
+ // unchecked checkboxes and radio buttons, popup windows
+ // associated with comments that aren't visible, and other
+ // types of annotations that aren't visible.
+ QTC::TC("qpdf", "QPDFPageDocumentHelper ignore annotation with no appearance");
+ }
+ else
+ {
+ new_annots.push_back(aoh.getObjectHandle());
+ }
+ }
+ if (new_annots.size() != annots.size())
+ {
+ QPDFObjectHandle page_oh = page.getObjectHandle();
+ if (new_annots.empty())
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper remove annots");
+ page_oh.removeKey("/Annots");
+ }
+ else
+ {
+ QPDFObjectHandle old_annots = page_oh.getKey("/Annots");
+ QPDFObjectHandle new_annots_oh =
+ QPDFObjectHandle::newArray(new_annots);
+ if (old_annots.isIndirect())
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper replace indirect annots");
+ this->qpdf.replaceObject(
+ old_annots.getObjGen(), new_annots_oh);
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFPageDocumentHelper replace direct annots");
+ page_oh.replaceKey("/Annots", new_annots_oh);
+ }
+ }
+ page.addPageContents(
+ QPDFObjectHandle::newStream(&qpdf, "q\n"), true);
+ page.addPageContents(
+ QPDFObjectHandle::newStream(&qpdf, "\nQ\n" + new_content), false);
+ }
+}
diff --git a/libqpdf/QPDFPageLabelDocumentHelper.cc b/libqpdf/QPDFPageLabelDocumentHelper.cc
new file mode 100644
index 00000000..a650fa9c
--- /dev/null
+++ b/libqpdf/QPDFPageLabelDocumentHelper.cc
@@ -0,0 +1,125 @@
+#include <qpdf/QPDFPageLabelDocumentHelper.hh>
+#include <qpdf/QTC.hh>
+
+QPDFPageLabelDocumentHelper::Members::~Members()
+{
+}
+
+QPDFPageLabelDocumentHelper::Members::Members()
+{
+}
+
+QPDFPageLabelDocumentHelper::QPDFPageLabelDocumentHelper(QPDF& qpdf) :
+ QPDFDocumentHelper(qpdf),
+ m(new Members())
+{
+ QPDFObjectHandle root = qpdf.getRoot();
+ if (root.hasKey("/PageLabels"))
+ {
+ this->m->labels = new QPDFNumberTreeObjectHelper(
+ root.getKey("/PageLabels"));
+ }
+}
+
+bool
+QPDFPageLabelDocumentHelper::hasPageLabels()
+{
+ return 0 != this->m->labels.getPointer();
+}
+
+QPDFObjectHandle
+QPDFPageLabelDocumentHelper::getLabelForPage(long long page_idx)
+{
+ QPDFObjectHandle result(QPDFObjectHandle::newNull());
+ if (! hasPageLabels())
+ {
+ return result;
+ }
+ QPDFNumberTreeObjectHelper::numtree_number offset = 0;
+ QPDFObjectHandle label;
+ if (! this->m->labels->findObjectAtOrBelow(page_idx, label, offset))
+ {
+ return result;
+ }
+ if (! label.isDictionary())
+ {
+ return result;
+ }
+ QPDFObjectHandle S = label.getKey("/S"); // type (D, R, r, A, a)
+ QPDFObjectHandle P = label.getKey("/P"); // prefix
+ QPDFObjectHandle St = label.getKey("/St"); // starting number
+ long long start = 1;
+ if (St.isInteger())
+ {
+ start = St.getIntValue();
+ }
+ start += offset;
+ result = QPDFObjectHandle::newDictionary();
+ result.replaceOrRemoveKey("/S", S);
+ result.replaceOrRemoveKey("/P", P);
+ result.replaceOrRemoveKey("/St", QPDFObjectHandle::newInteger(start));
+ return result;
+}
+
+void
+QPDFPageLabelDocumentHelper::getLabelsForPageRange(
+ long long start_idx, long long end_idx, long long new_start_idx,
+ std::vector<QPDFObjectHandle>& new_labels)
+{
+ // Start off with a suitable label for the first page. For every
+ // remaining page, if that page has an explicit entry, copy it.
+ // Otherwise, let the subsequent page just sequence from the prior
+ // entry. If there is no entry for the first page, fabricate one
+ // that would match how the page would look in a new file in which
+ // it also didn't have an explicit label.
+ QPDFObjectHandle label = getLabelForPage(start_idx);
+ if (label.isNull())
+ {
+ label = QPDFObjectHandle::newDictionary();
+ label.replaceKey(
+ "/St", QPDFObjectHandle::newInteger(1 + new_start_idx));
+ }
+ // See if the new label is redundant based on the previous entry
+ // in the vector. If so, don't add it.
+ size_t size = new_labels.size();
+ bool skip_first = false;
+ if (size >= 2)
+ {
+ QPDFObjectHandle last = new_labels.at(size - 1);
+ QPDFObjectHandle last_idx = new_labels.at(size - 2);
+ if (last_idx.isInteger() && last.isDictionary() &&
+ (label.getKey("/S").unparse() == last.getKey("/S").unparse()) &&
+ (label.getKey("/P").unparse() == last.getKey("/P").unparse()) &&
+ label.getKey("/St").isInteger() &&
+ last.getKey("/St").isInteger())
+ {
+ long long int st_delta =
+ label.getKey("/St").getIntValue() -
+ last.getKey("/St").getIntValue();
+ long long int idx_delta =
+ new_start_idx - last_idx.getIntValue();
+ if (st_delta == idx_delta)
+ {
+ QTC::TC("qpdf", "QPDFPageLabelDocumentHelper skip first");
+ skip_first = true;
+ }
+ }
+ }
+ if (! skip_first)
+ {
+ new_labels.push_back(QPDFObjectHandle::newInteger(new_start_idx));
+ new_labels.push_back(label);
+ }
+
+ long long int idx_offset = new_start_idx - start_idx;
+ for (long long i = start_idx + 1; i <= end_idx; ++i)
+ {
+ if (this->m->labels->hasIndex(i) &&
+ (label = getLabelForPage(i)).isDictionary())
+ {
+ new_labels.push_back(QPDFObjectHandle::newInteger(i + idx_offset));
+ new_labels.push_back(label);
+ }
+ }
+}
+
diff --git a/libqpdf/QPDFPageObjectHelper.cc b/libqpdf/QPDFPageObjectHelper.cc
index 4093622d..9543d294 100644
--- a/libqpdf/QPDFPageObjectHelper.cc
+++ b/libqpdf/QPDFPageObjectHelper.cc
@@ -1,5 +1,286 @@
#include <qpdf/QPDFPageObjectHelper.hh>
#include <qpdf/QTC.hh>
+#include <qpdf/QPDF.hh>
+#include <qpdf/Pl_Concatenate.hh>
+#include <qpdf/Pl_Buffer.hh>
+#include <qpdf/QUtil.hh>
+#include <qpdf/QPDFExc.hh>
+#include <qpdf/QPDFMatrix.hh>
+
+class ContentProvider: public QPDFObjectHandle::StreamDataProvider
+{
+ public:
+ ContentProvider(QPDFObjectHandle from_page) :
+ from_page(from_page)
+ {
+ }
+ virtual ~ContentProvider()
+ {
+ }
+ virtual void provideStreamData(int objid, int generation,
+ Pipeline* pipeline);
+
+ private:
+ QPDFObjectHandle from_page;
+};
+
+void
+ContentProvider::provideStreamData(int, int, Pipeline* p)
+{
+ Pl_Concatenate concat("concatenate", p);
+ std::string description = "contents from page object " +
+ QUtil::int_to_string(from_page.getObjectID()) + " " +
+ QUtil::int_to_string(from_page.getGeneration());
+ std::string all_description;
+ from_page.getKey("/Contents").pipeContentStreams(
+ &concat, description, all_description);
+ concat.manualFinish();
+}
+
+class InlineImageTracker: public QPDFObjectHandle::TokenFilter
+{
+ public:
+ InlineImageTracker(QPDF*, size_t min_size, QPDFObjectHandle resources);
+ virtual ~InlineImageTracker()
+ {
+ }
+ virtual void handleToken(QPDFTokenizer::Token const&);
+ QPDFObjectHandle convertIIDict(QPDFObjectHandle odict);
+
+ QPDF* qpdf;
+ size_t min_size;
+ QPDFObjectHandle resources;
+ std::string dict_str;
+ std::string bi_str;
+ int min_suffix;
+ bool any_images;
+ enum { st_top, st_bi } state;
+};
+
+InlineImageTracker::InlineImageTracker(QPDF* qpdf, size_t min_size,
+ QPDFObjectHandle resources) :
+ qpdf(qpdf),
+ min_size(min_size),
+ resources(resources),
+ min_suffix(1),
+ any_images(false),
+ state(st_top)
+{
+}
+
+QPDFObjectHandle
+InlineImageTracker::convertIIDict(QPDFObjectHandle odict)
+{
+ QPDFObjectHandle dict = QPDFObjectHandle::newDictionary();
+ dict.replaceKey("/Type", QPDFObjectHandle::newName("/XObject"));
+ dict.replaceKey("/Subtype", QPDFObjectHandle::newName("/Image"));
+ std::set<std::string> keys = odict.getKeys();
+ for (std::set<std::string>::iterator iter = keys.begin();
+ iter != keys.end(); ++iter)
+ {
+ std::string key = *iter;
+ QPDFObjectHandle value = odict.getKey(key);
+ if (key == "/BPC")
+ {
+ key = "/BitsPerComponent";
+ }
+ else if (key == "/CS")
+ {
+ key = "/ColorSpace";
+ }
+ else if (key == "/D")
+ {
+ key = "/Decode";
+ }
+ else if (key == "/DP")
+ {
+ key = "/DecodeParms";
+ }
+ else if (key == "/F")
+ {
+ key = "/Filter";
+ }
+ else if (key == "/H")
+ {
+ key = "/Height";
+ }
+ else if (key == "/IM")
+ {
+ key = "/ImageMask";
+ }
+ else if (key == "/I")
+ {
+ key = "/Interpolate";
+ }
+ else if (key == "/W")
+ {
+ key = "/Width";
+ }
+
+ if (key == "/ColorSpace")
+ {
+ if (value.isName())
+ {
+ std::string name = value.getName();
+ if (name == "/G")
+ {
+ name = "/DeviceGray";
+ }
+ else if (name == "/RGB")
+ {
+ name = "/DeviceRGB";
+ }
+ else if (name == "/CMYK")
+ {
+ name = "/DeviceCMYK";
+ }
+ else if (name == "/I")
+ {
+ name = "/Indexed";
+ }
+ else
+ {
+ name.clear();
+ }
+ if (! name.empty())
+ {
+ value = QPDFObjectHandle::newName(name);
+ }
+ }
+ }
+ else if (key == "/Filter")
+ {
+ std::vector<QPDFObjectHandle> filters;
+ if (value.isName())
+ {
+ filters.push_back(value);
+ }
+ else if (value.isArray())
+ {
+ filters = value.getArrayAsVector();
+ }
+ for (std::vector<QPDFObjectHandle>::iterator iter =
+ filters.begin();
+ iter != filters.end(); ++iter)
+ {
+ std::string name;
+ if ((*iter).isName())
+ {
+ name = (*iter).getName();
+ }
+ if (name == "/AHx")
+ {
+ name = "/ASCIIHexDecode";
+ }
+ else if (name == "/A85")
+ {
+ name = "/ASCII85Decode";
+ }
+ else if (name == "/LZW")
+ {
+ name = "/LZWDecode";
+ }
+ else if (name == "/Fl")
+ {
+ name = "/FlateDecode";
+ }
+ else if (name == "/RL")
+ {
+ name = "/RunLengthDecode";
+ }
+ else if (name == "/CCF")
+ {
+ name = "/CCITTFaxDecode";
+ }
+ else if (name == "/DCT")
+ {
+ name = "/DCTDecode";
+ }
+ else
+ {
+ name.clear();
+ }
+ if (! name.empty())
+ {
+ *iter = QPDFObjectHandle::newName(name);
+ }
+ }
+ if (value.isName() && (filters.size() == 1))
+ {
+ value = filters.at(0);
+ }
+ else if (value.isArray())
+ {
+ value = QPDFObjectHandle::newArray(filters);
+ }
+ }
+ dict.replaceKey(key, value);
+ }
+ return dict;
+}
+
+void
+InlineImageTracker::handleToken(QPDFTokenizer::Token const& token)
+{
+ if (state == st_bi)
+ {
+ if (token.getType() == QPDFTokenizer::tt_inline_image)
+ {
+ std::string image_data(token.getValue());
+ size_t len = image_data.length();
+ if (len >= this->min_size)
+ {
+ QTC::TC("qpdf", "QPDFPageObjectHelper externalize inline image");
+ Pl_Buffer b("image_data");
+ b.write(QUtil::unsigned_char_pointer(image_data), len);
+ b.finish();
+ QPDFObjectHandle dict =
+ convertIIDict(QPDFObjectHandle::parse(dict_str));
+ dict.replaceKey("/Length", QPDFObjectHandle::newInteger(len));
+ std::string name = resources.getUniqueResourceName(
+ "/IIm", this->min_suffix);
+ QPDFObjectHandle image = QPDFObjectHandle::newStream(
+ this->qpdf, b.getBuffer());
+ image.replaceDict(dict);
+ resources.getKey("/XObject").replaceKey(name, image);
+ write(name);
+ write(" Do\n");
+ any_images = true;
+ }
+ else
+ {
+ QTC::TC("qpdf", "QPDFPageObjectHelper keep inline image");
+ write(bi_str);
+ writeToken(token);
+ state = st_top;
+ }
+ }
+ else if (token == QPDFTokenizer::Token(QPDFTokenizer::tt_word, "ID"))
+ {
+ bi_str += token.getValue();
+ dict_str += " >>";
+ }
+ else if (token == QPDFTokenizer::Token(QPDFTokenizer::tt_word, "EI"))
+ {
+ state = st_top;
+ }
+ else
+ {
+ bi_str += token.getValue();
+ dict_str += token.getValue();
+ }
+ }
+ else if (token == QPDFTokenizer::Token(QPDFTokenizer::tt_word, "BI"))
+ {
+ bi_str = token.getValue();
+ dict_str = "<< ";
+ state = st_bi;
+ }
+ else
+ {
+ writeToken(token);
+ }
+}
QPDFPageObjectHelper::Members::~Members()
{
@@ -14,12 +295,95 @@ QPDFPageObjectHelper::QPDFPageObjectHelper(QPDFObjectHandle oh) :
{
}
+QPDFObjectHandle
+QPDFPageObjectHelper::getAttribute(std::string const& name,
+ bool copy_if_shared)
+{
+ bool inheritable = ((name == "/MediaBox") || (name == "/CropBox") ||
+ (name == "/Resources") || (name == "/Rotate"));
+
+ QPDFObjectHandle node = this->oh;
+ QPDFObjectHandle result(node.getKey(name));
+ std::set<QPDFObjGen> seen;
+ bool inherited = false;
+ while (inheritable && result.isNull() && node.hasKey("/Parent"))
+ {
+ seen.insert(node.getObjGen());
+ node = node.getKey("/Parent");
+ if (seen.count(node.getObjGen()))
+ {
+ break;
+ }
+ result = node.getKey(name);
+ if (! result.isNull())
+ {
+ QTC::TC("qpdf", "QPDFPageObjectHelper non-trivial inheritance");
+ inherited = true;
+ }
+ }
+ if (copy_if_shared && (inherited || result.isIndirect()))
+ {
+ QTC::TC("qpdf", "QPDFPageObjectHelper copy shared attribute");
+ result = result.shallowCopy();
+ this->oh.replaceKey(name, result);
+ }
+ return result;
+}
+
+QPDFObjectHandle
+QPDFPageObjectHelper::getTrimBox(bool copy_if_shared)
+{
+ QPDFObjectHandle result = getAttribute("/TrimBox", copy_if_shared);
+ if (result.isNull())
+ {
+ result = getCropBox(copy_if_shared);
+ }
+ return result;
+}
+
+QPDFObjectHandle
+QPDFPageObjectHelper::getCropBox(bool copy_if_shared)
+{
+ QPDFObjectHandle result = getAttribute("/CropBox", copy_if_shared);
+ if (result.isNull())
+ {
+ result = getMediaBox();
+ }
+ return result;
+}
+
+QPDFObjectHandle
+QPDFPageObjectHelper::getMediaBox(bool copy_if_shared)
+{
+ return getAttribute("/MediaBox", copy_if_shared);
+}
+
std::map<std::string, QPDFObjectHandle>
QPDFPageObjectHelper::getPageImages()
{
return this->oh.getPageImages();
}
+void
+QPDFPageObjectHelper::externalizeInlineImages(size_t min_size)
+{
+ QPDFObjectHandle resources = getAttribute("/Resources", true);
+ // Calling mergeResources also ensures that /XObject becomes
+ // direct and is not shared with other pages.
+ resources.mergeResources(
+ QPDFObjectHandle::parse("<< /XObject << >> >>"));
+ InlineImageTracker iit(this->oh.getOwningQPDF(), min_size, resources);
+ Pl_Buffer b("new page content");
+ filterPageContents(&iit, &b);
+ if (iit.any_images)
+ {
+ getObjectHandle().replaceKey(
+ "/Contents",
+ QPDFObjectHandle::newStream(
+ this->oh.getOwningQPDF(), b.getBuffer()));
+ }
+}
+
std::vector<QPDFAnnotationObjectHelper>
QPDFPageObjectHelper::getAnnotations(std::string const& only_subtype)
{
@@ -98,11 +462,16 @@ QPDFPageObjectHelper::addContentTokenFilter(
class NameWatcher: public QPDFObjectHandle::TokenFilter
{
public:
+ NameWatcher() :
+ saw_bad(false)
+ {
+ }
virtual ~NameWatcher()
{
}
virtual void handleToken(QPDFTokenizer::Token const&);
std::set<std::string> names;
+ bool saw_bad;
};
void
@@ -115,6 +484,10 @@ NameWatcher::handleToken(QPDFTokenizer::Token const& token)
this->names.insert(
QPDFObjectHandle::newName(token.getValue()).getName());
}
+ else if (token.getType() == QPDFTokenizer::tt_bad)
+ {
+ saw_bad = true;
+ }
writeToken(token);
}
@@ -133,6 +506,14 @@ QPDFPageObjectHelper::removeUnreferencedResources()
"; not attempting to remove unreferenced objects from this page");
return;
}
+ if (nw.saw_bad)
+ {
+ QTC::TC("qpdf", "QPDFPageObjectHelper bad token finding names");
+ this->oh.warnIfPossible(
+ "Bad token found while scanning content stream; "
+ "not attempting to remove unreferenced objects from this page");
+ return;
+ }
// Walk through /Font and /XObject dictionaries, removing any
// resources that are not referenced. We must make copies of
// resource dictionaries down into the dictionaries are mutating
@@ -141,12 +522,7 @@ QPDFPageObjectHelper::removeUnreferencedResources()
std::vector<std::string> to_filter;
to_filter.push_back("/Font");
to_filter.push_back("/XObject");
- QPDFObjectHandle resources = this->oh.getKey("/Resources");
- if (resources.isDictionary())
- {
- resources = resources.shallowCopy();
- this->oh.replaceKey("/Resources", resources);
- }
+ QPDFObjectHandle resources = getAttribute("/Resources", true);
for (std::vector<std::string>::iterator d_iter = to_filter.begin();
d_iter != to_filter.end(); ++d_iter)
{
@@ -155,6 +531,7 @@ QPDFPageObjectHelper::removeUnreferencedResources()
{
continue;
}
+ dict = dict.shallowCopy();
resources.replaceKey(*d_iter, dict);
std::set<std::string> keys = dict.getKeys();
for (std::set<std::string>::iterator k_iter = keys.begin();
@@ -167,3 +544,225 @@ QPDFPageObjectHelper::removeUnreferencedResources()
}
}
}
+
+QPDFPageObjectHelper
+QPDFPageObjectHelper::shallowCopyPage()
+{
+ QPDF* qpdf = this->oh.getOwningQPDF();
+ if (! qpdf)
+ {
+ throw std::runtime_error(
+ "QPDFPageObjectHelper::shallowCopyPage"
+ " called with a direct object");
+ }
+ QPDFObjectHandle new_page = this->oh.shallowCopy();
+ return QPDFPageObjectHelper(qpdf->makeIndirectObject(new_page));
+}
+
+QPDFObjectHandle::Matrix
+QPDFPageObjectHelper::getMatrixForTransformations(bool invert)
+{
+ QPDFObjectHandle::Matrix matrix(1, 0, 0, 1, 0, 0);
+ QPDFObjectHandle bbox = getTrimBox(false);
+ if (! bbox.isRectangle())
+ {
+ return matrix;
+ }
+ QPDFObjectHandle rotate_obj = getAttribute("/Rotate", false);
+ QPDFObjectHandle scale_obj = getAttribute("/UserUnit", false);
+ if (! (rotate_obj.isNull() && scale_obj.isNull()))
+ {
+ QPDFObjectHandle::Rectangle rect = bbox.getArrayAsRectangle();
+ double width = rect.urx - rect.llx;
+ double height = rect.ury - rect.lly;
+ double scale = (scale_obj.isNumber()
+ ? scale_obj.getNumericValue()
+ : 1.0);
+ int rotate = (rotate_obj.isInteger()
+ ? rotate_obj.getIntValue()
+ : 0);
+ if (invert)
+ {
+ if (scale == 0.0)
+ {
+ return matrix;
+ }
+ scale = 1.0 / scale;
+ rotate = 360 - rotate;
+ }
+
+ // Ignore invalid rotation angle
+ switch (rotate)
+ {
+ case 90:
+ matrix = QPDFObjectHandle::Matrix(
+ 0, -scale, scale, 0, 0, width * scale);
+ break;
+ case 180:
+ matrix = QPDFObjectHandle::Matrix(
+ -scale, 0, 0, -scale, width * scale, height * scale);
+ break;
+ case 270:
+ matrix = QPDFObjectHandle::Matrix(
+ 0, scale, -scale, 0, height * scale, 0);
+ break;
+ default:
+ matrix = QPDFObjectHandle::Matrix(
+ scale, 0, 0, scale, 0, 0);
+ break;
+ }
+ }
+ return matrix;
+}
+
+QPDFObjectHandle
+QPDFPageObjectHelper::getFormXObjectForPage(bool handle_transformations)
+{
+ QPDF* qpdf = this->oh.getOwningQPDF();
+ if (! qpdf)
+ {
+ throw std::runtime_error(
+ "QPDFPageObjectHelper::getFormXObjectForPage"
+ " called with a direct object");
+ }
+ QPDFObjectHandle result = QPDFObjectHandle::newStream(qpdf);
+ QPDFObjectHandle newdict = result.getDict();
+ newdict.replaceKey("/Type", QPDFObjectHandle::newName("/XObject"));
+ newdict.replaceKey("/Subtype", QPDFObjectHandle::newName("/Form"));
+ newdict.replaceKey("/Resources",
+ getAttribute("/Resources", false).shallowCopy());
+ newdict.replaceKey("/Group",
+ getAttribute("/Group", false).shallowCopy());
+ QPDFObjectHandle bbox = getTrimBox(false).shallowCopy();
+ if (! bbox.isRectangle())
+ {
+ this->oh.warnIfPossible(
+ "bounding box is invalid; form"
+ " XObject created from page will not work");
+ }
+ newdict.replaceKey("/BBox", bbox);
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> provider =
+ new ContentProvider(this->oh);
+ result.replaceStreamData(
+ provider, QPDFObjectHandle::newNull(), QPDFObjectHandle::newNull());
+ QPDFObjectHandle rotate_obj = getAttribute("/Rotate", false);
+ QPDFObjectHandle scale_obj = getAttribute("/UserUnit", false);
+ if (handle_transformations &&
+ (! (rotate_obj.isNull() && scale_obj.isNull())))
+ {
+ newdict.replaceKey("/Matrix",
+ QPDFObjectHandle::newArray(
+ getMatrixForTransformations()));
+ }
+
+ return result;
+}
+
+std::string
+QPDFPageObjectHelper::placeFormXObject(
+ QPDFObjectHandle fo, std::string name,
+ QPDFObjectHandle::Rectangle rect,
+ bool invert_transformations)
+{
+ // Calculate the transformation matrix that will place the given
+ // form XObject fully inside the given rectangle, shrinking and
+ // centering if needed.
+
+ // When rendering a form XObject, the transformation in the
+ // graphics state (cm) is applied first (of course -- when it is
+ // applied, the PDF interpreter doesn't even know we're going to
+ // be drawing a form XObject yet), and then the object's matrix
+ // (M) is applied. The resulting matrix, when applied to the form
+ // XObject's bounding box, will generate a new rectangle. We want
+ // to create a transformation matrix that make the form XObject's
+ // bounding box land in exactly the right spot.
+
+ QPDFObjectHandle fdict = fo.getDict();
+ QPDFObjectHandle bbox_obj = fdict.getKey("/BBox");
+ if (! bbox_obj.isRectangle())
+ {
+ return "";
+ }
+
+ QPDFMatrix wmatrix; // work matrix
+ QPDFMatrix tmatrix; // "to" matrix
+ QPDFMatrix fmatrix; // "from" matrix
+ if (invert_transformations)
+ {
+ // tmatrix inverts scaling and rotation of the destination
+ // page. Applying this matrix allows the overlaid form
+ // XObject's to be absolute rather than relative to properties
+ // of the destination page. tmatrix is part of the computed
+ // transformation matrix.
+ tmatrix = QPDFMatrix(getMatrixForTransformations(true));
+ wmatrix.concat(tmatrix);
+ }
+ if (fdict.getKey("/Matrix").isMatrix())
+ {
+ // fmatrix is the transformation matrix that is applied to the
+ // form XObject itself. We need this for calculations, but we
+ // don't explicitly use it in the final result because the PDF
+ // rendering system automatically applies this last before
+ // drawing the form XObject.
+ fmatrix = QPDFMatrix(fdict.getKey("/Matrix").getArrayAsMatrix());
+ wmatrix.concat(fmatrix);
+ }
+
+ // The current wmatrix handles transformation from the form
+ // xobject and, if requested, the destination page. Next, we have
+ // to adjust this for scale and position.
+
+ // Step 1: figure out what scale factor we need to make the form
+ // XObject's bounding box fit within the destination rectangle.
+
+ // Transform bounding box
+ QPDFObjectHandle::Rectangle bbox = bbox_obj.getArrayAsRectangle();
+ QPDFObjectHandle::Rectangle T = wmatrix.transformRectangle(bbox);
+
+ // Calculate a scale factor, if needed. If the transformed
+ // rectangle is too big, shrink it. Never expand it.
+ if ((T.urx == T.llx) || (T.ury == T.lly))
+ {
+ // avoid division by zero
+ return "";
+ }
+ double rect_w = rect.urx - rect.llx;
+ double rect_h = rect.ury - rect.lly;
+ double t_w = T.urx - T.llx;
+ double t_h = T.ury - T.lly;
+ double xscale = rect_w / t_w;
+ double yscale = rect_h / t_h;
+ double scale = (xscale < yscale ? xscale : yscale);
+ if (scale > 1.0)
+ {
+ scale = 1.0;
+ }
+
+ // Step 2: figure out what translation is required to get the
+ // rectangle to the right spot: centered within the destination.
+ wmatrix = QPDFMatrix();
+ wmatrix.scale(scale, scale);
+ wmatrix.concat(tmatrix);
+ wmatrix.concat(fmatrix);
+
+ T = wmatrix.transformRectangle(bbox);
+ double t_cx = (T.llx + T.urx) / 2.0;
+ double t_cy = (T.lly + T.ury) / 2.0;
+ double r_cx = (rect.llx + rect.urx) / 2.0;
+ double r_cy = (rect.lly + rect.ury) / 2.0;
+ double tx = r_cx - t_cx;
+ double ty = r_cy - t_cy;
+
+ // Now we can calculate the final matrix. The final matrix does
+ // not include fmatrix because that is applied automatically by
+ // the PDF interpreter.
+ QPDFMatrix cm;
+ cm.translate(tx, ty);
+ cm.scale(scale, scale);
+ cm.concat(tmatrix);
+ return (
+ "q\n" +
+ cm.unparse() + " cm\n" +
+ name + " Do\n" +
+ "Q\n");
+}
diff --git a/libqpdf/QPDFSystemError.cc b/libqpdf/QPDFSystemError.cc
new file mode 100644
index 00000000..65aeaab7
--- /dev/null
+++ b/libqpdf/QPDFSystemError.cc
@@ -0,0 +1,51 @@
+#include <qpdf/QPDFSystemError.hh>
+#include <qpdf/QUtil.hh>
+#include <string.h>
+
+QPDFSystemError::QPDFSystemError(std::string const& description,
+ int system_errno) :
+ std::runtime_error(createWhat(description, system_errno)),
+ description(description),
+ system_errno(system_errno)
+{
+}
+
+QPDFSystemError::~QPDFSystemError() throw ()
+{
+}
+
+std::string
+QPDFSystemError::createWhat(std::string const& description,
+ int system_errno)
+{
+ std::string message;
+#ifdef _MSC_VER
+ // "94" is mentioned in the MSVC docs, but it's still safe if the
+ // message is longer. strerror_s is a templated function that
+ // knows the size of buf and truncates.
+ char buf[94];
+ if (strerror_s(buf, system_errno) != 0)
+ {
+ message = description + ": failed with an unknown error";
+ }
+ else
+ {
+ message = description + ": " + buf;
+ }
+#else
+ message = description + ": " + strerror(system_errno);
+#endif
+ return message;
+}
+
+std::string const&
+QPDFSystemError::getDescription() const
+{
+ return this->description;
+}
+
+int
+QPDFSystemError::getErrno() const
+{
+ return this->system_errno;
+}
diff --git a/libqpdf/QPDFTokenizer.cc b/libqpdf/QPDFTokenizer.cc
index 9c2a1e05..80fcf347 100644
--- a/libqpdf/QPDFTokenizer.cc
+++ b/libqpdf/QPDFTokenizer.cc
@@ -13,6 +13,69 @@
#include <string.h>
#include <cstdlib>
+static bool is_delimiter(char ch)
+{
+ return (strchr(" \t\n\v\f\r()<>[]{}/%", ch) != 0);
+}
+
+class QPDFWordTokenFinder: public InputSource::Finder
+{
+ public:
+ QPDFWordTokenFinder(PointerHolder<InputSource> is,
+ std::string const& str) :
+ is(is),
+ str(str)
+ {
+ }
+ virtual ~QPDFWordTokenFinder()
+ {
+ }
+ virtual bool check();
+
+ private:
+ PointerHolder<InputSource> is;
+ std::string str;
+};
+
+bool
+QPDFWordTokenFinder::check()
+{
+ // Find a word token matching the given string, preceded by a
+ // delimiter, and followed by a delimiter or EOF.
+ QPDFTokenizer tokenizer;
+ QPDFTokenizer::Token t = tokenizer.readToken(is, "finder", true);
+ qpdf_offset_t pos = is->tell();
+ if (! (t == QPDFTokenizer::Token(QPDFTokenizer::tt_word, str)))
+ {
+ QTC::TC("qpdf", "QPDFTokenizer finder found wrong word");
+ return false;
+ }
+ qpdf_offset_t token_start = is->getLastOffset();
+ char next;
+ bool next_okay = false;
+ if (is->read(&next, 1) == 0)
+ {
+ QTC::TC("qpdf", "QPDFTokenizer inline image at EOF");
+ next_okay = true;
+ }
+ else
+ {
+ next_okay = is_delimiter(next);
+ }
+ is->seek(pos, SEEK_SET);
+ if (! next_okay)
+ {
+ return false;
+ }
+ if (token_start == 0)
+ {
+ // Can't actually happen...we never start the search at the
+ // beginning of the input.
+ return false;
+ }
+ return true;
+}
+
QPDFTokenizer::Members::Members() :
pound_special_in_name(true),
allow_eof(false),
@@ -31,9 +94,11 @@ QPDFTokenizer::Members::reset()
error_message = "";
unread_char = false;
char_to_unread = '\0';
+ inline_image_bytes = 0;
string_depth = 0;
string_ignoring_newline = false;
last_char_was_bs = false;
+ last_char_was_cr = false;
}
QPDFTokenizer::Members::~Members()
@@ -90,7 +155,7 @@ QPDFTokenizer::isSpace(char ch)
bool
QPDFTokenizer::isDelimiter(char ch)
{
- return (strchr(" \t\n\v\f\r()<>[]{}/%", ch) != 0);
+ return is_delimiter(ch);
}
void
@@ -217,6 +282,7 @@ QPDFTokenizer::presentCharacter(char ch)
memset(this->m->bs_num_register, '\0',
sizeof(this->m->bs_num_register));
this->m->last_char_was_bs = false;
+ this->m->last_char_was_cr = false;
this->m->state = st_in_string;
}
else if (ch == '<')
@@ -334,8 +400,7 @@ QPDFTokenizer::presentCharacter(char ch)
}
else if (this->m->state == st_in_string)
{
- if (this->m->string_ignoring_newline &&
- (! ((ch == '\r') || (ch == '\n'))))
+ if (this->m->string_ignoring_newline && (ch != '\n'))
{
this->m->string_ignoring_newline = false;
}
@@ -353,9 +418,10 @@ QPDFTokenizer::presentCharacter(char ch)
bs_num_count = 0;
}
- if (this->m->string_ignoring_newline && ((ch == '\r') || (ch == '\n')))
+ if (this->m->string_ignoring_newline && (ch == '\n'))
{
// ignore
+ this->m->string_ignoring_newline = false;
}
else if (ch_is_octal &&
(this->m->last_char_was_bs || (bs_num_count > 0)))
@@ -386,8 +452,10 @@ QPDFTokenizer::presentCharacter(char ch)
this->m->val += '\f';
break;
- case '\r':
case '\n':
+ break;
+
+ case '\r':
this->m->string_ignoring_newline = true;
break;
@@ -417,11 +485,26 @@ QPDFTokenizer::presentCharacter(char ch)
this->m->type = tt_string;
this->m->state = st_token_ready;
}
+ else if (ch == '\r')
+ {
+ // CR by itself is converted to LF
+ this->m->val += '\n';
+ }
+ else if (ch == '\n')
+ {
+ // CR LF is converted to LF
+ if (! this->m->last_char_was_cr)
+ {
+ this->m->val += ch;
+ }
+ }
else
{
this->m->val += ch;
}
+ this->m->last_char_was_cr =
+ ((! this->m->string_ignoring_newline) && (ch == '\r'));
this->m->last_char_was_bs =
((! this->m->last_char_was_bs) && (ch == '\\'));
}
@@ -449,21 +532,28 @@ QPDFTokenizer::presentCharacter(char ch)
}
else if (this->m->state == st_inline_image)
{
+ this->m->val += ch;
size_t len = this->m->val.length();
- if ((len >= 4) &&
- isDelimiter(this->m->val.at(len-4)) &&
- (this->m->val.at(len-3) == 'E') &&
- (this->m->val.at(len-2) == 'I') &&
- isDelimiter(this->m->val.at(len-1)))
+ if (len == this->m->inline_image_bytes)
{
+ QTC::TC("qpdf", "QPDFTokenizer found EI by byte count");
this->m->type = tt_inline_image;
- this->m->unread_char = true;
- this->m->char_to_unread = ch;
+ this->m->inline_image_bytes = 0;
this->m->state = st_token_ready;
}
- else
+ else if ((this->m->inline_image_bytes == 0) &&
+ (len >= 4) &&
+ isDelimiter(this->m->val.at(len-4)) &&
+ (this->m->val.at(len-3) == 'E') &&
+ (this->m->val.at(len-2) == 'I') &&
+ isDelimiter(this->m->val.at(len-1)))
{
- this->m->val += ch;
+ QTC::TC("qpdf", "QPDFTokenizer found EI the old way");
+ this->m->val.erase(len - 1);
+ this->m->type = tt_inline_image;
+ this->m->unread_char = true;
+ this->m->char_to_unread = ch;
+ this->m->state = st_token_ready;
}
}
else
@@ -471,7 +561,6 @@ QPDFTokenizer::presentCharacter(char ch)
handled = false;
}
-
if (handled)
{
// okay
@@ -546,7 +635,7 @@ QPDFTokenizer::presentEOF()
(this->m->val.at(len-2) == 'E') &&
(this->m->val.at(len-1) == 'I'))
{
- QTC::TC("qpdf", "QPDFTokenizer inline image at EOF");
+ QTC::TC("qpdf", "QPDFTokenizer inline image at EOF the old way");
this->m->type = tt_inline_image;
this->m->state = st_token_ready;
}
@@ -582,14 +671,139 @@ QPDFTokenizer::presentEOF()
void
QPDFTokenizer::expectInlineImage()
{
+ expectInlineImage(PointerHolder<InputSource>());
+}
+
+void
+QPDFTokenizer::expectInlineImage(PointerHolder<InputSource> input)
+{
if (this->m->state != st_top)
{
throw std::logic_error("QPDFTokenizer::expectInlineImage called"
" when tokenizer is in improper state");
}
+ findEI(input);
this->m->state = st_inline_image;
}
+void
+QPDFTokenizer::findEI(PointerHolder<InputSource> input)
+{
+ if (! input.getPointer())
+ {
+ return;
+ }
+
+ qpdf_offset_t last_offset = input->getLastOffset();
+ qpdf_offset_t pos = input->tell();
+
+ // Use QPDFWordTokenFinder to find EI surrounded by delimiters.
+ // Then read the next several tokens or up to EOF. If we find any
+ // suspicious-looking or tokens, this is probably still part of
+ // the image data, so keep looking for EI. Stop at the first EI
+ // that passes. If we get to the end without finding one, return
+ // the last EI we found. Store the number of bytes expected in the
+ // inline image including the EI and use that to break out of
+ // inline image, falling back to the old method if needed.
+
+ bool okay = false;
+ bool first_try = true;
+ while (! okay)
+ {
+ QPDFWordTokenFinder f(input, "EI");
+ if (! input->findFirst("EI", input->tell(), 0, f))
+ {
+ break;
+ }
+ this->m->inline_image_bytes = input->tell() - pos - 2;
+
+ QPDFTokenizer check;
+ bool found_bad = false;
+ // Look at the next 10 tokens or up to EOF. The next inline
+ // image's image data would look like bad tokens, but there
+ // will always be at least 10 tokens between one inline
+ // image's EI and the next valid one's ID since width, height,
+ // bits per pixel, and color space are all required as well as
+ // a BI and ID. If we get 10 good tokens in a row or hit EOF,
+ // we can be pretty sure we've found the actual EI.
+ for (int i = 0; i < 10; ++i)
+ {
+ QPDFTokenizer::Token t =
+ check.readToken(input, "checker", true);
+ token_type_e type = t.getType();
+ if (type == tt_eof)
+ {
+ okay = true;
+ }
+ else if (type == tt_bad)
+ {
+ found_bad = true;
+ }
+ else if (type == tt_word)
+ {
+ // The qpdf tokenizer lumps alphabetic and otherwise
+ // uncategorized characters into "words". We recognize
+ // strings of alphabetic characters as potential valid
+ // operators for purposes of telling whether we're in
+ // valid content or not. It's not perfect, but it
+ // should work more reliably than what we used to do,
+ // which was already good enough for the vast majority
+ // of files.
+ bool found_alpha = false;
+ bool found_non_printable = false;
+ bool found_other = false;
+ std::string value = t.getValue();
+ for (std::string::iterator iter = value.begin();
+ iter != value.end(); ++iter)
+ {
+ char ch = *iter;
+ if (((ch >= 'a') && (ch <= 'z')) ||
+ ((ch >= 'A') && (ch <= 'Z')) ||
+ (ch == '*'))
+ {
+ // Treat '*' as alpha since there are valid
+ // PDF operators that contain * along with
+ // alphabetic characters.
+ found_alpha = true;
+ }
+ else if (((ch < 32) && (! isSpace(ch))) || (ch > 127))
+ {
+ found_non_printable = true;
+ break;
+ }
+ else
+ {
+ found_other = true;
+ }
+ }
+ if (found_non_printable || (found_alpha && found_other))
+ {
+ found_bad = true;
+ }
+ }
+ if (okay || found_bad)
+ {
+ break;
+ }
+ }
+ if (! found_bad)
+ {
+ okay = true;
+ }
+ if (! okay)
+ {
+ first_try = false;
+ }
+ }
+ if (okay && (! first_try))
+ {
+ QTC::TC("qpdf", "QPDFTokenizer found EI after more than one try");
+ }
+
+ input->seek(pos, SEEK_SET);
+ input->setLastOffset(last_offset);
+}
+
bool
QPDFTokenizer::getToken(Token& token, bool& unread_char, char& ch)
{
diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc
index 447b6627..fee287bc 100644
--- a/libqpdf/QPDFWriter.cc
+++ b/libqpdf/QPDFWriter.cc
@@ -63,6 +63,7 @@ QPDFWriter::Members::Members(QPDF& pdf) :
max_ostream_index(0),
deterministic_id(false),
md5_pipeline(0),
+ did_write_setup(false),
events_expected(0),
events_seen(0),
next_progress_report(0)
@@ -75,10 +76,7 @@ QPDFWriter::Members::~Members()
{
fclose(file);
}
- if (output_buffer)
- {
- delete output_buffer;
- }
+ delete output_buffer;
}
QPDFWriter::QPDFWriter(QPDF& pdf) :
@@ -411,7 +409,26 @@ QPDFWriter::setR3EncryptionParameters(
std::set<int> clear;
interpretR3EncryptionParameters(
clear, user_password, owner_password,
- allow_accessibility, allow_extract, print, modify);
+ allow_accessibility, allow_extract,
+ true, true, true, true, print, modify);
+ setEncryptionParameters(user_password, owner_password, 2, 3, 16, clear);
+}
+
+void
+QPDFWriter::setR3EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print)
+{
+ std::set<int> clear;
+ interpretR3EncryptionParameters(
+ clear, user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, qpdf_r3m_all);
setEncryptionParameters(user_password, owner_password, 2, 3, 16, clear);
}
@@ -425,7 +442,29 @@ QPDFWriter::setR4EncryptionParameters(
std::set<int> clear;
interpretR3EncryptionParameters(
clear, user_password, owner_password,
- allow_accessibility, allow_extract, print, modify);
+ allow_accessibility, allow_extract,
+ true, true, true, true, print, modify);
+ this->m->encrypt_use_aes = use_aes;
+ this->m->encrypt_metadata = encrypt_metadata;
+ setEncryptionParameters(user_password, owner_password, 4, 4, 16, clear);
+}
+
+void
+QPDFWriter::setR4EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print,
+ bool encrypt_metadata, bool use_aes)
+{
+ std::set<int> clear;
+ interpretR3EncryptionParameters(
+ clear, user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, qpdf_r3m_all);
this->m->encrypt_use_aes = use_aes;
this->m->encrypt_metadata = encrypt_metadata;
setEncryptionParameters(user_password, owner_password, 4, 4, 16, clear);
@@ -441,7 +480,29 @@ QPDFWriter::setR5EncryptionParameters(
std::set<int> clear;
interpretR3EncryptionParameters(
clear, user_password, owner_password,
- allow_accessibility, allow_extract, print, modify);
+ allow_accessibility, allow_extract,
+ true, true, true, true, print, modify);
+ this->m->encrypt_use_aes = true;
+ this->m->encrypt_metadata = encrypt_metadata;
+ setEncryptionParameters(user_password, owner_password, 5, 5, 32, clear);
+}
+
+void
+QPDFWriter::setR5EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print,
+ bool encrypt_metadata)
+{
+ std::set<int> clear;
+ interpretR3EncryptionParameters(
+ clear, user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, qpdf_r3m_all);
this->m->encrypt_use_aes = true;
this->m->encrypt_metadata = encrypt_metadata;
setEncryptionParameters(user_password, owner_password, 5, 5, 32, clear);
@@ -457,7 +518,29 @@ QPDFWriter::setR6EncryptionParameters(
std::set<int> clear;
interpretR3EncryptionParameters(
clear, user_password, owner_password,
- allow_accessibility, allow_extract, print, modify);
+ allow_accessibility, allow_extract,
+ true, true, true, true, print, modify);
+ this->m->encrypt_use_aes = true;
+ this->m->encrypt_metadata = encrypt_metadata;
+ setEncryptionParameters(user_password, owner_password, 5, 6, 32, clear);
+}
+
+void
+QPDFWriter::setR6EncryptionParameters(
+ char const* user_password, char const* owner_password,
+ bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
+ qpdf_r3_print_e print,
+ bool encrypt_metadata)
+{
+ std::set<int> clear;
+ interpretR3EncryptionParameters(
+ clear, user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, qpdf_r3m_all);
this->m->encrypt_use_aes = true;
this->m->encrypt_metadata = encrypt_metadata;
setEncryptionParameters(user_password, owner_password, 5, 6, 32, clear);
@@ -468,6 +551,8 @@ QPDFWriter::interpretR3EncryptionParameters(
std::set<int>& clear,
char const* user_password, char const* owner_password,
bool allow_accessibility, bool allow_extract,
+ bool allow_assemble, bool allow_annotate_and_form,
+ bool allow_form_filling, bool allow_modify_other,
qpdf_r3_print_e print, qpdf_r3_modify_e modify)
{
// Acrobat 5 security options:
@@ -488,8 +573,21 @@ QPDFWriter::interpretR3EncryptionParameters(
// Low Resolution
// Full printing
+ // Meanings of bits in P when R >= 3
+ //
+ // 3: low-resolution printing
+ // 4: document modification except as controlled by 6, 9, and 11
+ // 5: extraction
+ // 6: add/modify annotations (comment), fill in forms
+ // if 4+6 are set, also allows modification of form fields
+ // 9: fill in forms even if 6 is clear
+ // 10: accessibility; ignored by readers, should always be set
+ // 11: document assembly even if 4 is clear
+ // 12: high-resolution printing
+
if (! allow_accessibility)
{
+ // setEncryptionParameters sets this if R > 3
clear.insert(10);
}
if (! allow_extract)
@@ -513,6 +611,13 @@ QPDFWriter::interpretR3EncryptionParameters(
// no default so gcc warns for missing cases
}
+ // Modify options. The qpdf_r3_modify_e options control groups of
+ // bits and lack the full flexibility of the spec. This is
+ // unfortunate, but it's been in the API for ages, and we're stuck
+ // with it. See also allow checks below to control the bits
+ // individually.
+
+ // NOT EXERCISED IN TEST SUITE
switch (modify)
{
case qpdf_r3m_none:
@@ -532,6 +637,24 @@ QPDFWriter::interpretR3EncryptionParameters(
// no default so gcc warns for missing cases
}
+ // END NOT EXERCISED IN TEST SUITE
+
+ if (! allow_assemble)
+ {
+ clear.insert(11);
+ }
+ if (! allow_annotate_and_form)
+ {
+ clear.insert(6);
+ }
+ if (! allow_form_filling)
+ {
+ clear.insert(9);
+ }
+ if (! allow_modify_other)
+ {
+ clear.insert(4);
+ }
}
void
@@ -1811,7 +1934,9 @@ QPDFWriter::writeObjectStream(QPDFObjectHandle object)
// Set up a stream to write the stream data into a buffer.
Pipeline* next = pushPipeline(new Pl_Buffer("object stream"));
- if (! (this->m->stream_decode_level || this->m->qdf_mode))
+ if ((this->m->compress_streams ||
+ (this->m->stream_decode_level == qpdf_dl_none)) &&
+ (! this->m->qdf_mode))
{
compressed = true;
next = pushPipeline(
@@ -2247,6 +2372,7 @@ QPDFWriter::prepareFileForWrite()
// includes stream lengths, stream filtering parameters, and
// document extension level information.
+ this->m->pdf.fixDanglingReferences(true);
std::list<QPDFObjectHandle> queue;
queue.push_back(getTrimmedTrailer());
std::set<int> visited;
@@ -2360,8 +2486,14 @@ QPDFWriter::prepareFileForWrite()
}
void
-QPDFWriter::write()
+QPDFWriter::doWriteSetup()
{
+ if (this->m->did_write_setup)
+ {
+ return;
+ }
+ this->m->did_write_setup = true;
+
// Do preliminary setup
if (this->m->linearized)
@@ -2509,6 +2641,23 @@ QPDFWriter::write()
setMinimumPDFVersion("1.5");
}
+ setMinimumPDFVersion(this->m->pdf.getPDFVersion(),
+ this->m->pdf.getExtensionLevel());
+ this->m->final_pdf_version = this->m->min_pdf_version;
+ this->m->final_extension_level = this->m->min_extension_level;
+ if (! this->m->forced_pdf_version.empty())
+ {
+ QTC::TC("qpdf", "QPDFWriter using forced PDF version");
+ this->m->final_pdf_version = this->m->forced_pdf_version;
+ this->m->final_extension_level = this->m->forced_extension_level;
+ }
+}
+
+void
+QPDFWriter::write()
+{
+ doWriteSetup();
+
// Set up progress reporting. We spent about equal amounts of time
// preparing and writing one pass. To get a rough estimate of
// progress, we track handling of indirect objects. For linearized
@@ -2571,20 +2720,16 @@ QPDFWriter::writeEncryptionDictionary()
closeObject(this->m->encryption_dict_objid);
}
+std::string
+QPDFWriter::getFinalVersion()
+{
+ doWriteSetup();
+ return this->m->final_pdf_version;
+}
+
void
QPDFWriter::writeHeader()
{
- setMinimumPDFVersion(this->m->pdf.getPDFVersion(),
- this->m->pdf.getExtensionLevel());
- this->m->final_pdf_version = this->m->min_pdf_version;
- this->m->final_extension_level = this->m->min_extension_level;
- if (! this->m->forced_pdf_version.empty())
- {
- QTC::TC("qpdf", "QPDFWriter using forced PDF version");
- this->m->final_pdf_version = this->m->forced_pdf_version;
- this->m->final_extension_level = this->m->forced_extension_level;
- }
-
writeString("%PDF-");
writeString(this->m->final_pdf_version);
if (this->m->pclm)
@@ -2733,7 +2878,9 @@ QPDFWriter::writeXRefStream(int xref_id, int max_id, qpdf_offset_t max_offset,
Pipeline* p = pushPipeline(new Pl_Buffer("xref stream"));
bool compressed = false;
- if (! (this->m->stream_decode_level || this->m->qdf_mode))
+ if ((this->m->compress_streams ||
+ (this->m->stream_decode_level == qpdf_dl_none)) &&
+ (! this->m->qdf_mode))
{
compressed = true;
if (! skip_compression)
@@ -3357,9 +3504,10 @@ QPDFWriter::indicateProgress(bool decrement, bool finished)
this->m->events_expected)));
this->m->progress_reporter->reportProgress(percentage);
}
+ int increment = std::max(1, (this->m->events_expected / 100));
while (this->m->events_seen >= this->m->next_progress_report)
{
- this->m->next_progress_report += (this->m->events_expected / 100);
+ this->m->next_progress_report += increment;
}
}
diff --git a/libqpdf/QPDF_Array.cc b/libqpdf/QPDF_Array.cc
index 1a4ba61d..15c2e93e 100644
--- a/libqpdf/QPDF_Array.cc
+++ b/libqpdf/QPDF_Array.cc
@@ -35,6 +35,18 @@ QPDF_Array::unparse()
return result;
}
+JSON
+QPDF_Array::getJSON()
+{
+ JSON j = JSON::makeArray();
+ for (std::vector<QPDFObjectHandle>::iterator iter = this->items.begin();
+ iter != this->items.end(); ++iter)
+ {
+ j.addArrayElement((*iter).getJSON());
+ }
+ return j;
+}
+
QPDFObject::object_type_e
QPDF_Array::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Bool.cc b/libqpdf/QPDF_Bool.cc
index 781a7ad9..63d44adb 100644
--- a/libqpdf/QPDF_Bool.cc
+++ b/libqpdf/QPDF_Bool.cc
@@ -15,6 +15,12 @@ QPDF_Bool::unparse()
return (val ? "true" : "false");
}
+JSON
+QPDF_Bool::getJSON()
+{
+ return JSON::makeBool(this->val);
+}
+
QPDFObject::object_type_e
QPDF_Bool::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Dictionary.cc b/libqpdf/QPDF_Dictionary.cc
index df640354..1301d46f 100644
--- a/libqpdf/QPDF_Dictionary.cc
+++ b/libqpdf/QPDF_Dictionary.cc
@@ -39,6 +39,20 @@ QPDF_Dictionary::unparse()
return result;
}
+JSON
+QPDF_Dictionary::getJSON()
+{
+ JSON j = JSON::makeDictionary();
+ for (std::map<std::string, QPDFObjectHandle>::iterator iter =
+ this->items.begin();
+ iter != this->items.end(); ++iter)
+ {
+ j.addDictionaryMember(QPDF_Name::normalizeName((*iter).first),
+ (*iter).second.getJSON());
+ }
+ return j;
+}
+
QPDFObject::object_type_e
QPDF_Dictionary::getTypeCode() const
{
diff --git a/libqpdf/QPDF_InlineImage.cc b/libqpdf/QPDF_InlineImage.cc
index 48be6387..9769630c 100644
--- a/libqpdf/QPDF_InlineImage.cc
+++ b/libqpdf/QPDF_InlineImage.cc
@@ -17,6 +17,12 @@ QPDF_InlineImage::unparse()
return this->val;
}
+JSON
+QPDF_InlineImage::getJSON()
+{
+ return JSON::makeNull();
+}
+
QPDFObject::object_type_e
QPDF_InlineImage::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Integer.cc b/libqpdf/QPDF_Integer.cc
index 572b34e0..d0356dad 100644
--- a/libqpdf/QPDF_Integer.cc
+++ b/libqpdf/QPDF_Integer.cc
@@ -17,6 +17,12 @@ QPDF_Integer::unparse()
return QUtil::int_to_string(this->val);
}
+JSON
+QPDF_Integer::getJSON()
+{
+ return JSON::makeInt(this->val);
+}
+
QPDFObject::object_type_e
QPDF_Integer::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Name.cc b/libqpdf/QPDF_Name.cc
index 0c2082c4..290fb067 100644
--- a/libqpdf/QPDF_Name.cc
+++ b/libqpdf/QPDF_Name.cc
@@ -44,6 +44,12 @@ QPDF_Name::unparse()
return normalizeName(this->name);
}
+JSON
+QPDF_Name::getJSON()
+{
+ return JSON::makeString(normalizeName(this->name));
+}
+
QPDFObject::object_type_e
QPDF_Name::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Null.cc b/libqpdf/QPDF_Null.cc
index 05c35b09..e4193c6c 100644
--- a/libqpdf/QPDF_Null.cc
+++ b/libqpdf/QPDF_Null.cc
@@ -10,6 +10,12 @@ QPDF_Null::unparse()
return "null";
}
+JSON
+QPDF_Null::getJSON()
+{
+ return JSON::makeNull();
+}
+
QPDFObject::object_type_e
QPDF_Null::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Operator.cc b/libqpdf/QPDF_Operator.cc
index c6c68816..b61d47b1 100644
--- a/libqpdf/QPDF_Operator.cc
+++ b/libqpdf/QPDF_Operator.cc
@@ -17,6 +17,12 @@ QPDF_Operator::unparse()
return this->val;
}
+JSON
+QPDF_Operator::getJSON()
+{
+ return JSON::makeNull();
+}
+
QPDFObject::object_type_e
QPDF_Operator::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Real.cc b/libqpdf/QPDF_Real.cc
index fa0a60cb..b28c2f70 100644
--- a/libqpdf/QPDF_Real.cc
+++ b/libqpdf/QPDF_Real.cc
@@ -22,6 +22,12 @@ QPDF_Real::unparse()
return this->val;
}
+JSON
+QPDF_Real::getJSON()
+{
+ return JSON::makeNumber(this->val);
+}
+
QPDFObject::object_type_e
QPDF_Real::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Reserved.cc b/libqpdf/QPDF_Reserved.cc
index ad8d94a3..6cce2f2a 100644
--- a/libqpdf/QPDF_Reserved.cc
+++ b/libqpdf/QPDF_Reserved.cc
@@ -12,6 +12,13 @@ QPDF_Reserved::unparse()
return "";
}
+JSON
+QPDF_Reserved::getJSON()
+{
+ throw std::logic_error("attempt to generate JSON from QPDF_Reserved");
+ return JSON::makeNull();
+}
+
QPDFObject::object_type_e
QPDF_Reserved::getTypeCode() const
{
diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc
index 384652e2..3733940d 100644
--- a/libqpdf/QPDF_Stream.cc
+++ b/libqpdf/QPDF_Stream.cc
@@ -74,6 +74,12 @@ QPDF_Stream::unparse()
QUtil::int_to_string(this->generation) + " R";
}
+JSON
+QPDF_Stream::getJSON()
+{
+ return this->stream_dict.getJSON();
+}
+
QPDFObject::object_type_e
QPDF_Stream::getTypeCode() const
{
@@ -127,6 +133,30 @@ QPDF_Stream::isDataModified() const
return (! this->token_filters.empty());
}
+qpdf_offset_t
+QPDF_Stream::getOffset() const
+{
+ return this->offset;
+}
+
+size_t
+QPDF_Stream::getLength() const
+{
+ return this->length;
+}
+
+PointerHolder<Buffer>
+QPDF_Stream::getStreamDataBuffer() const
+{
+ return this->stream_data;
+}
+
+PointerHolder<QPDFObjectHandle::StreamDataProvider>
+QPDF_Stream::getStreamDataProvider() const
+{
+ return this->stream_provider;
+}
+
PointerHolder<Buffer>
QPDF_Stream::getStreamData(qpdf_stream_decode_level_e decode_level)
{
diff --git a/libqpdf/QPDF_String.cc b/libqpdf/QPDF_String.cc
index eb31a808..bf1141d1 100644
--- a/libqpdf/QPDF_String.cc
+++ b/libqpdf/QPDF_String.cc
@@ -8,43 +8,6 @@
// be used.
#include <string.h>
-// First element is 128
-static unsigned short pdf_doc_to_unicode[] = {
- 0x2022, // 0x80 BULLET
- 0x2020, // 0x81 DAGGER
- 0x2021, // 0x82 DOUBLE DAGGER
- 0x2026, // 0x83 HORIZONTAL ELLIPSIS
- 0x2014, // 0x84 EM DASH
- 0x2013, // 0x85 EN DASH
- 0x0192, // 0x86 SMALL LETTER F WITH HOOK
- 0x2044, // 0x87 FRACTION SLASH (solidus)
- 0x2039, // 0x88 SINGLE LEFT-POINTING ANGLE QUOTATION MARK
- 0x203a, // 0x89 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
- 0x2212, // 0x8a MINUS SIGN
- 0x2030, // 0x8b PER MILLE SIGN
- 0x201e, // 0x8c DOUBLE LOW-9 QUOTATION MARK (quotedblbase)
- 0x201c, // 0x8d LEFT DOUBLE QUOTATION MARK (double quote left)
- 0x201d, // 0x8e RIGHT DOUBLE QUOTATION MARK (quotedblright)
- 0x2018, // 0x8f LEFT SINGLE QUOTATION MARK (quoteleft)
- 0x2019, // 0x90 RIGHT SINGLE QUOTATION MARK (quoteright)
- 0x201a, // 0x91 SINGLE LOW-9 QUOTATION MARK (quotesinglbase)
- 0x2122, // 0x92 TRADE MARK SIGN
- 0xfb01, // 0x93 LATIN SMALL LIGATURE FI
- 0xfb02, // 0x94 LATIN SMALL LIGATURE FL
- 0x0141, // 0x95 LATIN CAPITAL LETTER L WITH STROKE
- 0x0152, // 0x96 LATIN CAPITAL LIGATURE OE
- 0x0160, // 0x97 LATIN CAPITAL LETTER S WITH CARON
- 0x0178, // 0x98 LATIN CAPITAL LETTER Y WITH DIAERESIS
- 0x017d, // 0x99 LATIN CAPITAL LETTER Z WITH CARON
- 0x0131, // 0x9a LATIN SMALL LETTER DOTLESS I
- 0x0142, // 0x9b LATIN SMALL LETTER L WITH STROKE
- 0x0153, // 0x9c LATIN SMALL LIGATURE OE
- 0x0161, // 0x9d LATIN SMALL LETTER S WITH CARON
- 0x017e, // 0x9e LATIN SMALL LETTER Z WITH CARON
- 0xfffd, // 0x9f UNDEFINED
- 0x20ac, // 0xa0 EURO SIGN
-};
-
// See above about ctype.
static bool is_ascii_printable(unsigned char ch)
{
@@ -67,53 +30,7 @@ QPDF_String::~QPDF_String()
QPDF_String*
QPDF_String::new_utf16(std::string const& utf8_val)
{
- std::string result = "\xfe\xff";
- size_t len = utf8_val.length();
- for (size_t i = 0; i < len; ++i)
- {
- unsigned char ch = static_cast<unsigned char>(utf8_val.at(i));
- if (ch < 128)
- {
- result += QUtil::toUTF16(ch);
- }
- else
- {
- size_t bytes_needed = 0;
- unsigned bit_check = 0x40;
- unsigned char to_clear = 0x80;
- while (ch & bit_check)
- {
- ++bytes_needed;
- to_clear |= bit_check;
- bit_check >>= 1;
- }
-
- if (((bytes_needed > 5) || (bytes_needed < 1)) ||
- ((i + bytes_needed) >= len))
- {
- result += "\xff\xfd";
- }
- else
- {
- unsigned long codepoint = (ch & ~to_clear);
- while (bytes_needed > 0)
- {
- --bytes_needed;
- ch = utf8_val.at(++i);
- if ((ch & 0xc0) != 0x80)
- {
- --i;
- codepoint = 0xfffd;
- break;
- }
- codepoint <<= 6;
- codepoint += (ch & 0x3f);
- }
- result += QUtil::toUTF16(codepoint);
- }
- }
- }
- return new QPDF_String(result);
+ return new QPDF_String(QUtil::utf8_to_utf16(utf8_val));
}
std::string
@@ -122,6 +39,12 @@ QPDF_String::unparse()
return unparse(false);
}
+JSON
+QPDF_String::getJSON()
+{
+ return JSON::makeString(getUTF8Val());
+}
+
QPDFObject::object_type_e
QPDF_String::getTypeCode() const
{
@@ -250,62 +173,12 @@ QPDF_String::getVal() const
std::string
QPDF_String::getUTF8Val() const
{
- std::string result;
- size_t len = this->val.length();
- if ((len >= 2) && (len % 2 == 0) &&
- (this->val.at(0) == '\xfe') && (this->val.at(1) == '\xff'))
+ if (QUtil::is_utf16(this->val))
{
- // This is a Unicode string using big-endian UTF-16. This
- // code uses unsigned long and unsigned short to hold
- // codepoint values. It requires unsigned long to be at least
- // 32 bits and unsigned short to be at least 16 bits, but it
- // will work fine if they are larger.
- unsigned long codepoint = 0L;
- for (unsigned int i = 2; i < len; i += 2)
- {
- // Convert from UTF16-BE. If we get a malformed
- // codepoint, this code will generate incorrect output
- // without giving a warning. Specifically, a high
- // codepoint not followed by a low codepoint will be
- // discarded, and a low codepoint not preceded by a high
- // codepoint will just get its low 10 bits output.
- unsigned short bits =
- (static_cast<unsigned char>(this->val.at(i)) << 8) +
- static_cast<unsigned char>(this->val.at(i+1));
- if ((bits & 0xFC00) == 0xD800)
- {
- codepoint = 0x10000 + ((bits & 0x3FF) << 10);
- continue;
- }
- else if ((bits & 0xFC00) == 0xDC00)
- {
- if (codepoint != 0)
- {
- QTC::TC("qpdf", "QPDF_String non-trivial UTF-16");
- }
- codepoint += bits & 0x3FF;
- }
- else
- {
- codepoint = bits;
- }
-
- result += QUtil::toUTF8(codepoint);
- codepoint = 0;
- }
+ return QUtil::utf16_to_utf8(this->val);
}
else
{
- for (unsigned int i = 0; i < len; ++i)
- {
- unsigned char ch = static_cast<unsigned char>(this->val.at(i));
- unsigned short val = ch;
- if ((ch >= 128) && (ch <= 160))
- {
- val = pdf_doc_to_unicode[ch - 128];
- }
- result += QUtil::toUTF8(val);
- }
+ return QUtil::pdf_doc_to_utf8(this->val);
}
- return result;
}
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 54d7ad03..c0778b6a 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -437,11 +437,10 @@ QPDF::compute_encryption_key_from_password(
md5.encodeDataIncrementally(bytes, 4);
}
MD5::Digest digest;
- iterate_md5_digest(md5, digest, ((data.getR() >= 3) ? 50 : 0),
- data.getLengthBytes());
- return std::string(reinterpret_cast<char*>(digest),
- std::min(static_cast<int>(sizeof(digest)),
- data.getLengthBytes()));
+ int key_len = std::min(static_cast<int>(sizeof(digest)),
+ data.getLengthBytes());
+ iterate_md5_digest(md5, digest, ((data.getR() >= 3) ? 50 : 0), key_len);
+ return std::string(reinterpret_cast<char*>(digest), key_len);
}
static void
@@ -464,8 +463,9 @@ compute_O_rc4_key(std::string const& user_password,
md5.encodeDataIncrementally(
pad_or_truncate_password_V4(password).c_str(), key_bytes);
MD5::Digest digest;
- iterate_md5_digest(md5, digest, ((data.getR() >= 3) ? 50 : 0),
- data.getLengthBytes());
+ int key_len = std::min(static_cast<int>(sizeof(digest)),
+ data.getLengthBytes());
+ iterate_md5_digest(md5, digest, ((data.getR() >= 3) ? 50 : 0), key_len);
memcpy(key, digest, OU_key_bytes_V4);
}
@@ -764,14 +764,15 @@ QPDF::recover_encryption_key_with_password(
}
QPDF::encryption_method_e
-QPDF::interpretCF(QPDFObjectHandle cf)
+QPDF::interpretCF(
+ PointerHolder<EncryptionParameters> encp, QPDFObjectHandle cf)
{
if (cf.isName())
{
std::string filter = cf.getName();
- if (this->m->crypt_filters.count(filter) != 0)
+ if (encp->crypt_filters.count(filter) != 0)
{
- return this->m->crypt_filters[filter];
+ return encp->crypt_filters[filter];
}
else if (filter == "/Identity")
{
@@ -792,11 +793,11 @@ QPDF::interpretCF(QPDFObjectHandle cf)
void
QPDF::initializeEncryption()
{
- if (this->m->encryption_initialized)
+ if (this->m->encp->encryption_initialized)
{
return;
}
- this->m->encryption_initialized = true;
+ this->m->encp->encryption_initialized = true;
// After we initialize encryption parameters, we must used stored
// key information and never look at /Encrypt again. Otherwise,
@@ -811,7 +812,7 @@ QPDF::initializeEncryption()
// Go ahead and set this->m->encrypted here. That way, isEncrypted
// will return true even if there were errors reading the
// encryption dictionary.
- this->m->encrypted = true;
+ this->m->encp->encrypted = true;
std::string id1;
QPDFObjectHandle id_obj = this->m->trailer.getKey("/ID");
@@ -885,8 +886,8 @@ QPDF::initializeEncryption()
QUtil::int_to_string(V) + " (max 5)");
}
- this->m->encryption_V = V;
- this->m->encryption_R = R;
+ this->m->encp->encryption_V = V;
+ this->m->encp->encryption_R = R;
// OE, UE, and Perms are only present if V >= 5.
std::string OE;
@@ -949,10 +950,10 @@ QPDF::initializeEncryption()
}
}
- this->m->encrypt_metadata = true;
+ this->m->encp->encrypt_metadata = true;
if ((V >= 4) && (encryption_dict.getKey("/EncryptMetadata").isBool()))
{
- this->m->encrypt_metadata =
+ this->m->encp->encrypt_metadata =
encryption_dict.getKey("/EncryptMetadata").getBoolValue();
}
@@ -993,40 +994,41 @@ QPDF::initializeEncryption()
method = e_unknown;
}
}
- this->m->crypt_filters[filter] = method;
+ this->m->encp->crypt_filters[filter] = method;
}
}
QPDFObjectHandle StmF = encryption_dict.getKey("/StmF");
QPDFObjectHandle StrF = encryption_dict.getKey("/StrF");
QPDFObjectHandle EFF = encryption_dict.getKey("/EFF");
- this->m->cf_stream = interpretCF(StmF);
- this->m->cf_string = interpretCF(StrF);
+ this->m->encp->cf_stream = interpretCF(this->m->encp, StmF);
+ this->m->encp->cf_string = interpretCF(this->m->encp, StrF);
if (EFF.isName())
{
- this->m->cf_file = interpretCF(EFF);
+ this->m->encp->cf_file = interpretCF(this->m->encp, EFF);
}
else
{
- this->m->cf_file = this->m->cf_stream;
+ this->m->encp->cf_file = this->m->encp->cf_stream;
}
}
EncryptionData data(V, R, Length / 8, P, O, U, OE, UE, Perms,
- id1, this->m->encrypt_metadata);
+ id1, this->m->encp->encrypt_metadata);
if (this->m->provided_password_is_hex_key)
{
// ignore passwords in file
}
else if (check_owner_password(
- this->m->user_password, this->m->provided_password, data))
+ this->m->encp->user_password,
+ this->m->encp->provided_password, data))
{
// password supplied was owner password; user_password has
// been initialized for V < 5
}
- else if (check_user_password(this->m->provided_password, data))
+ else if (check_user_password(this->m->encp->provided_password, data))
{
- this->m->user_password = this->m->provided_password;
+ this->m->encp->user_password = this->m->encp->provided_password;
}
else
{
@@ -1036,15 +1038,16 @@ QPDF::initializeEncryption()
if (this->m->provided_password_is_hex_key)
{
- this->m->encryption_key = QUtil::hex_decode(this->m->provided_password);
+ this->m->encp->encryption_key =
+ QUtil::hex_decode(this->m->encp->provided_password);
}
else if (V < 5)
{
// For V < 5, the user password is encrypted with the owner
// password, and the user password is always used for
// computing the encryption key.
- this->m->encryption_key = compute_encryption_key(
- this->m->user_password, data);
+ this->m->encp->encryption_key = compute_encryption_key(
+ this->m->encp->user_password, data);
}
else
{
@@ -1052,8 +1055,8 @@ QPDF::initializeEncryption()
// compute the encryption key, and neither password can be
// used to recover the other.
bool perms_valid;
- this->m->encryption_key = recover_encryption_key_with_password(
- this->m->provided_password, data, perms_valid);
+ this->m->encp->encryption_key = recover_encryption_key_with_password(
+ this->m->encp->provided_password, data, perms_valid);
if (! perms_valid)
{
warn(QPDFExc(qpdf_e_damaged_pdf, this->m->file->getName(),
@@ -1066,26 +1069,28 @@ QPDF::initializeEncryption()
}
std::string
-QPDF::getKeyForObject(int objid, int generation, bool use_aes)
+QPDF::getKeyForObject(
+ PointerHolder<EncryptionParameters> encp,
+ int objid, int generation, bool use_aes)
{
- if (! this->m->encrypted)
+ if (! encp->encrypted)
{
throw std::logic_error(
"request for encryption key in non-encrypted PDF");
}
- if (! ((objid == this->m->cached_key_objid) &&
- (generation == this->m->cached_key_generation)))
+ if (! ((objid == encp->cached_key_objid) &&
+ (generation == encp->cached_key_generation)))
{
- this->m->cached_object_encryption_key =
- compute_data_key(this->m->encryption_key, objid, generation,
- use_aes, this->m->encryption_V,
- this->m->encryption_R);
- this->m->cached_key_objid = objid;
- this->m->cached_key_generation = generation;
+ encp->cached_object_encryption_key =
+ compute_data_key(encp->encryption_key, objid, generation,
+ use_aes, encp->encryption_V,
+ encp->encryption_R);
+ encp->cached_key_objid = objid;
+ encp->cached_key_generation = generation;
}
- return this->m->cached_object_encryption_key;
+ return encp->cached_object_encryption_key;
}
void
@@ -1096,9 +1101,9 @@ QPDF::decryptString(std::string& str, int objid, int generation)
return;
}
bool use_aes = false;
- if (this->m->encryption_V >= 4)
+ if (this->m->encp->encryption_V >= 4)
{
- switch (this->m->cf_string)
+ switch (this->m->encp->cf_string)
{
case e_none:
return;
@@ -1123,12 +1128,14 @@ QPDF::decryptString(std::string& str, int objid, int generation)
" strings may be decrypted improperly"));
// To avoid repeated warnings, reset cf_string. Assume
// we'd want to use AES if V == 4.
- this->m->cf_string = e_aes;
+ this->m->encp->cf_string = e_aes;
+ use_aes = true;
break;
}
}
- std::string key = getKeyForObject(objid, generation, use_aes);
+ std::string key = getKeyForObject(
+ this->m->encp, objid, generation, use_aes);
try
{
if (use_aes)
@@ -1172,8 +1179,12 @@ QPDF::decryptString(std::string& str, int objid, int generation)
}
void
-QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
+QPDF::decryptStream(PointerHolder<EncryptionParameters> encp,
+ PointerHolder<InputSource> file,
+ QPDF& qpdf_for_warning, Pipeline*& pipeline,
+ int objid, int generation,
QPDFObjectHandle& stream_dict,
+ bool is_attachment_stream,
std::vector<PointerHolder<Pipeline> >& heap)
{
std::string type;
@@ -1187,7 +1198,7 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
return;
}
bool use_aes = false;
- if (this->m->encryption_V >= 4)
+ if (encp->encryption_V >= 4)
{
encryption_method_e method = e_unknown;
std::string method_source = "/StmF from /Encrypt dictionary";
@@ -1203,7 +1214,7 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
"/CryptFilterDecodeParms"))
{
QTC::TC("qpdf", "QPDF_encryption stream crypt filter");
- method = interpretCF(decode_parms.getKey("/Name"));
+ method = interpretCF(encp, decode_parms.getKey("/Name"));
method_source = "stream's Crypt decode parameters";
}
}
@@ -1226,7 +1237,7 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
{
QTC::TC("qpdf", "QPDF_encrypt crypt array");
method = interpretCF(
- crypt_params.getKey("/Name"));
+ encp, crypt_params.getKey("/Name"));
method_source = "stream's Crypt "
"decode parameters (array)";
}
@@ -1238,21 +1249,21 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
if (method == e_unknown)
{
- if ((! this->m->encrypt_metadata) && (type == "/Metadata"))
+ if ((! encp->encrypt_metadata) && (type == "/Metadata"))
{
QTC::TC("qpdf", "QPDF_encryption cleartext metadata");
method = e_none;
}
else
{
- if (this->m->attachment_streams.count(
- QPDFObjGen(objid, generation)) > 0)
+ if (is_attachment_stream)
{
- method = this->m->cf_file;
+ QTC::TC("qpdf", "QPDF_encryption attachment stream");
+ method = encp->cf_file;
}
else
{
- method = this->m->cf_stream;
+ method = encp->cf_stream;
}
}
}
@@ -1276,19 +1287,20 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
default:
// filter local to this stream.
- warn(QPDFExc(qpdf_e_damaged_pdf, this->m->file->getName(),
- this->m->last_object_description,
- this->m->file->getLastOffset(),
- "unknown encryption filter for streams"
- " (check " + method_source + ");"
- " streams may be decrypted improperly"));
+ qpdf_for_warning.warn(
+ QPDFExc(qpdf_e_damaged_pdf, file->getName(),
+ "", file->getLastOffset(),
+ "unknown encryption filter for streams"
+ " (check " + method_source + ");"
+ " streams may be decrypted improperly"));
// To avoid repeated warnings, reset cf_stream. Assume
// we'd want to use AES if V == 4.
- this->m->cf_stream = e_aes;
+ encp->cf_stream = e_aes;
+ use_aes = true;
break;
}
}
- std::string key = getKeyForObject(objid, generation, use_aes);
+ std::string key = getKeyForObject(encp, objid, generation, use_aes);
if (use_aes)
{
QTC::TC("qpdf", "QPDF_encryption aes decode stream");
@@ -1348,13 +1360,13 @@ QPDF::compute_encryption_parameters_V5(
std::string const&
QPDF::getPaddedUserPassword() const
{
- return this->m->user_password;
+ return this->m->encp->user_password;
}
std::string
QPDF::getTrimmedUserPassword() const
{
- std::string result = this->m->user_password;
+ std::string result = this->m->encp->user_password;
trim_user_password(result);
return result;
}
@@ -1362,13 +1374,13 @@ QPDF::getTrimmedUserPassword() const
std::string
QPDF::getEncryptionKey() const
{
- return this->m->encryption_key;
+ return this->m->encp->encryption_key;
}
bool
QPDF::isEncrypted() const
{
- return this->m->encrypted;
+ return this->m->encp->encrypted;
}
bool
@@ -1385,7 +1397,7 @@ QPDF::isEncrypted(int& R, int& P, int& V,
encryption_method_e& string_method,
encryption_method_e& file_method)
{
- if (this->m->encrypted)
+ if (this->m->encp->encrypted)
{
QPDFObjectHandle trailer = getTrailer();
QPDFObjectHandle encrypt = trailer.getKey("/Encrypt");
@@ -1395,9 +1407,9 @@ QPDF::isEncrypted(int& R, int& P, int& V,
P = Pkey.getIntValue();
R = Rkey.getIntValue();
V = Vkey.getIntValue();
- stream_method = this->m->cf_stream;
- string_method = this->m->cf_stream;
- file_method = this->m->cf_file;
+ stream_method = this->m->encp->cf_stream;
+ string_method = this->m->encp->cf_string;
+ file_method = this->m->encp->cf_file;
return true;
}
else
diff --git a/libqpdf/QPDF_linearization.cc b/libqpdf/QPDF_linearization.cc
index ecf81bee..5de1e8f6 100644
--- a/libqpdf/QPDF_linearization.cc
+++ b/libqpdf/QPDF_linearization.cc
@@ -675,14 +675,20 @@ QPDF::checkLinearizationInternal()
qpdf_offset_t
QPDF::maxEnd(ObjUser const& ou)
{
- assert(this->m->obj_user_to_objects.count(ou) > 0);
+ if (this->m->obj_user_to_objects.count(ou) == 0)
+ {
+ stopOnError("no entry in object user table for requested object user");
+ }
std::set<QPDFObjGen> const& ogs = this->m->obj_user_to_objects[ou];
qpdf_offset_t end = 0;
for (std::set<QPDFObjGen>::const_iterator iter = ogs.begin();
iter != ogs.end(); ++iter)
{
QPDFObjGen const& og = *iter;
- assert(this->m->obj_cache.count(og) > 0);
+ if (this->m->obj_cache.count(og) == 0)
+ {
+ stopOnError("unknown object referenced in object user table");
+ }
end = std::max(end, this->m->obj_cache[og].end_after_space);
}
return end;
@@ -745,7 +751,11 @@ QPDF::lengthNextN(int first_object, int n,
}
else
{
- assert(this->m->obj_cache.count(og) > 0);
+ if (this->m->obj_cache.count(og) == 0)
+ {
+ stopOnError("found unknown object while"
+ " calculating length for linearization data");
+ }
length += this->m->obj_cache[og].end_after_space -
getLinearizationOffset(og);
}
@@ -780,8 +790,11 @@ QPDF::checkHPageOffset(std::list<std::string>& errors,
int table_offset = adjusted_offset(
this->m->page_offset_hints.first_page_offset);
QPDFObjGen first_page_og(pages.at(0).getObjGen());
- assert(this->m->xref_table.count(first_page_og) > 0);
- int offset = getLinearizationOffset(first_page_og);
+ if (this->m->xref_table.count(first_page_og) == 0)
+ {
+ stopOnError("supposed first page object is not known");
+ }
+ qpdf_offset_t offset = getLinearizationOffset(first_page_og);
if (table_offset != offset)
{
warnings.push_back("first page object offset mismatch");
@@ -791,7 +804,10 @@ QPDF::checkHPageOffset(std::list<std::string>& errors,
{
QPDFObjGen page_og(pages.at(pageno).getObjGen());
int first_object = page_og.getObj();
- assert(this->m->xref_table.count(page_og) > 0);
+ if (this->m->xref_table.count(page_og) == 0)
+ {
+ stopOnError("unknown object in page offset hint table");
+ }
offset = getLinearizationOffset(page_og);
HPageOffsetEntry& he = this->m->page_offset_hints.entries.at(pageno);
@@ -955,7 +971,10 @@ QPDF::checkHSharedObject(std::list<std::string>& errors,
cur_object = so.first_shared_obj;
QPDFObjGen og(cur_object, 0);
- assert(this->m->xref_table.count(og) > 0);
+ if (this->m->xref_table.count(og) == 0)
+ {
+ stopOnError("unknown object in shared object hint table");
+ }
int offset = getLinearizationOffset(og);
int h_offset = adjusted_offset(so.first_shared_offset);
if (offset != h_offset)
@@ -1018,7 +1037,10 @@ QPDF::checkHOutlines(std::list<std::string>& warnings)
return;
}
QPDFObjGen og(outlines.getObjGen());
- assert(this->m->xref_table.count(og) > 0);
+ if (this->m->xref_table.count(og) == 0)
+ {
+ stopOnError("unknown object in outlines hint table");
+ }
int offset = getLinearizationOffset(og);
ObjUser ou(ObjUser::ou_root_key, "/Outlines");
int length = maxEnd(ou) - offset;
@@ -1513,7 +1535,11 @@ QPDF::calculateLinearizationData(std::map<int, int> const& object_stream_data)
// Part 4: open document objects. We don't care about the order.
- assert(lc_root.size() == 1);
+ if (lc_root.size() != 1)
+ {
+ stopOnError("found other than one root while"
+ " calculating linearization data");
+ }
this->m->part4.push_back(objGenToIndirect(*(lc_root.begin())));
for (std::set<QPDFObjGen>::iterator iter = lc_open_document.begin();
iter != lc_open_document.end(); ++iter)
@@ -1594,7 +1620,11 @@ QPDF::calculateLinearizationData(std::map<int, int> const& object_stream_data)
this->m->c_page_offset_data.entries.at(i).nobjects = 1;
ObjUser ou(ObjUser::ou_page, i);
- assert(this->m->obj_user_to_objects.count(ou) > 0);
+ if (this->m->obj_user_to_objects.count(ou) == 0)
+ {
+ stopOnError("found unreferenced page while"
+ " calculating linearization data");
+ }
std::set<QPDFObjGen> ogs = this->m->obj_user_to_objects[ou];
for (std::set<QPDFObjGen>::iterator iter = ogs.begin();
iter != ogs.end(); ++iter)
@@ -1638,7 +1668,11 @@ QPDF::calculateLinearizationData(std::map<int, int> const& object_stream_data)
// Place the pages tree.
std::set<QPDFObjGen> pages_ogs =
this->m->obj_user_to_objects[ObjUser(ObjUser::ou_root_key, "/Pages")];
- assert(! pages_ogs.empty());
+ if (pages_ogs.empty())
+ {
+ stopOnError("found empty pages tree while"
+ " calculating linearization data");
+ }
for (std::set<QPDFObjGen>::iterator iter = pages_ogs.begin();
iter != pages_ogs.end(); ++iter)
{
@@ -1790,7 +1824,11 @@ QPDF::calculateLinearizationData(std::map<int, int> const& object_stream_data)
{
CHPageOffsetEntry& pe = this->m->c_page_offset_data.entries.at(i);
ObjUser ou(ObjUser::ou_page, i);
- assert(this->m->obj_user_to_objects.count(ou) > 0);
+ if (this->m->obj_user_to_objects.count(ou) == 0)
+ {
+ stopOnError("found unreferenced page while"
+ " calculating linearization data");
+ }
std::set<QPDFObjGen> const& ogs = this->m->obj_user_to_objects[ou];
for (std::set<QPDFObjGen>::const_iterator iter = ogs.begin();
iter != ogs.end(); ++iter)
@@ -1869,12 +1907,20 @@ QPDF::outputLengthNextN(
// the output file starting with whatever object in_object from
// the input file mapped to.
- assert(obj_renumber.count(in_object) > 0);
+ if (obj_renumber.count(in_object) == 0)
+ {
+ stopOnError("found object that is not renumbered while"
+ " writing linearization data");
+ }
int first = (*(obj_renumber.find(in_object))).second;
int length = 0;
for (int i = 0; i < n; ++i)
{
- assert(lengths.count(first + i) > 0);
+ if (lengths.count(first + i) == 0)
+ {
+ stopOnError("found item with unknown length"
+ " while writing linearization data");
+ }
length += (*(lengths.find(first + i))).second;
}
return length;
@@ -1958,8 +2004,12 @@ QPDF::calculateHPageOffset(
for (unsigned int i = 0; i < npages; ++i)
{
// Adjust delta entries
- assert(phe.at(i).delta_nobjects >= min_nobjects);
- assert(phe.at(i).delta_page_length >= min_length);
+ if ((phe.at(i).delta_nobjects < min_nobjects) ||
+ (phe.at(i).delta_page_length < min_length))
+ {
+ stopOnError("found too small delta nobjects or delta page length"
+ " while writing linearization data");
+ }
phe.at(i).delta_nobjects -= min_nobjects;
phe.at(i).delta_page_length -= min_length;
phe.at(i).delta_content_length = phe.at(i).delta_page_length;
@@ -2019,7 +2069,11 @@ QPDF::calculateHSharedObject(
for (int i = 0; i < cso.nshared_total; ++i)
{
// Adjust deltas
- assert(soe.at(i).delta_group_length >= min_length);
+ if (soe.at(i).delta_group_length < min_length)
+ {
+ stopOnError("found too small group length while"
+ " writing linearization data");
+ }
soe.at(i).delta_group_length -= min_length;
}
}
@@ -2158,7 +2212,11 @@ QPDF::writeHSharedObject(BitWriter& w)
for (int i = 0; i < nitems; ++i)
{
// If signature were present, we'd have to write a 128-bit hash.
- assert(entries.at(i).signature_present == 0);
+ if (entries.at(i).signature_present != 0)
+ {
+ stopOnError("found unexpected signature present"
+ " while writing linearization data");
+ }
}
write_vector_int(w, nitems, entries,
t.nbits_nobjects,
diff --git a/libqpdf/QPDF_optimization.cc b/libqpdf/QPDF_optimization.cc
index 1e42865c..5d959f10 100644
--- a/libqpdf/QPDF_optimization.cc
+++ b/libqpdf/QPDF_optimization.cc
@@ -156,14 +156,24 @@ QPDF::pushInheritedAttributesToPage(bool allow_changes, bool warn_skipped_keys)
return;
}
+ // Calling getAllPages() resolves any duplicated page objects.
+ getAllPages();
+
// key_ancestors is a mapping of page attribute keys to a stack of
// Pages nodes that contain values for them.
std::map<std::string, std::vector<QPDFObjectHandle> > key_ancestors;
this->m->all_pages.clear();
+ std::set<QPDFObjGen> visited;
pushInheritedAttributesToPageInternal(
this->m->trailer.getKey("/Root").getKey("/Pages"),
- key_ancestors, this->m->all_pages, allow_changes, warn_skipped_keys);
- assert(key_ancestors.empty());
+ key_ancestors, this->m->all_pages, allow_changes, warn_skipped_keys,
+ visited);
+ if (! key_ancestors.empty())
+ {
+ throw std::logic_error(
+ "key_ancestors not empty after"
+ " pushing inherited attributes to pages");
+ }
this->m->pushed_inherited_attributes_to_pages = true;
}
@@ -172,19 +182,6 @@ QPDF::pushInheritedAttributesToPageInternal(
QPDFObjectHandle cur_pages,
std::map<std::string, std::vector<QPDFObjectHandle> >& key_ancestors,
std::vector<QPDFObjectHandle>& pages,
- bool allow_changes, bool warn_skipped_keys)
-{
- std::set<QPDFObjGen> visited;
- pushInheritedAttributesToPageInternal2(
- cur_pages, key_ancestors, pages, allow_changes,
- warn_skipped_keys, visited);
-}
-
-void
-QPDF::pushInheritedAttributesToPageInternal2(
- QPDFObjectHandle cur_pages,
- std::map<std::string, std::vector<QPDFObjectHandle> >& key_ancestors,
- std::vector<QPDFObjectHandle>& pages,
bool allow_changes, bool warn_skipped_keys,
std::set<QPDFObjGen>& visited)
{
@@ -203,10 +200,10 @@ QPDF::pushInheritedAttributesToPageInternal2(
if (type == "/Pages")
{
- // Make a list of inheritable keys. Any key other than /Type,
- // /Parent, Kids, or /Count is an inheritable attribute. Push
- // this object onto the stack of pages nodes that have values
- // for this attribute.
+ // Make a list of inheritable keys. Only the keys /MediaBox,
+ // /CropBox, /Resources, and /Rotate are inheritable
+ // attributes. Push this object onto the stack of pages nodes
+ // that have values for this attribute.
std::set<std::string> inheritable_keys;
std::set<std::string> keys = cur_pages.getKeys();
@@ -283,7 +280,7 @@ QPDF::pushInheritedAttributesToPageInternal2(
int n = kids.getArrayNItems();
for (int i = 0; i < n; ++i)
{
- pushInheritedAttributesToPageInternal2(
+ pushInheritedAttributesToPageInternal(
kids.getArrayItem(i), key_ancestors, pages,
allow_changes, warn_skipped_keys, visited);
}
diff --git a/libqpdf/QPDF_pages.cc b/libqpdf/QPDF_pages.cc
index ea5afdb5..f4156d03 100644
--- a/libqpdf/QPDF_pages.cc
+++ b/libqpdf/QPDF_pages.cc
@@ -47,23 +47,19 @@ QPDF::getAllPages()
// initialize this->m->all_pages.
if (this->m->all_pages.empty())
{
- getAllPagesInternal(getRoot().getKey("/Pages"), this->m->all_pages);
+ std::set<QPDFObjGen> visited;
+ std::set<QPDFObjGen> seen;
+ getAllPagesInternal(getRoot().getKey("/Pages"), this->m->all_pages,
+ visited, seen);
}
return this->m->all_pages;
}
void
QPDF::getAllPagesInternal(QPDFObjectHandle cur_pages,
- std::vector<QPDFObjectHandle>& result)
-{
- std::set<QPDFObjGen> visited;
- getAllPagesInternal2(cur_pages, result, visited);
-}
-
-void
-QPDF::getAllPagesInternal2(QPDFObjectHandle cur_pages,
- std::vector<QPDFObjectHandle>& result,
- std::set<QPDFObjGen>& visited)
+ std::vector<QPDFObjectHandle>& result,
+ std::set<QPDFObjGen>& visited,
+ std::set<QPDFObjGen>& seen)
{
QPDFObjGen this_og = cur_pages.getObjGen();
if (visited.count(this_og) > 0)
@@ -94,11 +90,27 @@ QPDF::getAllPagesInternal2(QPDFObjectHandle cur_pages,
int n = kids.getArrayNItems();
for (int i = 0; i < n; ++i)
{
- getAllPagesInternal2(kids.getArrayItem(i), result, visited);
+ QPDFObjectHandle kid = kids.getArrayItem(i);
+ if (! kid.isIndirect())
+ {
+ QTC::TC("qpdf", "QPDF handle direct page object");
+ kid = makeIndirectObject(kid);
+ kids.setArrayItem(i, kid);
+ }
+ else if (seen.count(kid.getObjGen()))
+ {
+ // Make a copy of the page. This does the same as
+ // shallowCopyPage in QPDFPageObjectHelper.
+ QTC::TC("qpdf", "QPDF resolve duplicated page object");
+ kid = makeIndirectObject(QPDFObjectHandle(kid).shallowCopy());
+ kids.setArrayItem(i, kid);
+ }
+ getAllPagesInternal(kid, result, visited, seen);
}
}
else if (type == "/Page")
{
+ seen.insert(this_og);
result.push_back(cur_pages);
}
else
@@ -201,7 +213,7 @@ QPDF::insertPage(QPDFObjectHandle newpage, int pos)
{
QTC::TC("qpdf", "QPDF insert foreign page");
newpage.getOwningQPDF()->pushInheritedAttributesToPage();
- newpage = copyForeignObject(newpage, true);
+ newpage = copyForeignObject(newpage);
}
else
{
diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc
index e2bc0bac..58646ade 100644
--- a/libqpdf/QUtil.cc
+++ b/libqpdf/QUtil.cc
@@ -7,12 +7,15 @@
# include <qpdf/InsecureRandomDataProvider.hh>
#endif
#include <qpdf/SecureRandomDataProvider.hh>
+#include <qpdf/QPDFSystemError.hh>
+#include <qpdf/QTC.hh>
#include <cmath>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <stdexcept>
+#include <set>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
@@ -28,6 +31,208 @@
#include <sys/stat.h>
#endif
+// First element is 128
+static unsigned short pdf_doc_to_unicode[] = {
+ 0x2022, // 0x80 BULLET
+ 0x2020, // 0x81 DAGGER
+ 0x2021, // 0x82 DOUBLE DAGGER
+ 0x2026, // 0x83 HORIZONTAL ELLIPSIS
+ 0x2014, // 0x84 EM DASH
+ 0x2013, // 0x85 EN DASH
+ 0x0192, // 0x86 SMALL LETTER F WITH HOOK
+ 0x2044, // 0x87 FRACTION SLASH (solidus)
+ 0x2039, // 0x88 SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+ 0x203a, // 0x89 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+ 0x2212, // 0x8a MINUS SIGN
+ 0x2030, // 0x8b PER MILLE SIGN
+ 0x201e, // 0x8c DOUBLE LOW-9 QUOTATION MARK (quotedblbase)
+ 0x201c, // 0x8d LEFT DOUBLE QUOTATION MARK (double quote left)
+ 0x201d, // 0x8e RIGHT DOUBLE QUOTATION MARK (quotedblright)
+ 0x2018, // 0x8f LEFT SINGLE QUOTATION MARK (quoteleft)
+ 0x2019, // 0x90 RIGHT SINGLE QUOTATION MARK (quoteright)
+ 0x201a, // 0x91 SINGLE LOW-9 QUOTATION MARK (quotesinglbase)
+ 0x2122, // 0x92 TRADE MARK SIGN
+ 0xfb01, // 0x93 LATIN SMALL LIGATURE FI
+ 0xfb02, // 0x94 LATIN SMALL LIGATURE FL
+ 0x0141, // 0x95 LATIN CAPITAL LETTER L WITH STROKE
+ 0x0152, // 0x96 LATIN CAPITAL LIGATURE OE
+ 0x0160, // 0x97 LATIN CAPITAL LETTER S WITH CARON
+ 0x0178, // 0x98 LATIN CAPITAL LETTER Y WITH DIAERESIS
+ 0x017d, // 0x99 LATIN CAPITAL LETTER Z WITH CARON
+ 0x0131, // 0x9a LATIN SMALL LETTER DOTLESS I
+ 0x0142, // 0x9b LATIN SMALL LETTER L WITH STROKE
+ 0x0153, // 0x9c LATIN SMALL LIGATURE OE
+ 0x0161, // 0x9d LATIN SMALL LETTER S WITH CARON
+ 0x017e, // 0x9e LATIN SMALL LETTER Z WITH CARON
+ 0xfffd, // 0x9f UNDEFINED
+ 0x20ac, // 0xa0 EURO SIGN
+};
+static unsigned short win_ansi_to_unicode[] = {
+ 0x20ac, // 0x80
+ 0xfffd, // 0x81
+ 0x201a, // 0x82
+ 0x0192, // 0x83
+ 0x201e, // 0x84
+ 0x2026, // 0x85
+ 0x2020, // 0x86
+ 0x2021, // 0x87
+ 0x02c6, // 0x88
+ 0x2030, // 0x89
+ 0x0160, // 0x8a
+ 0x2039, // 0x8b
+ 0x0152, // 0x8c
+ 0xfffd, // 0x8d
+ 0x017d, // 0x8e
+ 0xfffd, // 0x8f
+ 0xfffd, // 0x90
+ 0x2018, // 0x91
+ 0x2019, // 0x92
+ 0x201c, // 0x93
+ 0x201d, // 0x94
+ 0x2022, // 0x95
+ 0x2013, // 0x96
+ 0x2014, // 0x97
+ 0x0303, // 0x98
+ 0x2122, // 0x99
+ 0x0161, // 0x9a
+ 0x203a, // 0x9b
+ 0x0153, // 0x9c
+ 0xfffd, // 0x9d
+ 0x017e, // 0x9e
+ 0x0178, // 0x9f
+ 0x00a0, // 0xa0
+};
+static unsigned short mac_roman_to_unicode[] = {
+ 0x00c4, // 0x80
+ 0x00c5, // 0x81
+ 0x00c7, // 0x82
+ 0x00c9, // 0x83
+ 0x00d1, // 0x84
+ 0x00d6, // 0x85
+ 0x00dc, // 0x86
+ 0x00e1, // 0x87
+ 0x00e0, // 0x88
+ 0x00e2, // 0x89
+ 0x00e4, // 0x8a
+ 0x00e3, // 0x8b
+ 0x00e5, // 0x8c
+ 0x00e7, // 0x8d
+ 0x00e9, // 0x8e
+ 0x00e8, // 0x8f
+ 0x00ea, // 0x90
+ 0x00eb, // 0x91
+ 0x00ed, // 0x92
+ 0x00ec, // 0x93
+ 0x00ee, // 0x94
+ 0x00ef, // 0x95
+ 0x00f1, // 0x96
+ 0x00f3, // 0x97
+ 0x00f2, // 0x98
+ 0x00f4, // 0x99
+ 0x00f6, // 0x9a
+ 0x00f5, // 0x9b
+ 0x00fa, // 0x9c
+ 0x00f9, // 0x9d
+ 0x00fb, // 0x9e
+ 0x00fc, // 0x9f
+ 0x2020, // 0xa0
+ 0x00b0, // 0xa1
+ 0x00a2, // 0xa2
+ 0x00a3, // 0xa3
+ 0x00a7, // 0xa4
+ 0x2022, // 0xa5
+ 0x00b6, // 0xa6
+ 0x00df, // 0xa7
+ 0x00ae, // 0xa8
+ 0x00a9, // 0xa9
+ 0x2122, // 0xaa
+ 0x0301, // 0xab
+ 0x0308, // 0xac
+ 0xfffd, // 0xad
+ 0x00c6, // 0xae
+ 0x00d8, // 0xaf
+ 0xfffd, // 0xb0
+ 0x00b1, // 0xb1
+ 0xfffd, // 0xb2
+ 0xfffd, // 0xb3
+ 0x00a5, // 0xb4
+ 0x03bc, // 0xb5
+ 0xfffd, // 0xb6
+ 0xfffd, // 0xb7
+ 0xfffd, // 0xb8
+ 0xfffd, // 0xb9
+ 0xfffd, // 0xba
+ 0x1d43, // 0xbb
+ 0x1d52, // 0xbc
+ 0xfffd, // 0xbd
+ 0x00e6, // 0xbe
+ 0x00f8, // 0xbf
+ 0x00bf, // 0xc0
+ 0x00a1, // 0xc1
+ 0x00ac, // 0xc2
+ 0xfffd, // 0xc3
+ 0x0192, // 0xc4
+ 0xfffd, // 0xc5
+ 0xfffd, // 0xc6
+ 0x00ab, // 0xc7
+ 0x00bb, // 0xc8
+ 0x2026, // 0xc9
+ 0xfffd, // 0xca
+ 0x00c0, // 0xcb
+ 0x00c3, // 0xcc
+ 0x00d5, // 0xcd
+ 0x0152, // 0xce
+ 0x0153, // 0xcf
+ 0x2013, // 0xd0
+ 0x2014, // 0xd1
+ 0x201c, // 0xd2
+ 0x201d, // 0xd3
+ 0x2018, // 0xd4
+ 0x2019, // 0xd5
+ 0x00f7, // 0xd6
+ 0xfffd, // 0xd7
+ 0x00ff, // 0xd8
+ 0x0178, // 0xd9
+ 0x2044, // 0xda
+ 0x00a4, // 0xdb
+ 0x2039, // 0xdc
+ 0x203a, // 0xdd
+ 0xfb01, // 0xde
+ 0xfb02, // 0xdf
+ 0x2021, // 0xe0
+ 0x00b7, // 0xe1
+ 0x201a, // 0xe2
+ 0x201e, // 0xe3
+ 0x2030, // 0xe4
+ 0x00c2, // 0xe5
+ 0x00ca, // 0xe6
+ 0x00c1, // 0xe7
+ 0x00cb, // 0xe8
+ 0x00c8, // 0xe9
+ 0x00cd, // 0xea
+ 0x00ce, // 0xeb
+ 0x00cf, // 0xec
+ 0x00cc, // 0xed
+ 0x00d3, // 0xee
+ 0x00d4, // 0xef
+ 0xfffd, // 0xf0
+ 0x00d2, // 0xf1
+ 0x00da, // 0xf2
+ 0x00db, // 0xf3
+ 0x00d9, // 0xf4
+ 0x0131, // 0xf5
+ 0x02c6, // 0xf6
+ 0x0303, // 0xf7
+ 0x0304, // 0xf8
+ 0x0306, // 0xf9
+ 0x0307, // 0xfa
+ 0x030a, // 0xfb
+ 0x0327, // 0xfc
+ 0x030b, // 0xfd
+ 0x0328, // 0xfe
+ 0x02c7, // 0xff
+};
+
std::string
QUtil::int_to_string(long long num, int length)
{
@@ -132,22 +337,7 @@ QUtil::unsigned_char_pointer(char const* str)
void
QUtil::throw_system_error(std::string const& description)
{
-#ifdef _MSC_VER
- // "94" is mentioned in the MSVC docs, but it's still safe if the
- // message is longer. strerror_s is a templated function that
- // knows the size of buf and truncates.
- char buf[94];
- if (strerror_s(buf, errno) != 0)
- {
- throw std::runtime_error(description + ": failed with an unknown error");
- }
- else
- {
- throw std::runtime_error(description + ": " + buf);
- }
-#else
- throw std::runtime_error(description + ": " + strerror(errno));
-#endif
+ throw QPDFSystemError(description, errno);
}
int
@@ -228,13 +418,14 @@ QUtil::same_file(char const* name1, char const* name2)
return false;
}
#ifdef _WIN32
+ bool same = false;
+# ifndef AVOID_WINDOWS_HANDLE
HANDLE fh1 = CreateFile(name1, GENERIC_READ, FILE_SHARE_READ,
NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
HANDLE fh2 = CreateFile(name2, GENERIC_READ, FILE_SHARE_READ,
NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
BY_HANDLE_FILE_INFORMATION fi1;
BY_HANDLE_FILE_INFORMATION fi2;
- bool same = false;
if ((fh1 != INVALID_HANDLE_VALUE) &&
(fh2 != INVALID_HANDLE_VALUE) &&
GetFileInformationByHandle(fh1, &fi1) &&
@@ -253,6 +444,7 @@ QUtil::same_file(char const* name1, char const* name2)
{
CloseHandle(fh2);
}
+# endif
return same;
#else
struct stat st1;
@@ -732,3 +924,1164 @@ QUtil::strcasecmp(char const *s1, char const *s2)
return ::strcasecmp(s1, s2);
#endif
}
+
+static int maybe_from_end(int num, bool from_end, int max)
+{
+ if (from_end)
+ {
+ if (num > max)
+ {
+ num = 0;
+ }
+ else
+ {
+ num = max + 1 - num;
+ }
+ }
+ return num;
+}
+
+std::vector<int>
+QUtil::parse_numrange(char const* range, int max)
+{
+ std::vector<int> result;
+ char const* p = range;
+ try
+ {
+ std::vector<int> work;
+ static int const comma = -1;
+ static int const dash = -2;
+
+ enum { st_top,
+ st_in_number,
+ st_after_number } state = st_top;
+ bool last_separator_was_dash = false;
+ int cur_number = 0;
+ bool from_end = false;
+ while (*p)
+ {
+ char ch = *p;
+ if (isdigit(ch))
+ {
+ if (! ((state == st_top) || (state == st_in_number)))
+ {
+ throw std::runtime_error("digit not expected");
+ }
+ state = st_in_number;
+ cur_number *= 10;
+ cur_number += (ch - '0');
+ }
+ else if (ch == 'z')
+ {
+ // z represents max
+ if (! (state == st_top))
+ {
+ throw std::runtime_error("z not expected");
+ }
+ state = st_after_number;
+ cur_number = max;
+ }
+ else if (ch == 'r')
+ {
+ if (! (state == st_top))
+ {
+ throw std::runtime_error("r not expected");
+ }
+ state = st_in_number;
+ from_end = true;
+ }
+ else if ((ch == ',') || (ch == '-'))
+ {
+ if (! ((state == st_in_number) || (state == st_after_number)))
+ {
+ throw std::runtime_error("unexpected separator");
+ }
+ cur_number = maybe_from_end(cur_number, from_end, max);
+ work.push_back(cur_number);
+ cur_number = 0;
+ from_end = false;
+ if (ch == ',')
+ {
+ state = st_top;
+ last_separator_was_dash = false;
+ work.push_back(comma);
+ }
+ else if (ch == '-')
+ {
+ if (last_separator_was_dash)
+ {
+ throw std::runtime_error("unexpected dash");
+ }
+ state = st_top;
+ last_separator_was_dash = true;
+ work.push_back(dash);
+ }
+ }
+ else
+ {
+ throw std::runtime_error("unexpected character");
+ }
+ ++p;
+ }
+ if ((state == st_in_number) || (state == st_after_number))
+ {
+ cur_number = maybe_from_end(cur_number, from_end, max);
+ work.push_back(cur_number);
+ }
+ else
+ {
+ throw std::runtime_error("number expected");
+ }
+
+ p = 0;
+ for (size_t i = 0; i < work.size(); i += 2)
+ {
+ int num = work.at(i);
+ // max == 0 means we don't know the max and are just
+ // testing for valid syntax.
+ if ((max > 0) && ((num < 1) || (num > max)))
+ {
+ throw std::runtime_error(
+ "number " + QUtil::int_to_string(num) + " out of range");
+ }
+ if (i == 0)
+ {
+ result.push_back(work.at(i));
+ }
+ else
+ {
+ int separator = work.at(i-1);
+ if (separator == comma)
+ {
+ result.push_back(num);
+ }
+ else if (separator == dash)
+ {
+ int lastnum = result.back();
+ if (num > lastnum)
+ {
+ for (int j = lastnum + 1; j <= num; ++j)
+ {
+ result.push_back(j);
+ }
+ }
+ else
+ {
+ for (int j = lastnum - 1; j >= num; --j)
+ {
+ result.push_back(j);
+ }
+ }
+ }
+ else
+ {
+ throw std::logic_error(
+ "INTERNAL ERROR parsing numeric range");
+ }
+ }
+ }
+ }
+ catch (std::runtime_error const& e)
+ {
+ std::string message;
+ if (p)
+ {
+ message = "error at * in numeric range " +
+ std::string(range, p - range) + "*" + p + ": " + e.what();
+ }
+ else
+ {
+ message = "error in numeric range " +
+ std::string(range) + ": " + e.what();
+ }
+ throw std::runtime_error(message);
+ }
+ return result;
+}
+
+enum encoding_e { e_utf16, e_ascii, e_winansi, e_macroman, e_pdfdoc };
+
+static unsigned char
+encode_winansi(unsigned long codepoint)
+{
+ // Use this ugly switch statement to avoid a static, which is not
+ // thread-safe.
+ unsigned char ch = '\0';
+ switch (codepoint)
+ {
+ case 0x20ac:
+ ch = 0x80;
+ break;
+ case 0x201a:
+ ch = 0x82;
+ break;
+ case 0x192:
+ ch = 0x83;
+ break;
+ case 0x201e:
+ ch = 0x84;
+ break;
+ case 0x2026:
+ ch = 0x85;
+ break;
+ case 0x2020:
+ ch = 0x86;
+ break;
+ case 0x2021:
+ ch = 0x87;
+ break;
+ case 0x2c6:
+ ch = 0x88;
+ break;
+ case 0x2030:
+ ch = 0x89;
+ break;
+ case 0x160:
+ ch = 0x8a;
+ break;
+ case 0x2039:
+ ch = 0x8b;
+ break;
+ case 0x152:
+ ch = 0x8c;
+ break;
+ case 0x17d:
+ ch = 0x8e;
+ break;
+ case 0x2018:
+ ch = 0x91;
+ break;
+ case 0x2019:
+ ch = 0x92;
+ break;
+ case 0x201c:
+ ch = 0x93;
+ break;
+ case 0x201d:
+ ch = 0x94;
+ break;
+ case 0x2022:
+ ch = 0x95;
+ break;
+ case 0x2013:
+ ch = 0x96;
+ break;
+ case 0x2014:
+ ch = 0x97;
+ break;
+ case 0x303:
+ ch = 0x98;
+ break;
+ case 0x2122:
+ ch = 0x99;
+ break;
+ case 0x161:
+ ch = 0x9a;
+ break;
+ case 0x203a:
+ ch = 0x9b;
+ break;
+ case 0x153:
+ ch = 0x9c;
+ break;
+ case 0x17e:
+ ch = 0x9e;
+ break;
+ case 0x178:
+ ch = 0x9f;
+ break;
+ case 0xa0:
+ ch = 0xa0;
+ break;
+ default:
+ break;
+ }
+ return ch;
+}
+
+static unsigned char
+encode_macroman(unsigned long codepoint)
+{
+ // Use this ugly switch statement to avoid a static, which is not
+ // thread-safe.
+ unsigned char ch = '\0';
+ switch (codepoint)
+ {
+ case 0xc4:
+ ch = 0x80;
+ break;
+ case 0xc5:
+ ch = 0x81;
+ break;
+ case 0xc7:
+ ch = 0x82;
+ break;
+ case 0xc9:
+ ch = 0x83;
+ break;
+ case 0xd1:
+ ch = 0x84;
+ break;
+ case 0xd6:
+ ch = 0x85;
+ break;
+ case 0xdc:
+ ch = 0x86;
+ break;
+ case 0xe1:
+ ch = 0x87;
+ break;
+ case 0xe0:
+ ch = 0x88;
+ break;
+ case 0xe2:
+ ch = 0x89;
+ break;
+ case 0xe4:
+ ch = 0x8a;
+ break;
+ case 0xe3:
+ ch = 0x8b;
+ break;
+ case 0xe5:
+ ch = 0x8c;
+ break;
+ case 0xe7:
+ ch = 0x8d;
+ break;
+ case 0xe9:
+ ch = 0x8e;
+ break;
+ case 0xe8:
+ ch = 0x8f;
+ break;
+ case 0xea:
+ ch = 0x90;
+ break;
+ case 0xeb:
+ ch = 0x91;
+ break;
+ case 0xed:
+ ch = 0x92;
+ break;
+ case 0xec:
+ ch = 0x93;
+ break;
+ case 0xee:
+ ch = 0x94;
+ break;
+ case 0xef:
+ ch = 0x95;
+ break;
+ case 0xf1:
+ ch = 0x96;
+ break;
+ case 0xf3:
+ ch = 0x97;
+ break;
+ case 0xf2:
+ ch = 0x98;
+ break;
+ case 0xf4:
+ ch = 0x99;
+ break;
+ case 0xf6:
+ ch = 0x9a;
+ break;
+ case 0xf5:
+ ch = 0x9b;
+ break;
+ case 0xfa:
+ ch = 0x9c;
+ break;
+ case 0xf9:
+ ch = 0x9d;
+ break;
+ case 0xfb:
+ ch = 0x9e;
+ break;
+ case 0xfc:
+ ch = 0x9f;
+ break;
+ case 0x2020:
+ ch = 0xa0;
+ break;
+ case 0xb0:
+ ch = 0xa1;
+ break;
+ case 0xa2:
+ ch = 0xa2;
+ break;
+ case 0xa3:
+ ch = 0xa3;
+ break;
+ case 0xa7:
+ ch = 0xa4;
+ break;
+ case 0x2022:
+ ch = 0xa5;
+ break;
+ case 0xb6:
+ ch = 0xa6;
+ break;
+ case 0xdf:
+ ch = 0xa7;
+ break;
+ case 0xae:
+ ch = 0xa8;
+ break;
+ case 0xa9:
+ ch = 0xa9;
+ break;
+ case 0x2122:
+ ch = 0xaa;
+ break;
+ case 0x301:
+ ch = 0xab;
+ break;
+ case 0x308:
+ ch = 0xac;
+ break;
+ case 0xc6:
+ ch = 0xae;
+ break;
+ case 0xd8:
+ ch = 0xaf;
+ break;
+ case 0xb1:
+ ch = 0xb1;
+ break;
+ case 0xa5:
+ ch = 0xb4;
+ break;
+ case 0x3bc:
+ ch = 0xb5;
+ break;
+ case 0x1d43:
+ ch = 0xbb;
+ break;
+ case 0x1d52:
+ ch = 0xbc;
+ break;
+ case 0xe6:
+ ch = 0xbe;
+ break;
+ case 0xf8:
+ ch = 0xbf;
+ break;
+ case 0xbf:
+ ch = 0xc0;
+ break;
+ case 0xa1:
+ ch = 0xc1;
+ break;
+ case 0xac:
+ ch = 0xc2;
+ break;
+ case 0x192:
+ ch = 0xc4;
+ break;
+ case 0xab:
+ ch = 0xc7;
+ break;
+ case 0xbb:
+ ch = 0xc8;
+ break;
+ case 0x2026:
+ ch = 0xc9;
+ break;
+ case 0xc0:
+ ch = 0xcb;
+ break;
+ case 0xc3:
+ ch = 0xcc;
+ break;
+ case 0xd5:
+ ch = 0xcd;
+ break;
+ case 0x152:
+ ch = 0xce;
+ break;
+ case 0x153:
+ ch = 0xcf;
+ break;
+ case 0x2013:
+ ch = 0xd0;
+ break;
+ case 0x2014:
+ ch = 0xd1;
+ break;
+ case 0x201c:
+ ch = 0xd2;
+ break;
+ case 0x201d:
+ ch = 0xd3;
+ break;
+ case 0x2018:
+ ch = 0xd4;
+ break;
+ case 0x2019:
+ ch = 0xd5;
+ break;
+ case 0xf7:
+ ch = 0xd6;
+ break;
+ case 0xff:
+ ch = 0xd8;
+ break;
+ case 0x178:
+ ch = 0xd9;
+ break;
+ case 0x2044:
+ ch = 0xda;
+ break;
+ case 0xa4:
+ ch = 0xdb;
+ break;
+ case 0x2039:
+ ch = 0xdc;
+ break;
+ case 0x203a:
+ ch = 0xdd;
+ break;
+ case 0xfb01:
+ ch = 0xde;
+ break;
+ case 0xfb02:
+ ch = 0xdf;
+ break;
+ case 0x2021:
+ ch = 0xe0;
+ break;
+ case 0xb7:
+ ch = 0xe1;
+ break;
+ case 0x201a:
+ ch = 0xe2;
+ break;
+ case 0x201e:
+ ch = 0xe3;
+ break;
+ case 0x2030:
+ ch = 0xe4;
+ break;
+ case 0xc2:
+ ch = 0xe5;
+ break;
+ case 0xca:
+ ch = 0xe6;
+ break;
+ case 0xc1:
+ ch = 0xe7;
+ break;
+ case 0xcb:
+ ch = 0xe8;
+ break;
+ case 0xc8:
+ ch = 0xe9;
+ break;
+ case 0xcd:
+ ch = 0xea;
+ break;
+ case 0xce:
+ ch = 0xeb;
+ break;
+ case 0xcf:
+ ch = 0xec;
+ break;
+ case 0xcc:
+ ch = 0xed;
+ break;
+ case 0xd3:
+ ch = 0xee;
+ break;
+ case 0xd4:
+ ch = 0xef;
+ break;
+ case 0xd2:
+ ch = 0xf1;
+ break;
+ case 0xda:
+ ch = 0xf2;
+ break;
+ case 0xdb:
+ ch = 0xf3;
+ break;
+ case 0xd9:
+ ch = 0xf4;
+ break;
+ case 0x131:
+ ch = 0xf5;
+ break;
+ case 0x2c6:
+ ch = 0xf6;
+ break;
+ case 0x303:
+ ch = 0xf7;
+ break;
+ case 0x304:
+ ch = 0xf8;
+ break;
+ case 0x306:
+ ch = 0xf9;
+ break;
+ case 0x307:
+ ch = 0xfa;
+ break;
+ case 0x30a:
+ ch = 0xfb;
+ break;
+ case 0x327:
+ ch = 0xfc;
+ break;
+ case 0x30b:
+ ch = 0xfd;
+ break;
+ case 0x328:
+ ch = 0xfe;
+ break;
+ case 0x2c7:
+ ch = 0xff;
+ break;
+ default:
+ break;
+ }
+ return ch;
+}
+
+static unsigned char
+encode_pdfdoc(unsigned long codepoint)
+{
+ // Use this ugly switch statement to avoid a static, which is not
+ // thread-safe.
+ unsigned char ch = '\0';
+ switch (codepoint)
+ {
+ case 0x2022:
+ ch = 0x80;
+ break;
+ case 0x2020:
+ ch = 0x81;
+ break;
+ case 0x2021:
+ ch = 0x82;
+ break;
+ case 0x2026:
+ ch = 0x83;
+ break;
+ case 0x2014:
+ ch = 0x84;
+ break;
+ case 0x2013:
+ ch = 0x85;
+ break;
+ case 0x0192:
+ ch = 0x86;
+ break;
+ case 0x2044:
+ ch = 0x87;
+ break;
+ case 0x2039:
+ ch = 0x88;
+ break;
+ case 0x203a:
+ ch = 0x89;
+ break;
+ case 0x2212:
+ ch = 0x8a;
+ break;
+ case 0x2030:
+ ch = 0x8b;
+ break;
+ case 0x201e:
+ ch = 0x8c;
+ break;
+ case 0x201c:
+ ch = 0x8d;
+ break;
+ case 0x201d:
+ ch = 0x8e;
+ break;
+ case 0x2018:
+ ch = 0x8f;
+ break;
+ case 0x2019:
+ ch = 0x90;
+ break;
+ case 0x201a:
+ ch = 0x91;
+ break;
+ case 0x2122:
+ ch = 0x92;
+ break;
+ case 0xfb01:
+ ch = 0x93;
+ break;
+ case 0xfb02:
+ ch = 0x94;
+ break;
+ case 0x0141:
+ ch = 0x95;
+ break;
+ case 0x0152:
+ ch = 0x96;
+ break;
+ case 0x0160:
+ ch = 0x97;
+ break;
+ case 0x0178:
+ ch = 0x98;
+ break;
+ case 0x017d:
+ ch = 0x99;
+ break;
+ case 0x0131:
+ ch = 0x9a;
+ break;
+ case 0x0142:
+ ch = 0x9b;
+ break;
+ case 0x0153:
+ ch = 0x9c;
+ break;
+ case 0x0161:
+ ch = 0x9d;
+ break;
+ case 0x017e:
+ ch = 0x9e;
+ break;
+ case 0xfffd:
+ ch = 0x9f;
+ break;
+ case 0x20ac:
+ ch = 0xa0;
+ break;
+ default:
+ break;
+ }
+ return ch;
+}
+
+unsigned long get_next_utf8_codepoint(
+ std::string const& utf8_val, size_t& pos, bool& error)
+{
+ size_t len = utf8_val.length();
+ unsigned char ch = static_cast<unsigned char>(utf8_val.at(pos));
+ error = false;
+ if (ch < 128)
+ {
+ return static_cast<unsigned long>(ch);
+ }
+
+ size_t bytes_needed = 0;
+ unsigned bit_check = 0x40;
+ unsigned char to_clear = 0x80;
+ while (ch & bit_check)
+ {
+ ++bytes_needed;
+ to_clear |= bit_check;
+ bit_check >>= 1;
+ }
+ if (((bytes_needed > 5) || (bytes_needed < 1)) ||
+ ((pos + bytes_needed) >= len))
+ {
+ error = true;
+ return 0xfffd;
+ }
+
+ unsigned long codepoint = (ch & ~to_clear);
+ while (bytes_needed > 0)
+ {
+ --bytes_needed;
+ ch = utf8_val.at(++pos);
+ if ((ch & 0xc0) != 0x80)
+ {
+ --pos;
+ codepoint = 0xfffd;
+ break;
+ }
+ codepoint <<= 6;
+ codepoint += (ch & 0x3f);
+ }
+ return codepoint;
+}
+
+static bool
+transcode_utf8(std::string const& utf8_val, std::string& result,
+ encoding_e encoding, char unknown)
+{
+ bool okay = true;
+ result.clear();
+ if (encoding == e_utf16)
+ {
+ result += "\xfe\xff";
+ }
+ size_t len = utf8_val.length();
+ for (size_t i = 0; i < len; ++i)
+ {
+ bool error = false;
+ unsigned long codepoint = get_next_utf8_codepoint(utf8_val, i, error);
+ if (error)
+ {
+ okay = false;
+ if (encoding == e_utf16)
+ {
+ result += "\xff\xfd";
+ }
+ else
+ {
+ result.append(1, unknown);
+ }
+ }
+ else if (codepoint < 128)
+ {
+ char ch = static_cast<char>(codepoint);
+ if (encoding == e_utf16)
+ {
+ result += QUtil::toUTF16(ch);
+ }
+ else
+ {
+ result.append(1, ch);
+ }
+ }
+ else if (encoding == e_utf16)
+ {
+ result += QUtil::toUTF16(codepoint);
+ }
+ else if ((codepoint > 160) && (codepoint < 256) &&
+ ((encoding == e_winansi) || (encoding == e_pdfdoc)))
+ {
+ result.append(1, static_cast<unsigned char>(codepoint & 0xff));
+ }
+ else
+ {
+ unsigned char ch = '\0';
+ if (encoding == e_winansi)
+ {
+ ch = encode_winansi(codepoint);
+ }
+ else if (encoding == e_macroman)
+ {
+ ch = encode_macroman(codepoint);
+ }
+ else if (encoding == e_pdfdoc)
+ {
+ ch = encode_pdfdoc(codepoint);
+ }
+ if (ch == '\0')
+ {
+ okay = false;
+ ch = static_cast<unsigned char>(unknown);
+ }
+ result.append(1, ch);
+ }
+ }
+ return okay;
+}
+
+static std::string
+transcode_utf8(std::string const& utf8_val, encoding_e encoding,
+ char unknown)
+{
+ std::string result;
+ transcode_utf8(utf8_val, result, encoding, unknown);
+ return result;
+}
+
+std::string
+QUtil::utf8_to_utf16(std::string const& utf8)
+{
+ return transcode_utf8(utf8, e_utf16, 0);
+}
+
+std::string
+QUtil::utf8_to_ascii(std::string const& utf8, char unknown_char)
+{
+ return transcode_utf8(utf8, e_ascii, unknown_char);
+}
+
+std::string
+QUtil::utf8_to_win_ansi(std::string const& utf8, char unknown_char)
+{
+ return transcode_utf8(utf8, e_winansi, unknown_char);
+}
+
+std::string
+QUtil::utf8_to_mac_roman(std::string const& utf8, char unknown_char)
+{
+ return transcode_utf8(utf8, e_macroman, unknown_char);
+}
+
+std::string
+QUtil::utf8_to_pdf_doc(std::string const& utf8, char unknown_char)
+{
+ return transcode_utf8(utf8, e_pdfdoc, unknown_char);
+}
+
+bool
+QUtil::utf8_to_ascii(std::string const& utf8, std::string& ascii,
+ char unknown_char)
+{
+ return transcode_utf8(utf8, ascii, e_ascii, unknown_char);
+}
+
+bool
+QUtil::utf8_to_win_ansi(std::string const& utf8, std::string& win,
+ char unknown_char)
+{
+ return transcode_utf8(utf8, win, e_winansi, unknown_char);
+}
+
+bool
+QUtil::utf8_to_mac_roman(std::string const& utf8, std::string& mac,
+ char unknown_char)
+{
+ return transcode_utf8(utf8, mac, e_macroman, unknown_char);
+}
+
+bool
+QUtil::utf8_to_pdf_doc(std::string const& utf8, std::string& pdfdoc,
+ char unknown_char)
+{
+ return transcode_utf8(utf8, pdfdoc, e_pdfdoc, unknown_char);
+}
+
+bool
+QUtil::is_utf16(std::string const& val)
+{
+ return ((val.length() >= 2) &&
+ (val.at(0) == '\xfe') && (val.at(1) == '\xff'));
+}
+
+std::string
+QUtil::utf16_to_utf8(std::string const& val)
+{
+ std::string result;
+ // This code uses unsigned long and unsigned short to hold
+ // codepoint values. It requires unsigned long to be at least
+ // 32 bits and unsigned short to be at least 16 bits, but it
+ // will work fine if they are larger.
+ unsigned long codepoint = 0L;
+ size_t len = val.length();
+ size_t start = 0;
+ if (is_utf16(val))
+ {
+ start += 2;
+ }
+ // If the string has an odd number of bytes, the last byte is
+ // ignored.
+ for (unsigned int i = start; i < len; i += 2)
+ {
+ // Convert from UTF16-BE. If we get a malformed
+ // codepoint, this code will generate incorrect output
+ // without giving a warning. Specifically, a high
+ // codepoint not followed by a low codepoint will be
+ // discarded, and a low codepoint not preceded by a high
+ // codepoint will just get its low 10 bits output.
+ unsigned short bits =
+ (static_cast<unsigned char>(val.at(i)) << 8) +
+ static_cast<unsigned char>(val.at(i+1));
+ if ((bits & 0xFC00) == 0xD800)
+ {
+ codepoint = 0x10000 + ((bits & 0x3FF) << 10);
+ continue;
+ }
+ else if ((bits & 0xFC00) == 0xDC00)
+ {
+ if (codepoint != 0)
+ {
+ QTC::TC("qpdf", "QUtil non-trivial UTF-16");
+ }
+ codepoint += bits & 0x3FF;
+ }
+ else
+ {
+ codepoint = bits;
+ }
+
+ result += QUtil::toUTF8(codepoint);
+ codepoint = 0;
+ }
+ return result;
+}
+
+std::string
+QUtil::win_ansi_to_utf8(std::string const& val)
+{
+ std::string result;
+ size_t len = val.length();
+ for (unsigned int i = 0; i < len; ++i)
+ {
+ unsigned char ch = static_cast<unsigned char>(val.at(i));
+ unsigned short val = ch;
+ if ((ch >= 128) && (ch <= 160))
+ {
+ val = win_ansi_to_unicode[ch - 128];
+ }
+ result += QUtil::toUTF8(val);
+ }
+ return result;
+}
+
+std::string
+QUtil::mac_roman_to_utf8(std::string const& val)
+{
+ std::string result;
+ size_t len = val.length();
+ for (unsigned int i = 0; i < len; ++i)
+ {
+ unsigned char ch = static_cast<unsigned char>(val.at(i));
+ unsigned short val = ch;
+ if (ch >= 128)
+ {
+ val = mac_roman_to_unicode[ch - 128];
+ }
+ result += QUtil::toUTF8(val);
+ }
+ return result;
+}
+
+std::string
+QUtil::pdf_doc_to_utf8(std::string const& val)
+{
+ std::string result;
+ size_t len = val.length();
+ for (unsigned int i = 0; i < len; ++i)
+ {
+ unsigned char ch = static_cast<unsigned char>(val.at(i));
+ unsigned short val = ch;
+ if ((ch >= 128) && (ch <= 160))
+ {
+ val = pdf_doc_to_unicode[ch - 128];
+ }
+ result += QUtil::toUTF8(val);
+ }
+ return result;
+}
+
+void
+QUtil::analyze_encoding(std::string const& val,
+ bool& has_8bit_chars,
+ bool& is_valid_utf8,
+ bool& is_utf16)
+{
+ has_8bit_chars = is_utf16 = is_valid_utf8 = false;
+ if (QUtil::is_utf16(val))
+ {
+ has_8bit_chars = true;
+ is_utf16 = true;
+ return;
+ }
+ size_t len = val.length();
+ bool any_errors = false;
+ for (size_t i = 0; i < len; ++i)
+ {
+ bool error = false;
+ unsigned long codepoint = get_next_utf8_codepoint(val, i, error);
+ if (error)
+ {
+ any_errors = true;
+ }
+ if (codepoint >= 128)
+ {
+ has_8bit_chars = true;
+ }
+ }
+ if (has_8bit_chars && (! any_errors))
+ {
+ is_valid_utf8 = true;
+ }
+}
+
+std::vector<std::string>
+QUtil::possible_repaired_encodings(std::string supplied)
+{
+ std::vector<std::string> result;
+ // Always include the original string
+ result.push_back(supplied);
+ bool has_8bit_chars = false;
+ bool is_valid_utf8 = false;
+ bool is_utf16 = false;
+ analyze_encoding(supplied, has_8bit_chars, is_valid_utf8, is_utf16);
+ if (! has_8bit_chars)
+ {
+ return result;
+ }
+ if (is_utf16)
+ {
+ // Convert to UTF-8 and pretend we got a UTF-8 string.
+ is_utf16 = false;
+ is_valid_utf8 = true;
+ supplied = utf16_to_utf8(supplied);
+ }
+ std::string output;
+ if (is_valid_utf8)
+ {
+ // Maybe we were given UTF-8 but wanted one of the single-byte
+ // encodings.
+ if (utf8_to_pdf_doc(supplied, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_win_ansi(supplied, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_mac_roman(supplied, output))
+ {
+ result.push_back(output);
+ }
+ }
+ else
+ {
+ // Maybe we were given one of the single-byte encodings but
+ // wanted UTF-8.
+ std::string from_pdf_doc(pdf_doc_to_utf8(supplied));
+ result.push_back(from_pdf_doc);
+ std::string from_win_ansi(win_ansi_to_utf8(supplied));
+ result.push_back(from_win_ansi);
+ std::string from_mac_roman(mac_roman_to_utf8(supplied));
+ result.push_back(from_mac_roman);
+
+ // Maybe we were given one of the other single-byte encodings
+ // but wanted one of the other ones.
+ if (utf8_to_win_ansi(from_pdf_doc, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_mac_roman(from_pdf_doc, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_pdf_doc(from_win_ansi, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_mac_roman(from_win_ansi, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_pdf_doc(from_mac_roman, output))
+ {
+ result.push_back(output);
+ }
+ if (utf8_to_win_ansi(from_mac_roman, output))
+ {
+ result.push_back(output);
+ }
+ }
+ // De-duplicate
+ std::vector<std::string> t;
+ std::set<std::string> seen;
+ for (std::vector<std::string>::iterator iter = result.begin();
+ iter != result.end(); ++iter)
+ {
+ if (! seen.count(*iter))
+ {
+ seen.insert(*iter);
+ t.push_back(*iter);
+ }
+ }
+ return t;
+}
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 528456f8..4ef0688d 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -14,6 +14,7 @@ SRCS_libqpdf = \
libqpdf/FileInputSource.cc \
libqpdf/InputSource.cc \
libqpdf/InsecureRandomDataProvider.cc \
+ libqpdf/JSON.cc \
libqpdf/MD5.cc \
libqpdf/OffsetInputSource.cc \
libqpdf/Pipeline.cc \
@@ -40,11 +41,18 @@ SRCS_libqpdf = \
libqpdf/QPDFAnnotationObjectHelper.cc \
libqpdf/QPDFExc.cc \
libqpdf/QPDFFormFieldObjectHelper.cc \
+ libqpdf/QPDFMatrix.cc \
+ libqpdf/QPDFNameTreeObjectHelper.cc \
+ libqpdf/QPDFNumberTreeObjectHelper.cc \
libqpdf/QPDFObjGen.cc \
libqpdf/QPDFObject.cc \
libqpdf/QPDFObjectHandle.cc \
+ libqpdf/QPDFOutlineDocumentHelper.cc \
+ libqpdf/QPDFOutlineObjectHelper.cc \
libqpdf/QPDFPageDocumentHelper.cc \
+ libqpdf/QPDFPageLabelDocumentHelper.cc \
libqpdf/QPDFPageObjectHelper.cc \
+ libqpdf/QPDFSystemError.cc \
libqpdf/QPDFTokenizer.cc \
libqpdf/QPDFWriter.cc \
libqpdf/QPDFXRefEntry.cc \
diff --git a/libqpdf/qpdf-c.cc b/libqpdf/qpdf-c.cc
index 1cc1e2b1..310bb7d0 100644
--- a/libqpdf/qpdf-c.cc
+++ b/libqpdf/qpdf-c.cc
@@ -603,12 +603,77 @@ void qpdf_set_r2_encryption_parameters(
allow_print, allow_modify, allow_extract, allow_annotate);
}
+void qpdf_set_r3_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print)
+{
+ QTC::TC("qpdf", "qpdf-c called qpdf_set_r3_encryption_parameters");
+ qpdf->qpdf_writer->setR3EncryptionParameters(
+ user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print);
+}
+
+void qpdf_set_r4_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print,
+ QPDF_BOOL encrypt_metadata, QPDF_BOOL use_aes)
+{
+ QTC::TC("qpdf", "qpdf-c called qpdf_set_r4_encryption_parameters");
+ qpdf->qpdf_writer->setR4EncryptionParameters(
+ user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, encrypt_metadata, use_aes);
+}
+
+
+void qpdf_set_r5_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print, QPDF_BOOL encrypt_metadata)
+{
+ QTC::TC("qpdf", "qpdf-c called qpdf_set_r5_encryption_parameters");
+ qpdf->qpdf_writer->setR5EncryptionParameters(
+ user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, encrypt_metadata);
+}
+
+void qpdf_set_r6_encryption_parameters2(
+ qpdf_data qpdf, char const* user_password, char const* owner_password,
+ QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
+ QPDF_BOOL allow_assemble, QPDF_BOOL allow_annotate_and_form,
+ QPDF_BOOL allow_form_filling, QPDF_BOOL allow_modify_other,
+ enum qpdf_r3_print_e print, QPDF_BOOL encrypt_metadata)
+{
+ QTC::TC("qpdf", "qpdf-c called qpdf_set_r6_encryption_parameters");
+ qpdf->qpdf_writer->setR6EncryptionParameters(
+ user_password, owner_password,
+ allow_accessibility, allow_extract,
+ allow_assemble, allow_annotate_and_form,
+ allow_form_filling, allow_modify_other,
+ print, encrypt_metadata);
+}
+
void qpdf_set_r3_encryption_parameters(
qpdf_data qpdf, char const* user_password, char const* owner_password,
QPDF_BOOL allow_accessibility, QPDF_BOOL allow_extract,
qpdf_r3_print_e print, qpdf_r3_modify_e modify)
{
- QTC::TC("qpdf", "qpdf-c called qpdf_set_r3_encryption_parameters");
qpdf->qpdf_writer->setR3EncryptionParameters(
user_password, owner_password,
allow_accessibility, allow_extract, print, modify);
@@ -620,7 +685,6 @@ void qpdf_set_r4_encryption_parameters(
qpdf_r3_print_e print, qpdf_r3_modify_e modify,
QPDF_BOOL encrypt_metadata, QPDF_BOOL use_aes)
{
- QTC::TC("qpdf", "qpdf-c called qpdf_set_r4_encryption_parameters");
qpdf->qpdf_writer->setR4EncryptionParameters(
user_password, owner_password,
allow_accessibility, allow_extract, print, modify,
@@ -633,7 +697,6 @@ void qpdf_set_r5_encryption_parameters(
qpdf_r3_print_e print, qpdf_r3_modify_e modify,
QPDF_BOOL encrypt_metadata)
{
- QTC::TC("qpdf", "qpdf-c called qpdf_set_r5_encryption_parameters");
qpdf->qpdf_writer->setR5EncryptionParameters(
user_password, owner_password,
allow_accessibility, allow_extract, print, modify,
@@ -646,7 +709,6 @@ void qpdf_set_r6_encryption_parameters(
qpdf_r3_print_e print, qpdf_r3_modify_e modify,
QPDF_BOOL encrypt_metadata)
{
- QTC::TC("qpdf", "qpdf-c called qpdf_set_r6_encryption_parameters");
qpdf->qpdf_writer->setR6EncryptionParameters(
user_password, owner_password,
allow_accessibility, allow_extract, print, modify,
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index 8ea8bec4..bdbf2645 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -1,7 +1,7 @@
// Read bits from a bit stream. See BitWriter for writing.
-#ifndef __BITSTREAM_HH__
-#define __BITSTREAM_HH__
+#ifndef BITSTREAM_HH
+#define BITSTREAM_HH
#include <qpdf/DLL.h>
@@ -28,4 +28,4 @@ class BitStream
unsigned int bits_available;
};
-#endif // __BITSTREAM_HH__
+#endif // BITSTREAM_HH
diff --git a/libqpdf/qpdf/BitWriter.hh b/libqpdf/qpdf/BitWriter.hh
index 3d93c0b7..76e28b8e 100644
--- a/libqpdf/qpdf/BitWriter.hh
+++ b/libqpdf/qpdf/BitWriter.hh
@@ -1,7 +1,7 @@
// Write bits into a bit stream. See BitStream for reading.
-#ifndef __BITWRITER_HH__
-#define __BITWRITER_HH__
+#ifndef BITWRITER_HH
+#define BITWRITER_HH
#include <qpdf/DLL.h>
@@ -28,4 +28,4 @@ class BitWriter
unsigned int bit_offset;
};
-#endif // __BITWRITER_HH__
+#endif // BITWRITER_HH
diff --git a/libqpdf/qpdf/ContentNormalizer.hh b/libqpdf/qpdf/ContentNormalizer.hh
index 0d505a37..4d976d27 100644
--- a/libqpdf/qpdf/ContentNormalizer.hh
+++ b/libqpdf/qpdf/ContentNormalizer.hh
@@ -1,5 +1,5 @@
-#ifndef __CONTENTNORMALIZER_HH__
-#define __CONTENTNORMALIZER_HH__
+#ifndef CONTENTNORMALIZER_HH
+#define CONTENTNORMALIZER_HH
#include <qpdf/QPDFObjectHandle.hh>
@@ -18,4 +18,4 @@ class ContentNormalizer: public QPDFObjectHandle::TokenFilter
bool last_token_was_bad;
};
-#endif // __CONTENTNORMALIZER_HH__
+#endif // CONTENTNORMALIZER_HH
diff --git a/libqpdf/qpdf/InsecureRandomDataProvider.hh b/libqpdf/qpdf/InsecureRandomDataProvider.hh
index 530ee3cb..76f2703a 100644
--- a/libqpdf/qpdf/InsecureRandomDataProvider.hh
+++ b/libqpdf/qpdf/InsecureRandomDataProvider.hh
@@ -1,5 +1,5 @@
-#ifndef __INSECURERANDOMDATAPROVIDER_HH__
-#define __INSECURERANDOMDATAPROVIDER_HH__
+#ifndef INSECURERANDOMDATAPROVIDER_HH
+#define INSECURERANDOMDATAPROVIDER_HH
#include <qpdf/RandomDataProvider.hh>
#include <qpdf/DLL.h>
@@ -24,4 +24,4 @@ class InsecureRandomDataProvider: public RandomDataProvider
bool seeded_random;
};
-#endif // __INSECURERANDOMDATAPROVIDER_HH__
+#endif // INSECURERANDOMDATAPROVIDER_HH
diff --git a/libqpdf/qpdf/MD5.hh b/libqpdf/qpdf/MD5.hh
index 4cfe027e..5cefe08c 100644
--- a/libqpdf/qpdf/MD5.hh
+++ b/libqpdf/qpdf/MD5.hh
@@ -1,5 +1,5 @@
-#ifndef __MD5_HH__
-#define __MD5_HH__
+#ifndef MD5_HH
+#define MD5_HH
#include <qpdf/DLL.h>
#include <qpdf/qpdf-config.h>
@@ -89,4 +89,4 @@ class MD5
Digest digest_val;
};
-#endif // __MD5_HH__
+#endif // MD5_HH
diff --git a/libqpdf/qpdf/OffsetInputSource.hh b/libqpdf/qpdf/OffsetInputSource.hh
index aedc574a..d541db1a 100644
--- a/libqpdf/qpdf/OffsetInputSource.hh
+++ b/libqpdf/qpdf/OffsetInputSource.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_OFFSETINPUTSOURCE_HH__
-#define __QPDF_OFFSETINPUTSOURCE_HH__
+#ifndef QPDF_OFFSETINPUTSOURCE_HH
+#define QPDF_OFFSETINPUTSOURCE_HH
// This class implements an InputSource that proxies for an underlying
// input source but offset a specific number of bytes.
@@ -26,4 +26,4 @@ class OffsetInputSource: public InputSource
qpdf_offset_t global_offset;
};
-#endif // __QPDF_OFFSETINPUTSOURCE_HH__
+#endif // QPDF_OFFSETINPUTSOURCE_HH
diff --git a/libqpdf/qpdf/Pl_AES_PDF.hh b/libqpdf/qpdf/Pl_AES_PDF.hh
index 9aa73ad6..ac56e59a 100644
--- a/libqpdf/qpdf/Pl_AES_PDF.hh
+++ b/libqpdf/qpdf/Pl_AES_PDF.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_AES_PDF_HH__
-#define __PL_AES_PDF_HH__
+#ifndef PL_AES_PDF_HH
+#define PL_AES_PDF_HH
#include <qpdf/Pipeline.hh>
#include <qpdf/qpdf-config.h>
@@ -66,4 +66,4 @@ class Pl_AES_PDF: public Pipeline
bool disable_padding;
};
-#endif // __PL_AES_PDF_HH__
+#endif // PL_AES_PDF_HH
diff --git a/libqpdf/qpdf/Pl_ASCII85Decoder.hh b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
index 001da867..4778f61a 100644
--- a/libqpdf/qpdf/Pl_ASCII85Decoder.hh
+++ b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_ASCII85DECODER_HH__
-#define __PL_ASCII85DECODER_HH__
+#ifndef PL_ASCII85DECODER_HH
+#define PL_ASCII85DECODER_HH
#include <qpdf/Pipeline.hh>
@@ -23,4 +23,4 @@ class Pl_ASCII85Decoder: public Pipeline
size_t eod;
};
-#endif // __PL_ASCII85DECODER_HH__
+#endif // PL_ASCII85DECODER_HH
diff --git a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
index 1d33afde..766fd727 100644
--- a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
+++ b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_ASCIIHEXDECODER_HH__
-#define __PL_ASCIIHEXDECODER_HH__
+#ifndef PL_ASCIIHEXDECODER_HH
+#define PL_ASCIIHEXDECODER_HH
#include <qpdf/Pipeline.hh>
@@ -23,4 +23,4 @@ class Pl_ASCIIHexDecoder: public Pipeline
bool eod;
};
-#endif // __PL_ASCIIHEXDECODER_HH__
+#endif // PL_ASCIIHEXDECODER_HH
diff --git a/libqpdf/qpdf/Pl_LZWDecoder.hh b/libqpdf/qpdf/Pl_LZWDecoder.hh
index 4121f6f2..b4f517ff 100644
--- a/libqpdf/qpdf/Pl_LZWDecoder.hh
+++ b/libqpdf/qpdf/Pl_LZWDecoder.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_LZWDECODER_HH__
-#define __PL_LZWDECODER_HH__
+#ifndef PL_LZWDECODER_HH
+#define PL_LZWDECODER_HH
#include <qpdf/Pipeline.hh>
@@ -40,4 +40,4 @@ class Pl_LZWDecoder: public Pipeline
int last_code;
};
-#endif // __PL_LZWDECODER_HH__
+#endif // PL_LZWDECODER_HH
diff --git a/libqpdf/qpdf/Pl_MD5.hh b/libqpdf/qpdf/Pl_MD5.hh
index c23e6b45..08a93706 100644
--- a/libqpdf/qpdf/Pl_MD5.hh
+++ b/libqpdf/qpdf/Pl_MD5.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_MD5_HH__
-#define __PL_MD5_HH__
+#ifndef PL_MD5_HH
+#define PL_MD5_HH
// This pipeline sends its output to its successor unmodified. After
// calling finish, the MD5 checksum of the data that passed through
@@ -45,4 +45,4 @@ class Pl_MD5: public Pipeline
bool persist_across_finish;
};
-#endif // __PL_MD5_HH__
+#endif // PL_MD5_HH
diff --git a/libqpdf/qpdf/Pl_PNGFilter.hh b/libqpdf/qpdf/Pl_PNGFilter.hh
index f167c67c..f6745319 100644
--- a/libqpdf/qpdf/Pl_PNGFilter.hh
+++ b/libqpdf/qpdf/Pl_PNGFilter.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_PNGFILTER_HH__
-#define __PL_PNGFILTER_HH__
+#ifndef PL_PNGFILTER_HH
+#define PL_PNGFILTER_HH
// This pipeline applies or reverses the application of a PNG filter
// as described in the PNG specification.
@@ -49,4 +49,4 @@ class Pl_PNGFilter: public Pipeline
size_t incoming;
};
-#endif // __PL_PNGFILTER_HH__
+#endif // PL_PNGFILTER_HH
diff --git a/libqpdf/qpdf/Pl_RC4.hh b/libqpdf/qpdf/Pl_RC4.hh
index bb892f12..27eab5d0 100644
--- a/libqpdf/qpdf/Pl_RC4.hh
+++ b/libqpdf/qpdf/Pl_RC4.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_RC4_HH__
-#define __PL_RC4_HH__
+#ifndef PL_RC4_HH
+#define PL_RC4_HH
#include <qpdf/Pipeline.hh>
@@ -29,4 +29,4 @@ class Pl_RC4: public Pipeline
RC4 rc4;
};
-#endif // __PL_RC4_HH__
+#endif // PL_RC4_HH
diff --git a/libqpdf/qpdf/Pl_SHA2.hh b/libqpdf/qpdf/Pl_SHA2.hh
index 8ff4723a..0748dd0b 100644
--- a/libqpdf/qpdf/Pl_SHA2.hh
+++ b/libqpdf/qpdf/Pl_SHA2.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_SHA2_HH__
-#define __PL_SHA2_HH__
+#ifndef PL_SHA2_HH
+#define PL_SHA2_HH
// Bits must be a supported number of bits, currently only 256, 384,
// or 512. Passing 0 as bits leaves the pipeline uncommitted, in
@@ -47,4 +47,4 @@ class Pl_SHA2: public Pipeline
unsigned char sha512sum[64];
};
-#endif // __PL_SHA2_HH__
+#endif // PL_SHA2_HH
diff --git a/libqpdf/qpdf/Pl_TIFFPredictor.hh b/libqpdf/qpdf/Pl_TIFFPredictor.hh
index 235068ee..b4391f8e 100644
--- a/libqpdf/qpdf/Pl_TIFFPredictor.hh
+++ b/libqpdf/qpdf/Pl_TIFFPredictor.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_TIFFPREDICTOR_HH__
-#define __PL_TIFFPREDICTOR_HH__
+#ifndef PL_TIFFPREDICTOR_HH
+#define PL_TIFFPREDICTOR_HH
// This pipeline reverses the application of a TIFF predictor as
// described in the TIFF specification.
@@ -36,4 +36,4 @@ class Pl_TIFFPredictor: public Pipeline
size_t pos;
};
-#endif // __PL_TIFFPREDICTOR_HH__
+#endif // PL_TIFFPREDICTOR_HH
diff --git a/libqpdf/qpdf/QPDFMatrix.hh b/libqpdf/qpdf/QPDFMatrix.hh
new file mode 100644
index 00000000..7b19a665
--- /dev/null
+++ b/libqpdf/qpdf/QPDFMatrix.hh
@@ -0,0 +1,53 @@
+#ifndef QPDFMATRIX_HH
+#define QPDFMATRIX_HH
+
+#include <qpdf/QPDFObjectHandle.hh>
+#include <qpdf/DLL.h>
+#include <string>
+
+class QPDFMatrix
+{
+ public:
+ QPDF_DLL
+ QPDFMatrix();
+ QPDF_DLL
+ QPDFMatrix(double a, double b, double c,
+ double d, double e, double f);
+ QPDF_DLL
+ QPDFMatrix(QPDFObjectHandle::Matrix const&);
+
+ QPDF_DLL
+ std::string unparse() const;
+
+ QPDF_DLL
+ QPDFObjectHandle::Matrix getAsMatrix() const;
+
+ // This is not part of the public API. Just provide the methods we
+ // need as we need them.
+ QPDF_DLL
+ void concat(QPDFMatrix const& other);
+ QPDF_DLL
+ void scale(double sx, double sy);
+ QPDF_DLL
+ void translate(double tx, double ty);
+ // Any value other than 90, 180, or 270 is ignored
+ QPDF_DLL
+ void rotatex90(int angle);
+
+ QPDF_DLL
+ void transform(double x, double y, double& xp, double& yp);
+
+ QPDF_DLL
+ QPDFObjectHandle::Rectangle transformRectangle(
+ QPDFObjectHandle::Rectangle r);
+
+ private:
+ double a;
+ double b;
+ double c;
+ double d;
+ double e;
+ double f;
+};
+
+#endif // QPDFMATRIX_HH
diff --git a/libqpdf/qpdf/QPDF_Array.hh b/libqpdf/qpdf/QPDF_Array.hh
index 8a23da35..695e6587 100644
--- a/libqpdf/qpdf/QPDF_Array.hh
+++ b/libqpdf/qpdf/QPDF_Array.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_ARRAY_HH__
-#define __QPDF_ARRAY_HH__
+#ifndef QPDF_ARRAY_HH
+#define QPDF_ARRAY_HH
#include <qpdf/QPDFObject.hh>
@@ -12,6 +12,7 @@ class QPDF_Array: public QPDFObject
QPDF_Array(std::vector<QPDFObjectHandle> const& items);
virtual ~QPDF_Array();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
virtual void setDescription(QPDF*, std::string const&);
@@ -33,4 +34,4 @@ class QPDF_Array: public QPDFObject
std::vector<QPDFObjectHandle> items;
};
-#endif // __QPDF_ARRAY_HH__
+#endif // QPDF_ARRAY_HH
diff --git a/libqpdf/qpdf/QPDF_Bool.hh b/libqpdf/qpdf/QPDF_Bool.hh
index 2ec8eb10..5da6e87c 100644
--- a/libqpdf/qpdf/QPDF_Bool.hh
+++ b/libqpdf/qpdf/QPDF_Bool.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_BOOL_HH__
-#define __QPDF_BOOL_HH__
+#ifndef QPDF_BOOL_HH
+#define QPDF_BOOL_HH
#include <qpdf/QPDFObject.hh>
@@ -9,6 +9,7 @@ class QPDF_Bool: public QPDFObject
QPDF_Bool(bool val);
virtual ~QPDF_Bool();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
bool getVal() const;
@@ -17,4 +18,4 @@ class QPDF_Bool: public QPDFObject
bool val;
};
-#endif // __QPDF_BOOL_HH__
+#endif // QPDF_BOOL_HH
diff --git a/libqpdf/qpdf/QPDF_Dictionary.hh b/libqpdf/qpdf/QPDF_Dictionary.hh
index cea63835..4ea3ae7d 100644
--- a/libqpdf/qpdf/QPDF_Dictionary.hh
+++ b/libqpdf/qpdf/QPDF_Dictionary.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_DICTIONARY_HH__
-#define __QPDF_DICTIONARY_HH__
+#ifndef QPDF_DICTIONARY_HH
+#define QPDF_DICTIONARY_HH
#include <qpdf/QPDFObject.hh>
@@ -14,6 +14,7 @@ class QPDF_Dictionary: public QPDFObject
QPDF_Dictionary(std::map<std::string, QPDFObjectHandle> const& items);
virtual ~QPDF_Dictionary();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
virtual void setDescription(QPDF*, std::string const&);
@@ -40,4 +41,4 @@ class QPDF_Dictionary: public QPDFObject
std::map<std::string, QPDFObjectHandle> items;
};
-#endif // __QPDF_DICTIONARY_HH__
+#endif // QPDF_DICTIONARY_HH
diff --git a/libqpdf/qpdf/QPDF_InlineImage.hh b/libqpdf/qpdf/QPDF_InlineImage.hh
index 6be034a9..bc544c39 100644
--- a/libqpdf/qpdf/QPDF_InlineImage.hh
+++ b/libqpdf/qpdf/QPDF_InlineImage.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_INLINEIMAGE_HH__
-#define __QPDF_INLINEIMAGE_HH__
+#ifndef QPDF_INLINEIMAGE_HH
+#define QPDF_INLINEIMAGE_HH
#include <qpdf/QPDFObject.hh>
@@ -9,6 +9,7 @@ class QPDF_InlineImage: public QPDFObject
QPDF_InlineImage(std::string const& val);
virtual ~QPDF_InlineImage();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
std::string getVal() const;
@@ -17,4 +18,4 @@ class QPDF_InlineImage: public QPDFObject
std::string val;
};
-#endif // __QPDF_INLINEIMAGE_HH__
+#endif // QPDF_INLINEIMAGE_HH
diff --git a/libqpdf/qpdf/QPDF_Integer.hh b/libqpdf/qpdf/QPDF_Integer.hh
index 091392ab..35e11a94 100644
--- a/libqpdf/qpdf/QPDF_Integer.hh
+++ b/libqpdf/qpdf/QPDF_Integer.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_INTEGER_HH__
-#define __QPDF_INTEGER_HH__
+#ifndef QPDF_INTEGER_HH
+#define QPDF_INTEGER_HH
#include <qpdf/QPDFObject.hh>
@@ -9,6 +9,7 @@ class QPDF_Integer: public QPDFObject
QPDF_Integer(long long val);
virtual ~QPDF_Integer();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
long long getVal() const;
@@ -17,4 +18,4 @@ class QPDF_Integer: public QPDFObject
long long val;
};
-#endif // __QPDF_INTEGER_HH__
+#endif // QPDF_INTEGER_HH
diff --git a/libqpdf/qpdf/QPDF_Name.hh b/libqpdf/qpdf/QPDF_Name.hh
index 5f50c41d..f87ca460 100644
--- a/libqpdf/qpdf/QPDF_Name.hh
+++ b/libqpdf/qpdf/QPDF_Name.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_NAME_HH__
-#define __QPDF_NAME_HH__
+#ifndef QPDF_NAME_HH
+#define QPDF_NAME_HH
#include <qpdf/QPDFObject.hh>
@@ -9,6 +9,7 @@ class QPDF_Name: public QPDFObject
QPDF_Name(std::string const& name);
virtual ~QPDF_Name();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
std::string getName() const;
@@ -20,4 +21,4 @@ class QPDF_Name: public QPDFObject
std::string name;
};
-#endif // __QPDF_NAME_HH__
+#endif // QPDF_NAME_HH
diff --git a/libqpdf/qpdf/QPDF_Null.hh b/libqpdf/qpdf/QPDF_Null.hh
index 16ca4755..667c72f9 100644
--- a/libqpdf/qpdf/QPDF_Null.hh
+++ b/libqpdf/qpdf/QPDF_Null.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_NULL_HH__
-#define __QPDF_NULL_HH__
+#ifndef QPDF_NULL_HH
+#define QPDF_NULL_HH
#include <qpdf/QPDFObject.hh>
@@ -8,8 +8,9 @@ class QPDF_Null: public QPDFObject
public:
virtual ~QPDF_Null();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
};
-#endif // __QPDF_NULL_HH__
+#endif // QPDF_NULL_HH
diff --git a/libqpdf/qpdf/QPDF_Operator.hh b/libqpdf/qpdf/QPDF_Operator.hh
index 9d18ad37..4b3787a0 100644
--- a/libqpdf/qpdf/QPDF_Operator.hh
+++ b/libqpdf/qpdf/QPDF_Operator.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_OPERATOR_HH__
-#define __QPDF_OPERATOR_HH__
+#ifndef QPDF_OPERATOR_HH
+#define QPDF_OPERATOR_HH
#include <qpdf/QPDFObject.hh>
@@ -9,6 +9,7 @@ class QPDF_Operator: public QPDFObject
QPDF_Operator(std::string const& val);
virtual ~QPDF_Operator();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
std::string getVal() const;
@@ -17,4 +18,4 @@ class QPDF_Operator: public QPDFObject
std::string val;
};
-#endif // __QPDF_OPERATOR_HH__
+#endif // QPDF_OPERATOR_HH
diff --git a/libqpdf/qpdf/QPDF_Real.hh b/libqpdf/qpdf/QPDF_Real.hh
index d59ed982..dbc03de6 100644
--- a/libqpdf/qpdf/QPDF_Real.hh
+++ b/libqpdf/qpdf/QPDF_Real.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_REAL_HH__
-#define __QPDF_REAL_HH__
+#ifndef QPDF_REAL_HH
+#define QPDF_REAL_HH
#include <qpdf/QPDFObject.hh>
@@ -10,6 +10,7 @@ class QPDF_Real: public QPDFObject
QPDF_Real(double value, int decimal_places = 0);
virtual ~QPDF_Real();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
std::string getVal();
@@ -19,4 +20,4 @@ class QPDF_Real: public QPDFObject
std::string val;
};
-#endif // __QPDF_REAL_HH__
+#endif // QPDF_REAL_HH
diff --git a/libqpdf/qpdf/QPDF_Reserved.hh b/libqpdf/qpdf/QPDF_Reserved.hh
index 8dbf4fe4..71adbf3a 100644
--- a/libqpdf/qpdf/QPDF_Reserved.hh
+++ b/libqpdf/qpdf/QPDF_Reserved.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_RESERVED_HH__
-#define __QPDF_RESERVED_HH__
+#ifndef QPDF_RESERVED_HH
+#define QPDF_RESERVED_HH
#include <qpdf/QPDFObject.hh>
@@ -8,8 +8,9 @@ class QPDF_Reserved: public QPDFObject
public:
virtual ~QPDF_Reserved();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
};
-#endif // __QPDF_RESERVED_HH__
+#endif // QPDF_RESERVED_HH
diff --git a/libqpdf/qpdf/QPDF_Stream.hh b/libqpdf/qpdf/QPDF_Stream.hh
index 98b8c11f..647b600d 100644
--- a/libqpdf/qpdf/QPDF_Stream.hh
+++ b/libqpdf/qpdf/QPDF_Stream.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_STREAM_HH__
-#define __QPDF_STREAM_HH__
+#ifndef QPDF_STREAM_HH
+#define QPDF_STREAM_HH
#include <qpdf/Types.h>
@@ -17,12 +17,19 @@ class QPDF_Stream: public QPDFObject
qpdf_offset_t offset, size_t length);
virtual ~QPDF_Stream();
virtual std::string unparse();
+ virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
virtual void setDescription(QPDF*, std::string const&);
QPDFObjectHandle getDict() const;
bool isDataModified() const;
+ // Methods to help QPDF copy foreign streams
+ qpdf_offset_t getOffset() const;
+ size_t getLength() const;
+ PointerHolder<Buffer> getStreamDataBuffer() const;
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> getStreamDataProvider() const;
+
// See comments in QPDFObjectHandle.hh for these methods.
bool pipeStreamData(Pipeline*,
unsigned long encode_flags,
@@ -82,4 +89,4 @@ class QPDF_Stream: public QPDFObject
PointerHolder<QPDFObjectHandle::TokenFilter> > token_filters;
};
-#endif // __QPDF_STREAM_HH__
+#endif // QPDF_STREAM_HH
diff --git a/libqpdf/qpdf/QPDF_String.hh b/libqpdf/qpdf/QPDF_String.hh
index b4858c49..1c7bb639 100644
--- a/libqpdf/qpdf/QPDF_String.hh
+++ b/libqpdf/qpdf/QPDF_String.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_STRING_HH__
-#define __QPDF_STRING_HH__
+#ifndef QPDF_STRING_HH
+#define QPDF_STRING_HH
#include <qpdf/QPDFObject.hh>
@@ -15,6 +15,7 @@ class QPDF_String: public QPDFObject
virtual QPDFObject::object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
std::string unparse(bool force_binary);
+ virtual JSON getJSON();
std::string getVal() const;
std::string getUTF8Val() const;
@@ -22,4 +23,4 @@ class QPDF_String: public QPDFObject
std::string val;
};
-#endif // __QPDF_STRING_HH__
+#endif // QPDF_STRING_HH
diff --git a/libqpdf/qpdf/RC4.hh b/libqpdf/qpdf/RC4.hh
index c26f3d0f..efd91069 100644
--- a/libqpdf/qpdf/RC4.hh
+++ b/libqpdf/qpdf/RC4.hh
@@ -1,5 +1,5 @@
-#ifndef __RC4_HH__
-#define __RC4_HH__
+#ifndef RC4_HH
+#define RC4_HH
class RC4
{
@@ -22,4 +22,4 @@ class RC4
RC4Key key;
};
-#endif // __RC4_HH__
+#endif // RC4_HH
diff --git a/libqpdf/qpdf/SecureRandomDataProvider.hh b/libqpdf/qpdf/SecureRandomDataProvider.hh
index 178c73c0..3f5ed19f 100644
--- a/libqpdf/qpdf/SecureRandomDataProvider.hh
+++ b/libqpdf/qpdf/SecureRandomDataProvider.hh
@@ -1,5 +1,5 @@
-#ifndef __SECURERANDOMDATAPROVIDER_HH__
-#define __SECURERANDOMDATAPROVIDER_HH__
+#ifndef SECURERANDOMDATAPROVIDER_HH
+#define SECURERANDOMDATAPROVIDER_HH
#include <qpdf/RandomDataProvider.hh>
#include <qpdf/DLL.h>
@@ -19,4 +19,4 @@ class SecureRandomDataProvider: public RandomDataProvider
static RandomDataProvider* getInstance();
};
-#endif // __SECURERANDOMDATAPROVIDER_HH__
+#endif // SECURERANDOMDATAPROVIDER_HH
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
new file mode 100644
index 00000000..e50a00b8
--- /dev/null
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -0,0 +1,106 @@
+/* libqpdf/qpdf/qpdf-config.h.in. Generated from configure.ac by autoheader. */
+
+/* Whether to avoid use of HANDLE in Windows */
+#undef AVOID_WINDOWS_HANDLE
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
+#undef HAVE_FSEEKO
+
+/* Define to 1 if you have the `fseeko64' function. */
+#undef HAVE_FSEEKO64
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the `random' function. */
+#undef HAVE_RANDOM
+
+/* Define to 1 (and set RANDOM_DEVICE) if a random device is available */
+#undef HAVE_RANDOM_DEVICE
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
+#undef LT_OBJDIR
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to the filename of the random device (and set HAVE_RANDOM_DEVICE) */
+#undef RANDOM_DEVICE
+
+/* Whether to suppres use of OS-provided secure random numbers */
+#undef SKIP_OS_SECURE_RANDOM
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Whether to use insecure random numbers */
+#undef USE_INSECURE_RANDOM
+
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
+#undef _LARGEFILE_SOURCE
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
+/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+ #define below would cause a syntax error. */
+#undef _UINT32_T
+
+/* Define to the type of an unsigned integer type of width exactly 16 bits if
+ such a type exists and the standard includes do not define it. */
+#undef uint16_t
+
+/* Define to the type of an unsigned integer type of width exactly 32 bits if
+ such a type exists and the standard includes do not define it. */
+#undef uint32_t
diff --git a/libqpdf/qpdf/rijndael.h b/libqpdf/qpdf/rijndael.h
index a9cd71da..8b4c88f6 100644
--- a/libqpdf/qpdf/rijndael.h
+++ b/libqpdf/qpdf/rijndael.h
@@ -1,5 +1,5 @@
-#ifndef H__RIJNDAEL
-#define H__RIJNDAEL
+#ifndef RIJNDAEL_H
+#define RIJNDAEL_H
#include <qpdf/qpdf-config.h>
#ifdef HAVE_INTTYPES_H
diff --git a/libqpdf/sph/sph_sha2.h b/libqpdf/sph/sph_sha2.h
index 4bff9cd8..dde62088 100644
--- a/libqpdf/sph/sph_sha2.h
+++ b/libqpdf/sph/sph_sha2.h
@@ -37,8 +37,8 @@
* @author Thomas Pornin <thomas.pornin@cryptolog.com>
*/
-#ifndef SPH_SHA2_H__
-#define SPH_SHA2_H__
+#ifndef SPH_SHA2_H
+#define SPH_SHA2_H
#ifdef __cplusplus
extern "C" {
diff --git a/libqpdf/sph/sph_types.h b/libqpdf/sph/sph_types.h
index eab09a26..f434d8bb 100644
--- a/libqpdf/sph/sph_types.h
+++ b/libqpdf/sph/sph_types.h
@@ -44,8 +44,8 @@
* @author Thomas Pornin <thomas.pornin@cryptolog.com>
*/
-#ifndef SPH_TYPES_H__
-#define SPH_TYPES_H__
+#ifndef SPH_TYPES_H
+#define SPH_TYPES_H
#include <limits.h>
diff --git a/libtests/build.mk b/libtests/build.mk
index e8f20270..5c1ee56a 100644
--- a/libtests/build.mk
+++ b/libtests/build.mk
@@ -10,8 +10,11 @@ BINS_libtests = \
flate \
hex \
input_source \
+ json \
lzw \
+ matrix \
md5 \
+ numrange \
pointer_holder \
predictors \
qutil \
diff --git a/libtests/closed_file_input_source.cc b/libtests/closed_file_input_source.cc
index 9cf5ff04..7309ca31 100644
--- a/libtests/closed_file_input_source.cc
+++ b/libtests/closed_file_input_source.cc
@@ -65,6 +65,11 @@ int main()
std::cout << "testing with ClosedFileInputSource\n";
ClosedFileInputSource cf("input");
do_tests(&cf);
+ std::cout << "testing with ClosedFileInputSource in stay open mode\n";
+ ClosedFileInputSource cf2("input");
+ cf2.stayOpen(true);
+ do_tests(&cf2);
+ cf2.stayOpen(false);
std::cout << "testing with FileInputSource\n";
FileInputSource f;
f.setFilename("input");
diff --git a/libtests/json.cc b/libtests/json.cc
new file mode 100644
index 00000000..1a9123ad
--- /dev/null
+++ b/libtests/json.cc
@@ -0,0 +1,155 @@
+#include <qpdf/JSON.hh>
+#include <qpdf/QPDFObjectHandle.hh>
+#include <iostream>
+#include <assert.h>
+
+static void check(JSON& j, std::string const& exp)
+{
+ if (exp != j.unparse())
+ {
+ std::cout << "Got " << j.unparse() << "; wanted " << exp << "\n";
+ }
+}
+
+static void test_main()
+{
+ JSON jstr = JSON::makeString(
+ "<1>\xcf\x80<2>\xf0\x9f\xa5\x94\\\"<3>\x03\t\b\r\n<4>");
+ check(jstr,
+ "\"<1>\xcf\x80<2>\xf0\x9f\xa5\x94\\\\\\\"<3>"
+ "\\u0003\\t\\b\\r\\n<4>\"");
+ JSON jnull = JSON::makeNull();
+ check(jnull, "null");
+ JSON jarr = JSON::makeArray();
+ check(jarr, "[]");
+ JSON jstr2 = JSON::makeString("a\tb");
+ JSON jint = JSON::makeInt(16059);
+ JSON jdouble = JSON::makeReal(3.14159);
+ JSON jexp = JSON::makeNumber("2.1e5");
+ jarr.addArrayElement(jstr2);
+ jarr.addArrayElement(jnull);
+ jarr.addArrayElement(jint);
+ jarr.addArrayElement(jdouble);
+ jarr.addArrayElement(jexp);
+ check(jarr,
+ "[\n"
+ " \"a\\tb\",\n"
+ " null,\n"
+ " 16059,\n"
+ " 3.141590,\n"
+ " 2.1e5\n"
+ "]");
+ JSON jmap = JSON::makeDictionary();
+ check(jmap, "{}");
+ jmap.addDictionaryMember("b", jstr2);
+ jmap.addDictionaryMember("a", jarr);
+ jmap.addDictionaryMember("c\r\nd", jnull);
+ jmap.addDictionaryMember("yes", JSON::makeBool(false));
+ jmap.addDictionaryMember("no", JSON::makeBool(true));
+ jmap.addDictionaryMember("empty_dict", JSON::makeDictionary());
+ jmap.addDictionaryMember("empty_list", JSON::makeArray());
+ jmap.addDictionaryMember("single", JSON::makeArray()).
+ addArrayElement(JSON::makeInt(12));
+ check(jmap,
+ "{\n"
+ " \"a\": [\n"
+ " \"a\\tb\",\n"
+ " null,\n"
+ " 16059,\n"
+ " 3.141590,\n"
+ " 2.1e5\n"
+ " ],\n"
+ " \"b\": \"a\\tb\",\n"
+ " \"c\\r\\nd\": null,\n"
+ " \"empty_dict\": {},\n"
+ " \"empty_list\": [],\n"
+ " \"no\": true,\n"
+ " \"single\": [\n"
+ " 12\n"
+ " ],\n"
+ " \"yes\": false\n"
+ "}");
+}
+
+static void check_schema(JSON& obj, JSON& schema, bool exp,
+ std::string const& description)
+{
+ std::list<std::string> errors;
+ std::cout << "--- " << description << std::endl;
+ assert(exp == obj.checkSchema(schema, errors));
+ for (std::list<std::string>::iterator iter = errors.begin();
+ iter != errors.end(); ++iter)
+ {
+ std::cout << *iter << std::endl;
+ }
+ std::cout << "---" << std::endl;
+}
+
+static void test_schema()
+{
+ // Since we don't have a JSON parser, use the PDF parser as a
+ // shortcut for creating a complex JSON structure.
+ JSON schema = QPDFObjectHandle::parse(
+ "<<"
+ " /one <<"
+ " /a <<"
+ " /q (queue)"
+ " /r <<"
+ " /x (ecks)"
+ " /y (why)"
+ " >>"
+ " /s [ (esses) ]"
+ " >>"
+ " >>"
+ " /two ["
+ " <<"
+ " /goose (gander)"
+ " /glarp (enspliel)"
+ " >>"
+ " ]"
+ ">>").getJSON();
+ JSON a = QPDFObjectHandle::parse("[(not a) (dictionary)]").getJSON();
+ check_schema(a, schema, false, "top-level type mismatch");
+ JSON b = QPDFObjectHandle::parse(
+ "<<"
+ " /one <<"
+ " /a <<"
+ " /t (oops)"
+ " /r ["
+ " /x (ecks)"
+ " /y (why)"
+ " ]"
+ " /s << /z (esses) >>"
+ " >>"
+ " >>"
+ " /two ["
+ " <<"
+ " /goose (0 gander)"
+ " /glarp (0 enspliel)"
+ " >>"
+ " <<"
+ " /goose (1 gander)"
+ " /flarp (1 enspliel)"
+ " >>"
+ " 2"
+ " [ (three) ]"
+ " <<"
+ " /goose (4 gander)"
+ " /glarp (4 enspliel)"
+ " >>"
+ " ]"
+ ">>").getJSON();
+ check_schema(b, schema, false, "top-level type mismatch");
+ check_schema(a, a, false, "top-level schema array error");
+ check_schema(b, b, false, "lower-level schema array error");
+ check_schema(schema, schema, true, "pass");
+}
+
+int main()
+{
+ test_main();
+ test_schema();
+
+ std::cout << "end of json tests\n";
+ return 0;
+}
diff --git a/libtests/libtests.testcov b/libtests/libtests.testcov
index 8b209281..775141d7 100644
--- a/libtests/libtests.testcov
+++ b/libtests/libtests.testcov
@@ -34,3 +34,8 @@ Pl_PNGFilter decodeUp 0
Pl_PNGFilter decodeAverage 0
Pl_PNGFilter decodePaeth 0
Pl_TIFFPredictor processRow 1
+JSON wanted dictionary 0
+JSON key missing in object 0
+JSON wanted array 0
+JSON schema array error 0
+JSON key extra in object 0
diff --git a/libtests/matrix.cc b/libtests/matrix.cc
new file mode 100644
index 00000000..77a058ee
--- /dev/null
+++ b/libtests/matrix.cc
@@ -0,0 +1,90 @@
+#include <qpdf/QPDFMatrix.hh>
+#include <qpdf/QUtil.hh>
+#include <assert.h>
+#include <iostream>
+
+static void check(QPDFMatrix const& m, std::string const& exp)
+{
+ std::string u = m.unparse();
+ if (u != exp)
+ {
+ std::cout << "got " << u << ", wanted " << exp << std::endl;
+ }
+}
+
+static void check_xy(double x, double y, std::string const& exp)
+{
+ std::string u = (QUtil::double_to_string(x, 2) + " " +
+ QUtil::double_to_string(y, 2));
+ if (u != exp)
+ {
+ std::cout << "got " << u << ", wanted " << exp << std::endl;
+ }
+}
+
+static void check_rect(QPDFObjectHandle::Rectangle const& r,
+ double llx, double lly, double urx, double ury)
+{
+ std::string actual = (
+ QUtil::double_to_string(r.llx, 2) + " " +
+ QUtil::double_to_string(r.lly, 2) + " " +
+ QUtil::double_to_string(r.urx, 2) + " " +
+ QUtil::double_to_string(r.ury, 2));
+ std::string wanted = (
+ QUtil::double_to_string(llx, 2) + " " +
+ QUtil::double_to_string(lly, 2) + " " +
+ QUtil::double_to_string(urx, 2) + " " +
+ QUtil::double_to_string(ury, 2));
+ if (actual != wanted)
+ {
+ std::cout << "got " << actual << ", wanted " << wanted << std::endl;
+ }
+}
+
+int main()
+{
+ QPDFMatrix m;
+ check(m, "1.00000 0.00000 0.00000 1.00000 0.00000 0.00000");
+ m.translate(10, 20);
+ check(m, "1.00000 0.00000 0.00000 1.00000 10.00000 20.00000");
+ m.scale(1.5, 2);
+ check(m, "1.50000 0.00000 0.00000 2.00000 10.00000 20.00000");
+ double xp = 0;
+ double yp = 0;
+ m.transform(10, 100, xp, yp);
+ check_xy(xp, yp, "25.00 220.00");
+ m.translate(30, 40);
+ check(m, "1.50000 0.00000 0.00000 2.00000 55.00000 100.00000");
+ m.transform(10, 100, xp, yp);
+ check_xy(xp, yp, "70.00 300.00");
+ m.concat(QPDFMatrix(1, 2, 3, 4, 5, 6));
+ check(m, "1.50000 4.00000 4.50000 8.00000 62.50000 112.00000");
+ m.rotatex90(90);
+ check(m, "4.50000 8.00000 -1.50000 -4.00000 62.50000 112.00000");
+ m.rotatex90(180);
+ check(m, "-4.50000 -8.00000 1.50000 4.00000 62.50000 112.00000");
+ m.rotatex90(270);
+ check(m, "-1.50000 -4.00000 -4.50000 -8.00000 62.50000 112.00000");
+ m.rotatex90(180);
+ check(m, "1.50000 4.00000 4.50000 8.00000 62.50000 112.00000");
+ m.rotatex90(12345);
+ check(m, "1.50000 4.00000 4.50000 8.00000 62.50000 112.00000");
+
+ m.transform(240, 480, xp, yp);
+ check_xy(xp, yp, "2582.50 4912.00");
+
+ check(QPDFMatrix(
+ QPDFObjectHandle::parse(
+ "[3 1 4 1 5 9.26535]").getArrayAsMatrix()),
+ "3.00000 1.00000 4.00000 1.00000 5.00000 9.26535");
+
+ m = QPDFMatrix();
+ m.rotatex90(90);
+ m.translate(200, -100);
+ check_rect(
+ m.transformRectangle(QPDFObjectHandle::Rectangle(10, 20, 30, 50)),
+ 50, 210, 80, 230);
+
+ std::cout << "matrix tests done" << std::endl;
+ return 0;
+}
diff --git a/libtests/numrange.cc b/libtests/numrange.cc
new file mode 100644
index 00000000..6cbb90ac
--- /dev/null
+++ b/libtests/numrange.cc
@@ -0,0 +1,36 @@
+#include <qpdf/QUtil.hh>
+#include <iostream>
+
+static void test_numrange(char const* range)
+{
+ if (range == 0)
+ {
+ std::cout << "null" << std::endl;
+ }
+ else
+ {
+ std::vector<int> result = QUtil::parse_numrange(range, 15);
+ std::cout << "numeric range " << range << " ->";
+ for (std::vector<int>::iterator iter = result.begin();
+ iter != result.end(); ++iter)
+ {
+ std::cout << " " << *iter;
+ }
+ std::cout << std::endl;
+ }
+}
+
+int main(int argc, char* argv[])
+{
+ try
+ {
+ test_numrange(argv[1]);
+ }
+ catch (std::exception& e)
+ {
+ std::cout << e.what() << std::endl;
+ return 2;
+ }
+
+ return 0;
+}
diff --git a/libtests/qtest/closedfile/output b/libtests/qtest/closedfile/output
index 7a5554af..596d1462 100644
--- a/libtests/qtest/closedfile/output
+++ b/libtests/qtest/closedfile/output
@@ -1,3 +1,4 @@
testing with ClosedFileInputSource
+testing with ClosedFileInputSource in stay open mode
testing with FileInputSource
all assertions passed
diff --git a/libtests/qtest/json.test b/libtests/qtest/json.test
new file mode 100644
index 00000000..b62994d3
--- /dev/null
+++ b/libtests/qtest/json.test
@@ -0,0 +1,17 @@
+#!/usr/bin/env perl
+require 5.008;
+use warnings;
+use strict;
+
+chdir("json") or die "chdir testdir failed: $!\n";
+
+require TestDriver;
+
+my $td = new TestDriver('json');
+
+$td->runtest("json",
+ {$td->COMMAND => "json"},
+ {$td->FILE => "json.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+$td->report(1);
diff --git a/libtests/qtest/json/json.out b/libtests/qtest/json/json.out
new file mode 100644
index 00000000..f06cc1fb
--- /dev/null
+++ b/libtests/qtest/json/json.out
@@ -0,0 +1,23 @@
+--- top-level type mismatch
+top-level object is supposed to be a dictionary
+---
+--- top-level type mismatch
+json key "./one./a": key "/q" is present in schema but missing in object
+json key "./one./a./r" is supposed to be a dictionary
+json key "./one./a./s" is supposed to be an array
+json key "./one./a": key "/t" is not present in schema but appears in object
+json key "./two.1": key "/glarp" is present in schema but missing in object
+json key "./two.1": key "/flarp" is not present in schema but appears in object
+json key "./two.2" is supposed to be a dictionary
+json key "./two.3" is supposed to be a dictionary
+---
+--- top-level schema array error
+top-level object schema array contains other than one item
+---
+--- lower-level schema array error
+json key "./one./a./r" schema array contains other than one item
+json key "./two" schema array contains other than one item
+---
+--- pass
+---
+end of json tests
diff --git a/libtests/qtest/matrix.test b/libtests/qtest/matrix.test
new file mode 100644
index 00000000..90522f9c
--- /dev/null
+++ b/libtests/qtest/matrix.test
@@ -0,0 +1,15 @@
+#!/usr/bin/env perl
+require 5.008;
+use warnings;
+use strict;
+
+require TestDriver;
+
+my $td = new TestDriver('matrix');
+
+$td->runtest("matrix",
+ {$td->COMMAND => "matrix"},
+ {$td->STRING => "matrix tests done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+$td->report(1);
diff --git a/libtests/qtest/numrange.test b/libtests/qtest/numrange.test
new file mode 100644
index 00000000..9acf6ea4
--- /dev/null
+++ b/libtests/qtest/numrange.test
@@ -0,0 +1,63 @@
+#!/usr/bin/env perl
+require 5.008;
+use warnings;
+use strict;
+
+require TestDriver;
+
+my $td = new TestDriver('numrange');
+
+my @nrange_tests = (
+ [",5",
+ "error at * in numeric range *,5: unexpected separator",
+ 2],
+ ["4,,5",
+ "error at * in numeric range 4,*,5: unexpected separator",
+ 2],
+ ["4,5,",
+ "error at * in numeric range 4,5,*: number expected",
+ 2],
+ ["z1,",
+ "error at * in numeric range z*1,: digit not expected",
+ 2],
+ ["1z,",
+ "error at * in numeric range 1*z,: z not expected",
+ 2],
+ ["1-5?",
+ "error at * in numeric range 1-5*?: unexpected character",
+ 2],
+ ["1-30",
+ "error in numeric range 1-30: number 30 out of range",
+ 2],
+ ["1-10,0,5",
+ "error in numeric range 1-10,0,5: number 0 out of range",
+ 2],
+ ["1-10,1234,5",
+ "error in numeric range 1-10,1234,5: number 1234 out of range",
+ 2],
+ ["1,r,3",
+ "error in numeric range 1,r,3: number 16 out of range",
+ 2],
+ ["1,r16,3",
+ "error in numeric range 1,r16,3: number 0 out of range",
+ 2],
+ ["1,3,5-10,z-13,13,9,z,2,r2-r4",
+ "numeric range 1,3,5-10,z-13,13,9,z,2,r2-r4" .
+ " -> 1 3 5 6 7 8 9 10 15 14 13 13 9 15 2 14 13 12",
+ 0],
+ ["r1-r15", # r\d+ at end
+ "numeric range r1-r15" .
+ " -> 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1",
+ 0],
+ );
+foreach my $d (@nrange_tests)
+{
+ my ($range, $output, $status) = @$d;
+ $td->runtest("numeric range $range",
+ {$td->COMMAND => ['numrange', $range],
+ $td->FILTER => "grep 'numeric range'"},
+ {$td->STRING => $output . "\n", $td->EXIT_STATUS => $status},
+ $td->NORMALIZE_NEWLINES);
+}
+
+$td->report(scalar(@nrange_tests));
diff --git a/libtests/qtest/qutil/qutil.out b/libtests/qtest/qutil/qutil.out
index 8223bf5b..c35f22e3 100644
--- a/libtests/qtest/qutil/qutil.out
+++ b/libtests/qtest/qutil/qutil.out
@@ -47,6 +47,30 @@ HAGOOGAMAGOOGLE: 0
0xdead -> ff fd
0x7fffffff -> ff fd
0x80000000 -> ff fd
+---- utf8_to_ascii
+¿Does π have fingers?
+?Does ? have fingers?
+*Does * have fingers?
+<bf>Does * have fingers?
+<c0>Does * have fingers?
+---- transcoding
+bidirectional pdf doc done
+bidirectional win ansi done
+bidirectional mac roman done
+analysis done
+alternatives
+0: 86a9e99e
+1: c692c2a9c3a9c5be
+2: e280a0c2a9c3a9c5be
+3: c39cc2a9c388c3bb
+4: 83a9e99e
+5: 81a9e99e
+6: dca9c8fb
+0: c692c2a9c3a9c5be
+1: 86a9e99e
+2: 83a9e99e
+0: 717561636b
+done alternatives
---- whoami
quack1
quack2
diff --git a/libtests/qutil.cc b/libtests/qutil.cc
index a7479fb5..27881c6e 100644
--- a/libtests/qutil.cc
+++ b/libtests/qutil.cc
@@ -5,8 +5,10 @@
#include <fcntl.h>
#include <qpdf/QUtil.hh>
#include <qpdf/PointerHolder.hh>
+#include <qpdf/QPDFSystemError.hh>
#include <string.h>
#include <limits.h>
+#include <assert.h>
#ifdef _WIN32
# include <io.h>
@@ -26,7 +28,7 @@ void test_to_number(char const* str, int_T wanted, bool error,
result = fn(str);
worked = (wanted == result);
}
- catch (std::runtime_error)
+ catch (std::runtime_error const&)
{
threw = true;
}
@@ -137,9 +139,10 @@ void fopen_wrapper_test()
std::cout << "after fopen" << std::endl;
(void) fclose(f);
}
- catch (std::runtime_error& s)
+ catch (QPDFSystemError& s)
{
std::cout << "exception: " << s.what() << std::endl;
+ assert(s.getErrno() != 0);
}
}
@@ -217,6 +220,118 @@ void to_utf16_test()
print_utf16(0x80000000UL);
}
+void utf8_to_ascii_test()
+{
+ char const* input = "\302\277Does \317\200 have fingers?";
+ std::cout << input
+ << std::endl
+ << QUtil::utf8_to_ascii(input)
+ << std::endl
+ << QUtil::utf8_to_ascii(input, '*')
+ << std::endl;
+ std::string a = QUtil::utf8_to_win_ansi(input, '*');
+ std::string b = QUtil::utf8_to_mac_roman(input, '*');
+ std::cout
+ << "<" << QUtil::int_to_string_base(
+ static_cast<unsigned char>(a.at(0)), 16, 2)
+ << ">" << a.substr(1) << std::endl
+ << "<" << QUtil::int_to_string_base(
+ static_cast<unsigned char>(b.at(0)), 16, 2)
+ << ">" << b.substr(1) << std::endl;
+}
+
+void transcoding_test(std::string (*to_utf8)(std::string const&),
+ std::string (*from_utf8)(std::string const&, char),
+ int last, std::string unknown)
+{
+ std::string in(" ");
+ std::string out;
+ std::string back;
+ for (int i = 128; i <= last; ++i)
+ {
+ in.at(0) = static_cast<unsigned char>(i);
+ out = (*to_utf8)(in);
+ std::string wanted = (out == "\xef\xbf\xbd") ? unknown : in;
+ back = (*from_utf8)(out, '?');
+ if (back != wanted)
+ {
+ std::cout << i << ": " << in << " -> " << out
+ << " -> " << back << " (wanted " << wanted << ")"
+ << std::endl;
+ }
+ }
+}
+
+void check_analyze(std::string const& str, bool has8bit, bool utf8, bool utf16)
+{
+ bool has_8bit_chars = false;
+ bool is_valid_utf8 = false;
+ bool is_utf16 = false;
+ QUtil::analyze_encoding(str, has_8bit_chars, is_valid_utf8, is_utf16);
+ if (! ((has_8bit_chars == has8bit) &&
+ (is_valid_utf8 == utf8) &&
+ (is_utf16 == utf16)))
+ {
+ std::cout << "analysis failed: " << str << std::endl;
+ }
+}
+
+void print_alternatives(std::string const& str)
+{
+ std::vector<std::string> result = QUtil::possible_repaired_encodings(str);
+ size_t n = result.size();
+ for (size_t i = 0; i < n; ++i)
+ {
+ std::cout << i << ": " << QUtil::hex_encode(result.at(i)) << std::endl;
+ }
+}
+
+void transcoding_test()
+{
+ transcoding_test(&QUtil::pdf_doc_to_utf8,
+ &QUtil::utf8_to_pdf_doc, 160, "\x9f");
+ std::cout << "bidirectional pdf doc done" << std::endl;
+ transcoding_test(&QUtil::win_ansi_to_utf8,
+ &QUtil::utf8_to_win_ansi, 160, "?");
+ std::cout << "bidirectional win ansi done" << std::endl;
+ transcoding_test(&QUtil::mac_roman_to_utf8,
+ &QUtil::utf8_to_mac_roman, 255, "?");
+ std::cout << "bidirectional mac roman done" << std::endl;
+ check_analyze("pi = \317\200", true, true, false);
+ check_analyze("pi != \317", true, false, false);
+ check_analyze("pi != 22/7", false, false, false);
+ check_analyze(std::string("\xfe\xff\00\x51", 4), true, false, true);
+ std::cout << "analysis done" << std::endl;
+ std::string input1("a\302\277b");
+ std::string input2("a\317\200b");
+ std::string input3("ab");
+ std::string output;
+ assert(! QUtil::utf8_to_ascii(input1, output));
+ assert(! QUtil::utf8_to_ascii(input2, output));
+ assert(QUtil::utf8_to_ascii(input3, output));
+ assert(QUtil::utf8_to_win_ansi(input1, output));
+ assert(! QUtil::utf8_to_win_ansi(input2, output));
+ assert(QUtil::utf8_to_win_ansi(input3, output));
+ assert(QUtil::utf8_to_mac_roman(input1, output));
+ assert(! QUtil::utf8_to_mac_roman(input2, output));
+ assert(QUtil::utf8_to_mac_roman(input3, output));
+ assert(QUtil::utf8_to_pdf_doc(input1, output));
+ assert(! QUtil::utf8_to_pdf_doc(input2, output));
+ assert(QUtil::utf8_to_pdf_doc(input3, output));
+ std::cout << "alternatives" << std::endl;
+ // char name mac win pdf-doc
+ // U+0192 florin 304 203 206
+ // U+00A9 copyright 251 251 251
+ // U+00E9 eacute 216 351 351
+ // U+017E zcaron - 236 236
+ std::string pdfdoc = "\206\251\351\236";
+ std::string utf8 = QUtil::pdf_doc_to_utf8(pdfdoc);
+ print_alternatives(pdfdoc);
+ print_alternatives(utf8);
+ print_alternatives("quack");
+ std::cout << "done alternatives" << std::endl;
+}
+
void print_whoami(char const* str)
{
PointerHolder<char> dup(true, QUtil::copy_string(str));
@@ -247,7 +362,7 @@ void same_file_test()
fclose(QUtil::safe_fopen("qutil.out", "r"));
fclose(QUtil::safe_fopen("other-file", "r"));
}
- catch (std::exception)
+ catch (std::exception const&)
{
std::cout << "same_file_test expects to have qutil.out and other-file"
" exist in the current directory\n";
@@ -325,6 +440,10 @@ int main(int argc, char* argv[])
to_utf8_test();
std::cout << "---- utf16" << std::endl;
to_utf16_test();
+ std::cout << "---- utf8_to_ascii" << std::endl;
+ utf8_to_ascii_test();
+ std::cout << "---- transcoding" << std::endl;
+ transcoding_test();
std::cout << "---- whoami" << std::endl;
get_whoami_test();
std::cout << "---- file" << std::endl;
diff --git a/make/gcc-linux.mk b/make/gcc-linux.mk
index d34ecf04..490b314c 100644
--- a/make/gcc-linux.mk
+++ b/make/gcc-linux.mk
@@ -22,10 +22,10 @@ endef
# --- Required rule definitions ---
-# 1 2
-# Usage: $(call compile,src,includes)
+# 1 2 3
+# Usage: $(call compile,src,includes,xflags)
define compile
- $(CXX) $(CPPFLAGS) $(CXXFLAGS) \
+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(3)\
$(call depflags,$(basename $(call src_to_obj,$(1)))) \
$(foreach I,$(2),-I$(I)) \
-c $(1) -o $(call src_to_obj,$(1))
diff --git a/make/installwin.mk b/make/installwin.mk
index f4bc411e..ff162175 100644
--- a/make/installwin.mk
+++ b/make/installwin.mk
@@ -1,4 +1,5 @@
DEST=$(INSTALL_DIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
+IMPORT_LIB_NAME := $(call libname,qpdf)
installwin: all
$(RM) -r $(INSTALL_DIR)
mkdir $(INSTALL_DIR)
@@ -8,7 +9,7 @@ installwin: all
mkdir $(DEST)/include
mkdir $(DEST)/include/qpdf
mkdir $(DEST)/doc
- cp libqpdf/$(OUTPUT_DIR)/$(STATIC_LIB_NAME) $(DEST)/lib
+ cp libqpdf/$(OUTPUT_DIR)/$(IMPORT_LIB_NAME) $(DEST)/lib
cp libqpdf/$(OUTPUT_DIR)/qpdf*.dll $(DEST)/bin
perl copy_dlls libqpdf/$(OUTPUT_DIR)/qpdf*.dll $(DEST)/bin $(OBJDUMP) $(WINDOWS_WORDSIZE)
cp qpdf/$(OUTPUT_DIR)/qpdf.exe $(DEST)/bin
@@ -17,5 +18,9 @@ installwin: all
cp include/qpdf/*.h $(DEST)/include/qpdf
cp include/qpdf/*.hh $(DEST)/include/qpdf
cp doc/stylesheet.css $(DEST)/doc
- cp doc/qpdf-manual.html $(DEST)/doc
- cp doc/qpdf-manual.pdf $(DEST)/doc
+ if [ -f doc/qpdf-manual.html ]; then \
+ cp doc/qpdf-manual.html $(DEST)/doc; \
+ fi
+ if [ -f doc/qpdf-manual.pdf ]; then \
+ cp doc/qpdf-manual.pdf $(DEST)/doc; \
+ fi
diff --git a/make/libtool.mk b/make/libtool.mk
index e68bea4c..34b0fe2c 100644
--- a/make/libtool.mk
+++ b/make/libtool.mk
@@ -37,10 +37,10 @@ endif
# --- Required rule definitions ---
-# 1 2
-# Usage: $(call compile,src,includes)
+# 1 2 3
+# Usage: $(call compile,src,includes,xflags)
define compile
- $(CXX) $(CXXFLAGS) \
+ $(CXX) $(CXXFLAGS) $(3) \
$(call depflags,$(basename $(call src_to_obj,$(1)))) \
$(foreach I,$(2),-I$(I)) \
$(CPPFLAGS) \
diff --git a/make/mingw.mk b/make/mingw.mk
index 00119d1a..235149ff 100644
--- a/make/mingw.mk
+++ b/make/mingw.mk
@@ -5,7 +5,7 @@ LOBJ=o
# Usage: $(call libname,base)
define libname
-lib$(1).a
+lib$(1).dll.a
endef
# Usage: $(call binname,base)
@@ -15,10 +15,10 @@ endef
# --- Required rule definitions ---
-# 1 2
-# Usage: $(call compile,src,includes)
+# 1 2 3
+# Usage: $(call compile,src,includes,xflags)
define compile
- $(CXX) $(CPPFLAGS) $(CXXFLAGS) \
+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(3) \
$(call depflags,$(basename $(call src_to_obj,$(1)))) \
$(foreach I,$(2),-I$(I)) \
-c $(1) -o $(call src_to_obj,$(1))
@@ -62,8 +62,8 @@ endef
# 1 2 3 4 5 6 7
# Usage: $(call makelib,objs,library,ldflags,libs,current,revision,age)
define makelib
- $(DLLTOOL) -l $(2) -D $$(basename `echo $(2) | sed -e 's,/lib\(.*\).a,/\1,'`$(shell expr $(5) - $(7)).dll) $(1); \
- $(CXX) -shared -o `echo $(2) | sed -e 's,/lib\(.*\).a,/\1,'`$(shell expr $(5) - $(7)).dll \
+ $(DLLTOOL) -l $(2) -D $$(basename `echo $(2) | sed -e 's,/lib\(.*\).dll.a,/\1,'`$(shell expr $(5) - $(7)).dll) $(1); \
+ $(CXX) -shared -o `echo $(2) | sed -e 's,/lib\(.*\).dll.a,/\1,'`$(shell expr $(5) - $(7)).dll \
$(1) $(3) $(4)
endef
@@ -76,7 +76,6 @@ endef
# Install target
INSTALL_DIR = install-mingw$(WINDOWS_WORDSIZE)
-STATIC_LIB_NAME = libqpdf.a
include make/installwin.mk
install: installwin
$(STRIP) $(DEST)/bin/*.exe
diff --git a/make/msvc.mk b/make/msvc.mk
index 3e061091..1dafbcf0 100644
--- a/make/msvc.mk
+++ b/make/msvc.mk
@@ -24,10 +24,10 @@ clean::
# --- Required rule definitions ---
-# 1 2
-# Usage: $(call compile,src,includes)
+# 1 2 3
+# Usage: $(call compile,src,includes,xflags)
define compile
- cl -nologo -O2 -Zi -Gy -EHsc -MD -TP -GR $(CPPFLAGS) $(CXXFLAGS) \
+ cl -nologo -O2 -Zi -Gy -EHsc -MD -TP -GR $(CPPFLAGS) $(CXXFLAGS) $(3) \
$(foreach I,$(2),-I$(I)) \
-c $(1) -Fo$(call src_to_obj,$(1))
endef
@@ -92,6 +92,5 @@ endef
# Install target
INSTALL_DIR = install-msvc$(WINDOWS_WORDSIZE)
-STATIC_LIB_NAME = qpdf.lib
include make/installwin.mk
install: installwin
diff --git a/make/rules.mk b/make/rules.mk
index 09401cd3..1963807f 100644
--- a/make/rules.mk
+++ b/make/rules.mk
@@ -53,7 +53,8 @@ define run_qtest
@echo running qtest-driver for $(1)
@(cd $(1)/$(OUTPUT_DIR); \
if TC_SRCS="$(foreach T,$(TC_SRCS_$(1)),../../$(T))" \
- $(QTEST) -bindirs .:.. -datadir ../qtest -covdir ..; then \
+ $(QTEST) -bindirs .:.. -datadir ../qtest -covdir .. \
+ -junit-suffix `basename $(1)`; then \
true; \
else \
if test "$(SHOW_FAILED_TEST_OUTPUT)" = "1"; then \
diff --git a/make_dist b/make_dist
index eff0d81c..1b8b095e 100755
--- a/make_dist
+++ b/make_dist
@@ -11,65 +11,58 @@ use File::Basename;
use Cwd;
use Cwd 'abs_path';
use IO::File;
+use File::Path qw(rmtree);
my $whoami = basename($0);
-my $srcdir = basename(dirname($0));
-my $pwd = getcwd();
-usage() unless $pwd eq abs_path(dirname(dirname($0)));
my $run_tests = 1;
+my $keep_tmp = 0;
+my $ci_mode = 0;
+my $version = undef;
foreach my $arg (@ARGV)
{
if ($arg eq '--no-tests')
{
$run_tests = 0;
}
+ elsif ($arg eq '--keep-tmp')
+ {
+ $keep_tmp = 1;
+ }
+ elsif ($arg eq '--ci')
+ {
+ $ci_mode = 1;
+ }
+ elsif (! defined $version)
+ {
+ $version = $arg;
+ }
else
{
usage();
}
}
-usage() unless $srcdir =~ m/^qpdf-(\d+\.\d+(?:\.(a|b|rc)?\d+)?)$/;
-my $version = $1;
-cd($srcdir);
-
-# Check versions
-my $fh = safe_open("configure.ac");
-my $config_version = 'unknown';
-while (<$fh>)
+if ($ci_mode && (! defined $version))
{
- if (m/^AC_INIT\(\[qpdf\],\[([^\)]+)\]\)/)
- {
- $config_version = $1;
- last;
- }
+ $version = get_version_from_configure();
}
-$fh->close();
-$fh = safe_open("libqpdf/QPDF.cc");
-my $code_version = 'unknown';
-while (<$fh>)
+usage() unless defined $version;
+usage() unless $version =~ m/^(\d+\.\d+(?:\.(a|b|rc)?\d+)?)$/;
+my $distname = "qpdf-$version";
+my $tmpdir = "/tmp/$distname";
+if ((-d $tmpdir) && (! $keep_tmp))
{
- if (m/QPDF::qpdf_version = \"([^\"]+)\"/)
- {
- $code_version = $1;
- last;
- }
+ rmtree($tmpdir);
}
-$fh->close();
+run("git archive --prefix=qpdf-$version/ HEAD . | (cd /tmp; tar xf -)");
+cd($tmpdir);
-$fh = safe_open("manual/qpdf-manual.xml");
-my $doc_version = 'unknown';
-while (<$fh>)
-{
- if (m/swversion "([^\"]+)\"/)
- {
- $doc_version = $1;
- last;
- }
-}
-$fh->close();
+# Check versions
+my $config_version = get_version_from_configure();
+my $code_version = get_version_from_source();
+my $doc_version = get_version_from_manual();
my $version_error = 0;
if ($version ne $config_version)
@@ -92,30 +85,82 @@ if ($version_error)
die "$whoami: version numbers are not consistent\n";
}
-run("./autogen.sh");
-run("./configure --enable-doc-maintenance --enable-werror");
+run("./configure --disable-shared --enable-doc-maintenance --enable-werror");
run("make -j8 build_manual");
run("make distclean");
-cd($pwd);
-run("tar czvf $srcdir.tar.gz-candidate $srcdir");
+cd("/tmp");
+run("tar czvf $distname.tar.gz-candidate $distname");
if ($run_tests)
{
- cd($srcdir);
+ cd($tmpdir);
run("./configure");
run("make -j8");
run("make check");
- cd($pwd);
+ cd("/tmp");
+}
+my $distfile = ($ci_mode ? "$distname-ci.tar.gz" : "$distname.tar.gz");
+rename "$distname.tar.gz-candidate", $distfile or die;
+
+if (! $keep_tmp)
+{
+ rmtree($tmpdir);
}
-rename "$srcdir.tar.gz-candidate", "$srcdir.tar.gz" or die;
print "
-Source distribution created as $srcdir.tar.gz
-You can now remove $srcdir.
+Source distribution created as /tmp/$distfile
If this is a release, don't forget to tag the version control system and
make a backup of the release tar file.
";
+sub get_version_from_configure
+{
+ my $fh = safe_open("configure.ac");
+ my $config_version = 'unknown';
+ while (<$fh>)
+ {
+ if (m/^AC_INIT\(\[qpdf\],\[([^\)]+)\]\)/)
+ {
+ $config_version = $1;
+ last;
+ }
+ }
+ $fh->close();
+ $config_version;
+}
+
+sub get_version_from_source
+{
+ my $fh = safe_open("libqpdf/QPDF.cc");
+ my $code_version = 'unknown';
+ while (<$fh>)
+ {
+ if (m/QPDF::qpdf_version = \"([^\"]+)\"/)
+ {
+ $code_version = $1;
+ last;
+ }
+ }
+ $fh->close();
+ $code_version;
+}
+
+sub get_version_from_manual
+{
+ my $fh = safe_open("manual/qpdf-manual.xml");
+ my $doc_version = 'unknown';
+ while (<$fh>)
+ {
+ if (m/swversion "([^\"]+)\"/)
+ {
+ $doc_version = $1;
+ last;
+ }
+ }
+ $fh->close();
+ $doc_version;
+}
+
sub safe_open
{
my $file = shift;
@@ -138,12 +183,14 @@ sub cd
sub usage
{
die "
-Usage: $whoami [ --no-tests ]
+Usage: $whoami [ --no-tests --keep-tmp ] version
+
+Use of --no-tests can be used for internally testing releases, but do
+not use it for a real release.
-$whoami must be run from the parent of a directory called
-qpdf-<version> which must contain a pristine export of that version of
-qpdf from the version control system. Use of --no-tests can be used
-for internally testing releases, but do not use it for a real release.
+$whoami creates /tmp/qpdf-<version> and deletes it when done. With
+--keep-tmp, the directory is kept. This can be useful for debugging
+the release process.
";
}
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 848c340b..d43d96a6 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "8.1.0">
-<!ENTITY lastreleased "June 22, 2018">
+<!ENTITY swversion "8.4.0">
+<!ENTITY lastreleased "February 1, 2019">
]>
<book>
<bookinfo>
@@ -16,7 +16,7 @@
<firstname>Jay</firstname><surname>Berkenbilt</surname>
</author>
<copyright>
- <year>2005&ndash;2018</year>
+ <year>2005&ndash;2019</year>
<holder>Jay Berkenbilt</holder>
</copyright>
</bookinfo>
@@ -196,15 +196,6 @@
ghostscript.
</para>
<para>
- If Adobe Reader is installed as <command>acroread</command>, some
- additional test cases will be enabled. These test cases simply
- verify that Adobe Reader can open the files that qpdf creates.
- They require version 8.0 or newer to pass. However, in order to
- avoid having qpdf depend on non-free (as in liberty) software, the
- test suite will still pass without Adobe reader, and the test
- suite still exercises the full functionality of the software.
- </para>
- <para>
Pre-built documentation is distributed with qpdf, so you should
generally not need to rebuild the documentation. In order to
build the documentation from its docbook sources, you need the
@@ -251,6 +242,56 @@ make
top-level <filename>Makefile</filename>.
</para>
</sect1>
+ <sect1 id="ref.packaging">
+ <title>Notes for Packagers</title>
+ <para>
+ If you are packaging qpdf for an operating system distribution,
+ here are some things you may want to keep in mind:
+ <itemizedlist>
+ <listitem>
+ <para>
+ Passing <option>--enable-show-failed-test-output</option> to
+ <command>./configure</command> will cause any failed test
+ output to be written to the console. This can be very useful
+ for seeing test failures generated by autobuilders where you
+ can't access qtest.log after the fact.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If qpdf's build environment detects the presence of autoconf
+ and related tools, it will check to ensure that automatically
+ generated files are up-to-date with recorded checksums and fail
+ if it detects a discrepancy. This feature is intended to
+ prevent you from accidentally forgetting to regenerate
+ automatic files after modifying their sources. If your
+ packaging environment automatically refreshes automatic files,
+ it can cause this check to fail. Suppress qpdf's checks by
+ passing <option>--disable-check-autofiles</option> to
+ <command>/.configure</command>. This is safe since qpdf's
+ <command>autogen.sh</command> just runs autotools in the normal
+ way.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ QPDF's <command>make install</command> does not install
+ completion files by default, but as a packager, it's good if
+ you install them wherever your distribution expects such files
+ to go. You can find completion files to install in the
+ <filename>completions</filename> directory.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Packagers are encouraged to install the source files from the
+ <filename>examples</filename> directory along with qpdf
+ development packages.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect1>
</chapter>
<chapter id="ref.using">
<title>Running QPDF</title>
@@ -300,6 +341,19 @@ make
inspection commands do not. These are specifically noted.
</para>
</sect1>
+ <sect1 id="ref.shell-completion">
+ <title>Shell Completion</title>
+ <para>
+ Starting in qpdf version 8.3.0, qpdf provides its own completion
+ support for zsh and bash. You can enable bash completion with
+ <command>eval $(qpdf --completion-bash)</command> and zsh
+ completion with <command>eval $(qpdf --completion-zsh)</command>.
+ If <command>qpdf</command> is not in your path, you should invoke
+ it above with an absolute path. If you invoke it with a relative
+ path, it will warn you, and the completion won't work if you're in
+ a different directory.
+ </para>
+ </sect1>
<sect1 id="ref.basic-options">
<title>Basic Options</title>
<para>
@@ -307,6 +361,48 @@ make
commonly needed transformations.
<variablelist>
<varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+ <para>
+ Display command-line invocation help.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--version</option></term>
+ <listitem>
+ <para>
+ Display the current version of qpdf.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--copyright</option></term>
+ <listitem>
+ <para>
+ Show detailed copyright information.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--completion-bash</option></term>
+ <listitem>
+ <para>
+ Output a completion command you can eval to enable shell
+ completion from bash.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--completion-zsh</option></term>
+ <listitem>
+ <para>
+ Output a completion command you can eval to enable shell
+ completion from zsh.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--password=password</option></term>
<listitem>
<para>
@@ -328,6 +424,24 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--progress</option></term>
+ <listitem>
+ <para>
+ Indicate progress while writing files.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--no-warn</option></term>
+ <listitem>
+ <para>
+ Suppress writing of warnings to stderr. If warnings were
+ detected and suppressed, <command>qpdf</command> will still
+ exit with exit code 3.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--linearize</option></term>
<listitem>
<para>
@@ -412,6 +526,83 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--suppress-password-recovery</option></term>
+ <listitem>
+ <para>
+ Ordinarily, qpdf attempts to automatically compensate for
+ passwords specified in the wrong character encoding. This
+ option suppresses that behavior. Under normal conditions,
+ there are no reasons to use this option. See <xref
+ linkend="ref.unicode-passwords"/> for a discussion
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--password-mode=<replaceable>mode</replaceable></option></term>
+ <listitem>
+ <para>
+ This option can be used to fine-tune how qpdf interprets
+ Unicode (non-ASCII) password strings passed on the command
+ line. With the exception of the <option>hex-bytes</option>
+ mode, these only apply to passwords provided when encrypting
+ files. The <option>hex-bytes</option> mode also applies to
+ passwords specified for reading files. For additional
+ discussion of the supported password modes and when you might
+ want to use them, see <xref linkend="ref.unicode-passwords"/>.
+ The following modes are supported:
+ <itemizedlist>
+ <listitem>
+ <para>
+ <option>auto</option>: Automatically determine whether the
+ specified password is a properly encoded Unicode (UTF-8)
+ string, and transcode it as required by the PDF spec based
+ on the type encryption being applied. On Windows starting
+ with version 8.4.0, and on almost all other modern
+ platforms, incoming passwords will be properly encoded in
+ UTF-8, so this is almost always what you want.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>unicode</option>: Tells qpdf that the incoming
+ password is UTF-8, overriding whatever its automatic
+ detection determines. The only difference between this mode
+ and <option>auto</option> is that qpdf will fail with an
+ error message if the password is not valid UTF-8 instead of
+ falling back to <option>bytes</option> mode with a warning.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>bytes</option>: Interpret the password as a literal
+ byte string. For non-Windows platforms, this is what
+ versions of qpdf prior to 8.4.0 did. For Windows platforms,
+ there is no way to specify strings of binary data on the
+ command line directly, but you can use the
+ <option>@filename</option> option to do it, in which case
+ this option forces qpdf to respect the string of bytes as
+ provided. This option will allow you to encrypt PDF files
+ with passwords that will not be usable by other readers.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>hex-bytes</option>: Interpret the password as a
+ hex-encoded string. This provides a way to pass binary data
+ as a password on all platforms including Windows. As with
+ <option>bytes</option>, this option may allow creation of
+ files that can't be opened by other readers. This mode
+ affects qpdf's interpretation of passwords specified for
+ decrypting files as well as for encrypting them. It makes
+ it possible to specify strings that are encoded in some
+ manner other than the system's default encoding.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--rotate=[+|-]angle[:page-range]</option></term>
<listitem>
<para>
@@ -436,6 +627,35 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--keep-files-open=<replaceable>[yn]</replaceable></option></term>
+ <listitem>
+ <para>
+ This option controls whether qpdf keeps individual files open
+ while merging. Prior to version 8.1.0, qpdf always kept all
+ files open, but this meant that the number of files that could
+ be merged was limited by the operating system's open file
+ limit. Version 8.1.0 opened files as they were referenced and
+ closed them after each read, but this caused a major
+ performance impact. Version 8.2.0 optimized the performance
+ but did so in a way that, for local file systems, there was a
+ small but unavoidable performance hit, but for networked file
+ systems, the performance impact could be very high. Starting
+ with version 8.2.1, the default behavior is that files are
+ kept open if no more than 200 files are specified, but that
+ the behavior can be explicitly overridden with the
+ <option>--keep-files-open</option> flag. If you are merging
+ more than 200 files but less than the operating system's max
+ open files limit, you may want to use
+ <option>--keep-files-open=y</option>, especially if working
+ over a networked file system. If you are using a local file
+ system where the overhead is low and you might sometimes merge
+ more than the OS limit's number of files from a script and are
+ not worried about a few seconds additional processing time,
+ you may want to specify <option>--keep-files-open=n</option>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--pages options --</option></term>
<listitem>
<para>
@@ -446,6 +666,16 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--collate</option></term>
+ <listitem>
+ <para>
+ When specified, collate rather than concatenate pages from
+ files specified with <option>--pages</option>. See <xref
+ linkend="ref.page-selection"/> for additional details.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--split-pages=[n]</option></term>
<listitem>
<para>
@@ -518,6 +748,26 @@ make
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--overlay options --</option></term>
+ <listitem>
+ <para>
+ Overlay pages from another file onto the output pages. See
+ <xref linkend="ref.overlay-underlay"/> for details on
+ overlay/underlay.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--underlay options --</option></term>
+ <listitem>
+ <para>
+ Overlay pages from another file onto the output pages. See
+ <xref linkend="ref.overlay-underlay"/> for details on
+ overlay/underlay.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
<para>
@@ -537,22 +787,17 @@ make
producers.
</para>
<para>
- In all cases where qpdf allows specification of a password, care
- must be taken if the password contains characters that fall
- outside of the 7-bit US-ASCII character range to ensure that the
- exact correct byte sequence is provided. It is possible that a
- future version of qpdf may handle this more gracefully. For
- example, if a password was encrypted using a password that was
- encoded in ISO-8859-1 and your terminal is configured to use
- UTF-8, the password you supply may not work properly. There are
- various approaches to handling this. For example, if you are
- using Linux and have the iconv executable installed, you could
- pass <option>--password=`echo <replaceable>password</replaceable>
- | iconv -t iso-8859-1`</option> to qpdf where
- <replaceable>password</replaceable> is a password specified in
- your terminal's locale. A detailed discussion of this is out of
- scope for this manual, but just be aware of this issue if you have
- trouble with a password that contains 8-bit characters.
+ Prior to 8.4.0, in the case of passwords that contain characters
+ that fall outside of 7-bit US-ASCII, qpdf left the burden of
+ supplying properly encoded encryption and decryption passwords to
+ the user. Starting in qpdf 8.4.0, qpdf does this automatically in
+ most cases. For an in-depth discussion, please see <xref
+ linkend="ref.unicode-passwords"/>. Previous versions of this
+ manual described workarounds using the <command>iconv</command>
+ command. Such workarounds are no longer required or recommended
+ with qpdf 8.4.0. However, for backward compatibility, qpdf
+ attempts to detect those workarounds and do the right thing in
+ most cases.
</para>
</sect1>
<sect1 id="ref.encryption-options">
@@ -624,7 +869,12 @@ make
<listitem>
<para>
Determines whether or not to allow accessibility to visually
- impaired.
+ impaired. The qpdf library disregards this field when AES is
+ used or when 256-bit encryption is used. You should really
+ never disable accessibility, but qpdf lets you do it in case
+ you need to configure a file this way for testing purposes.
+ The PDF spec says that conforming readers should disregard
+ this permission and always allow accessibility.
</para>
</listitem>
</varlistentry>
@@ -637,6 +887,45 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--assemble=[yn]</option></term>
+ <listitem>
+ <para>
+ Determines whether document assembly (rotation and reordering
+ of pages) is allowed.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--annotate=[yn]</option></term>
+ <listitem>
+ <para>
+ Determines whether modifying annotations is allowed. This
+ includes adding comments and filling in form fields. Also
+ allows editing of form fields if
+ <option>--modify-other=y</option> is given.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--form=[yn]</option></term>
+ <listitem>
+ <para>
+ Determines whether filling form fields is allowed.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--modify-other=[yn]</option></term>
+ <listitem>
+ <para>
+ Allow all document editing except those controlled separately
+ by the <option>--assemble</option>,
+ <option>--annotate</option>, and <option>--form</option>
+ options.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--print=<replaceable>print-opt</replaceable></option></term>
<listitem>
<para>
@@ -667,10 +956,10 @@ make
<term><option>--modify=<replaceable>modify-opt</replaceable></option></term>
<listitem>
<para>
- Controls modify access.
+ Controls modify access. This way of controlling modify access
+ has less granularity than new options added in qpdf 8.4.
<option><replaceable>modify-opt</replaceable></option> may be
- one of the following, each of which implies all the options
- that follow it:
+ one of the following:
<itemizedlist>
<listitem>
<para>
@@ -679,12 +968,14 @@ make
</listitem>
<listitem>
<para>
- <option>annotate</option>: allow comment authoring and form operations
+ <option>annotate</option>: allow comment authoring, form
+ operations, and document assembly
</para>
</listitem>
<listitem>
<para>
<option>form</option>: allow form field fill-in and signing
+ and document assembly
</para>
</listitem>
<listitem>
@@ -698,6 +989,12 @@ make
</para>
</listitem>
</itemizedlist>
+ Using the <option>--modify</option> option does not allow you
+ to create certain combinations of permissions such as allowing
+ form filling but not allowing document assembly. Starting with
+ qpdf 8.4, you can either just use the other options to control
+ fields individually, or you can use something like
+ <option>--modify=form --assembly=n</option> to fine tune.
</para>
</listitem>
</varlistentry>
@@ -794,6 +1091,11 @@ make
selection flags.
</para>
<para>
+ Starting with qpf 8.4, the special input file name
+ &ldquo;<filename>.</filename>&rdquo; can be used shortcut for the
+ primary input filename.
+ </para>
+ <para>
For each file that pages should be taken from, specify the file, a
password needed to open the file (if any), and a page range. The
password needs to be given only once per file. If any of the
@@ -816,15 +1118,6 @@ make
<command>qpdf --empty out.pdf --pages *.pdf --</command>.
</para>
<para>
- It is not presently possible to specify the same page from the
- same file directly more than once, but you can make this work by
- specifying two different paths to the same file (such as by
- putting <filename>./</filename> somewhere in the path). This can
- also be used if you want to repeat a page from one of the input
- files in the output file. This may be made more convenient in a
- future version of qpdf if there is enough demand for this feature.
- </para>
- <para>
The page range is a set of numbers separated by commas, ranges of
numbers separated dashes, or combinations of those. The character
&ldquo;z&rdquo; represents the last page. A number preceded by an
@@ -864,25 +1157,56 @@ make
</itemizedlist>
</para>
<para>
- Note that qpdf doesn't presently do anything special about other
- constructs in a PDF file that may know about pages, so semantics
- of splitting and merging vary across features. For example, the
- document's outlines (bookmarks) point to actual page objects, so
- if you select some pages and not others, bookmarks that point to
- pages that are in the output file will work, and remaining
- bookmarks will not work. On the other hand, page labels (page
- numbers specified in the file) are just sequential, so page labels
- will be messed up in the output file. A future version of
- <command>qpdf</command> may do a better job at handling these
- issues. (Note that the qpdf library already contains all of the
- APIs required in order to implement this in your own application
- if you need it.) In the mean time, you can always use
- <option>--empty</option> as the primary input file to avoid
- copying all of that from the first file. For example, to take
- pages 1 through 5 from a <filename>infile.pdf</filename> while
- preserving all metadata associated with that file, you could use
+ Starting in qpdf version 8.3, you can specify the
+ <option>--collate</option> option. Note that this option is
+ specified outside of <option>--pages&nbsp;...&nbsp;--</option>.
+ When <option>--collate</option> is specified, it changes the
+ meaning of <option>--pages</option> so that the specified files,
+ as modified by page ranges, are collated rather than concatenated.
+ For example, if you add the files <filename>odd.pdf</filename> and
+ <filename>even.pdf</filename> containing odd and even pages of a
+ document respectively, you could run <command>qpdf --collate
+ odd.pdf --pages odd.pdf even.pdf -- all.pdf</command> to collate
+ the pages. This would pick page 1 from odd, page 1 from even, page
+ 2 from odd, page 2 from even, etc. until all pages have been
+ included. Any number of files and page ranges can be specified. If
+ any file has fewer pages, that file is just skipped when its pages
+ have all been included. For example, if you ran <command>qpdf
+ --collate --empty --pages a.pdf 1-5 b.pdf 6-4 c.pdf r1 --
+ out.pdf</command>, you would get the following pages in this
+ order:
+ <itemizedlist>
+ <listitem><para>a.pdf page 1</para></listitem>
+ <listitem><para>b.pdf page 6</para></listitem>
+ <listitem><para>c.pdf last page</para></listitem>
+ <listitem><para>a.pdf page 2</para></listitem>
+ <listitem><para>b.pdf page 5</para></listitem>
+ <listitem><para>a.pdf page 3</para></listitem>
+ <listitem><para>b.pdf page 4</para></listitem>
+ <listitem><para>a.pdf page 4</para></listitem>
+ <listitem><para>a.pdf page 5</para></listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ Starting in qpdf version 8.3, when you split and merge files, any
+ page labels (page numbers) are preserved in the final file. It is
+ expected that more document features will be preserved by
+ splitting and merging. In the mean time, semantics of splitting
+ and merging vary across features. For example, the document's
+ outlines (bookmarks) point to actual page objects, so if you
+ select some pages and not others, bookmarks that point to pages
+ that are in the output file will work, and remaining bookmarks
+ will not work. A future version of <command>qpdf</command> may do
+ a better job at handling these issues. (Note that the qpdf library
+ already contains all of the APIs required in order to implement
+ this in your own application if you need it.) In the mean time,
+ you can always use <option>--empty</option> as the primary input
+ file to avoid copying all of that from the first file. For
+ example, to take pages 1 through 5 from a
+ <filename>infile.pdf</filename> while preserving all metadata
+ associated with that file, you could use
- <programlisting><command>qpdf</command> <option>infile.pdf --pages infile.pdf 1-5 -- outfile.pdf</option>
+ <programlisting><command>qpdf</command> <option>infile.pdf --pages . 1-5 -- outfile.pdf</option>
</programlisting>
If you wanted pages 1 through 5 from
<filename>infile.pdf</filename> but you wanted the rest of the
@@ -894,13 +1218,13 @@ make
<filename>file1.pdf</filename> and pages 11&ndash;15 from
<filename>file2.pdf</filename> in reverse, you would run
- <programlisting><command>qpdf</command> <option>file1.pdf --pages file1.pdf 1-5 file2.pdf 15-11 -- outfile.pdf</option>
+ <programlisting><command>qpdf</command> <option>file1.pdf --pages file1.pdf 1-5 . 15-11 -- outfile.pdf</option>
</programlisting>
If, for some reason, you wanted to take the first page of an
encrypted file called <filename>encrypted.pdf</filename> with
password <literal>pass</literal> and repeat it twice in an output
- file, and if you wanted to drop metadata (like page numbers and
- outlines) but preserve encryption, you would use
+ file, and if you wanted to drop document-level metadata but
+ preserve encryption, you would use
<programlisting><command>qpdf</command> <option>--empty --copy-encryption=encrypted.pdf --encryption-file-password=pass
--pages encrypted.pdf --password=pass 1 ./encrypted.pdf --password=pass 1 --
@@ -914,6 +1238,100 @@ outfile.pdf</option>
are all corner cases that most users should hopefully never have
to be bothered with.
</para>
+ <para>
+ Prior to version 8.4, it was not possible to specify the same page
+ from the same file directly more than once, and the workaround of
+ specifying the same file in more than one way was required.
+ Version 8.4 removes this limitation.
+ </para>
+ </sect1>
+ <sect1 id="ref.overlay-underlay">
+ <title>Overlay and Underlay Options</title>
+ <para>
+ Starting with qpdf 8.4, it is possible to overlay or underlay
+ pages from other files onto the output generated by qpdf. Specify
+ overlay or underlay as follows:
+
+ <programlisting>{ <option>--overlay</option> | <option>--underlay</option> } <replaceable>file</replaceable> [ <option>options</option> ] <option>--</option>
+</programlisting>
+ Overlay and underlay options are processed late, so they can be
+ combined with other like merging and will apply to the final
+ output. The <option>--overlay</option> and
+ <option>--underlay</option> options work the same way, except
+ underlay pages are drawn underneath the page to which they are
+ applied, possibly obscured by the original page, and overlay files
+ are drawn on top of the page to which they are applied, possibly
+ obscuring the page. You can combine overlay and underlay.
+ </para>
+ <para>
+ The default behavior of overlay and underlay is that pages are
+ taken from the overlay/underlay file in sequence and applied to
+ corresponding pages in the output until there are no more output
+ pages. If the overlay or underlay file runs out of pages,
+ remaining output pages are left alone. This behavior can be
+ modified by options, which are provided between the
+ <option>--overlay</option> or <option>--underlay</option> flag and
+ the <option>--</option> option. The following options are
+ supported:
+ <itemizedlist>
+ <listitem>
+ <para>
+ <option>--password=password</option>: supply a password if the
+ overlay/underlay file is encrypted.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>--to=page-range</option>: a range of pages in the same
+ form at described in <xref linkend="ref.page-selection"/>
+ indicates which pages in the output should have the
+ overlay/underlay applied. If not specified, overlay/underlay
+ are applied to all pages.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>--from=[page-range]</option>: a range of pages that
+ specifies which pages in the overlay/underlay file will be used
+ for overlay or underlay. If not specified, all pages will be
+ used. This can be explicitly specified to be empty if
+ <option>--repeat</option> is used.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>--repeat=page-range</option>: an optional range of
+ pages that specifies which pages in the overlay/underlay file
+ will be repeated after the &ldquo;from&rdquo; pages are used
+ up. If you want to repeat a range of pages starting at the
+ beginning, you can explicitly use <option>--from=</option>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ Here are some examples.
+ <itemizedlist>
+ <listitem>
+ <para>
+ <command>--overlay o.pdf --to=1-5 --from=1-3
+ --repeat=4 --</command>: overlay the first three pages from file
+ <filename>o.pdf</filename> onto the first three pages of the
+ output, then overlay page 4 from <filename>o.pdf</filename>
+ onto pages 4 and 5 of the output. Leave remaining output pages
+ untouched.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <command>--underlay footer.pdf --from= --repeat=1,2 --</command>:
+ Underlay page 1 of <filename>footer.pdf</filename> on all odd
+ output pages, and underlay page 2 of
+ <filename>footer.pdf</filename> on all even output pages.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
</sect1>
<sect1 id="ref.advanced-parsing">
<title>Advanced Parsing Options</title>
@@ -1145,8 +1563,8 @@ outfile.pdf</option>
case, please report it as a bug.
</para>
<para>
- See also <option>--preserve-unreferenced-resources</option>,
- which does something completely different.
+ See also <option>--preserve-unreferenced</option>, which does
+ something completely different.
</para>
</listitem>
</varlistentry>
@@ -1200,6 +1618,210 @@ outfile.pdf</option>
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--flatten-annotations=<replaceable>option</replaceable></option></term>
+ <listitem>
+ <para>
+ This option collapses annotations into the pages' contents
+ with special handling for form fields. Ordinarily, an
+ annotation is rendered separately and on top of the page.
+ Combining annotations into the page's contents effectively
+ freezes the placement of the annotations, making them look
+ right after various page transformations. The library
+ functionality backing this option was added for the benefit of
+ programs that want to create <emphasis>n-up</emphasis> page
+ layouts and other similar things that don't work well with
+ annotations. The <replaceable>option</replaceable> parameter
+ may be any of the following:
+ <itemizedlist>
+ <listitem>
+ <para>
+ <option>all</option>: include all annotations that are not
+ marked invisible or hidden
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>print</option>: only include annotations that
+ indicate that they should appear when the page is printed
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <option>screen</option>: omit annotations that indicate
+ they should not appear on the screen
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ Note that form fields are special because the annotations that
+ are used to render filled-in form fields may become out of
+ date from the fields' values if the form is filled in by a
+ program that doesn't know how to update the appearances. If
+ qpdf detects this case, its default behavior is not to flatten
+ those annotations because doing so would cause the value of
+ the form field to be lost. This gives you a chance to go back
+ and resave the form with a program that knows how to generate
+ appearances. QPDF itself can generate appearances with some
+ limitations. See the <option>--generate-appearances</option>
+ option below.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--generate-appearances</option></term>
+ <listitem>
+ <para>
+ If a file contains interactive form fields and indicates that
+ the appearances are out of date with the values of the form,
+ this flag will regenerate appearances, subject to a few
+ limitations. Note that there is not usually a reason to do
+ this, but it can be necessary before using the
+ <option>--flatten-annotations</option> option. Most of these
+ are not a problem with well-behaved PDF files. The limitations
+ are as follows:
+ <itemizedlist>
+ <listitem>
+ <para>
+ Radio button and checkbox appearances use the pre-set
+ values in the PDF file. QPDF just makes sure that the
+ correct appearance is displayed based on the value of the
+ field. This is fine for PDF files that create their forms
+ properly. Some PDF writers save appearances for fields when
+ they change, which could cause some controls to have
+ inconsistent appearances.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For text fields and list boxes, any characters that fall
+ outside of US-ASCII or, if detected, &ldquo;Windows
+ ANSI&rdquo; or &ldquo;Mac Roman&rdquo; encoding, will be
+ replaced by the <literal>?</literal> character.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Quadding is ignored. Quadding is used to specify whether
+ the contents of a field should be left, center, or right
+ aligned with the field.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Rich text, multi-line, and other more elaborate formatting
+ directives are ignored.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ There is no support for multi-select fields or signature
+ fields.
+ </para>
+ </listitem>
+ </itemizedlist>
+ If qpdf doesn't do a good enough job with your form, use an
+ external application to save your filled-in form before
+ processing it with qpdf.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--optimize-images</option></term>
+ <listitem>
+ <para>
+ This flag causes qpdf to recompress all images that are not
+ compressed with DCT (JPEG) using DCT compression as long as
+ doing so decreases the size in bytes of the image data and the
+ image does not fall below minimum specified dimensions. Useful
+ information is provided when used in combination with
+ <option>--verbose</option>. See also the
+ <option>--oi-min-width</option>,
+ <option>--oi-min-height</option>, and
+ <option>--oi-min-area</option> options. By default, starting
+ in qpdf 8.4, inline images are converted to regular images
+ and optimized as well. Use
+ <option>--keep-inline-images</option> to prevent inline images
+ from being included.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--oi-min-width=<replaceable>width</replaceable></option></term>
+ <listitem>
+ <para>
+ Avoid optimizing images whose width is below the specified
+ amount. If omitted, the default is 128 pixels. Use 0 for no
+ minimum.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--oi-min-height=<replaceable>height</replaceable></option></term>
+ <listitem>
+ <para>
+ Avoid optimizing images whose height is below the specified
+ amount. If omitted, the default is 128 pixels. Use 0 for no
+ minimum.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--oi-min-area=<replaceable>area-in-pixels</replaceable></option></term>
+ <listitem>
+ <para>
+ Avoid optimizing images whose pixel count
+ (width&nbsp;×&nbsp;height) is below the specified amount. If
+ omitted, the default is 16,384 pixels. Use 0 for no minimum.
+ </para>
+ </listitem>
+ </varlistentry>
+
+
+
+ <varlistentry>
+ <term><option>--externalize-inline-images</option></term>
+ <listitem>
+ <para>
+ Convert inline images to regular images. By default, images
+ whose data is at least 1,024 bytes are converted when this
+ option is selected. Use <option>--ii-min-bytes</option> to
+ change the size threshold. This option is implicitly selected
+ when <option>--optimize-images</option> is selected. Use
+ <option>--keep-inline-images</option> to exclude inline images
+ from image optimization.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--ii-min-bytes=<replaceable>bytes</replaceable></option></term>
+ <listitem>
+ <para>
+ Avoid converting inline images whose size is below the
+ specified minimum size to regular images. If omitted, the
+ default is 1,024 bytes. Use 0 for no minimum.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--keep-inline-images</option></term>
+ <listitem>
+ <para>
+ Prevent inline images from being included in image
+ optimization. This option has no affect when
+ <option>--optimize-images</option> is not specified.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--qdf</option></term>
<listitem>
<para>
@@ -1468,7 +2090,7 @@ outfile.pdf</option>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--show-object=obj[,gen]</option></term>
+ <term><option>--show-object=trailer|obj[,gen]</option></term>
<listitem>
<para>
Show the contents of the given object. This is especially
@@ -1534,6 +2156,44 @@ outfile.pdf</option>
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--json</option></term>
+ <listitem>
+ <para>
+ Generate a JSON representation of the file. This is described
+ in depth in <xref linkend="ref.json"/>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--json-help</option></term>
+ <listitem>
+ <para>
+ Describe the format of the JSON output.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--json-key=key</option></term>
+ <listitem>
+ <para>
+ This option is repeatable. If specified, only top-level keys
+ specified will be included in the JSON output. If not
+ specified, all keys will be shown.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--json-object=trailer|obj[,gen]</option></term>
+ <listitem>
+ <para>
+ This option is repeatable. If specified, only specified
+ objects will be shown in the
+ &ldquo;<literal>objects</literal>&rdquo; key of the JSON
+ output. If absent, all objects will be shown.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--check</option></term>
<listitem>
<para>
@@ -1576,6 +2236,121 @@ outfile.pdf</option>
content stream, in which case it will produce unusable results.
</para>
</sect1>
+ <sect1 id="ref.unicode-passwords">
+ <title>Unicode Passwords</title>
+ <para>
+ At the library API level, all methods that perform encryption and
+ decryption interpret passwords as strings of bytes. It is up to
+ the caller to ensure that they are appropriately encoded. Starting
+ with qpdf version 8.4.0, qpdf will attempt to make this easier for
+ you when interact with qpdf via its command line interface. The
+ PDF specification requires passwords used to encrypt files with
+ 40-bit or 128-bit encryption to be encoded with PDF Doc encoding.
+ This encoding is a single-byte encoding that supports ISO-Latin-1
+ and a handful of other commonly used characters. It has a large
+ overlap with Windows ANSI but is not exactly the same. There is
+ generally not a way to provide PDF Doc encoded strings on the
+ command line. As such, qpdf versions prior to 8.4.0 would often
+ create PDF files that couldn't be opened with other software when
+ given a password with non-ASCII characters to encrypt a file with
+ 40-bit or 128-bit encryption. Starting with qpdf 8.4.0, qpdf
+ recognizes the encoding of the parameter and transcodes it as
+ needed. The rest of this section provides the details about
+ exactly how qpdf behaves. Most users will not need to know this
+ information, but it might be useful if you have been working
+ around qpdf's old behavior or if you are using qpdf to generate
+ encrypted files for testing other PDF software.
+ </para>
+ <para>
+ A note about Windows: when qpdf builds, it attempts to determine
+ what it has to do to use <function>wmain</function> instead of
+ <function>main</function> on Windows. The
+ <function>wmain</function> function is an alternative entry point
+ that receives all arguments as UTF-16-encoded strings. When qpdf
+ starts up this way, it converts all the strings to UTF-8 encoding
+ and then invokes the regular main. This means that, as far as qpdf
+ is concerned, it receives its command-line arguments with UTF-8
+ encoding, just as it would in any modern Linux or UNIX
+ environment.
+ </para>
+ <para>
+ If a file is being encrypted with 40-bit or 128-bit encryption and
+ the supplied password is not a valid UTF-8 string, qpdf will fall
+ back to the behavior of interpreting the password as a string of
+ bytes. If you have old scripts that encrypt files by passing the
+ output of <command>iconv</command> to qpdf, you no longer need to
+ do that, but if you do, qpdf should still work. The only exception
+ would be for the extremely unlikely case of a password that is
+ encoded with a single-byte encoding but also happens to be valid
+ UTF-8. Such a password would contain strings of even numbers of
+ characters that alternate between accented letters and symbols. In
+ the extremely unlikely event that you are intentionally using such
+ passwords and qpdf is thwarting you by interpreting them as UTF-8,
+ you can use <option>--password-mode=bytes</option> to suppress
+ qpdf's automatic behavior.
+ </para>
+ <para>
+ The <option>--password-mode</option> option, as described earlier
+ in this chapter, can be used to change qpdf's interpretation of
+ supplied passwords. There are very few reasons to use this option.
+ One would be the unlikely case described in the previous paragraph
+ in which the supplied password happens to be valid UTF-8 but isn't
+ supposed to be UTF-8. Your best bet would be just to provide the
+ password as a valid UTF-8 string, but you could also use
+ <option>--password-mode=bytes</option>. Another reason to use
+ <option>--password-mode=bytes</option> would be to intentionally
+ generate PDF files encrypted with passwords that are not properly
+ encoded. The qpdf test suite does this to generate invalid files
+ for the purpose of testing its password recovery capability. If
+ you were trying to create intentionally incorrect files for a
+ similar purposes, the <option>bytes</option> password mode can
+ enable you to do this.
+ </para>
+ <para>
+ When qpdf attempts to decrypt a file with a password that contains
+ non-ASCII characters, it will generate a list of alternative
+ passwords by attempting to interpret the password as each of a
+ handful of different coding systems and then transcode them to the
+ required format. This helps to compensate for the supplied
+ password being given in the wrong coding system, such as would
+ happen if you used the <command>iconv</command> workaround that
+ was previously needed. It also generates passwords by doing the
+ reverse operation: translating from correct in incorrect encoding
+ of the password. This would enable qpdf to decrypt files using
+ passwords that were improperly encoded by whatever software
+ encrypted the files, including older versions of qpdf invoked
+ without properly encoded passwords. The combination of these two
+ recovery methods should make qpdf transparently open most
+ encrypted files with the password supplied correctly but in the
+ wrong coding system. There are no real downsides to this behavior,
+ but if you don't want qpdf to do this, you can use the
+ <option>--suppress-password-recovery</option> option. One reason
+ to do that is to ensure that you know the exact password that was
+ used to encrypt the file.
+ </para>
+ <para>
+ With these changes, qpdf now generates compliant passwords in most
+ cases. There are still some exceptions. In particular, the PDF
+ specification directs compliant writers to normalize Unicode
+ passwords and to perform certain transformations on passwords with
+ bidirectional text. Implementing this functionality requires using
+ a real Unicode library like ICU. If a client application that uses
+ qpdf wants to do this, the qpdf library will accept the resulting
+ passwords, but qpdf will not perform these transformations itself.
+ It is possible that this will be addressed in a future version of
+ qpdf. The <classname>QPDFWriter</classname> methods that enable
+ encryption on the output file accept passwords as strings of
+ bytes.
+ </para>
+ <para>
+ Please note that the <option>--password-is-hex-key</option> option
+ is unrelated to all this. This flag bypasses the normal process of
+ going from password to encryption string entirely, allowing the
+ raw encryption key to be specified directly. This is useful for
+ forensic purposes or for brute-force recovery of files with
+ unknown passwords.
+ </para>
+ </sect1>
</chapter>
<chapter id="ref.qdf">
<title>QDF Mode</title>
@@ -1730,6 +2505,8 @@ outfile.pdf</option>
</chapter>
<chapter id="ref.using-library">
<title>Using the QPDF Library</title>
+ <sect1 id="ref.using.from-cxx">
+ <title>Using QPDF from C++</title>
<para>
The source tree for the qpdf package has an
<filename>examples</filename> directory that contains a few
@@ -1761,6 +2538,291 @@ outfile.pdf</option>
time. Multiple threads may simultaneously work with different
instances of these and all other QPDF objects.
</para>
+ </sect1>
+ <sect1 id="ref.using.other-languages">
+ <title>Using QPDF from other languages</title>
+ <para>
+ The qpdf library is implemented in C++, which makes it hard to use
+ directly in other languages. There are a few things that can help.
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>&ldquo;C&rdquo;</term>
+ <listitem>
+ <para>
+ The qpdf library includes a &ldquo;C&rdquo; language interface
+ that provides a subset of the overall capabilities. The header
+ file <filename>qpdf/qpdf-c.h</filename> includes information
+ about its use. As long as you use a C++ linker, you can link C
+ programs with qpdf and use the C API. For languages that can
+ directly load methods from a shared library, the C API can also
+ be useful. People have reported success using the C API from
+ other languages on Windows by directly calling functions in the
+ DLL.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Python</term>
+ <listitem>
+ <para>
+ A Python module called <ulink
+ url="https://pypi.org/project/pikepdf/">pikepdf</ulink>
+ provides a clean and highly functional set of Python bindings
+ to the qpdf library. Using pikepdf, you can work with PDF files
+ in a natural way and combine qpdf's capabilities with other
+ functionality provided by Python's rich standard library and
+ available modules.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Other Languages</term>
+ <listitem>
+ <para>
+ Starting with version 8.3.0, the <command>qpdf</command>
+ command-line tool can produce a JSON representation of the PDF
+ file's non-content data. This can facilitate interacting
+ programmatically with PDF files through qpdf's command line
+ interface. For more information, please see <xref
+ linkend="ref.json"/>.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect1>
+ </chapter>
+ <chapter id="ref.json">
+ <title>QPDF JSON</title>
+ <sect1 id="ref.json-overview">
+ <title>Overview</title>
+ <para>
+ Beginning with qpdf version 8.3.0, the <command>qpdf</command>
+ command-line program can produce a JSON representation of the
+ non-content data in a PDF file. It includes a dump in JSON format
+ of all objects in the PDF file excluding the content of streams.
+ This JSON representation makes it very easy to look in detail at
+ the structure of a given PDF file, and it also provides a great way
+ to work with PDF files programmatically from the command-line in
+ languages that can't call or link with the qpdf library directly.
+ Note that stream data can be extracted from PDF files using other
+ qpdf command-line options.
+ </para>
+ </sect1>
+ <sect1 id="ref.json-guarantees">
+ <title>JSON Guarantees</title>
+ <para>
+ The qpdf JSON representation includes a JSON serialization of the
+ raw objects in the PDF file as well as some computed information in
+ a more easily extracted format. QPDF provides some guarantees about
+ its JSON format. These guarantees are designed to simplify the
+ experience of a developer working with the JSON format.
+ <variablelist>
+ <varlistentry>
+ <term>Compatibility</term>
+ <listitem>
+ <para>
+ The top-level JSON object output is a dictionary. The JSON
+ output contains various nested dictionaries and arrays. With
+ the exception of dictionaries that are populated by the fields
+ of objects from the file, all instances of a dictionary are
+ guaranteed to have exactly the same keys. Future versions of
+ qpdf are free to add additional keys but not to remove keys or
+ change the type of object that a key points to. The qpdf
+ program validates this guarantee, and in the unlikely event
+ that a bug in qpdf should cause it to generate data that
+ doesn't conform to this rule, it will ask you to file a bug
+ report.
+ </para>
+ <para>
+ The top-level JSON structure contains a
+ &ldquo;<literal>version</literal>&rdquo; key whose value is
+ simple integer. The value of the <literal>version</literal> key
+ will be incremented if a non-compatible change is made. A
+ non-compatible change would be any change that involves removal
+ of a key, a change to the format of data pointed to by a key,
+ or a semantic change that requires a different interpretation
+ of a previously existing key. A strong effort will be made to
+ avoid breaking compatibility.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Documentation</term>
+ <listitem>
+ <para>
+ The <command>qpdf</command> command can be invoked with the
+ <option>--json-help</option> option. This will output a JSON
+ structure that has the same structure as the JSON output that
+ qpdf generates, except that each field in the help output is a
+ description of the corresponding field in the JSON output. The
+ specific guarantees are as follows:
+ <itemizedlist>
+ <listitem>
+ <para>
+ A dictionary in the help output means that the corresponding
+ location in the actual JSON output is also a dictionary with
+ exactly the same keys; that is, no keys present in help are
+ absent in the real output, and no keys will be present in
+ the real output that are not in help.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A string in the help output is a description of the item
+ that appears in the corresponding location of the actual
+ output. The corresponding output can have any format.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ An array in the help output always contains a single
+ element. It indicates that the corresponding location in the
+ actual output is also an array, and that each element of the
+ array has whatever format is implied by the single element
+ of the help output's array.
+ </para>
+ </listitem>
+ </itemizedlist>
+ For example, the help output indicates includes a
+ &ldquo;<literal>pagelabels</literal>&rdquo; key whose value is
+ an array of one element. That element is a dictionary with keys
+ &ldquo;<literal>index</literal>&rdquo; and
+ &ldquo;<literal>label</literal>&rdquo;. In addition to
+ describing the meaning of those keys, this tells you that the
+ actual JSON output will contain a <literal>pagelabels</literal>
+ array, each of whose elements is a dictionary that contains an
+ <literal>index</literal> key, a <literal>label</literal> key,
+ and no other keys.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Directness and Simplicity</term>
+ <listitem>
+ <para>
+ The JSON output contains the value of every object in the file,
+ but it also contains some processed data. This is analogous to
+ how qpdf's library interface works. The processed data is
+ similar to the helper functions in that it allows you to look
+ at certain aspects of the PDF file without having to understand
+ all the nuances of the PDF specification, while the raw objects
+ allow you to mine the PDF for anything that the higher-level
+ interfaces are lacking.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </sect1>
+ <sect1 id="json.limitations">
+ <title>Limitations of JSON Representation</title>
+ <para>
+ There are a few limitations to be aware of with the JSON structure:
+ <itemizedlist>
+ <listitem>
+ <para>
+ Strings, names, and indirect object references in the original
+ PDF file are all converted to strings in the JSON
+ representation. In the case of a &ldquo;normal&rdquo; PDF file,
+ you can tell the difference because a name starts with a slash
+ (<literal>/</literal>), and an indirect object reference looks
+ like <literal>n n R</literal>, but if there were to be a string
+ that looked like a name or indirect object reference, there
+ would be no way to tell this from the JSON output. Note that
+ there are certain cases where you know for sure what something
+ is, such as knowing that dictionary keys in objects are always
+ names and that certain things in the higher-level computed data
+ are known to contain indirect object references.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The JSON format doesn't support binary data very well. Mostly
+ the details are not important, but they are presented here for
+ information. When qpdf outputs a string in the JSON
+ representation, it converts the string to UTF-8, assuming usual
+ PDF string semantics. Specifically, if the original string is
+ UTF-16, it is converted to UTF-8. Otherwise, it is assumed to
+ have PDF doc encoding, and is converted to UTF-8 with that
+ assumption. This causes strange things to happen to binary
+ strings. For example, if you had the binary string
+ <literal>&lt;038051&gt;</literal>, this would be output to the
+ JSON as <literal>\u0003•Q</literal> because
+ <literal>03</literal> is not a printable character and
+ <literal>80</literal> is the bullet character in PDF doc
+ encoding and is mapped to the Unicode value
+ <literal>2022</literal>. Since <literal>51</literal> is
+ <literal>Q</literal>, it is output as is. If you wanted to
+ convert back from here to a binary string, would have to
+ recognize Unicode values whose code points are higher than
+ <literal>0xFF</literal> and map those back to their
+ corresponding PDF doc encoding characters. There is no way to
+ tell the difference between a Unicode string that was originally
+ encoded as UTF-16 or one that was converted from PDF doc
+ encoding. In other words, it's best if you don't try to use the
+ JSON format to extract binary strings from the PDF file, but if
+ you really had to, it could be done. Note that qpdf's
+ <option>--show-object</option> option does not have this
+ limitation and will reveal the string as encoded in the original
+ file.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect1>
+ <sect1 id="json.considerations">
+ <title>JSON: Special Considerations</title>
+ <para>
+ For the most part, the built-in JSON help tells you everything you
+ need to know about the JSON format, but there are a few
+ non-obvious things to be aware of:
+ <itemizedlist>
+ <listitem>
+ <para>
+ While qpdf guarantees that keys present in the help will be
+ present in the output, those fields may be null or empty if the
+ information is not known or absent in the file. Also, if you
+ specify <option>--json-keys</option>, the keys that are not
+ listed will be excluded entirely except for those that
+ <option>--json-help</option> says are always present.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In a few places, there are keys with names containing
+ <literal>pageposfrom1</literal>. The values of these keys are
+ null or an integer. If an integer, they point to a page index
+ within the file numbering from 1. Note that JSON indexes from
+ 0, and you would also use 0-based indexing using the API.
+ However, 1-based indexing is easier in this case because the
+ command-line syntax for specifying page ranges is 1-based. If
+ you were going to write a program that looked through the JSON
+ for information about specific pages and then use the
+ command-line to extract those pages, 1-based indexing is
+ easier. Besides, it's more convenient to subtract 1 from a
+ program in a real programming language than it is to add 1 from
+ shell code.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The image information included in the <literal>page</literal>
+ section of the JSON output includes the key
+ &ldquo;<literal>filterable</literal>&rdquo;. Note that the
+ value of this field may depend on the
+ <option>--decode-level</option> that you invoke qpdf with. The
+ JSON output includes a top-level key
+ &ldquo;<literal>parameters</literal>&rdquo; that indicates the
+ decode level used for computing whether a stream was
+ filterable. For example, jpeg images will be shown as not
+ filterable by default, but they will be shown as filterable if
+ you run <command>qpdf --json --decode-level=all</command>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect1>
</chapter>
<chapter id="ref.design">
<title>Design and Library Notes</title>
@@ -3240,6 +4302,830 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>8.4.0: February 1, 2019</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Command-line Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis>Non-compatible CLI change:</emphasis> The qpdf
+ command-line tool interprets passwords given at the
+ command-line differently from previous releases when the
+ passwords contain non-ASCII characters. In some cases, the
+ behavior differs from previous releases. For a discussion of
+ the current behavior, please see <xref
+ linkend="ref.unicode-passwords"/>. The incompatibilities are
+ as follows:
+ <itemizedlist>
+ <listitem>
+ <para>
+ On Windows, qpdf now receives all command-line options as
+ Unicode strings if it can figure out the appropriate
+ compile/link options. This is enabled at least for MSVC
+ and mingw builds. That means that if non-ASCII strings
+ are passed to the qpdf CLI in Windows, qpdf will now
+ correctly receive them. In the past, they would have
+ either been encoded as Windows code page 1252 (also known
+ as &ldquo;Windows ANSI&rdquo; or as something
+ unintelligible. In almost all cases, qpdf is able to
+ properly interpret Unicode arguments now, whereas in the
+ past, it would almost never interpret them properly. The
+ result is that non-ASCII passwords given to the qpdf CLI
+ on Windows now have a much greater chance of creating PDF
+ files that can be opened by a variety of readers. In the
+ past, usually files encrypted from the Windows CLI using
+ non-ASCII passwords would not be readable by most
+ viewers. Note that the current version of qpdf is able to
+ decrypt files that it previously created using the
+ previously supplied password.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The PDF specification requires passwords to be encoded as
+ UTF-8 for 256-bit encryption and with PDF Doc encoding
+ for 40-bit or 128-bit encryption. Older versions of qpdf
+ left it up to the user to provide passwords with the
+ correct encoding. The qpdf CLI now detects when a
+ password is given with UTF-8 encoding and automatically
+ transcodes it to what the PDF spec requires. While this
+ is almost always the correct behavior, it is possible to
+ override the behavior if there is some reason to do so.
+ This is discussed in more depth in <xref
+ linkend="ref.unicode-passwords"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New options <option>--externalize-inline-images</option>,
+ <option>--ii-min-bytes</option>, and
+ <option>--keep-inline-images</option> control qpdf's
+ handling of inline images and possible conversion of them to
+ regular images. By default,
+ <option>--optimize-images</option> now also applies to
+ inline images. These options are discussed in <xref
+ linkend="ref.advanced-transformation"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add options <option>--overlay</option> and
+ <option>--underlay</option> for overlaying or underlaying
+ pages of other files onto output pages. See <xref
+ linkend="ref.overlay-underlay"/> for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When opening an encrypted file with a password, if the
+ specified password doesn't work and the password contains
+ any non-ASCII characters, qpdf will try a number of
+ alternative passwords to try to compensate for possible
+ character encoding errors. This behavior can be suppressed
+ with the <option>--suppress-password-recovery</option>
+ option. See <xref linkend="ref.unicode-passwords"/> for a
+ full discussion.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add the <option>--password-mode</option> option to fine-tune
+ how qpdf interprets password arguments, especially when they
+ contain non-ASCII characters. See <xref
+ linkend="ref.unicode-passwords"/> for more information.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the <option>--pages</option> option, it is now possible
+ to copy the same page more than once from the same file
+ without using the previous workaround of specifying two
+ different paths to the same file.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the <option>--pages</option> option, allow use of
+ &ldquo;.&rdquo; as a shortcut for the primary input file.
+ That way, you can do <command>qpdf in.pdf --pages . 1-2 --
+ out.pdf</command> instead of having to repeat
+ <filename>in.pdf</filename> in the command.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When encrypting with 128-bit and 256-bit encryption, new
+ encryption options <option>--assemble</option>,
+ <option>--annotate</option>, <option>--form</option>, and
+ <option>--modify-other</option> allow more fine-grained
+ granularity in configuring options. Before, the
+ <option>--modify</option> option only configured certain
+ predefined groups of permissions.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Bug Fixes and Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis>Potential data-loss bug:</emphasis> Versions of
+ qpdf between 8.1.0 and 8.3.0 had a bug that could cause page
+ splitting and merging operations to drop some font or image
+ resources if the PDF file's internal structure shared these
+ resource lists across pages and if some but not all of the
+ pages in the output did not reference all the fonts and
+ images. Using the
+ <option>--preserve-unreferenced-resources</option> option
+ would work around the incorrect behavior. This bug was the
+ result of a typo in the code and a deficiency in the test
+ suite. The case that triggered the error was known, just not
+ handled properly. This case is now exercised in qpdf's test
+ suite and properly handled.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When optimizing images, detect and refuse to optimize
+ images that can't be converted to JPEG because of bit depth
+ or color space.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Linearization and page manipulation APIs now detect and
+ recover from files that have duplicate Page objects in the
+ pages tree.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Using older option <option>--stream-data=compress</option>
+ with object streams, object streams and xref streams were
+ not compressed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When the tokenizer returns inline image tokens, delimiters
+ following <literal>ID</literal> and <literal>EI</literal>
+ operators are no longer excluded. This makes it possible to
+ reliably extract the actual image data.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Library Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add method
+ <function>QPDFPageObjectHelper::externalizeInlineImages</function>
+ to convert inline images to regular images.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method
+ <function>QUtil::possible_repaired_encodings()</function> to
+ generate a list of strings that represent other ways the
+ given string could have been encoded. This is the method the
+ QPDF CLI uses to generate the strings it tries when
+ recovering incorrectly encoded Unicode passwords.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new versions of
+ <function>QPDFWriter::setR{3,4,5,6}EncryptionParameters</function>
+ that allow more granular setting of permissions bits. See
+ <filename>QPDFWriter.hh</filename> for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new versions of the transcoders from UTF-8 to
+ single-byte coding systems in <classname>QUtil</classname>
+ that report success or failure rather than just substituting
+ a specified unknown character.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method <function>QUtil::analyze_encoding()</function> to
+ determine whether a string has high-bit characters and is
+ appears to be UTF-16 or valid UTF-8 encoding.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new method
+ <function>QPDFPageObjectHelper::shallowCopyPage()</function>
+ to copy a new page that is a &ldquo;shallow copy&rdquo; of a
+ page. The resulting object is an indirect object ready to be
+ passed to
+ <function>QPDFPageDocumentHelper::addPage()</function> for
+ either the original <classname>QPDF</classname> object or a
+ different one. This is what the <command>qpdf</command>
+ command-line tool uses to copy the same page multiple times
+ from the same file during splitting and merging operations.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method <function>QPDF::getUniqueId()</function>, which
+ returns a unique identifier for the given QPDF object. The
+ identifier will be unique across the life of the
+ application. The returned value can be safely used as a map
+ key.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method <function>QPDF::setImmediateCopyFrom</function>.
+ This further enhances qpdf's ability to allow a
+ <classname>QPDF</classname> object from which objects are
+ being copied to go out of scope before the destination
+ object is written. If you call this method on a
+ <classname>QPDF</classname> instances, objects copied
+ <emphasis>from</emphasis> this instance will be copied
+ immediately instead of lazily. This option uses more memory
+ but allows the source object to go out of scope before the
+ destination object is written in all cases. See comments in
+ <filename>QPDF.hh</filename> for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method
+ <function>QPDFPageObjectHelper::getAttribute</function> for
+ retrieving an attribute from the page dictionary taking
+ inheritance into consideration, and optionally making a copy
+ if your intention is to modify the attribute.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix long-standing limitation of
+ <function>QPDFPageObjectHelper::getPageImages</function> so
+ that it now properly reports images from inherited resources
+ dictionaries, eliminating the need to call
+ <function>QPDFPageDocumentHelper::pushInheritedAttributesToPage</function>
+ in this case.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method
+ <function>QPDFObjectHandle::getUniqueResourceName</function>
+ for finding an unused name in a resource dictionary.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method
+ <function>QPDFPageObjectHelper::getFormXObjectForPage</function>
+ for generating a form XObject equivalent to a page. The
+ resulting object can be used in the same file or copied to
+ another file with <function>copyForeignObject</function>.
+ This can be useful for implementing underlay, overlay, n-up,
+ thumbnails, or any other functionality requiring replication
+ of pages in other contexts.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method
+ <function>QPDFPageObjectHelper::placeFormXObject</function>
+ for generating content stream text that places a given form
+ XObject on a page, centered and fit within a specified
+ rectangle. This method takes care of computing the proper
+ transformation matrix and may optionally compensate for
+ rotation or scaling of the destination page.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Build Improvements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add new configure option
+ <option>--enable-avoid-windows-handle</option>, which causes
+ the preprocessor symbol
+ <literal>AVOID_WINDOWS_HANDLE</literal> to be defined. When
+ defined, qpdf will avoid referencing the Windows
+ <classname>HANDLE</classname> type, which is disallowed with
+ certain versions of the Windows SDK.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ For Windows builds, attempt to determine what options, if
+ any, have to be passed to the compiler and linker to enable
+ use of <function>wmain</function>. This causes the
+ preprocessor symbol <literal>WINDOWS_WMAIN</literal> to be
+ defined. If you do your own builds with other compilers, you
+ can define this symbol to cause <function>wmain</function>
+ to be used. This is needed to allow the Windows
+ <command>qpdf</command> command to receive Unicode
+ command-line options.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>8.3.0: January 7, 2019</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Command-line Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Shell completion: you can now use eval <command>$(qpdf
+ --completion-bash)</command> and eval <command>$(qpdf
+ --completion-zsh)</command> to enable shell completion for
+ bash and zsh.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Page numbers (also known as page labels) are now preserved
+ when merging and splitting files with the
+ <option>--pages</option> and <option>--split-pages</option>
+ options.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bookmarks are partially preserved when splitting pages with
+ the <option>--split-pages</option> option. Specifically, the
+ outlines dictionary and some supporting metadata are copied
+ into the split files. The result is that all bookmarks from
+ the original file appear, those that point to pages that are
+ preserved work, and those that point to pages that are not
+ preserved don't do anything. This is an interim step toward
+ proper support for bookmarks in splitting and merging
+ operations.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Page collation: add new option <option>--collate</option>.
+ When specified, the semantics of <option>--pages</option>
+ change from concatenation to collation. See <xref
+ linkend="ref.page-selection"/> for examples and discussion.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Generation of information in JSON format, primarily to
+ facilitate use of qpdf from languages other than C++. Add
+ new options <option>--json</option>,
+ <option>--json-key</option>, and
+ <option>--json-object</option> to generate a JSON
+ representation of the PDF file. Run <command>qpdf
+ --json-help</command> to get a description of the JSON
+ format. For more information, see <xref linkend="ref.json"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <option>--generate-appearances</option> flag will cause
+ qpdf to generate appearances for form fields if the PDF file
+ indicates that form field appearances are out of date. This
+ can happen when PDF forms are filled in by a program that
+ doesn't know how to regenerate the appearances of the
+ filled-in fields.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <option>--flatten-annotations</option> flag can be used
+ to <emphasis>flatten</emphasis> annotations, including form
+ fields. Ordinarily, annotations are drawn separately from
+ the page. Flattening annotations is the process of combining
+ their appearances into the page's contents. You might want
+ to do this if you are going to rotate or combine pages using
+ a tool that doesn't understand about annotations. You may
+ also want to use <option>--generate-appearances</option>
+ when using this flag since annotations for outdated form
+ fields are not flattened as that would cause loss of
+ information.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <option>--optimize-images</option> flag tells qpdf to
+ recompresses every image using DCT (JPEG) compression as
+ long as the image is not already compressed with lossy
+ compression and recompressing the image reduces its size.
+ The additional options <option>--oi-min-width</option>,
+ <option>--oi-min-height</option>, and
+ <option>--oi-min-area</option> prevent recompression of
+ images whose width, height, or pixel area
+ (width&nbsp;&#xd7;&nbsp;height) are below a specified
+ threshold.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <option>--show-object</option> option can now be given
+ as <option>--show-object=trailer</option> to show the
+ trailer dictionary.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Bug Fixes and Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ QPDF now automatically detects and recovers from dangling
+ references. If a PDF file contained an indirect reference to
+ a non-existent object, which is valid, when adding a new
+ object to the file, it was possible for the new object to
+ take the object ID of the dangling reference, thereby
+ causing the dangling reference to point to the new object.
+ This case is now prevented.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fixes to form field setting code: strings are always written
+ in UTF-16 format, and checkboxes and radio buttons are
+ handled properly with respect to synchronization of values
+ and appearance states.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <function>QPDF::checkLinearization()</function> no
+ longer causes the program to crash when it detects problems
+ with linearization data. Instead, it issues a normal warning
+ or error.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Ordinarily qpdf treats an argument of the form
+ <option>@file</option> to mean that command-line options
+ should be read from <filename>file</filename>. Now, if
+ <filename>file</filename> does not exist but
+ <filename>@file</filename> does, qpdf will treat
+ <filename>@file</filename> as a regular option. This makes
+ it possible to work more easily with PDF files whose names
+ happen to start with the <literal>@</literal> character.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Library Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Remove the restriction in most cases that the source QPDF
+ object used in a
+ <function>QPDF::copyForeignObject</function> call has to
+ stick around until the destination QPDF is written. The
+ exceptional case is when the source stream gets is data
+ using a QPDFObjectHandle::StreamDataProvider. For a more
+ in-depth discussion, see comments around
+ <function>copyForeignObject</function> in
+ <filename>QPDF.hh</filename>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new method
+ <function>QPDFWriter::getFinalVersion()</function>, which
+ returns the PDF version that will ultimately be written to
+ the final file. See comments in
+ <filename>QPDFWriter.hh</filename> for some restrictions on
+ its use.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add several methods for transcoding strings to some of the
+ character sets used in PDF files:
+ <function>QUtil::utf8_to_ascii</function>,
+ <function>QUtil::utf8_to_win_ansi</function>,
+ <function>QUtil::utf8_to_mac_roman</function>, and
+ <function>QUtil::utf8_to_utf16</function>. For the
+ single-byte encodings that support only a limited character
+ sets, these methods replace unsupported characters with a
+ specified substitute.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new methods to
+ <classname>QPDFAnnotationObjectHelper</classname> and
+ <classname>QPDFFormFieldObjectHelper</classname> for
+ querying flags and interpretation of different field types.
+ Define constants in <filename>qpdf/Constants.h</filename> to
+ help with interpretation of flag values.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new methods
+ <function>QPDFAcroFormDocumentHelper::generateAppearancesIfNeeded</function>
+ and
+ <function>QPDFFormFieldObjectHelper::generateAppearance</function>
+ for generating appearance streams. See discussion in
+ <filename>QPDFFormFieldObjectHelper.hh</filename> for
+ limitations.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add two new helper functions for dealing with resource
+ dictionaries:
+ <function>QPDFObjectHandle::getResourceNames()</function>
+ returns a list of all second-level keys, which correspond to
+ the names of resources, and
+ <function>QPDFObjectHandle::mergeResources()</function>
+ merges two resources dictionaries as long as they have
+ non-conflicting keys. These methods are useful for certain
+ types of objects that resolve resources from multiple places,
+ such as form fields.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add methods
+ <function>QPDFPageDocumentHelper::flattenAnnotations()</function>
+ and
+ <function>QPDFAnnotationObjectHelper::getPageContentForAppearance()</function>
+ for handling low-level details of annotation flattening.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new helper classes:
+ <classname>QPDFOutlineDocumentHelper</classname>,
+ <classname>QPDFOutlineObjectHelper</classname>,
+ <classname>QPDFPageLabelDocumentHelper</classname>,
+ <classname>QPDFNameTreeObjectHelper</classname>, and
+ <classname>QPDFNumberTreeObjectHelper</classname>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add method <function>QPDFObjectHandle::getJSON()</function>
+ that returns a JSON representation of the object. Call
+ <function>serialize()</function> on the result to convert it
+ to a string.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add a simple JSON serializer. This is not a complete or
+ general-purpose JSON library. It allows assembly and
+ serialization of JSON structures with some restrictions,
+ which are described in the header file. This is the
+ serializer used by qpdf's new JSON representation.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new <classname>QPDFObjectHandle::Matrix</classname>
+ class along with a few convenience methods for dealing with
+ six-element numerical arrays as matrices.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new method
+ <function>QPDFObjectHandle::wrapInArray</function>, which returns
+ the object itself if it is an array, or an array containing
+ the object otherwise. This is a common construct in PDF.
+ This method prevents you from having to explicitly test
+ whether something is a single element or an array.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Build Improvements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ It is no longer necessary to run
+ <command>autogen.sh</command> to build from a pristine
+ checkout. Automatically generated files are now committed so
+ that it is possible to build on platforms without autoconf
+ directly from a clean checkout of the repository. The
+ <command>configure</command> script detects if the files are
+ out of date when it also determines that the tools are
+ present to regenerate them.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Pull requests and the master branch are now built
+ automatically in <ulink
+ url="https://dev.azure.com/qpdf/qpdf/_build">Azure
+ Pipelines</ulink>, which is free for open source projects.
+ The build includes Linux, mac, Windows 32-bit and 64-bit
+ with mingw and MSVC, and an AppImage build. Official qpdf
+ releases are now built with Azure Pipelines.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Notes for Packagers
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ A new section has been added to the documentation with notes
+ for packagers. Please see <xref linkend="ref.packaging"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The qpdf detects out-of-date automatically generated files.
+ If your packaging system automatically refreshes libtool or
+ autoconf files, it could cause this check to fail. To avoid
+ this problem, pass
+ <option>--disable-check-autofiles</option> to
+ <command>configure</command>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you would like to have qpdf completion enabled
+ automatically, you can install completion files in the
+ distribution's default location. You can find sample
+ completion files to install in the
+ <filename>completions</filename> directory.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>8.2.1: August 18, 2018</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Command-line Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add
+ <option>--keep-files-open=<replaceable>[yn]</replaceable></option>
+ to override default determination of whether to keep files
+ open when merging. Please see the discussion of
+ <option>--keep-files-open</option> in <xref
+ linkend="ref.basic-options"/> for additional details.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>8.2.0: August 16, 2018</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Command-line Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add <option>--no-warn</option> option to suppress issuing
+ warning messages. If there are any conditions that would
+ have caused warnings to be issued, the exit status is still
+ 3.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Bug Fixes and Optimizations
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Performance fix: optimize page merging operation to avoid
+ unnecessary open/close calls on files being merged. This
+ solves a dramatic slow-down that was observed when merging
+ certain types of files.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Optimize how memory was used for the TIFF predictor,
+ drastically improving performance and memory usage for files
+ containing high-resolution images compressed with Flate
+ using the TIFF predictor.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: end of line characters were not properly handled
+ inside strings in some cases.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: using <option>--progress</option> on very small
+ files could cause an infinite loop.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ API enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add new class <classname>QPDFSystemError</classname>, derived
+ from <classname>std::runtime_error</classname>, which is now
+ thrown by <function>QUtil::throw_system_error</function>.
+ This enables the triggering <classname>errno</classname>
+ value to be retrieved.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add <function>ClosedFileInputSource::stayOpen</function>
+ method, enabling a
+ <classname>ClosedFileInputSource</classname> to stay open
+ during manually indicated periods of high activity, thus
+ reducing the overhead of frequent open/close operations.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Build Changes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the mingw builds, change the name of the DLL import
+ library from <filename>libqpdf.a</filename> to
+ <filename>libqpdf.dll.a</filename> to more accurately
+ reflect that it is an import library rather than a static
+ library. This potentially clears the way for supporting a
+ static library in the future, though presently, the qpdf
+ Windows build only builds the DLL and executables.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>8.1.0: June 23, 2018</term>
<listitem>
<itemizedlist>
@@ -3872,8 +5758,6 @@ print "\n";
</itemizedlist>
</listitem>
</varlistentry>
- </variablelist>
- <variablelist>
<varlistentry>
<term>6.0.0: November 10, 2015</term>
<listitem>
diff --git a/manual/qpdf.1.in b/manual/qpdf.1.in
index 3ecec565..18c6f704 100644
--- a/manual/qpdf.1.in
+++ b/manual/qpdf.1.in
@@ -1,11 +1,11 @@
-\" This file is not processed by autoconf, but rather by build.mk in
-\" the manual directory.
+.\" This file is not processed by autoconf, but rather by build.mk in
+.\" the manual directory.
.TH QPDF "1" "April 2008" "qpdf version @PACKAGE_VERSION@" "User Commands"
.SH NAME
qpdf \- PDF transformation software
.SH SYNOPSIS
.B qpdf
-[ \fIoptions \fR] \fIinfilename [ outfilename ]\fR
+.RI "[ " options " ] " infilename " [ " outfilename " ]"
.SH DESCRIPTION
The qpdf program is used to convert one PDF file to another equivalent
PDF file. It is capable of performing a variety of transformations
@@ -15,5 +15,5 @@ options for inspecting or checking PDF files, some of which are
useful primarily to PDF developers.
.PP
For a summary of qpdf's options, please run
-\fBqpdf --help\fR. A complete manual can be found in
+\fBqpdf \-\-help\fR. A complete manual can be found in
@docdir@/qpdf-manual.html or @docdir@/qpdf-manual.pdf.
diff --git a/qpdf/build.mk b/qpdf/build.mk
index 21e7bb17..40de3617 100644
--- a/qpdf/build.mk
+++ b/qpdf/build.mk
@@ -18,6 +18,9 @@ TC_SRCS_qpdf = $(wildcard libqpdf/*.cc) $(wildcard qpdf/*.cc)
# -----
+XCXXFLAGS_qpdf_qpdf := $(WINDOWS_WMAIN_COMPILE)
+XLDFLAGS_qpdf_qpdf := $(WINDOWS_WMAIN_LINK)
+
$(foreach B,$(BINS_qpdf),$(eval \
OBJS_$(B) = $(call src_to_obj,qpdf/$(B).cc)))
$(foreach B,$(CBINS_qpdf),$(eval \
@@ -29,7 +32,7 @@ endif
$(foreach B,$(BINS_qpdf),$(eval \
$(OBJS_$(B)): qpdf/$(OUTPUT_DIR)/%.$(OBJ): qpdf/$(B).cc ; \
- $(call compile,qpdf/$(B).cc,$(INCLUDES_qpdf))))
+ $(call compile,qpdf/$(B).cc,$(INCLUDES_qpdf),$(XCXXFLAGS_qpdf_$(B)))))
$(foreach B,$(CBINS_qpdf),$(eval \
$(OBJS_$(B)): qpdf/$(OUTPUT_DIR)/%.$(OBJ): qpdf/$(B).c ; \
@@ -37,4 +40,4 @@ $(foreach B,$(CBINS_qpdf),$(eval \
$(foreach B,$(BINS_qpdf) $(CBINS_qpdf),$(eval \
qpdf/$(OUTPUT_DIR)/$(call binname,$(B)): $(OBJS_$(B)) ; \
- $(call makebin,$(OBJS_$(B)),$$@,$(LDFLAGS_libqpdf) $(LDFLAGS),$(LIBS_libqpdf) $(LIBS))))
+ $(call makebin,$(OBJS_$(B)),$$@,$(LDFLAGS_libqpdf) $(LDFLAGS) $(XLDFLAGS_qpdf_$(B)),$(LIBS_libqpdf) $(LIBS))))
diff --git a/qpdf/qpdf-ctest.c b/qpdf/qpdf-ctest.c
index 8b9c36ce..6b535796 100644
--- a/qpdf/qpdf-ctest.c
+++ b/qpdf/qpdf-ctest.c
@@ -303,9 +303,10 @@ static void test12(char const* infile,
qpdf_read(qpdf, infile, password);
qpdf_init_write(qpdf, outfile);
qpdf_set_static_ID(qpdf, QPDF_TRUE);
- qpdf_set_r3_encryption_parameters(
+ qpdf_set_r3_encryption_parameters2(
qpdf, "user2", "owner2", QPDF_TRUE, QPDF_TRUE,
- qpdf_r3p_low, qpdf_r3m_all);
+ QPDF_TRUE, QPDF_TRUE, QPDF_TRUE, QPDF_TRUE,
+ qpdf_r3p_low);
qpdf_write(qpdf);
report_errors();
}
@@ -350,9 +351,10 @@ static void test15(char const* infile,
qpdf_init_write(qpdf, outfile);
qpdf_set_static_ID(qpdf, QPDF_TRUE);
qpdf_set_static_aes_IV(qpdf, QPDF_TRUE);
- qpdf_set_r4_encryption_parameters(
+ qpdf_set_r4_encryption_parameters2(
qpdf, "user2", "owner2", QPDF_TRUE, QPDF_TRUE,
- qpdf_r3p_low, qpdf_r3m_all, QPDF_TRUE, QPDF_TRUE);
+ QPDF_TRUE, QPDF_TRUE, QPDF_TRUE, QPDF_TRUE,
+ qpdf_r3p_low, QPDF_TRUE, QPDF_TRUE);
qpdf_write(qpdf);
report_errors();
}
@@ -405,9 +407,10 @@ static void test17(char const* infile,
qpdf_init_write(qpdf, outfile);
qpdf_set_static_ID(qpdf, QPDF_TRUE);
qpdf_set_static_aes_IV(qpdf, QPDF_TRUE);
- qpdf_set_r5_encryption_parameters(
+ qpdf_set_r5_encryption_parameters2(
qpdf, "user3", "owner3", QPDF_TRUE, QPDF_TRUE,
- qpdf_r3p_low, qpdf_r3m_all, QPDF_TRUE);
+ QPDF_TRUE, QPDF_TRUE, QPDF_TRUE, QPDF_TRUE,
+ qpdf_r3p_low, QPDF_TRUE);
qpdf_write(qpdf);
report_errors();
}
@@ -421,9 +424,10 @@ static void test18(char const* infile,
qpdf_init_write(qpdf, outfile);
qpdf_set_static_ID(qpdf, QPDF_TRUE);
qpdf_set_static_aes_IV(qpdf, QPDF_TRUE);
- qpdf_set_r6_encryption_parameters(
+ qpdf_set_r6_encryption_parameters2(
qpdf, "user4", "owner4", QPDF_TRUE, QPDF_TRUE,
- qpdf_r3p_low, qpdf_r3m_all, QPDF_TRUE);
+ QPDF_TRUE, QPDF_TRUE, QPDF_TRUE, QPDF_TRUE,
+ qpdf_r3p_low, QPDF_TRUE);
qpdf_write(qpdf);
report_errors();
}
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 50352f6c..17484b3f 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -8,13 +8,19 @@
#include <qpdf/QUtil.hh>
#include <qpdf/QTC.hh>
#include <qpdf/ClosedFileInputSource.hh>
+#include <qpdf/FileInputSource.hh>
#include <qpdf/Pl_StdioFile.hh>
#include <qpdf/Pl_Discard.hh>
+#include <qpdf/Pl_DCT.hh>
+#include <qpdf/Pl_Count.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFPageDocumentHelper.hh>
#include <qpdf/QPDFPageObjectHelper.hh>
+#include <qpdf/QPDFPageLabelDocumentHelper.hh>
+#include <qpdf/QPDFOutlineDocumentHelper.hh>
+#include <qpdf/QPDFAcroFormDocumentHelper.hh>
#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDFWriter.hh>
@@ -52,6 +58,32 @@ struct RotationSpec
bool relative;
};
+enum password_mode_e { pm_bytes, pm_hex_bytes, pm_unicode, pm_auto };
+
+struct UnderOverlay
+{
+ UnderOverlay(char const* which) :
+ which(which),
+ filename(0),
+ password(0),
+ to_nr("1-z"),
+ from_nr("1-z"),
+ repeat_nr("")
+ {
+ }
+
+ std::string which;
+ char const* filename;
+ char const* password;
+ char const* to_nr;
+ char const* from_nr;
+ char const* repeat_nr;
+ PointerHolder<QPDF> pdf;
+ std::vector<int> to_pagenos;
+ std::vector<int> from_pagenos;
+ std::vector<int> repeat_pagenos;
+};
+
struct Options
{
Options() :
@@ -61,11 +93,14 @@ struct Options
split_pages(0),
verbose(false),
progress(false),
+ suppress_warnings(false),
copy_encryption(false),
encryption_file(0),
encryption_file_password(0),
encrypt(false),
password_is_hex_key(false),
+ suppress_password_recovery(false),
+ password_mode(pm_auto),
keylen(0),
r2_print(true),
r2_modify(true),
@@ -73,8 +108,11 @@ struct Options
r2_annotate(true),
r3_accessibility(true),
r3_extract(true),
+ r3_assemble(true),
+ r3_annotate_and_form(true),
+ r3_form_filling(true),
+ r3_modify_other(true),
r3_print(qpdf_r3p_full),
- r3_modify(qpdf_r3m_all),
force_V4(false),
force_R5(false),
cleartext_metadata(false),
@@ -94,8 +132,14 @@ struct Options
qdf_mode(false),
preserve_unreferenced_objects(false),
preserve_unreferenced_page_resources(false),
+ keep_files_open(true),
+ keep_files_open_set(false),
newline_before_endstream(false),
coalesce_contents(false),
+ flatten_annotations(false),
+ flatten_annotations_required(0),
+ flatten_annotations_forbidden(an_invisible | an_hidden),
+ generate_appearances(false),
show_npages(false),
deterministic_id(false),
static_id(false),
@@ -106,13 +150,26 @@ struct Options
check_linearization(false),
show_linearization(false),
show_xref(false),
+ show_trailer(false),
show_obj(0),
show_gen(0),
show_raw_stream_data(false),
show_filtered_stream_data(false),
show_pages(false),
show_page_images(false),
+ collate(false),
+ json(false),
check(false),
+ optimize_images(false),
+ externalize_inline_images(false),
+ keep_inline_images(false),
+ oi_min_width(128), // Default values for these
+ oi_min_height(128), // oi flags are in --help
+ oi_min_area(16384), // and in the manual.
+ ii_min_bytes(1024), //
+ underlay("underlay"),
+ overlay("overlay"),
+ under_overlay(0),
require_outfile(true),
infilename(0),
outfilename(0)
@@ -125,11 +182,14 @@ struct Options
int split_pages;
bool verbose;
bool progress;
+ bool suppress_warnings;
bool copy_encryption;
char const* encryption_file;
char const* encryption_file_password;
bool encrypt;
bool password_is_hex_key;
+ bool suppress_password_recovery;
+ password_mode_e password_mode;
std::string user_password;
std::string owner_password;
int keylen;
@@ -139,8 +199,11 @@ struct Options
bool r2_annotate;
bool r3_accessibility;
bool r3_extract;
+ bool r3_assemble;
+ bool r3_annotate_and_form;
+ bool r3_form_filling;
+ bool r3_modify_other;
qpdf_r3_print_e r3_print;
- qpdf_r3_modify_e r3_modify;
bool force_V4;
bool force_R5;
bool cleartext_metadata;
@@ -160,9 +223,15 @@ struct Options
bool qdf_mode;
bool preserve_unreferenced_objects;
bool preserve_unreferenced_page_resources;
+ bool keep_files_open;
+ bool keep_files_open_set;
bool newline_before_endstream;
std::string linearize_pass1;
bool coalesce_contents;
+ bool flatten_annotations;
+ int flatten_annotations_required;
+ int flatten_annotations_forbidden;
+ bool generate_appearances;
std::string min_version;
std::string force_version;
bool show_npages;
@@ -175,13 +244,28 @@ struct Options
bool check_linearization;
bool show_linearization;
bool show_xref;
+ bool show_trailer;
int show_obj;
int show_gen;
bool show_raw_stream_data;
bool show_filtered_stream_data;
bool show_pages;
bool show_page_images;
+ bool collate;
+ bool json;
+ std::set<std::string> json_keys;
+ std::set<std::string> json_objects;
bool check;
+ bool optimize_images;
+ bool externalize_inline_images;
+ bool keep_inline_images;
+ size_t oi_min_width;
+ size_t oi_min_height;
+ size_t oi_min_area;
+ size_t ii_min_bytes;
+ UnderOverlay underlay;
+ UnderOverlay overlay;
+ UnderOverlay* under_overlay;
std::vector<PageSpec> page_specs;
std::map<std::string, RotationSpec> rotations;
bool require_outfile;
@@ -192,6 +276,7 @@ struct Options
struct QPDFPageData
{
QPDFPageData(std::string const& filename, QPDF* qpdf, char const* range);
+ QPDFPageData(QPDFPageData const& other, int page);
std::string filename;
QPDF* qpdf;
@@ -230,296 +315,2080 @@ ProgressReporter::reportProgress(int percentage)
<< percentage << "%" << std::endl;
}
-// Note: let's not be too noisy about documenting the fact that this
-// software purposely fails to enforce the distinction between user
-// and owner passwords. A user password is sufficient to gain full
-// access to the PDF file, so there is nothing this software can do
-// with an owner password that it couldn't do with a user password
-// other than changing the /P value in the encryption dictionary.
-// (Setting this value requires the owner password.) The
-// documentation discusses this as well.
-
-static char const* help = "\
-\n\
-Usage: qpdf [ options ] { infilename | --empty } [ outfilename ]\n\
-\n\
-An option summary appears below. Please see the documentation for details.\n\
-\n\
-If @filename appears anywhere in the command-line, each line of filename\n\
-will be interpreted as an argument. No interpolation is done. Line\n\
-terminators are stripped. @- can be specified to read from standard input.\n\
-\n\
-Note that when contradictory options are provided, whichever options are\n\
-provided last take precedence.\n\
-\n\
-\n\
-Basic Options\n\
--------------\n\
-\n\
---version show version of qpdf\n\
---copyright show qpdf's copyright and license information\n\
---help show command-line argument help\n\
---password=password specify a password for accessing encrypted files\n\
---verbose provide additional informational output\n\
---progress give progress indicators while writing output\n\
---linearize generated a linearized (web optimized) file\n\
---copy-encryption=file copy encryption parameters from specified file\n\
---encryption-file-password=password\n\
- password used to open the file from which encryption\n\
- parameters are being copied\n\
---encrypt options -- generate an encrypted file\n\
---decrypt remove any encryption on the file\n\
---password-is-hex-key treat primary password option as a hex-encoded key\n\
---pages options -- select specific pages from one or more files\n\
---rotate=[+|-]angle[:page-range]\n\
- rotate each specified page 90, 180, or 270 degrees;\n\
- rotate all pages if no page range is given\n\
---split-pages=[n] write each output page to a separate file\n\
-\n\
-Note that you can use the @filename or @- syntax for any argument at any\n\
-point in the command. This provides a good way to specify a password without\n\
-having to explicitly put it on the command line.\n\
-\n\
-If none of --copy-encryption, --encrypt or --decrypt are given, qpdf will\n\
-preserve any encryption data associated with a file.\n\
-\n\
-Note that when copying encryption parameters from another file, all\n\
-parameters will be copied, including both user and owner passwords, even\n\
-if the user password is used to open the other file. This works even if\n\
-the owner password is not known.\n\
-\n\
-The --password-is-hex-key option overrides the normal computation of\n\
-encryption keys. It only applies to the password used to open the main\n\
-file. This option is not ordinarily useful but can be helpful for forensic\n\
-or investigatory purposes. See manual for further discussion.\n\
-\n\
-The --rotate flag can be used to specify pages to rotate pages either\n\
-90, 180, or 270 degrees. The page range is specified in the same\n\
-format as with the --pages option, described below. Repeat the option\n\
-to rotate multiple groups of pages. If the angle is preceded by + or -,\n\
-it is added to or subtracted from the original rotation. Otherwise, the\n\
-rotation angle is set explicitly to the given value.\n\
-\n\
-If --split-pages is specified, each page is written to a separate output\n\
-file. File names are generated as follows:\n\
-* If the string %d appears in the output file name, it is replaced with a\n\
- zero-padded page range starting from 1\n\
-* Otherwise, if the output file name ends in .pdf (case insensitive), a\n\
- zero-padded page range, preceded by a dash, is inserted before the file\n\
- extension\n\
-* Otherwise, the file name is appended with a zero-padded page range\n\
- preceded by a dash.\n\
-Page ranges are single page numbers for single-page groups or first-last\n\
-for multipage groups.\n\
-\n\
-\n\
-Encryption Options\n\
-------------------\n\
-\n\
- --encrypt user-password owner-password key-length flags --\n\
-\n\
-Note that -- terminates parsing of encryption flags.\n\
-\n\
-Either or both of the user password and the owner password may be\n\
-empty strings.\n\
-\n\
-key-length may be 40, 128, or 256\n\
-\n\
-Additional flags are dependent upon key length.\n\
-\n\
- If 40:\n\
-\n\
- --print=[yn] allow printing\n\
- --modify=[yn] allow document modification\n\
- --extract=[yn] allow text/graphic extraction\n\
- --annotate=[yn] allow comments and form fill-in and signing\n\
-\n\
- If 128:\n\
-\n\
- --accessibility=[yn] allow accessibility to visually impaired\n\
- --extract=[yn] allow other text/graphic extraction\n\
- --print=print-opt control printing access\n\
- --modify=modify-opt control modify access\n\
- --cleartext-metadata prevents encryption of metadata\n\
- --use-aes=[yn] indicates whether to use AES encryption\n\
- --force-V4 forces use of V=4 encryption handler\n\
-\n\
- If 256, options are the same as 128 with these exceptions:\n\
- --force-V4 this option is not available with 256-bit keys\n\
- --use-aes this option is always on with 256-bit keys\n\
- --force-R5 forces use of deprecated R=5 encryption\n\
-\n\
- print-opt may be:\n\
-\n\
- full allow full printing\n\
- low allow only low-resolution printing\n\
- none disallow printing\n\
-\n\
- modify-opt may be:\n\
-\n\
- all allow full document modification\n\
- annotate allow comment authoring and form operations\n\
- form allow form field fill-in and signing\n\
- assembly allow document assembly only\n\
- none allow no modifications\n\
-\n\
-The default for each permission option is to be fully permissive.\n\
-\n\
-Specifying cleartext-metadata forces the PDF version to at least 1.5.\n\
-Specifying use of AES forces the PDF version to at least 1.6. These\n\
-options are both off by default.\n\
-\n\
-The --force-V4 flag forces the V=4 encryption handler introduced in PDF 1.5\n\
-to be used even if not otherwise needed. This option is primarily useful\n\
-for testing qpdf and has no other practical use.\n\
-\n\
-\n\
-Page Selection Options\n\
-----------------------\n\
-\n\
-These options allow pages to be selected from one or more PDF files.\n\
-Whatever file is given as the primary input file is used as the\n\
-starting point, but its pages are replaced with pages as specified.\n\
-\n\
---pages file [ --password=password ] [ page-range ] ... --\n\
-\n\
-For each file that pages should be taken from, specify the file, a\n\
-password needed to open the file (if any), and a page range. The\n\
-password needs to be given only once per file. If any of the input\n\
-files are the same as the primary input file or the file used to copy\n\
-encryption parameters (if specified), you do not need to repeat the\n\
-password here. The same file can be repeated multiple times. All\n\
-non-page data (info, outlines, page numbers, etc. are taken from the\n\
-primary input file. To discard this, use --empty as the primary\n\
-input.\n\
-\n\
-The page range is a set of numbers separated by commas, ranges of\n\
-numbers separated dashes, or combinations of those. The character\n\
-\"z\" represents the last page. A number preceded by an \"r\" indicates\n\
-to count from the end, so \"r3-r1\" would be the last three pages of the\n\
-document. Pages can appear in any order. Ranges can appear with a\n\
-high number followed by a low number, which causes the pages to appear in\n\
-reverse. Repeating a number will cause an error, but the manual discusses\n\
-a workaround should you really want to include the same page twice.\n\
-\n\
-If the page range is omitted, the range of 1-z is assumed. qpdf decides\n\
-that the page range is omitted if the range argument is either -- or a\n\
-valid file name and not a valid range.\n\
-\n\
-See the manual for examples and a discussion of additional subtleties.\n\
-\n\
-\n\
-Advanced Parsing Options\n\
--------------------------------\n\
-\n\
-These options control aspects of how qpdf reads PDF files. Mostly these are\n\
-of use to people who are working with damaged files. There is little reason\n\
-to use these options unless you are trying to solve specific problems.\n\
-\n\
---suppress-recovery prevents qpdf from attempting to recover damaged files\n\
---ignore-xref-streams tells qpdf to ignore any cross-reference streams\n\
-\n\
-\n\
-Advanced Transformation Options\n\
--------------------------------\n\
-\n\
-These transformation options control fine points of how qpdf creates\n\
-the output file. Mostly these are of use only to people who are very\n\
-familiar with the PDF file format or who are PDF developers.\n\
-\n\
---stream-data=option controls transformation of stream data (below)\n\
---compress-streams=[yn] controls whether to compress streams on output\n\
---decode-level=option controls how to filter streams from the input\n\
---normalize-content=[yn] enables or disables normalization of content streams\n\
---object-streams=mode controls handing of object streams\n\
---preserve-unreferenced preserve unreferenced objects\n\
---preserve-unreferenced-resources\n\
- preserve unreferenced page resources\n\
---newline-before-endstream always put a newline before endstream\n\
---coalesce-contents force all pages' content to be a single stream\n\
---qdf turns on \"QDF mode\" (below)\n\
---linearize-pass1=file write intermediate pass of linearized file\n\
- for debugging\n\
---min-version=version sets the minimum PDF version of the output file\n\
---force-version=version forces this to be the PDF version of the output file\n\
-\n\
-Version numbers may be expressed as major.minor.extension-level, so 1.7.3\n\
-means PDF version 1.7 at extension level 3.\n\
-\n\
-Values for stream data options:\n\
-\n\
- compress recompress stream data when possible (default)\n\
- preserve leave all stream data as is\n\
- uncompress uncompress stream data when possible\n\
-\n\
-Values for object stream mode:\n\
-\n\
- preserve preserve original object streams (default)\n\
- disable don't write any object streams\n\
- generate use object streams wherever possible\n\
-\n\
-When --compress-streams=n is specified, this overrides the default behavior\n\
-of qpdf, which is to attempt compress uncompressed streams. Setting\n\
-stream data mode to uncompress or preserve has the same effect.\n\
-\n\
-The --decode-level parameter may be set to one of the following values:\n\
- none do not decode streams\n\
- generalized decode streams compressed with generalized filters\n\
- including LZW, Flate, and the ASCII encoding filters.\n\
- specialized additionally decode streams with non-lossy specialized\n\
- filters including RunLength\n\
- all additionally decode streams with lossy filters\n\
- including DCT (JPEG)\n\
-\n\
-In qdf mode, by default, content normalization is turned on, and the\n\
-stream data mode is set to uncompress.\n\
-\n\
-Setting the minimum PDF version of the output file may raise the version\n\
-but will never lower it. Forcing the PDF version of the output file may\n\
-set the PDF version to a lower value than actually allowed by the file's\n\
-contents. You should only do this if you have no other possible way to\n\
-open the file or if you know that the file definitely doesn't include\n\
-features not supported later versions.\n\
-\n\
-Testing, Inspection, and Debugging Options\n\
-------------------------------------------\n\
-\n\
-These options can be useful for digging into PDF files or for use in\n\
-automated test suites for software that uses the qpdf library.\n\
-\n\
---deterministic-id generate deterministic /ID\n\
---static-id generate static /ID: FOR TESTING ONLY!\n\
---static-aes-iv use a static initialization vector for AES-CBC\n\
- This is option is not secure! FOR TESTING ONLY!\n\
---no-original-object-ids suppress original object ID comments in qdf mode\n\
---show-encryption quickly show encryption parameters\n\
---show-encryption-key when showing encryption, reveal the actual key\n\
---check-linearization check file integrity and linearization status\n\
---show-linearization check and show all linearization data\n\
---show-xref show the contents of the cross-reference table\n\
---show-object=obj[,gen] show the contents of the given object\n\
- --raw-stream-data show raw stream data instead of object contents\n\
- --filtered-stream-data show filtered stream data instead of object contents\n\
---show-npages print the number of pages in the file\n\
---show-pages shows the object/generation number for each page\n\
- --with-images also shows the object IDs for images on each page\n\
---check check file structure + encryption, linearization\n\
-\n\
-The --raw-stream-data and --filtered-stream-data options are ignored\n\
-unless --show-object is given. Either of these options will cause the\n\
-stream data to be written to standard output.\n\
-\n\
-If --filtered-stream-data is given and --normalize-content=y is also\n\
-given, qpdf will attempt to normalize the stream data as if it is a\n\
-page content stream. This attempt will be made even if it is not a\n\
-page content stream, in which case it will produce unusable results.\n\
-\n\
-Ordinarily, qpdf exits with a status of 0 on success or a status of 2\n\
-if any errors occurred. In --check mode, if there were warnings but not\n\
-errors, qpdf exits with a status of 3.\n\
-\n";
+static JSON json_schema(std::set<std::string>* keys = 0)
+{
+ // Style: use all lower-case keys with no dashes or underscores.
+ // Choose array or dictionary based on indexing. For example, we
+ // use a dictionary for objects because we want to index by object
+ // ID and an array for pages because we want to index by position.
+ // The pages in the pages array contain references back to the
+ // original object, which can be resolved in the objects
+ // dictionary. When a PDF construct that maps back to an original
+ // object is represented separately, use "object" as the key that
+ // references the original object.
+
+ // This JSON object doubles as a schema and as documentation for
+ // our JSON output. Any schema mismatch is a bug in qpdf. This
+ // helps to enforce our policy of consistently providing a known
+ // structure where every documented key will always be present,
+ // which makes it easier to consume our JSON. This is discussed in
+ // more depth in the manual.
+ JSON schema = JSON::makeDictionary();
+ schema.addDictionaryMember(
+ "version", JSON::makeString(
+ "JSON format serial number; increased for non-compatible changes"));
+ JSON j_params = schema.addDictionaryMember(
+ "parameters", JSON::makeDictionary());
+ j_params.addDictionaryMember(
+ "decodelevel", JSON::makeString(
+ "decode level used to determine stream filterability"));
+
+ bool all_keys = ((keys == 0) || keys->empty());
+
+ // The list of selectable top-level keys id duplicated in three
+ // places: json_schema, do_json, and initOptionTable.
+ if (all_keys || keys->count("objects"))
+ {
+ schema.addDictionaryMember(
+ "objects", JSON::makeString(
+ "dictionary of original objects;"
+ " keys are 'trailer' or 'n n R'"));
+ }
+ if (all_keys || keys->count("pages"))
+ {
+ JSON page = schema.addDictionaryMember("pages", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ page.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to original page object"));
+ JSON image = page.addDictionaryMember("images", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ image.addDictionaryMember(
+ "name",
+ JSON::makeString("name of image in XObject table"));
+ image.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to image stream"));
+ image.addDictionaryMember(
+ "width",
+ JSON::makeString("image width"));
+ image.addDictionaryMember(
+ "height",
+ JSON::makeString("image height"));
+ image.addDictionaryMember(
+ "colorspace",
+ JSON::makeString("color space"));
+ image.addDictionaryMember(
+ "bitspercomponent",
+ JSON::makeString("bits per component"));
+ image.addDictionaryMember("filter", JSON::makeArray()).
+ addArrayElement(
+ JSON::makeString("filters applied to image data"));
+ image.addDictionaryMember("decodeparms", JSON::makeArray()).
+ addArrayElement(
+ JSON::makeString("decode parameters for image data"));
+ image.addDictionaryMember(
+ "filterable",
+ JSON::makeString("whether image data can be decoded"
+ " using the decode level qpdf was invoked with"));
+ page.addDictionaryMember("contents", JSON::makeArray()).
+ addArrayElement(
+ JSON::makeString("reference to each content stream"));
+ page.addDictionaryMember(
+ "label",
+ JSON::makeString("page label dictionary, or null if none"));
+ JSON outline = page.addDictionaryMember("outlines", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ outline.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to outline that targets this page"));
+ outline.addDictionaryMember(
+ "title",
+ JSON::makeString("outline title"));
+ outline.addDictionaryMember(
+ "dest",
+ JSON::makeString("outline destination dictionary"));
+ page.addDictionaryMember(
+ "pageposfrom1",
+ JSON::makeString("position of page in document numbering from 1"));
+ }
+ if (all_keys || keys->count("pagelabels"))
+ {
+ JSON labels = schema.addDictionaryMember(
+ "pagelabels", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ labels.addDictionaryMember(
+ "index",
+ JSON::makeString("starting page position starting from zero"));
+ labels.addDictionaryMember(
+ "label",
+ JSON::makeString("page label dictionary"));
+ }
+ if (all_keys || keys->count("outlines"))
+ {
+ JSON outlines = schema.addDictionaryMember(
+ "outlines", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ outlines.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to this outline"));
+ outlines.addDictionaryMember(
+ "title",
+ JSON::makeString("outline title"));
+ outlines.addDictionaryMember(
+ "dest",
+ JSON::makeString("outline destination dictionary"));
+ outlines.addDictionaryMember(
+ "kids",
+ JSON::makeString("array of descendent outlines"));
+ outlines.addDictionaryMember(
+ "open",
+ JSON::makeString("whether the outline is displayed expanded"));
+ outlines.addDictionaryMember(
+ "destpageposfrom1",
+ JSON::makeString("position of destination page in document"
+ " numbered from 1; null if not known"));
+ }
+ if (all_keys || keys->count("acroform"))
+ {
+ JSON acroform = schema.addDictionaryMember(
+ "acroform", JSON::makeDictionary());
+ acroform.addDictionaryMember(
+ "hasacroform",
+ JSON::makeString("whether the document has interactive forms"));
+ acroform.addDictionaryMember(
+ "needappearances",
+ JSON::makeString("whether the form fields' appearance"
+ " streams need to be regenerated"));
+ JSON fields = acroform.addDictionaryMember(
+ "fields", JSON::makeArray()).
+ addArrayElement(JSON::makeDictionary());
+ fields.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to this form field"));
+ fields.addDictionaryMember(
+ "parent",
+ JSON::makeString("reference to this field's parent"));
+ fields.addDictionaryMember(
+ "pageposfrom1",
+ JSON::makeString("position of containing page numbered from 1"));
+ fields.addDictionaryMember(
+ "fieldtype",
+ JSON::makeString("field type"));
+ fields.addDictionaryMember(
+ "fieldflags",
+ JSON::makeString(
+ "form field flags from /Ff --"
+ " see pdf_form_field_flag_e in qpdf/Constants.h"));
+ fields.addDictionaryMember(
+ "fullname",
+ JSON::makeString("full name of field"));
+ fields.addDictionaryMember(
+ "partialname",
+ JSON::makeString("partial name of field"));
+ fields.addDictionaryMember(
+ "alternativename",
+ JSON::makeString(
+ "alternative name of field --"
+ " this is the one usually shown to users"));
+ fields.addDictionaryMember(
+ "mappingname",
+ JSON::makeString("mapping name of field"));
+ fields.addDictionaryMember(
+ "value",
+ JSON::makeString("value of field"));
+ fields.addDictionaryMember(
+ "defaultvalue",
+ JSON::makeString("default value of field"));
+ fields.addDictionaryMember(
+ "quadding",
+ JSON::makeString(
+ "field quadding --"
+ " number indicating left, center, or right"));
+ fields.addDictionaryMember(
+ "ischeckbox",
+ JSON::makeString("whether field is a checkbox"));
+ fields.addDictionaryMember(
+ "isradiobutton",
+ JSON::makeString("whether field is a radio button --"
+ " buttons in a single group share a parent"));
+ fields.addDictionaryMember(
+ "ischoice",
+ JSON::makeString("whether field is a list, combo, or dropdown"));
+ fields.addDictionaryMember(
+ "istext",
+ JSON::makeString("whether field is a text field"));
+ JSON j_choices = fields.addDictionaryMember(
+ "choices",
+ JSON::makeString("for choices fields, the list of"
+ " choices presented to the user"));
+ JSON annotation = fields.addDictionaryMember(
+ "annotation", JSON::makeDictionary());
+ annotation.addDictionaryMember(
+ "object",
+ JSON::makeString("reference to the annotation object"));
+ annotation.addDictionaryMember(
+ "appearancestate",
+ JSON::makeString("appearance state --"
+ " can be used to determine value for"
+ " checkboxes and radio buttons"));
+ annotation.addDictionaryMember(
+ "annotationflags",
+ JSON::makeString(
+ "annotation flags from /F --"
+ " see pdf_annotation_flag_e in qpdf/Constants.h"));
+ }
+ return schema;
+}
+
+static void parse_object_id(std::string const& objspec,
+ bool& trailer, int& obj, int& gen)
+{
+ if (objspec == "trailer")
+ {
+ trailer = true;
+ }
+ else
+ {
+ trailer = false;
+ obj = QUtil::string_to_int(objspec.c_str());
+ size_t comma = objspec.find(',');
+ if ((comma != std::string::npos) && (comma + 1 < objspec.length()))
+ {
+ gen = QUtil::string_to_int(
+ objspec.substr(1 + comma, std::string::npos).c_str());
+ }
+ }
+}
+
+// This is not a general-purpose argument parser. It is tightly
+// crafted to work with qpdf. qpdf's command-line syntax is very
+// complex because of its long history, and it doesn't really follow
+// any kind of normal standard for arguments, but I don't want to
+// break compatibility by changing what constitutes a valid command.
+// This class is intended to simplify the argument parsing code and
+// also to make it possible to add bash completion support while
+// guaranteeing consistency with the actual argument syntax.
+class ArgParser
+{
+ public:
+ ArgParser(int argc, char* argv[], Options& o);
+ void parseOptions();
+
+ private:
+ typedef void (ArgParser::*bare_arg_handler_t)();
+ typedef void (ArgParser::*param_arg_handler_t)(char* parameter);
+
+ struct OptionEntry
+ {
+ OptionEntry() :
+ parameter_needed(false),
+ bare_arg_handler(0),
+ param_arg_handler(0)
+ {
+ }
+ bool parameter_needed;
+ std::string parameter_name;
+ std::set<std::string> choices;
+ bare_arg_handler_t bare_arg_handler;
+ param_arg_handler_t param_arg_handler;
+ };
+ friend struct OptionEntry;
+
+ OptionEntry oe_positional(param_arg_handler_t);
+ OptionEntry oe_bare(bare_arg_handler_t);
+ OptionEntry oe_requiredParameter(param_arg_handler_t, char const* name);
+ OptionEntry oe_optionalParameter(param_arg_handler_t);
+ OptionEntry oe_requiredChoices(param_arg_handler_t, char const** choices);
+
+ void argHelp();
+ void argVersion();
+ void argCopyright();
+ void argCompletionBash();
+ void argCompletionZsh();
+ void argJsonHelp();
+ void argPositional(char* arg);
+ void argPassword(char* parameter);
+ void argEmpty();
+ void argLinearize();
+ void argEncrypt();
+ void argDecrypt();
+ void argPasswordIsHexKey();
+ void argPasswordMode(char* parameter);
+ void argSuppressPasswordRecovery();
+ void argCopyEncryption(char* parameter);
+ void argEncryptionFilePassword(char* parameter);
+ void argPages();
+ void argUnderlay();
+ void argOverlay();
+ void argRotate(char* parameter);
+ void argCollate();
+ void argStreamData(char* parameter);
+ void argCompressStreams(char* parameter);
+ void argDecodeLevel(char* parameter);
+ void argNormalizeContent(char* parameter);
+ void argSuppressRecovery();
+ void argObjectStreams(char* parameter);
+ void argIgnoreXrefStreams();
+ void argQdf();
+ void argPreserveUnreferenced();
+ void argPreserveUnreferencedResources();
+ void argKeepFilesOpen(char* parameter);
+ void argNewlineBeforeEndstream();
+ void argLinearizePass1(char* parameter);
+ void argCoalesceContents();
+ void argFlattenAnnotations(char* parameter);
+ void argGenerateAppearances();
+ void argMinVersion(char* parameter);
+ void argForceVersion(char* parameter);
+ void argSplitPages(char* parameter);
+ void argVerbose();
+ void argProgress();
+ void argNoWarn();
+ void argDeterministicId();
+ void argStaticId();
+ void argStaticAesIv();
+ void argNoOriginalObjectIds();
+ void argShowEncryption();
+ void argShowEncryptionKey();
+ void argCheckLinearization();
+ void argShowLinearization();
+ void argShowXref();
+ void argShowObject(char* parameter);
+ void argRawStreamData();
+ void argFilteredStreamData();
+ void argShowNpages();
+ void argShowPages();
+ void argWithImages();
+ void argJson();
+ void argJsonKey(char* parameter);
+ void argJsonObject(char* parameter);
+ void argCheck();
+ void argOptimizeImages();
+ void argExternalizeInlineImages();
+ void argKeepInlineImages();
+ void argOiMinWidth(char* parameter);
+ void argOiMinHeight(char* parameter);
+ void argOiMinArea(char* parameter);
+ void argIiMinBytes(char* parameter);
+ void arg40Print(char* parameter);
+ void arg40Modify(char* parameter);
+ void arg40Extract(char* parameter);
+ void arg40Annotate(char* parameter);
+ void arg128Accessibility(char* parameter);
+ void arg128Extract(char* parameter);
+ void arg128Print(char* parameter);
+ void arg128Modify(char* parameter);
+ void arg128ClearTextMetadata();
+ void arg128Assemble(char* parameter);
+ void arg128Annotate(char* parameter);
+ void arg128Form(char* parameter);
+ void arg128ModOther(char* parameter);
+ void arg128UseAes(char* parameter);
+ void arg128ForceV4();
+ void arg256ForceR5();
+ void argEndEncrypt();
+ void argUOpositional(char* arg);
+ void argUOto(char* parameter);
+ void argUOfrom(char* parameter);
+ void argUOrepeat(char* parameter);
+ void argUOpassword(char* parameter);
+ void argEndUnderOverlay();
+
+ void usage(std::string const& message);
+ void checkCompletion();
+ void initOptionTable();
+ void handleHelpArgs();
+ void handleArgFileArguments();
+ void handleBashArguments();
+ void readArgsFromFile(char const* filename);
+ void doFinalChecks();
+ void addOptionsToCompletions();
+ void addChoicesToCompletions(std::string const&, std::string const&);
+ void handleCompletion();
+ std::vector<PageSpec> parsePagesOptions();
+ void parseUnderOverlayOptions(UnderOverlay*);
+ void parseRotationParameter(std::string const&);
+ std::vector<int> parseNumrange(char const* range, int max,
+ bool throw_error = false);
+
+ int argc;
+ char** argv;
+ Options& o;
+ int cur_arg;
+ bool bash_completion;
+ bool zsh_completion;
+ std::string bash_prev;
+ std::string bash_cur;
+ std::string bash_line;
+ std::set<std::string> completions;
+
+ std::map<std::string, OptionEntry>* option_table;
+ std::map<std::string, OptionEntry> help_option_table;
+ std::map<std::string, OptionEntry> main_option_table;
+ std::map<std::string, OptionEntry> encrypt40_option_table;
+ std::map<std::string, OptionEntry> encrypt128_option_table;
+ std::map<std::string, OptionEntry> encrypt256_option_table;
+ std::map<std::string, OptionEntry> under_overlay_option_table;
+ std::vector<PointerHolder<char> > new_argv;
+ std::vector<PointerHolder<char> > bash_argv;
+ PointerHolder<char*> argv_ph;
+ PointerHolder<char*> bash_argv_ph;
+};
+
+ArgParser::ArgParser(int argc, char* argv[], Options& o) :
+ argc(argc),
+ argv(argv),
+ o(o),
+ cur_arg(0),
+ bash_completion(false),
+ zsh_completion(false)
+{
+ option_table = &main_option_table;
+ initOptionTable();
+}
+
+ArgParser::OptionEntry
+ArgParser::oe_positional(param_arg_handler_t h)
+{
+ OptionEntry oe;
+ oe.param_arg_handler = h;
+ return oe;
+}
+
+ArgParser::OptionEntry
+ArgParser::oe_bare(bare_arg_handler_t h)
+{
+ OptionEntry oe;
+ oe.parameter_needed = false;
+ oe.bare_arg_handler = h;
+ return oe;
+}
+
+ArgParser::OptionEntry
+ArgParser::oe_requiredParameter(param_arg_handler_t h, char const* name)
+{
+ OptionEntry oe;
+ oe.parameter_needed = true;
+ oe.parameter_name = name;
+ oe.param_arg_handler = h;
+ return oe;
+}
+
+ArgParser::OptionEntry
+ArgParser::oe_optionalParameter(param_arg_handler_t h)
+{
+ OptionEntry oe;
+ oe.parameter_needed = false;
+ oe.param_arg_handler = h;
+ return oe;
+}
+
+ArgParser::OptionEntry
+ArgParser::oe_requiredChoices(param_arg_handler_t h, char const** choices)
+{
+ OptionEntry oe;
+ oe.parameter_needed = true;
+ oe.param_arg_handler = h;
+ for (char const** i = choices; *i; ++i)
+ {
+ oe.choices.insert(*i);
+ }
+ return oe;
+}
+
+void
+ArgParser::initOptionTable()
+{
+ std::map<std::string, OptionEntry>* t = &this->help_option_table;
+ (*t)["help"] = oe_bare(&ArgParser::argHelp);
+ (*t)["version"] = oe_bare(&ArgParser::argVersion);
+ (*t)["copyright"] = oe_bare(&ArgParser::argCopyright);
+ (*t)["completion-bash"] = oe_bare(&ArgParser::argCompletionBash);
+ (*t)["completion-zsh"] = oe_bare(&ArgParser::argCompletionZsh);
+ (*t)["json-help"] = oe_bare(&ArgParser::argJsonHelp);
+
+ t = &this->main_option_table;
+ char const* yn[] = {"y", "n", 0};
+ (*t)[""] = oe_positional(&ArgParser::argPositional);
+ (*t)["password"] = oe_requiredParameter(
+ &ArgParser::argPassword, "password");
+ (*t)["empty"] = oe_bare(&ArgParser::argEmpty);
+ (*t)["linearize"] = oe_bare(&ArgParser::argLinearize);
+ (*t)["encrypt"] = oe_bare(&ArgParser::argEncrypt);
+ (*t)["decrypt"] = oe_bare(&ArgParser::argDecrypt);
+ (*t)["password-is-hex-key"] = oe_bare(&ArgParser::argPasswordIsHexKey);
+ (*t)["suppress-password-recovery"] =
+ oe_bare(&ArgParser::argSuppressPasswordRecovery);
+ char const* password_mode_choices[] =
+ {"bytes", "hex-bytes", "unicode", "auto", 0};
+ (*t)["password-mode"] = oe_requiredChoices(
+ &ArgParser::argPasswordMode, password_mode_choices);
+ (*t)["copy-encryption"] = oe_requiredParameter(
+ &ArgParser::argCopyEncryption, "file");
+ (*t)["encryption-file-password"] = oe_requiredParameter(
+ &ArgParser::argEncryptionFilePassword, "password");
+ (*t)["pages"] = oe_bare(&ArgParser::argPages);
+ (*t)["rotate"] = oe_requiredParameter(
+ &ArgParser::argRotate, "[+|-]angle:page-range");
+ char const* stream_data_choices[] =
+ {"compress", "preserve", "uncompress", 0};
+ (*t)["collate"] = oe_bare(&ArgParser::argCollate);
+ (*t)["stream-data"] = oe_requiredChoices(
+ &ArgParser::argStreamData, stream_data_choices);
+ (*t)["compress-streams"] = oe_requiredChoices(
+ &ArgParser::argCompressStreams, yn);
+ char const* decode_level_choices[] =
+ {"none", "generalized", "specialized", "all", 0};
+ (*t)["decode-level"] = oe_requiredChoices(
+ &ArgParser::argDecodeLevel, decode_level_choices);
+ (*t)["normalize-content"] = oe_requiredChoices(
+ &ArgParser::argNormalizeContent, yn);
+ (*t)["suppress-recovery"] = oe_bare(&ArgParser::argSuppressRecovery);
+ char const* object_streams_choices[] = {
+ "disable", "preserve", "generate", 0};
+ (*t)["object-streams"] = oe_requiredChoices(
+ &ArgParser::argObjectStreams, object_streams_choices);
+ (*t)["ignore-xref-streams"] = oe_bare(&ArgParser::argIgnoreXrefStreams);
+ (*t)["qdf"] = oe_bare(&ArgParser::argQdf);
+ (*t)["preserve-unreferenced"] = oe_bare(
+ &ArgParser::argPreserveUnreferenced);
+ (*t)["preserve-unreferenced-resources"] = oe_bare(
+ &ArgParser::argPreserveUnreferencedResources);
+ (*t)["keep-files-open"] = oe_requiredChoices(
+ &ArgParser::argKeepFilesOpen, yn);
+ (*t)["newline-before-endstream"] = oe_bare(
+ &ArgParser::argNewlineBeforeEndstream);
+ (*t)["linearize-pass1"] = oe_requiredParameter(
+ &ArgParser::argLinearizePass1, "filename");
+ (*t)["coalesce-contents"] = oe_bare(&ArgParser::argCoalesceContents);
+ char const* flatten_choices[] = {"all", "print", "screen", 0};
+ (*t)["flatten-annotations"] = oe_requiredChoices(
+ &ArgParser::argFlattenAnnotations, flatten_choices);
+ (*t)["generate-appearances"] =
+ oe_bare(&ArgParser::argGenerateAppearances);
+ (*t)["min-version"] = oe_requiredParameter(
+ &ArgParser::argMinVersion, "version");
+ (*t)["force-version"] = oe_requiredParameter(
+ &ArgParser::argForceVersion, "version");
+ (*t)["split-pages"] = oe_optionalParameter(&ArgParser::argSplitPages);
+ (*t)["verbose"] = oe_bare(&ArgParser::argVerbose);
+ (*t)["progress"] = oe_bare(&ArgParser::argProgress);
+ (*t)["no-warn"] = oe_bare(&ArgParser::argNoWarn);
+ (*t)["deterministic-id"] = oe_bare(&ArgParser::argDeterministicId);
+ (*t)["static-id"] = oe_bare(&ArgParser::argStaticId);
+ (*t)["static-aes-iv"] = oe_bare(&ArgParser::argStaticAesIv);
+ (*t)["no-original-object-ids"] = oe_bare(
+ &ArgParser::argNoOriginalObjectIds);
+ (*t)["show-encryption"] = oe_bare(&ArgParser::argShowEncryption);
+ (*t)["show-encryption-key"] = oe_bare(&ArgParser::argShowEncryptionKey);
+ (*t)["check-linearization"] = oe_bare(&ArgParser::argCheckLinearization);
+ (*t)["show-linearization"] = oe_bare(&ArgParser::argShowLinearization);
+ (*t)["show-xref"] = oe_bare(&ArgParser::argShowXref);
+ (*t)["show-object"] = oe_requiredParameter(
+ &ArgParser::argShowObject, "trailer|obj[,gen]");
+ (*t)["raw-stream-data"] = oe_bare(&ArgParser::argRawStreamData);
+ (*t)["filtered-stream-data"] = oe_bare(&ArgParser::argFilteredStreamData);
+ (*t)["show-npages"] = oe_bare(&ArgParser::argShowNpages);
+ (*t)["show-pages"] = oe_bare(&ArgParser::argShowPages);
+ (*t)["with-images"] = oe_bare(&ArgParser::argWithImages);
+ (*t)["json"] = oe_bare(&ArgParser::argJson);
+ // The list of selectable top-level keys id duplicated in three
+ // places: json_schema, do_json, and initOptionTable.
+ char const* json_key_choices[] = {
+ "objects", "pages", "pagelabels", "outlines", "acroform", 0};
+ (*t)["json-key"] = oe_requiredChoices(
+ &ArgParser::argJsonKey, json_key_choices);
+ (*t)["json-object"] = oe_requiredParameter(
+ &ArgParser::argJsonObject, "trailer|obj[,gen]");
+ (*t)["check"] = oe_bare(&ArgParser::argCheck);
+ (*t)["optimize-images"] = oe_bare(&ArgParser::argOptimizeImages);
+ (*t)["externalize-inline-images"] =
+ oe_bare(&ArgParser::argExternalizeInlineImages);
+ (*t)["keep-inline-images"] = oe_bare(&ArgParser::argKeepInlineImages);
+ (*t)["oi-min-width"] = oe_requiredParameter(
+ &ArgParser::argOiMinWidth, "minimum-width");
+ (*t)["oi-min-height"] = oe_requiredParameter(
+ &ArgParser::argOiMinHeight, "minimum-height");
+ (*t)["oi-min-area"] = oe_requiredParameter(
+ &ArgParser::argOiMinArea, "minimum-area");
+ (*t)["ii-min-bytes"] = oe_requiredParameter(
+ &ArgParser::argIiMinBytes, "minimum-bytes");
+ (*t)["overlay"] = oe_bare(&ArgParser::argOverlay);
+ (*t)["underlay"] = oe_bare(&ArgParser::argUnderlay);
+
+ t = &this->encrypt40_option_table;
+ (*t)["--"] = oe_bare(&ArgParser::argEndEncrypt);
+ (*t)["print"] = oe_requiredChoices(&ArgParser::arg40Print, yn);
+ (*t)["modify"] = oe_requiredChoices(&ArgParser::arg40Modify, yn);
+ (*t)["extract"] = oe_requiredChoices(&ArgParser::arg40Extract, yn);
+ (*t)["annotate"] = oe_requiredChoices(&ArgParser::arg40Annotate, yn);
+
+ t = &this->encrypt128_option_table;
+ (*t)["--"] = oe_bare(&ArgParser::argEndEncrypt);
+ (*t)["accessibility"] = oe_requiredChoices(
+ &ArgParser::arg128Accessibility, yn);
+ (*t)["extract"] = oe_requiredChoices(&ArgParser::arg128Extract, yn);
+ char const* print128_choices[] = {"full", "low", "none", 0};
+ (*t)["print"] = oe_requiredChoices(
+ &ArgParser::arg128Print, print128_choices);
+ (*t)["assemble"] = oe_requiredChoices(&ArgParser::arg128Assemble, yn);
+ (*t)["annotate"] = oe_requiredChoices(&ArgParser::arg128Annotate, yn);
+ (*t)["form"] = oe_requiredChoices(&ArgParser::arg128Form, yn);
+ (*t)["modify-other"] = oe_requiredChoices(&ArgParser::arg128ModOther, yn);
+ char const* modify128_choices[] =
+ {"all", "annotate", "form", "assembly", "none", 0};
+ (*t)["modify"] = oe_requiredChoices(
+ &ArgParser::arg128Modify, modify128_choices);
+ (*t)["cleartext-metadata"] = oe_bare(&ArgParser::arg128ClearTextMetadata);
+
+ // The above 128-bit options are also 256-bit options, so copy
+ // what we have so far. Then continue separately with 128 and 256.
+ this->encrypt256_option_table = this->encrypt128_option_table;
+ (*t)["use-aes"] = oe_requiredChoices(&ArgParser::arg128UseAes, yn);
+ (*t)["force-V4"] = oe_bare(&ArgParser::arg128ForceV4);
+
+ t = &this->encrypt256_option_table;
+ (*t)["force-R5"] = oe_bare(&ArgParser::arg256ForceR5);
+
+ t = &this->under_overlay_option_table;
+ (*t)[""] = oe_positional(&ArgParser::argUOpositional);
+ (*t)["to"] = oe_requiredParameter(
+ &ArgParser::argUOto, "page-range");
+ (*t)["from"] = oe_requiredParameter(
+ &ArgParser::argUOfrom, "page-range");
+ (*t)["repeat"] = oe_requiredParameter(
+ &ArgParser::argUOrepeat, "page-range");
+ (*t)["password"] = oe_requiredParameter(
+ &ArgParser::argUOpassword, "password");
+ (*t)["--"] = oe_bare(&ArgParser::argEndUnderOverlay);
+}
+
+void
+ArgParser::argPositional(char* arg)
+{
+ if (o.infilename == 0)
+ {
+ o.infilename = arg;
+ }
+ else if (o.outfilename == 0)
+ {
+ o.outfilename = arg;
+ }
+ else
+ {
+ usage(std::string("unknown argument ") + arg);
+ }
+}
+
+void
+ArgParser::argVersion()
+{
+ std::cout
+ << whoami << " version " << QPDF::QPDFVersion() << std::endl
+ << "Run " << whoami << " --copyright to see copyright and license information."
+ << std::endl;
+}
+
+void
+ArgParser::argCopyright()
+{
+ // Make sure the output looks right on an 80-column display.
+ // 1 2 3 4 5 6 7 8
+ // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
+ std::cout
+ << whoami << " version " << QPDF::QPDFVersion() << std::endl
+ << std::endl
+ << "Copyright (c) 2005-2019 Jay Berkenbilt"
+ << std::endl
+ << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
+ << std::endl
+ << "not use this file except in compliance with the License."
+ << std::endl
+ << "You may obtain a copy of the License at"
+ << std::endl
+ << std::endl
+ << " http://www.apache.org/licenses/LICENSE-2.0"
+ << std::endl
+ << std::endl
+ << "Unless required by applicable law or agreed to in writing, software"
+ << std::endl
+ << "distributed under the License is distributed on an \"AS IS\" BASIS,"
+ << std::endl
+ << "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied."
+ << std::endl
+ << "See the License for the specific language governing permissions and"
+ << std::endl
+ << "limitations under the License."
+ << std::endl
+ << std::endl
+ << "Versions of qpdf prior to version 7 were released under the terms"
+ << std::endl
+ << "of version 2.0 of the Artistic License. At your option, you may"
+ << std::endl
+ << "continue to consider qpdf to be licensed under those terms. Please"
+ << std::endl
+ << "see the manual for additional information."
+ << std::endl;
+}
+
+void
+ArgParser::argHelp()
+{
+ std::cout
+ // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
+ << "Usage: qpdf [ options ] { infilename | --empty } [ outfilename ]\n"
+ << "\n"
+ << "An option summary appears below. Please see the documentation for details.\n"
+ << "\n"
+ << "If @filename appears anywhere in the command-line, each line of filename\n"
+ << "will be interpreted as an argument. No interpolation is done. Line\n"
+ << "terminators are stripped. @- can be specified to read from standard input.\n"
+ << "\n"
+ << "Note that when contradictory options are provided, whichever options are\n"
+ << "provided last take precedence.\n"
+ << "\n"
+ << "\n"
+ << "Basic Options\n"
+ << "-------------\n"
+ << "\n"
+ << "--version show version of qpdf\n"
+ << "--copyright show qpdf's copyright and license information\n"
+ << "--help show command-line argument help\n"
+ << "--completion-bash output a bash complete command you can eval\n"
+ << "--completion-zsh output a zsh complete command you can eval\n"
+ << "--password=password specify a password for accessing encrypted files\n"
+ << "--verbose provide additional informational output\n"
+ << "--progress give progress indicators while writing output\n"
+ << "--no-warn suppress warnings\n"
+ << "--linearize generated a linearized (web optimized) file\n"
+ << "--copy-encryption=file copy encryption parameters from specified file\n"
+ << "--encryption-file-password=password\n"
+ << " password used to open the file from which encryption\n"
+ << " parameters are being copied\n"
+ << "--encrypt options -- generate an encrypted file\n"
+ << "--decrypt remove any encryption on the file\n"
+ << "--password-is-hex-key treat primary password option as a hex-encoded key\n"
+ << "--suppress-password-recovery\n"
+ << " do not attempt recovering from password string\n"
+ << " encoding errors\n"
+ << "--password-mode=mode control qpdf's encoding of passwords\n"
+ << "--pages options -- select specific pages from one or more files\n"
+ << "--collate causes files specified in --pages to be collated\n"
+ << " rather than concatenated\n"
+ << "--rotate=[+|-]angle[:page-range]\n"
+ << " rotate each specified page 90, 180, or 270 degrees;\n"
+ << " rotate all pages if no page range is given\n"
+ << "--split-pages=[n] write each output page to a separate file\n"
+ << "--overlay options -- overlay pages from another file\n"
+ << "--underlay options -- underlay pages from another file\n"
+ << "\n"
+ << "Note that you can use the @filename or @- syntax for any argument at any\n"
+ << "point in the command. This provides a good way to specify a password without\n"
+ << "having to explicitly put it on the command line.\n"
+ << "\n"
+ << "If none of --copy-encryption, --encrypt or --decrypt are given, qpdf will\n"
+ << "preserve any encryption data associated with a file.\n"
+ << "\n"
+ << "Note that when copying encryption parameters from another file, all\n"
+ << "parameters will be copied, including both user and owner passwords, even\n"
+ << "if the user password is used to open the other file. This works even if\n"
+ << "the owner password is not known.\n"
+ << "\n"
+ << "The --password-is-hex-key option overrides the normal computation of\n"
+ << "encryption keys. It only applies to the password used to open the main\n"
+ << "file. This option is not ordinarily useful but can be helpful for forensic\n"
+ << "or investigatory purposes. See manual for further discussion.\n"
+ << "\n"
+ << "The --rotate flag can be used to specify pages to rotate pages either\n"
+ << "90, 180, or 270 degrees. The page range is specified in the same\n"
+ << "format as with the --pages option, described below. Repeat the option\n"
+ << "to rotate multiple groups of pages. If the angle is preceded by + or -,\n"
+ << "it is added to or subtracted from the original rotation. Otherwise, the\n"
+ << "rotation angle is set explicitly to the given value.\n"
+ << "\n"
+ << "If --split-pages is specified, each page is written to a separate output\n"
+ << "file. File names are generated as follows:\n"
+ << "* If the string %d appears in the output file name, it is replaced with a\n"
+ << " zero-padded page range starting from 1\n"
+ << "* Otherwise, if the output file name ends in .pdf (case insensitive), a\n"
+ << " zero-padded page range, preceded by a dash, is inserted before the file\n"
+ << " extension\n"
+ << "* Otherwise, the file name is appended with a zero-padded page range\n"
+ << " preceded by a dash.\n"
+ << "Page ranges are single page numbers for single-page groups or first-last\n"
+ << "for multipage groups.\n"
+ << "\n"
+ << "\n"
+ << "Encryption Options\n"
+ << "------------------\n"
+ << "\n"
+ << " --encrypt user-password owner-password key-length flags --\n"
+ << "\n"
+ << "Note that -- terminates parsing of encryption flags.\n"
+ << "\n"
+ << "Either or both of the user password and the owner password may be\n"
+ << "empty strings.\n"
+ << "\n"
+ << "key-length may be 40, 128, or 256\n"
+ << "\n"
+ << "Additional flags are dependent upon key length.\n"
+ << "\n"
+ << " If 40:\n"
+ << "\n"
+ << " --print=[yn] allow printing\n"
+ << " --modify=[yn] allow document modification\n"
+ << " --extract=[yn] allow text/graphic extraction\n"
+ << " --annotate=[yn] allow comments and form fill-in and signing\n"
+ << "\n"
+ << " If 128:\n"
+ << "\n"
+ << " --accessibility=[yn] allow accessibility to visually impaired\n"
+ << " --extract=[yn] allow other text/graphic extraction\n"
+ << " --print=print-opt control printing access\n"
+ << " --assemble=[yn] allow document assembly\n"
+ << " --annotate=[yn] allow commenting/filling form fields\n"
+ << " --form=[yn] allow filling form fields\n"
+ << " --modify-other=[yn] allow other modifications\n"
+ << " --modify=modify-opt control modify access (old way)\n"
+ << " --cleartext-metadata prevents encryption of metadata\n"
+ << " --use-aes=[yn] indicates whether to use AES encryption\n"
+ << " --force-V4 forces use of V=4 encryption handler\n"
+ << "\n"
+ << " If 256, options are the same as 128 with these exceptions:\n"
+ << " --force-V4 this option is not available with 256-bit keys\n"
+ << " --use-aes this option is always on with 256-bit keys\n"
+ << " --force-R5 forces use of deprecated R=5 encryption\n"
+ << "\n"
+ << " print-opt may be:\n"
+ << "\n"
+ << " full allow full printing\n"
+ << " low allow only low-resolution printing\n"
+ << " none disallow printing\n"
+ << "\n"
+ << " modify-opt may be:\n"
+ << "\n"
+ << " all allow full document modification\n"
+ << " annotate allow comment authoring and form operations\n"
+ << " form allow form field fill-in and signing\n"
+ << " assembly allow document assembly only\n"
+ << " none allow no modifications\n"
+ << "\n"
+ << "The default for each permission option is to be fully permissive. Please\n"
+ << "refer to the manual for more details on the modify options.\n"
+ << "\n"
+ << "Specifying cleartext-metadata forces the PDF version to at least 1.5.\n"
+ << "Specifying use of AES forces the PDF version to at least 1.6. These\n"
+ << "options are both off by default.\n"
+ << "\n"
+ << "The --force-V4 flag forces the V=4 encryption handler introduced in PDF 1.5\n"
+ << "to be used even if not otherwise needed. This option is primarily useful\n"
+ << "for testing qpdf and has no other practical use.\n"
+ << "\n"
+ << "\n"
+ << "Password Modes\n"
+ << "----------------------\n"
+ << "\n"
+ << "The --password-mode controls how qpdf interprets passwords supplied\n"
+ << "on the command-line. qpdf's default behavior is correct in almost all\n"
+ << "cases, but you can fine-tune with this option.\n"
+ << "\n"
+ << " bytes: use the password literally as supplied\n"
+ << " hex-bytes: interpret the password as a hex-encoded byte string\n"
+ << " unicode: interpret the password as a UTF-8 encoded string\n"
+ << " auto: attempt to infer the encoding and adjust as needed\n"
+ << "\n"
+ << "This is a complex topic. See the manual for a complete discussion.\n"
+ << "\n"
+ << "\n"
+ << "Page Selection Options\n"
+ << "----------------------\n"
+ << "\n"
+ << "These options allow pages to be selected from one or more PDF files.\n"
+ << "Whatever file is given as the primary input file is used as the\n"
+ << "starting point, but its pages are replaced with pages as specified.\n"
+ << "\n"
+ << "--keep-files-open=[yn]\n"
+ << "--pages file [ --password=password ] [ page-range ] ... --\n"
+ << "\n"
+ << "For each file that pages should be taken from, specify the file, a\n"
+ << "password needed to open the file (if any), and a page range. The\n"
+ << "password needs to be given only once per file. If any of the input\n"
+ << "files are the same as the primary input file or the file used to copy\n"
+ << "encryption parameters (if specified), you do not need to repeat the\n"
+ << "password here. The same file can be repeated multiple times. The\n"
+ << "filename \".\" may be used to refer to the current input file. All\n"
+ << "non-page data (info, outlines, page numbers, etc. are taken from the\n"
+ << "primary input file. To discard this, use --empty as the primary\n"
+ << "input.\n"
+ << "\n"
+ << "By default, when more than 200 distinct files are specified, qpdf will\n"
+ << "close each file when not being referenced. With 200 files or fewer, all\n"
+ << "files will be kept open at the same time. This behavior can be overridden\n"
+ << "by specifying --keep-files-open=[yn]. Closing and opening files can have\n"
+ << "very high overhead on certain file systems, especially networked file\n"
+ << "systems.\n"
+ << "\n"
+ << "The page range is a set of numbers separated by commas, ranges of\n"
+ << "numbers separated dashes, or combinations of those. The character\n"
+ << "\"z\" represents the last page. A number preceded by an \"r\" indicates\n"
+ << "to count from the end, so \"r3-r1\" would be the last three pages of the\n"
+ << "document. Pages can appear in any order. Ranges can appear with a\n"
+ << "high number followed by a low number, which causes the pages to appear in\n"
+ << "reverse. Repeating a number will cause an error, but the manual discusses\n"
+ << "a workaround should you really want to include the same page twice.\n"
+ << "\n"
+ << "If the page range is omitted, the range of 1-z is assumed. qpdf decides\n"
+ << "that the page range is omitted if the range argument is either -- or a\n"
+ << "valid file name and not a valid range.\n"
+ << "\n"
+ << "The usual behavior of --pages is to add all pages from the first file,\n"
+ << "then all pages from the second file, and so on. If the --collate option\n"
+ << "is specified, then pages are collated instead. In other words, qpdf takes\n"
+ << "the first page from the first file, the first page from the second file,\n"
+ << "and so on until it runs out of files; then it takes the second page from\n"
+ << "each file, etc. When a file runs out of pages, it is skipped until all\n"
+ << "specified pages are taken from all files.\n"
+ << "\n"
+ << "See the manual for examples and a discussion of additional subtleties.\n"
+ << "\n"
+ << "\n"
+ << "Overlay and Underlay Options\n"
+ << "-------------------------------\n"
+ << "\n"
+ << "These options allow pages from another file to be overlaid or underlaid\n"
+ << "on the primary output. Overlaid pages are drawn on top of the destination\n"
+ << "page and may obscure the page. Underlaid pages are drawn below the\n"
+ << "destination page.\n"
+ << "\n"
+ << "{--overlay | --underlay } file\n"
+ " [ --password=password ]\n"
+ " [ --to=page-range ]\n"
+ " [ --from=[page-range] ]\n"
+ " [ --repeat=page-range ]\n"
+ " --\n"
+ << "\n"
+ << "For overlay and underlay, a file and optional password are specified, along\n"
+ << "with a series of optional page ranges. The default behavior is that each\n"
+ << "page of the overlay or underlay file is imposed on the corresponding page\n"
+ << "of the primary output until it runs out of pages, and any extra pages are\n"
+ << "ignored. The page range options all take page ranges in the same form as\n"
+ << "the --pages option. They have the following meanings:\n"
+ << "\n"
+ << " --to: the pages in the primary output to which overlay/underlay is\n"
+ << " applied\n"
+ << " --from: the pages from the overlay/underlay file that are used\n"
+ << " --repeat: pages from the overlay/underlay that are repeated after\n"
+ << " any \"from\" pages have been exhausted\n"
+ << "\n"
+ << "\n"
+ << "Advanced Parsing Options\n"
+ << "-------------------------------\n"
+ << "\n"
+ << "These options control aspects of how qpdf reads PDF files. Mostly these are\n"
+ << "of use to people who are working with damaged files. There is little reason\n"
+ << "to use these options unless you are trying to solve specific problems.\n"
+ << "\n"
+ << "--suppress-recovery prevents qpdf from attempting to recover damaged files\n"
+ << "--ignore-xref-streams tells qpdf to ignore any cross-reference streams\n"
+ << "\n"
+ << "\n"
+ << "Advanced Transformation Options\n"
+ << "-------------------------------\n"
+ << "\n"
+ << "These transformation options control fine points of how qpdf creates\n"
+ << "the output file. Mostly these are of use only to people who are very\n"
+ << "familiar with the PDF file format or who are PDF developers.\n"
+ << "\n"
+ << "--stream-data=option controls transformation of stream data (below)\n"
+ << "--compress-streams=[yn] controls whether to compress streams on output\n"
+ << "--decode-level=option controls how to filter streams from the input\n"
+ << "--normalize-content=[yn] enables or disables normalization of content streams\n"
+ << "--object-streams=mode controls handing of object streams\n"
+ << "--preserve-unreferenced preserve unreferenced objects\n"
+ << "--preserve-unreferenced-resources\n"
+ << " preserve unreferenced page resources\n"
+ << "--newline-before-endstream always put a newline before endstream\n"
+ << "--coalesce-contents force all pages' content to be a single stream\n"
+ << "--flatten-annotations=option\n"
+ << " incorporate rendering of annotations into page\n"
+ << " contents including those for interactive form\n"
+ << " fields; may also want --generate-appearances\n"
+ << "--generate-appearances generate appearance streams for form fields\n"
+ << "--optimize-images compress images with DCT (JPEG) when advantageous\n"
+ << "--oi-min-width=w do not optimize images whose width is below w;\n"
+ << " default is 128. Use 0 to mean no minimum\n"
+ << "--oi-min-height=h do not optimize images whose height is below h\n"
+ << " default is 128. Use 0 to mean no minimum\n"
+ << "--oi-min-area=a do not optimize images whose pixel count is below a\n"
+ << " default is 16,384. Use 0 to mean no minimum\n"
+ << "--externalize-inline-images convert inline images to regular images; by\n"
+ << " default, images of at least 1,024 bytes are\n"
+ << " externalized\n"
+ << "--ii-min-bytes=bytes specify minimum size of inline images to be\n"
+ << " converted to regular images\n"
+ << "--keep-inline-images exclude inline images from image optimization\n"
+ << "--qdf turns on \"QDF mode\" (below)\n"
+ << "--linearize-pass1=file write intermediate pass of linearized file\n"
+ << " for debugging\n"
+ << "--min-version=version sets the minimum PDF version of the output file\n"
+ << "--force-version=version forces this to be the PDF version of the output file\n"
+ << "\n"
+ << "Options for --flatten-annotations are all, print, or screen. If the option\n"
+ << "is print, only annotations marked as print are included. If the option is\n"
+ << "screen, options marked as \"no view\" are excluded. Otherwise, annotations\n"
+ << "are flattened regardless of the presence of print or NoView flags. It is\n"
+ << "common for PDF files to have a flag set that appearance streams need to be\n"
+ << "regenerated. This happens when someone changes a form value with software\n"
+ << "that does not know how to render the new value. qpdf will not flatten form\n"
+ << "fields in files like this. If you get this warning, you have two choices:\n"
+ << "either use qpdf's --generate-appearances flag to tell qpdf to go ahead and\n"
+ << "regenerate appearances, or use some other tool to generate the appearances.\n"
+ << "qpdf does a pretty good job with most forms when only ASCII and \"Windows\n"
+ << "ANSI\" characters are used in form field values, but if your form fields\n"
+ << "contain other characters, rich text, or are other than left justified, you\n"
+ << "will get better results first saving with other software.\n"
+ << "\n"
+ << "Version numbers may be expressed as major.minor.extension-level, so 1.7.3\n"
+ << "means PDF version 1.7 at extension level 3.\n"
+ << "\n"
+ << "Values for stream data options:\n"
+ << "\n"
+ << " compress recompress stream data when possible (default)\n"
+ << " preserve leave all stream data as is\n"
+ << " uncompress uncompress stream data when possible\n"
+ << "\n"
+ << "Values for object stream mode:\n"
+ << "\n"
+ << " preserve preserve original object streams (default)\n"
+ << " disable don't write any object streams\n"
+ << " generate use object streams wherever possible\n"
+ << "\n"
+ << "When --compress-streams=n is specified, this overrides the default behavior\n"
+ << "of qpdf, which is to attempt compress uncompressed streams. Setting\n"
+ << "stream data mode to uncompress or preserve has the same effect.\n"
+ << "\n"
+ << "The --decode-level parameter may be set to one of the following values:\n"
+ << " none do not decode streams\n"
+ << " generalized decode streams compressed with generalized filters\n"
+ << " including LZW, Flate, and the ASCII encoding filters.\n"
+ << " specialized additionally decode streams with non-lossy specialized\n"
+ << " filters including RunLength\n"
+ << " all additionally decode streams with lossy filters\n"
+ << " including DCT (JPEG)\n"
+ << "\n"
+ << "In qdf mode, by default, content normalization is turned on, and the\n"
+ << "stream data mode is set to uncompress.\n"
+ << "\n"
+ << "Setting the minimum PDF version of the output file may raise the version\n"
+ << "but will never lower it. Forcing the PDF version of the output file may\n"
+ << "set the PDF version to a lower value than actually allowed by the file's\n"
+ << "contents. You should only do this if you have no other possible way to\n"
+ << "open the file or if you know that the file definitely doesn't include\n"
+ << "features not supported later versions.\n"
+ << "\n"
+ << "Testing, Inspection, and Debugging Options\n"
+ << "------------------------------------------\n"
+ << "\n"
+ << "These options can be useful for digging into PDF files or for use in\n"
+ << "automated test suites for software that uses the qpdf library.\n"
+ << "\n"
+ << "--deterministic-id generate deterministic /ID\n"
+ << "--static-id generate static /ID: FOR TESTING ONLY!\n"
+ << "--static-aes-iv use a static initialization vector for AES-CBC\n"
+ << " This is option is not secure! FOR TESTING ONLY!\n"
+ << "--no-original-object-ids suppress original object ID comments in qdf mode\n"
+ << "--show-encryption quickly show encryption parameters\n"
+ << "--show-encryption-key when showing encryption, reveal the actual key\n"
+ << "--check-linearization check file integrity and linearization status\n"
+ << "--show-linearization check and show all linearization data\n"
+ << "--show-xref show the contents of the cross-reference table\n"
+ << "--show-object=trailer|obj[,gen]\n"
+ << " show the contents of the given object\n"
+ << " --raw-stream-data show raw stream data instead of object contents\n"
+ << " --filtered-stream-data show filtered stream data instead of object contents\n"
+ << "--show-npages print the number of pages in the file\n"
+ << "--show-pages shows the object/generation number for each page\n"
+ << " --with-images also shows the object IDs for images on each page\n"
+ << "--check check file structure + encryption, linearization\n"
+ << "--json generate a json representation of the file\n"
+ << "--json-help describe the format of the json representation\n"
+ << "--json-key=key repeatable; prune json structure to include only\n"
+ << " specified keys. If absent, all keys are shown\n"
+ << "--json-object=trailer|[obj,gen]\n"
+ << " repeatable; include only specified objects in the\n"
+ << " \"objects\" section of the json. If absent, all\n"
+ << " objects are shown\n"
+ << "\n"
+ << "The json representation generated by qpdf is designed to facilitate\n"
+ << "processing of qpdf from other programming languages that have a hard\n"
+ << "time calling C++ APIs. Run qpdf --json-help for details on the format.\n"
+ << "The manual has more in-depth information about the json representation\n"
+ << "and certain compatibility guarantees that qpdf provides.\n"
+ << "\n"
+ << "The --raw-stream-data and --filtered-stream-data options are ignored\n"
+ << "unless --show-object is given. Either of these options will cause the\n"
+ << "stream data to be written to standard output.\n"
+ << "\n"
+ << "If --filtered-stream-data is given and --normalize-content=y is also\n"
+ << "given, qpdf will attempt to normalize the stream data as if it is a\n"
+ << "page content stream. This attempt will be made even if it is not a\n"
+ << "page content stream, in which case it will produce unusable results.\n"
+ << "\n"
+ << "Ordinarily, qpdf exits with a status of 0 on success or a status of 2\n"
+ << "if any errors occurred. If there were warnings but not errors, qpdf\n"
+ << "exits with a status of 3. If warnings would have been issued but --no-warn\n"
+ << "was given, an exit status of 3 is still used.\n";
+}
+
+void
+ArgParser::argCompletionBash()
+{
+ std::cout << "complete -o bashdefault -o default -o nospace"
+ << " -C " << argv[0] << " " << whoami << std::endl;
+ // Put output before error so calling from zsh works properly
+ std::string path = argv[0];
+ size_t slash = path.find('/');
+ if ((slash != 0) && (slash != std::string::npos))
+ {
+ std::cerr << "WARNING: qpdf completion enabled"
+ << " using relative path to qpdf" << std::endl;
+ }
+}
+
+void
+ArgParser::argCompletionZsh()
+{
+ std::cout << "autoload -U +X bashcompinit && bashcompinit && ";
+ argCompletionBash();
+}
+void
+ArgParser::argJsonHelp()
+{
+ // Make sure the output looks right on an 80-column display.
+ // 1 2 3 4 5 6 7 8
+ // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
+ std::cout
+ << "The json block below contains the same structure with the same keys as the"
+ << std::endl
+ << "json generated by qpdf. In the block below, the values are descriptions of"
+ << std::endl
+ << "the meanings of those entries. The specific contract guaranteed by qpdf in"
+ << std::endl
+ << "its json representation is explained in more detail in the manual. You can"
+ << std::endl
+ << "specify a subset of top-level keys when you invoke qpdf, but the \"version\""
+ << std::endl
+ << "and \"parameters\" keys will always be present."
+ << std::endl
+ << std::endl
+ << json_schema().unparse()
+ << std::endl;
+}
+
+void
+ArgParser::argPassword(char* parameter)
+{
+ o.password = parameter;
+}
+
+void
+ArgParser::argEmpty()
+{
+ o.infilename = "";
+}
+
+void
+ArgParser::argLinearize()
+{
+ o.linearize = true;
+}
+
+void
+ArgParser::argEncrypt()
+{
+ ++cur_arg;
+ if (cur_arg + 3 > argc)
+ {
+ if (this->bash_completion)
+ {
+ if (cur_arg == argc)
+ {
+ this->completions.insert("user-password");
+ }
+ else if (cur_arg + 1 == argc)
+ {
+ this->completions.insert("owner-password");
+ }
+ else if (cur_arg + 2 == argc)
+ {
+ this->completions.insert("40");
+ this->completions.insert("128");
+ this->completions.insert("256");
+ }
+ return;
+ }
+ else
+ {
+ usage("insufficient arguments to --encrypt");
+ }
+ }
+ o.user_password = argv[cur_arg++];
+ o.owner_password = argv[cur_arg++];
+ std::string len_str = argv[cur_arg];
+ if (len_str == "40")
+ {
+ o.keylen = 40;
+ this->option_table = &(this->encrypt40_option_table);
+ }
+ else if (len_str == "128")
+ {
+ o.keylen = 128;
+ this->option_table = &(this->encrypt128_option_table);
+ }
+ else if (len_str == "256")
+ {
+ o.keylen = 256;
+ o.use_aes = true;
+ this->option_table = &(this->encrypt256_option_table);
+ }
+ else
+ {
+ usage("encryption key length must be 40, 128, or 256");
+ }
+}
+
+void
+ArgParser::argDecrypt()
+{
+ o.decrypt = true;
+ o.encrypt = false;
+ o.copy_encryption = false;
+}
+
+void
+ArgParser::argPasswordIsHexKey()
+{
+ o.password_is_hex_key = true;
+}
+
+void
+ArgParser::argSuppressPasswordRecovery()
+{
+ o.suppress_password_recovery = true;
+}
+
+void
+ArgParser::argPasswordMode(char* parameter)
+{
+ if (strcmp(parameter, "bytes") == 0)
+ {
+ o.password_mode = pm_bytes;
+ }
+ else if (strcmp(parameter, "hex-bytes") == 0)
+ {
+ o.password_mode = pm_hex_bytes;
+ }
+ else if (strcmp(parameter, "unicode") == 0)
+ {
+ o.password_mode = pm_unicode;
+ }
+ else if (strcmp(parameter, "auto") == 0)
+ {
+ o.password_mode = pm_auto;
+ }
+ else
+ {
+ usage("invalid password-mode option");
+ }
+}
+
+void
+ArgParser::argCopyEncryption(char* parameter)
+{
+ o.encryption_file = parameter;
+ o.copy_encryption = true;
+ o.encrypt = false;
+ o.decrypt = false;
+}
+
+void
+ArgParser::argEncryptionFilePassword(char* parameter)
+{
+ o.encryption_file_password = parameter;
+}
+
+void
+ArgParser::argCollate()
+{
+ o.collate = true;
+}
+
+void
+ArgParser::argPages()
+{
+ ++cur_arg;
+ o.page_specs = parsePagesOptions();
+ if (o.page_specs.empty())
+ {
+ usage("--pages: no page specifications given");
+ }
+}
+
+void
+ArgParser::argUnderlay()
+{
+ parseUnderOverlayOptions(&o.underlay);
+}
+
+void
+ArgParser::argOverlay()
+{
+ parseUnderOverlayOptions(&o.overlay);
+}
+
+void
+ArgParser::argRotate(char* parameter)
+{
+ parseRotationParameter(parameter);
+}
+
+void
+ArgParser::argStreamData(char* parameter)
+{
+ o.stream_data_set = true;
+ if (strcmp(parameter, "compress") == 0)
+ {
+ o.stream_data_mode = qpdf_s_compress;
+ }
+ else if (strcmp(parameter, "preserve") == 0)
+ {
+ o.stream_data_mode = qpdf_s_preserve;
+ }
+ else if (strcmp(parameter, "uncompress") == 0)
+ {
+ o.stream_data_mode = qpdf_s_uncompress;
+ }
+ else
+ {
+ // If this happens, it means streamDataChoices in
+ // ArgParser::initOptionTable is wrong.
+ usage("invalid stream-data option");
+ }
+}
+
+void
+ArgParser::argCompressStreams(char* parameter)
+{
+ o.compress_streams_set = true;
+ o.compress_streams = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::argDecodeLevel(char* parameter)
+{
+ o.decode_level_set = true;
+ if (strcmp(parameter, "none") == 0)
+ {
+ o.decode_level = qpdf_dl_none;
+ }
+ else if (strcmp(parameter, "generalized") == 0)
+ {
+ o.decode_level = qpdf_dl_generalized;
+ }
+ else if (strcmp(parameter, "specialized") == 0)
+ {
+ o.decode_level = qpdf_dl_specialized;
+ }
+ else if (strcmp(parameter, "all") == 0)
+ {
+ o.decode_level = qpdf_dl_all;
+ }
+ else
+ {
+ // If this happens, it means decodeLevelChoices in
+ // ArgParser::initOptionTable is wrong.
+ usage("invalid option");
+ }
+}
+
+void
+ArgParser::argNormalizeContent(char* parameter)
+{
+ o.normalize_set = true;
+ o.normalize = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::argSuppressRecovery()
+{
+ o.suppress_recovery = true;
+}
+
+void
+ArgParser::argObjectStreams(char* parameter)
+{
+ o.object_stream_set = true;
+ if (strcmp(parameter, "disable") == 0)
+ {
+ o.object_stream_mode = qpdf_o_disable;
+ }
+ else if (strcmp(parameter, "preserve") == 0)
+ {
+ o.object_stream_mode = qpdf_o_preserve;
+ }
+ else if (strcmp(parameter, "generate") == 0)
+ {
+ o.object_stream_mode = qpdf_o_generate;
+ }
+ else
+ {
+ // If this happens, it means objectStreamsChoices in
+ // ArgParser::initOptionTable is wrong.
+ usage("invalid object stream mode");
+ }
+}
+
+void
+ArgParser::argIgnoreXrefStreams()
+{
+ o.ignore_xref_streams = true;
+}
+
+void
+ArgParser::argQdf()
+{
+ o.qdf_mode = true;
+}
+
+void
+ArgParser::argPreserveUnreferenced()
+{
+ o.preserve_unreferenced_objects = true;
+}
+
+void
+ArgParser::argPreserveUnreferencedResources()
+{
+ o.preserve_unreferenced_page_resources = true;
+}
-void usage(std::string const& msg)
+void
+ArgParser::argKeepFilesOpen(char* parameter)
+{
+ o.keep_files_open_set = true;
+ o.keep_files_open = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::argNewlineBeforeEndstream()
+{
+ o.newline_before_endstream = true;
+}
+
+void
+ArgParser::argLinearizePass1(char* parameter)
+{
+ o.linearize_pass1 = parameter;
+}
+
+void
+ArgParser::argCoalesceContents()
+{
+ o.coalesce_contents = true;
+}
+
+void
+ArgParser::argFlattenAnnotations(char* parameter)
+{
+ o.flatten_annotations = true;
+ if (strcmp(parameter, "screen") == 0)
+ {
+ o.flatten_annotations_forbidden |= an_no_view;
+ }
+ else if (strcmp(parameter, "print") == 0)
+ {
+ o.flatten_annotations_required |= an_print;
+ }
+}
+
+void
+ArgParser::argGenerateAppearances()
+{
+ o.generate_appearances = true;
+}
+
+void
+ArgParser::argMinVersion(char* parameter)
+{
+ o.min_version = parameter;
+}
+
+void
+ArgParser::argForceVersion(char* parameter)
+{
+ o.force_version = parameter;
+}
+
+void
+ArgParser::argSplitPages(char* parameter)
+{
+ int n = ((parameter == 0) ? 1 :
+ QUtil::string_to_int(parameter));
+ o.split_pages = n;
+}
+
+void
+ArgParser::argVerbose()
+{
+ o.verbose = true;
+}
+
+void
+ArgParser::argProgress()
+{
+ o.progress = true;
+}
+
+void
+ArgParser::argNoWarn()
+{
+ o.suppress_warnings = true;
+}
+
+void
+ArgParser::argDeterministicId()
+{
+ o.deterministic_id = true;
+}
+
+void
+ArgParser::argStaticId()
+{
+ o.static_id = true;
+}
+
+void
+ArgParser::argStaticAesIv()
+{
+ o.static_aes_iv = true;
+}
+
+void
+ArgParser::argNoOriginalObjectIds()
+{
+ o.suppress_original_object_id = true;
+}
+
+void
+ArgParser::argShowEncryption()
+{
+ o.show_encryption = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argShowEncryptionKey()
+{
+ o.show_encryption_key = true;
+}
+
+void
+ArgParser::argCheckLinearization()
+{
+ o.check_linearization = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argShowLinearization()
+{
+ o.show_linearization = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argShowXref()
+{
+ o.show_xref = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argShowObject(char* parameter)
+{
+ parse_object_id(parameter, o.show_trailer, o.show_obj, o.show_gen);
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argRawStreamData()
+{
+ o.show_raw_stream_data = true;
+}
+
+void
+ArgParser::argFilteredStreamData()
+{
+ o.show_filtered_stream_data = true;
+}
+
+void
+ArgParser::argShowNpages()
+{
+ o.show_npages = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argShowPages()
+{
+ o.show_pages = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argWithImages()
+{
+ o.show_page_images = true;
+}
+
+void
+ArgParser::argJson()
+{
+ o.json = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argJsonKey(char* parameter)
+{
+ o.json_keys.insert(parameter);
+}
+
+void
+ArgParser::argJsonObject(char* parameter)
+{
+ o.json_objects.insert(parameter);
+}
+
+void
+ArgParser::argCheck()
+{
+ o.check = true;
+ o.require_outfile = false;
+}
+
+void
+ArgParser::argOptimizeImages()
+{
+ o.optimize_images = true;
+}
+
+void
+ArgParser::argExternalizeInlineImages()
+{
+ o.externalize_inline_images = true;
+}
+
+void
+ArgParser::argKeepInlineImages()
+{
+ o.keep_inline_images = true;
+}
+
+void
+ArgParser::argOiMinWidth(char* parameter)
+{
+ o.oi_min_width = QUtil::string_to_int(parameter);
+}
+
+void
+ArgParser::argOiMinHeight(char* parameter)
+{
+ o.oi_min_height = QUtil::string_to_int(parameter);
+}
+
+void
+ArgParser::argOiMinArea(char* parameter)
+{
+ o.oi_min_area = QUtil::string_to_int(parameter);
+}
+
+void
+ArgParser::argIiMinBytes(char* parameter)
+{
+ o.ii_min_bytes = QUtil::string_to_int(parameter);
+}
+
+void
+ArgParser::arg40Print(char* parameter)
+{
+ o.r2_print = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg40Modify(char* parameter)
+{
+ o.r2_modify = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg40Extract(char* parameter)
+{
+ o.r2_extract = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg40Annotate(char* parameter)
+{
+ o.r2_annotate = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128Accessibility(char* parameter)
+{
+ o.r3_accessibility = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128Extract(char* parameter)
+{
+ o.r3_extract = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128Print(char* parameter)
+{
+ if (strcmp(parameter, "full") == 0)
+ {
+ o.r3_print = qpdf_r3p_full;
+ }
+ else if (strcmp(parameter, "low") == 0)
+ {
+ o.r3_print = qpdf_r3p_low;
+ }
+ else if (strcmp(parameter, "none") == 0)
+ {
+ o.r3_print = qpdf_r3p_none;
+ }
+ else
+ {
+ usage("invalid print option");
+ }
+}
+
+void
+ArgParser::arg128Modify(char* parameter)
+{
+ if (strcmp(parameter, "all") == 0)
+ {
+ o.r3_assemble = true;
+ o.r3_annotate_and_form = true;
+ o.r3_form_filling = true;
+ o.r3_modify_other = true;
+ }
+ else if (strcmp(parameter, "annotate") == 0)
+ {
+ o.r3_assemble = true;
+ o.r3_annotate_and_form = true;
+ o.r3_form_filling = true;
+ o.r3_modify_other = false;
+ }
+ else if (strcmp(parameter, "form") == 0)
+ {
+ o.r3_assemble = true;
+ o.r3_annotate_and_form = false;
+ o.r3_form_filling = true;
+ o.r3_modify_other = false;
+ }
+ else if (strcmp(parameter, "assembly") == 0)
+ {
+ o.r3_assemble = true;
+ o.r3_annotate_and_form = false;
+ o.r3_form_filling = false;
+ o.r3_modify_other = false;
+ }
+ else if (strcmp(parameter, "none") == 0)
+ {
+ o.r3_assemble = false;
+ o.r3_annotate_and_form = false;
+ o.r3_form_filling = false;
+ o.r3_modify_other = false;
+ }
+ else
+ {
+ usage("invalid modify option");
+ }
+}
+
+void
+ArgParser::arg128ClearTextMetadata()
+{
+ o.cleartext_metadata = true;
+}
+
+void
+ArgParser::arg128Assemble(char* parameter)
+{
+ o.r3_assemble = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128Annotate(char* parameter)
+{
+ o.r3_annotate_and_form = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128Form(char* parameter)
+{
+ o.r3_form_filling = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128ModOther(char* parameter)
+{
+ o.r3_modify_other = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128UseAes(char* parameter)
+{
+ o.use_aes = (strcmp(parameter, "y") == 0);
+}
+
+void
+ArgParser::arg128ForceV4()
+{
+ o.force_V4 = true;
+}
+
+void
+ArgParser::arg256ForceR5()
+{
+ o.force_R5 = true;
+}
+
+void
+ArgParser::argEndEncrypt()
+{
+ o.encrypt = true;
+ o.decrypt = false;
+ o.copy_encryption = false;
+ this->option_table = &(this->main_option_table);
+}
+
+void
+ArgParser::argUOpositional(char* arg)
+{
+ if (o.under_overlay->filename)
+ {
+ usage(o.under_overlay->which + " file already specified");
+ }
+ else
+ {
+ o.under_overlay->filename = arg;
+ }
+}
+
+void
+ArgParser::argUOto(char* parameter)
+{
+ parseNumrange(parameter, 0);
+ o.under_overlay->to_nr = parameter;
+}
+
+void
+ArgParser::argUOfrom(char* parameter)
+{
+ if (strlen(parameter))
+ {
+ parseNumrange(parameter, 0);
+ }
+ o.under_overlay->from_nr = parameter;
+}
+
+void
+ArgParser::argUOrepeat(char* parameter)
+{
+ if (strlen(parameter))
+ {
+ parseNumrange(parameter, 0);
+ }
+ o.under_overlay->repeat_nr = parameter;
+}
+
+void
+ArgParser::argUOpassword(char* parameter)
+{
+ o.under_overlay->password = parameter;
+}
+
+void
+ArgParser::argEndUnderOverlay()
+{
+ this->option_table = &(this->main_option_table);
+ if (0 == o.under_overlay->filename)
+ {
+ usage(o.under_overlay->which + " file not specified");
+ }
+ o.under_overlay = 0;
+}
+
+void
+ArgParser::handleArgFileArguments()
+{
+ // Support reading arguments from files. Create a new argv. Ensure
+ // that argv itself as well as all its contents are automatically
+ // deleted by using PointerHolder objects to back the pointers in
+ // argv.
+ new_argv.push_back(PointerHolder<char>(true, QUtil::copy_string(argv[0])));
+ for (int i = 1; i < argc; ++i)
+ {
+ char* argfile = 0;
+ if ((strlen(argv[i]) > 1) && (argv[i][0] == '@'))
+ {
+ try
+ {
+ argfile = 1 + argv[i];
+ if (strcmp(argfile, "-") != 0)
+ {
+ fclose(QUtil::safe_fopen(argfile, "rb"));
+ }
+ }
+ catch (std::runtime_error&)
+ {
+ // The file's not there; treating as regular option
+ argfile = 0;
+ }
+ }
+ if (argfile)
+ {
+ readArgsFromFile(1+argv[i]);
+ }
+ else
+ {
+ new_argv.push_back(
+ PointerHolder<char>(true, QUtil::copy_string(argv[i])));
+ }
+ }
+ argv_ph = PointerHolder<char*>(true, new char*[1+new_argv.size()]);
+ argv = argv_ph.getPointer();
+ for (size_t i = 0; i < new_argv.size(); ++i)
+ {
+ argv[i] = new_argv.at(i).getPointer();
+ }
+ argc = static_cast<int>(new_argv.size());
+ argv[argc] = 0;
+}
+
+void
+ArgParser::handleBashArguments()
+{
+ // Do a minimal job of parsing bash_line into arguments. This
+ // doesn't do everything the shell does (e.g. $(...), variable
+ // expansion, arithmetic, globs, etc.), but it should be good
+ // enough for purposes of handling completion. As we build up the
+ // new argv, we can't use this->new_argv because this code has to
+ // interoperate with @file arguments, so memory for both ways of
+ // fabricating argv has to be protected.
+
+ bool last_was_backslash = false;
+ enum { st_top, st_squote, st_dquote } state = st_top;
+ std::string arg;
+ for (std::string::iterator iter = bash_line.begin();
+ iter != bash_line.end(); ++iter)
+ {
+ char ch = (*iter);
+ if (last_was_backslash)
+ {
+ arg.append(1, ch);
+ last_was_backslash = false;
+ }
+ else if (ch == '\\')
+ {
+ last_was_backslash = true;
+ }
+ else
+ {
+ bool append = false;
+ switch (state)
+ {
+ case st_top:
+ if (QUtil::is_space(ch))
+ {
+ if (! arg.empty())
+ {
+ bash_argv.push_back(
+ PointerHolder<char>(
+ true, QUtil::copy_string(arg.c_str())));
+ arg.clear();
+ }
+ }
+ else if (ch == '"')
+ {
+ state = st_dquote;
+ }
+ else if (ch == '\'')
+ {
+ state = st_squote;
+ }
+ else
+ {
+ append = true;
+ }
+ break;
+
+ case st_squote:
+ if (ch == '\'')
+ {
+ state = st_top;
+ }
+ else
+ {
+ append = true;
+ }
+ break;
+
+ case st_dquote:
+ if (ch == '"')
+ {
+ state = st_top;
+ }
+ else
+ {
+ append = true;
+ }
+ break;
+ }
+ if (append)
+ {
+ arg.append(1, ch);
+ }
+ }
+ }
+ if (bash_argv.empty())
+ {
+ // This can't happen if properly invoked by bash, but ensure
+ // we have a valid argv[0] regardless.
+ bash_argv.push_back(
+ PointerHolder<char>(
+ true, QUtil::copy_string(argv[0])));
+ }
+ // Explicitly discard any non-space-terminated word. The "current
+ // word" is handled specially.
+ bash_argv_ph = PointerHolder<char*>(true, new char*[1+bash_argv.size()]);
+ argv = bash_argv_ph.getPointer();
+ for (size_t i = 0; i < bash_argv.size(); ++i)
+ {
+ argv[i] = bash_argv.at(i).getPointer();
+ }
+ argc = static_cast<int>(bash_argv.size());
+ argv[argc] = 0;
+}
+
+void usageExit(std::string const& msg)
{
std::cerr
<< std::endl
@@ -531,6 +2400,20 @@ void usage(std::string const& msg)
exit(EXIT_ERROR);
}
+void
+ArgParser::usage(std::string const& message)
+{
+ if (this->bash_completion)
+ {
+ // This will cause bash to fall back to regular file completion.
+ exit(0);
+ }
+ else
+ {
+ usageExit(message);
+ }
+}
+
static std::string show_bool(bool v)
{
return v ? "allowed" : "not allowed";
@@ -617,515 +2500,29 @@ static void show_encryption(QPDF& pdf, Options& o)
}
}
-static int maybe_from_end(int num, bool from_end, int max)
+std::vector<int>
+ArgParser::parseNumrange(char const* range, int max, bool throw_error)
{
- if (from_end)
- {
- if (num > max)
- {
- num = 0;
- }
- else
- {
- num = max + 1 - num;
- }
- }
- return num;
-}
-
-static std::vector<int> parse_numrange(char const* range, int max,
- bool throw_error = false)
-{
- std::vector<int> result;
- char const* p = range;
try
{
- std::vector<int> work;
- static int const comma = -1;
- static int const dash = -2;
-
- enum { st_top,
- st_in_number,
- st_after_number } state = st_top;
- bool last_separator_was_dash = false;
- int cur_number = 0;
- bool from_end = false;
- while (*p)
- {
- char ch = *p;
- if (isdigit(ch))
- {
- if (! ((state == st_top) || (state == st_in_number)))
- {
- throw std::runtime_error("digit not expected");
- }
- state = st_in_number;
- cur_number *= 10;
- cur_number += (ch - '0');
- }
- else if (ch == 'z')
- {
- // z represents max
- if (! (state == st_top))
- {
- throw std::runtime_error("z not expected");
- }
- state = st_after_number;
- cur_number = max;
- }
- else if (ch == 'r')
- {
- if (! (state == st_top))
- {
- throw std::runtime_error("r not expected");
- }
- state = st_in_number;
- from_end = true;
- }
- else if ((ch == ',') || (ch == '-'))
- {
- if (! ((state == st_in_number) || (state == st_after_number)))
- {
- throw std::runtime_error("unexpected separator");
- }
- cur_number = maybe_from_end(cur_number, from_end, max);
- work.push_back(cur_number);
- cur_number = 0;
- from_end = false;
- if (ch == ',')
- {
- state = st_top;
- last_separator_was_dash = false;
- work.push_back(comma);
- }
- else if (ch == '-')
- {
- if (last_separator_was_dash)
- {
- throw std::runtime_error("unexpected dash");
- }
- state = st_top;
- last_separator_was_dash = true;
- work.push_back(dash);
- }
- }
- else
- {
- throw std::runtime_error("unexpected character");
- }
- ++p;
- }
- if ((state == st_in_number) || (state == st_after_number))
- {
- cur_number = maybe_from_end(cur_number, from_end, max);
- work.push_back(cur_number);
- }
- else
- {
- throw std::runtime_error("number expected");
- }
-
- p = 0;
- for (size_t i = 0; i < work.size(); i += 2)
- {
- int num = work.at(i);
- // max == 0 means we don't know the max and are just
- // testing for valid syntax.
- if ((max > 0) && ((num < 1) || (num > max)))
- {
- throw std::runtime_error(
- "number " + QUtil::int_to_string(num) + " out of range");
- }
- if (i == 0)
- {
- result.push_back(work.at(i));
- }
- else
- {
- int separator = work.at(i-1);
- if (separator == comma)
- {
- result.push_back(num);
- }
- else if (separator == dash)
- {
- int lastnum = result.back();
- if (num > lastnum)
- {
- for (int j = lastnum + 1; j <= num; ++j)
- {
- result.push_back(j);
- }
- }
- else
- {
- for (int j = lastnum - 1; j >= num; --j)
- {
- result.push_back(j);
- }
- }
- }
- else
- {
- throw std::logic_error(
- "INTERNAL ERROR parsing numeric range");
- }
- }
- }
+ return QUtil::parse_numrange(range, max);
}
- catch (std::runtime_error e)
+ catch (std::runtime_error& e)
{
if (throw_error)
{
- throw e;
- }
- if (p)
- {
- usage("error at * in numeric range " +
- std::string(range, p - range) + "*" + p + ": " + e.what());
+ throw(e);
}
else
{
- usage("error in numeric range " +
- std::string(range) + ": " + e.what());
+ usage(e.what());
}
}
- return result;
-}
-
-static void
-parse_encrypt_options(
- int argc, char* argv[], int& cur_arg,
- std::string& user_password, std::string& owner_password, int& keylen,
- bool& r2_print, bool& r2_modify, bool& r2_extract, bool& r2_annotate,
- bool& r3_accessibility, bool& r3_extract,
- qpdf_r3_print_e& r3_print, qpdf_r3_modify_e& r3_modify,
- bool& force_V4, bool& cleartext_metadata, bool& use_aes,
- bool& force_R5)
-{
- if (cur_arg + 3 >= argc)
- {
- usage("insufficient arguments to --encrypt");
- }
- user_password = argv[cur_arg++];
- owner_password = argv[cur_arg++];
- std::string len_str = argv[cur_arg++];
- if (len_str == "40")
- {
- keylen = 40;
- }
- else if (len_str == "128")
- {
- keylen = 128;
- }
- else if (len_str == "256")
- {
- keylen = 256;
- use_aes = true;
- }
- else
- {
- usage("encryption key length must be 40, 128, or 256");
- }
- while (1)
- {
- char* arg = argv[cur_arg];
- if (arg == 0)
- {
- usage("insufficient arguments to --encrypt");
- }
- else if (strcmp(arg, "--") == 0)
- {
- return;
- }
- if (arg[0] == '-')
- {
- ++arg;
- if (arg[0] == '-')
- {
- ++arg;
- }
- }
- else
- {
- usage(std::string("invalid encryption parameter ") + arg);
- }
- ++cur_arg;
- char* parameter = strchr(arg, '=');
- if (parameter)
- {
- *parameter++ = 0;
- }
- if (strcmp(arg, "print") == 0)
- {
- if (parameter == 0)
- {
- usage("--print must be given as --print=option");
- }
- std::string val = parameter;
- if (keylen == 40)
- {
- if (val == "y")
- {
- r2_print = true;
- }
- else if (val == "n")
- {
- r2_print = false;
- }
- else
- {
- usage("invalid 40-bit -print parameter");
- }
- }
- else
- {
- if (val == "full")
- {
- r3_print = qpdf_r3p_full;
- }
- else if (val == "low")
- {
- r3_print = qpdf_r3p_low;
- }
- else if (val == "none")
- {
- r3_print = qpdf_r3p_none;
- }
- else
- {
- usage("invalid 128-bit -print parameter");
- }
- }
- }
- else if (strcmp(arg, "modify") == 0)
- {
- if (parameter == 0)
- {
- usage("--modify must be given as --modify=option");
- }
- std::string val = parameter;
- if (keylen == 40)
- {
- if (val == "y")
- {
- r2_modify = true;
- }
- else if (val == "n")
- {
- r2_modify = false;
- }
- else
- {
- usage("invalid 40-bit -modify parameter");
- }
- }
- else
- {
- if (val == "all")
- {
- r3_modify = qpdf_r3m_all;
- }
- else if (val == "annotate")
- {
- r3_modify = qpdf_r3m_annotate;
- }
- else if (val == "form")
- {
- r3_modify = qpdf_r3m_form;
- }
- else if (val == "assembly")
- {
- r3_modify = qpdf_r3m_assembly;
- }
- else if (val == "none")
- {
- r3_modify = qpdf_r3m_none;
- }
- else
- {
- usage("invalid 128-bit -modify parameter");
- }
- }
- }
- else if (strcmp(arg, "extract") == 0)
- {
- if (parameter == 0)
- {
- usage("--extract must be given as --extract=option");
- }
- std::string val = parameter;
- bool result = false;
- if (val == "y")
- {
- result = true;
- }
- else if (val == "n")
- {
- result = false;
- }
- else
- {
- usage("invalid -extract parameter");
- }
- if (keylen == 40)
- {
- r2_extract = result;
- }
- else
- {
- r3_extract = result;
- }
- }
- else if (strcmp(arg, "annotate") == 0)
- {
- if (parameter == 0)
- {
- usage("--annotate must be given as --annotate=option");
- }
- std::string val = parameter;
- bool result = false;
- if (val == "y")
- {
- result = true;
- }
- else if (val == "n")
- {
- result = false;
- }
- else
- {
- usage("invalid -annotate parameter");
- }
- if (keylen == 40)
- {
- r2_annotate = result;
- }
- else
- {
- usage("-annotate invalid for 128-bit keys");
- }
- }
- else if (strcmp(arg, "accessibility") == 0)
- {
- if (parameter == 0)
- {
- usage("--accessibility must be given as"
- " --accessibility=option");
- }
- std::string val = parameter;
- bool result = false;
- if (val == "y")
- {
- result = true;
- }
- else if (val == "n")
- {
- result = false;
- }
- else
- {
- usage("invalid -accessibility parameter");
- }
- if (keylen == 40)
- {
- usage("-accessibility invalid for 40-bit keys");
- }
- else
- {
- r3_accessibility = result;
- }
- }
- else if (strcmp(arg, "cleartext-metadata") == 0)
- {
- if (parameter)
- {
- usage("--cleartext-metadata does not take a parameter");
- }
- if (keylen == 40)
- {
- usage("--cleartext-metadata is invalid for 40-bit keys");
- }
- else
- {
- cleartext_metadata = true;
- }
- }
- else if (strcmp(arg, "force-V4") == 0)
- {
- if (parameter)
- {
- usage("--force-V4 does not take a parameter");
- }
- if (keylen != 128)
- {
- usage("--force-V4 is invalid only for 128-bit keys");
- }
- else
- {
- force_V4 = true;
- }
- }
- else if (strcmp(arg, "force-R5") == 0)
- {
- if (parameter)
- {
- usage("--force-R5 does not take a parameter");
- }
- if (keylen != 256)
- {
- usage("--force-R5 is invalid only for 256-bit keys");
- }
- else
- {
- force_R5 = true;
- }
- }
- else if (strcmp(arg, "use-aes") == 0)
- {
- if (parameter == 0)
- {
- usage("--use-aes must be given as --extract=option");
- }
- std::string val = parameter;
- bool result = false;
- if (val == "y")
- {
- result = true;
- }
- else if (val == "n")
- {
- result = false;
- }
- else
- {
- usage("invalid -use-aes parameter");
- }
- if ((keylen == 40) && result)
- {
- usage("use-aes is invalid for 40-bit keys");
- }
- else if ((keylen == 256) && (! result))
- {
- // qpdf would happily create files encrypted with RC4
- // using /V=5, but Adobe reader can't read them.
- usage("use-aes can't be disabled with 256-bit keys");
- }
- else
- {
- use_aes = result;
- }
- }
- else
- {
- usage(std::string("invalid encryption parameter --") + arg);
- }
- }
+ return std::vector<int>();
}
-static std::vector<PageSpec>
-parse_pages_options(
- int argc, char* argv[], int& cur_arg)
+std::vector<PageSpec>
+ArgParser::parsePagesOptions()
{
std::vector<PageSpec> result;
while (1)
@@ -1165,7 +2562,7 @@ parse_pages_options(
{
try
{
- parse_numrange(range, 0, true);
+ parseNumrange(range, 0, true);
}
catch (std::runtime_error& e1)
{
@@ -1177,10 +2574,10 @@ parse_pages_options(
QTC::TC("qpdf", "qpdf pages range omitted in middle");
range_omitted = true;
}
- catch (std::runtime_error& e2)
+ catch (std::runtime_error&)
{
- // Ignore. The range is invalid and not a file.
- // We'll get an error message later.
+ // Give the range error
+ usage(e1.what());
}
}
}
@@ -1195,23 +2592,11 @@ parse_pages_options(
return result;
}
-static void test_numrange(char const* range)
+void
+ArgParser::parseUnderOverlayOptions(UnderOverlay* uo)
{
- if (range == 0)
- {
- std::cout << "null" << std::endl;
- }
- else
- {
- std::vector<int> result = parse_numrange(range, 15);
- std::cout << "numeric range " << range << " ->";
- for (std::vector<int>::iterator iter = result.begin();
- iter != result.end(); ++iter)
- {
- std::cout << " " << *iter;
- }
- std::cout << std::endl;
- }
+ o.under_overlay = uo;
+ this->option_table = &(this->under_overlay_option_table);
}
QPDFPageData::QPDFPageData(std::string const& filename,
@@ -1221,7 +2606,23 @@ QPDFPageData::QPDFPageData(std::string const& filename,
qpdf(qpdf),
orig_pages(qpdf->getAllPages())
{
- this->selected_pages = parse_numrange(range, this->orig_pages.size());
+ try
+ {
+ this->selected_pages =
+ QUtil::parse_numrange(range, this->orig_pages.size());
+ }
+ catch (std::runtime_error& e)
+ {
+ usageExit("parsing numeric range for " + filename + ": " + e.what());
+ }
+}
+
+QPDFPageData::QPDFPageData(QPDFPageData const& other, int page) :
+ filename(other.filename),
+ qpdf(other.qpdf),
+ orig_pages(other.orig_pages)
+{
+ this->selected_pages.push_back(page);
}
static void parse_version(std::string const& full_version_string,
@@ -1239,8 +2640,8 @@ static void parse_version(std::string const& full_version_string,
version = v;
}
-static void read_args_from_file(char const* filename,
- std::vector<PointerHolder<char> >& new_argv)
+void
+ArgParser::readArgsFromFile(char const* filename)
{
std::list<std::string> lines;
if (strcmp(filename, "-") == 0)
@@ -1261,74 +2662,39 @@ static void read_args_from_file(char const* filename,
}
}
-static void handle_help_version(int argc, char* argv[])
+void
+ArgParser::handleHelpArgs()
{
- // Make sure the output looks right on an 80-column display.
+ // Handle special-case informational options that are only
+ // available as the sole option.
- if ((argc == 2) &&
- ((strcmp(argv[1], "--version") == 0) ||
- (strcmp(argv[1], "-version") == 0)))
+ if (argc != 2)
{
- std::cout
- << whoami << " version " << QPDF::QPDFVersion() << std::endl
- << "Run " << whoami << " --copyright to see copyright and license information."
- << std::endl;
- exit(0);
+ return;
}
-
- if ((argc == 2) &&
- ((strcmp(argv[1], "--copyright") == 0) ||
- (strcmp(argv[1], "-copyright") == 0)))
- {
- // 1 2 3 4 5 6 7 8
- // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
- std::cout
- << whoami << " version " << QPDF::QPDFVersion() << std::endl
- << std::endl
- << "Copyright (c) 2005-2018 Jay Berkenbilt"
- << std::endl
- << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
- << std::endl
- << "not use this file except in compliance with the License."
- << std::endl
- << "You may obtain a copy of the License at"
- << std::endl
- << std::endl
- << " http://www.apache.org/licenses/LICENSE-2.0"
- << std::endl
- << std::endl
- << "Unless required by applicable law or agreed to in writing, software"
- << std::endl
- << "distributed under the License is distributed on an \"AS IS\" BASIS,"
- << std::endl
- << "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied."
- << std::endl
- << "See the License for the specific language governing permissions and"
- << std::endl
- << "limitations under the License."
- << std::endl
- << std::endl
- << "Versions of qpdf prior to version 7 were released under the terms"
- << std::endl
- << "of version 2.0 of the Artistic License. At your option, you may"
- << std::endl
- << "continue to consider qpdf to be licensed under those terms. Please"
- << std::endl
- << "see the manual for additional information."
- << std::endl;
- exit(0);
+ char* arg = argv[1];
+ if (*arg != '-')
+ {
+ return;
}
-
- if ((argc == 2) &&
- ((strcmp(argv[1], "--help") == 0) ||
- (strcmp(argv[1], "-help") == 0)))
+ ++arg;
+ if (*arg == '-')
+ {
+ ++arg;
+ }
+ if (! *arg)
+ {
+ return;
+ }
+ if (this->help_option_table.count(arg))
{
- std::cout << help;
+ (this->*(this->help_option_table[arg].bare_arg_handler))();
exit(0);
}
}
-static void parse_rotation_parameter(Options& o, std::string const& parameter)
+void
+ArgParser::parseRotationParameter(std::string const& parameter)
{
std::string angle_str;
std::string range;
@@ -1369,10 +2735,10 @@ static void parse_rotation_parameter(Options& o, std::string const& parameter)
bool range_valid = false;
try
{
- parse_numrange(range.c_str(), 0, true);
+ parseNumrange(range.c_str(), 0, true);
range_valid = true;
}
- catch (std::runtime_error)
+ catch (std::runtime_error const&)
{
// ignore
}
@@ -1392,393 +2758,207 @@ static void parse_rotation_parameter(Options& o, std::string const& parameter)
}
}
-static void parse_options(int argc, char* argv[], Options& o)
+void
+ArgParser::checkCompletion()
{
- for (int i = 1; i < argc; ++i)
+ // See if we're being invoked from bash completion.
+ std::string bash_point_env;
+ if (QUtil::get_env("COMP_LINE", &bash_line) &&
+ QUtil::get_env("COMP_POINT", &bash_point_env))
{
- char const* arg = argv[i];
- if ((arg[0] == '-') && (strcmp(arg, "-") != 0))
+ int p = QUtil::string_to_int(bash_point_env.c_str());
+ if ((p > 0) && (p <= static_cast<int>(bash_line.length())))
{
- ++arg;
- if (arg[0] == '-')
- {
- // Be lax about -arg vs --arg
- ++arg;
- }
- char* parameter = const_cast<char*>(strchr(arg, '='));
- if (parameter)
- {
- *parameter++ = 0;
- }
+ // Truncate the line. We ignore everything at or after the
+ // cursor for completion purposes.
+ bash_line = bash_line.substr(0, p);
+ }
+ // Set bash_cur and bash_prev based on bash_line rather than
+ // relying on argv. This enables us to use bashcompinit to get
+ // completion in zsh too since bashcompinit sets COMP_LINE and
+ // COMP_POINT but doesn't invoke the command with options like
+ // bash does.
- // Arguments that start with space are undocumented and
- // are for use by the test suite.
- if (strcmp(arg, " test-numrange") == 0)
- {
- test_numrange(parameter);
- exit(0);
- }
- else if (strcmp(arg, "password") == 0)
- {
- if (parameter == 0)
- {
- usage("--password must be given as --password=pass");
- }
- o.password = parameter;
- }
- else if (strcmp(arg, "empty") == 0)
- {
- o.infilename = "";
- }
- else if (strcmp(arg, "linearize") == 0)
- {
- o.linearize = true;
- }
- else if (strcmp(arg, "encrypt") == 0)
- {
- parse_encrypt_options(
- argc, argv, ++i,
- o.user_password, o.owner_password, o.keylen,
- o.r2_print, o.r2_modify, o.r2_extract, o.r2_annotate,
- o.r3_accessibility, o.r3_extract, o.r3_print, o.r3_modify,
- o.force_V4, o.cleartext_metadata, o.use_aes, o.force_R5);
- o.encrypt = true;
- o.decrypt = false;
- o.copy_encryption = false;
- }
- else if (strcmp(arg, "decrypt") == 0)
- {
- o.decrypt = true;
- o.encrypt = false;
- o.copy_encryption = false;
- }
- else if (strcmp(arg, "password-is-hex-key") == 0)
- {
- o.password_is_hex_key = true;
- }
- else if (strcmp(arg, "copy-encryption") == 0)
- {
- if (parameter == 0)
- {
- usage("--copy-encryption must be given as"
- "--copy_encryption=file");
- }
- o.encryption_file = parameter;
- o.copy_encryption = true;
- o.encrypt = false;
- o.decrypt = false;
- }
- else if (strcmp(arg, "encryption-file-password") == 0)
- {
- if (parameter == 0)
- {
- usage("--encryption-file-password must be given as"
- "--encryption-file-password=password");
- }
- o.encryption_file_password = parameter;
- }
- else if (strcmp(arg, "pages") == 0)
+ // p is equal to length of the string. Walk backwards looking
+ // for the first separator. bash_cur is everything after the
+ // last separator, possibly empty.
+ char sep(0);
+ while (--p > 0)
+ {
+ char ch = bash_line.at(p);
+ if ((ch == ' ') || (ch == '=') || (ch == ':'))
{
- o.page_specs = parse_pages_options(argc, argv, ++i);
- if (o.page_specs.empty())
- {
- usage("--pages: no page specifications given");
- }
+ sep = ch;
+ break;
}
- else if (strcmp(arg, "rotate") == 0)
+ }
+ bash_cur = bash_line.substr(1+p, std::string::npos);
+ if ((sep == ':') || (sep == '='))
+ {
+ // Bash sets prev to the non-space separator if any.
+ // Actually, if there are multiple separators in a row,
+ // they are all included in prev, but that detail is not
+ // important to us and not worth coding.
+ bash_prev = bash_line.substr(p, 1);
+ }
+ else
+ {
+ // Go back to the last separator and set prev based on
+ // that.
+ int p1 = p;
+ while (--p1 > 0)
{
- if (parameter == 0)
+ char ch = bash_line.at(p1);
+ if ((ch == ' ') || (ch == ':') || (ch == '='))
{
- usage("--rotate must be given as"
- " --rotate=[+|-]angle:page-range");
+ bash_prev = bash_line.substr(p1 + 1, p - p1 - 1);
+ break;
}
- parse_rotation_parameter(o, parameter);
}
- else if (strcmp(arg, "stream-data") == 0)
+ }
+ if (bash_prev.empty())
+ {
+ bash_prev = bash_line.substr(0, p);
+ }
+ if (argc == 1)
+ {
+ // This is probably zsh using bashcompinit. There are a
+ // few differences in the expected output.
+ zsh_completion = true;
+ }
+ handleBashArguments();
+ bash_completion = true;
+ }
+}
+
+void
+ArgParser::parseOptions()
+{
+ checkCompletion();
+ if (! this->bash_completion)
+ {
+ handleHelpArgs();
+ }
+ handleArgFileArguments();
+ for (cur_arg = 1; cur_arg < argc; ++cur_arg)
+ {
+ char* arg = argv[cur_arg];
+ if (strcmp(arg, "--") == 0)
+ {
+ // Special case for -- option, which is used to break out
+ // of subparsers.
+ OptionEntry& oe = (*this->option_table)["--"];
+ if (oe.bare_arg_handler)
{
- if (parameter == 0)
- {
- usage("--stream-data must be given as"
- "--stream-data=option");
- }
- o.stream_data_set = true;
- if (strcmp(parameter, "compress") == 0)
- {
- o.stream_data_mode = qpdf_s_compress;
- }
- else if (strcmp(parameter, "preserve") == 0)
- {
- o.stream_data_mode = qpdf_s_preserve;
- }
- else if (strcmp(parameter, "uncompress") == 0)
- {
- o.stream_data_mode = qpdf_s_uncompress;
- }
- else
- {
- usage("invalid stream-data option");
- }
+ (this->*(oe.bare_arg_handler))();
}
- else if (strcmp(arg, "compress-streams") == 0)
+ }
+ else if ((arg[0] == '-') && (strcmp(arg, "-") != 0))
+ {
+ ++arg;
+ if (arg[0] == '-')
{
- o.compress_streams_set = true;
- if (parameter && (strcmp(parameter, "y") == 0))
- {
- o.compress_streams = true;
- }
- else if (parameter && (strcmp(parameter, "n") == 0))
- {
- o.compress_streams = false;
- }
- else
- {
- usage("--compress-streams must be given as"
- " --compress-streams=[yn]");
- }
+ // Be lax about -arg vs --arg
+ ++arg;
}
- else if (strcmp(arg, "decode-level") == 0)
+ char* parameter = 0;
+ if (strlen(arg) > 0)
{
- if (parameter == 0)
- {
- usage("--decode-level must be given as"
- "--decode-level=option");
- }
- o.decode_level_set = true;
- if (strcmp(parameter, "none") == 0)
- {
- o.decode_level = qpdf_dl_none;
- }
- else if (strcmp(parameter, "generalized") == 0)
- {
- o.decode_level = qpdf_dl_generalized;
- }
- else if (strcmp(parameter, "specialized") == 0)
- {
- o.decode_level = qpdf_dl_specialized;
- }
- else if (strcmp(parameter, "all") == 0)
- {
- o.decode_level = qpdf_dl_all;
- }
- else
- {
- usage("invalid stream-data option");
- }
+ // Prevent --=something from being treated as an empty
+ // arg since the empty string in the option table is
+ // for positional arguments.
+ parameter = const_cast<char*>(strchr(1 + arg, '='));
}
- else if (strcmp(arg, "normalize-content") == 0)
+ if (parameter)
{
- o.normalize_set = true;
- if (parameter && (strcmp(parameter, "y") == 0))
- {
- o.normalize = true;
- }
- else if (parameter && (strcmp(parameter, "n") == 0))
- {
- o.normalize = false;
- }
- else
- {
- usage("--normalize-content must be given as"
- " --normalize-content=[yn]");
- }
+ *parameter++ = 0;
}
- else if (strcmp(arg, "suppress-recovery") == 0)
+
+ std::string arg_s(arg);
+ if (arg_s.empty() ||
+ (arg_s.at(0) == '-') ||
+ (0 == this->option_table->count(arg_s)))
{
- o.suppress_recovery = true;
+ usage(std::string("unknown option --") + arg);
}
- else if (strcmp(arg, "object-streams") == 0)
+
+ OptionEntry& oe = (*this->option_table)[arg_s];
+ if ((oe.parameter_needed && (0 == parameter)) ||
+ ((! oe.choices.empty() &&
+ ((0 == parameter) ||
+ (0 == oe.choices.count(parameter))))))
{
- if (parameter == 0)
- {
- usage("--object-streams must be given as"
- " --object-streams=option");
- }
- o.object_stream_set = true;
- if (strcmp(parameter, "disable") == 0)
+ std::string message =
+ "--" + arg_s + " must be given as --" + arg_s + "=";
+ if (! oe.choices.empty())
{
- o.object_stream_mode = qpdf_o_disable;
- }
- else if (strcmp(parameter, "preserve") == 0)
- {
- o.object_stream_mode = qpdf_o_preserve;
+ QTC::TC("qpdf", "qpdf required choices");
+ message += "{";
+ for (std::set<std::string>::iterator iter =
+ oe.choices.begin();
+ iter != oe.choices.end(); ++iter)
+ {
+ if (iter != oe.choices.begin())
+ {
+ message += ",";
+ }
+ message += *iter;
+ }
+ message += "}";
}
- else if (strcmp(parameter, "generate") == 0)
+ else if (! oe.parameter_name.empty())
{
- o.object_stream_mode = qpdf_o_generate;
+ QTC::TC("qpdf", "qpdf required parameter");
+ message += oe.parameter_name;
}
else
{
- usage("invalid object stream mode");
- }
- }
- else if (strcmp(arg, "ignore-xref-streams") == 0)
- {
- o.ignore_xref_streams = true;
- }
- else if (strcmp(arg, "qdf") == 0)
- {
- o.qdf_mode = true;
- }
- else if (strcmp(arg, "preserve-unreferenced") == 0)
- {
- o.preserve_unreferenced_objects = true;
- }
- else if (strcmp(arg, "preserve-unreferenced-resources") == 0)
- {
- o.preserve_unreferenced_page_resources = true;
- }
- else if (strcmp(arg, "newline-before-endstream") == 0)
- {
- o.newline_before_endstream = true;
- }
- else if (strcmp(arg, "linearize-pass1") == 0)
- {
- if (parameter == 0)
- {
- usage("--linearize-pass1 be given as"
- "--linearize-pass1=filename");
- }
- o.linearize_pass1 = parameter;
- }
- else if (strcmp(arg, "coalesce-contents") == 0)
- {
- o.coalesce_contents = true;
- }
- else if (strcmp(arg, "min-version") == 0)
- {
- if (parameter == 0)
- {
- usage("--min-version be given as"
- "--min-version=version");
- }
- o.min_version = parameter;
- }
- else if (strcmp(arg, "force-version") == 0)
- {
- if (parameter == 0)
- {
- usage("--force-version be given as"
- "--force-version=version");
- }
- o.force_version = parameter;
- }
- else if (strcmp(arg, "split-pages") == 0)
- {
- int n = ((parameter == 0) ? 1 :
- QUtil::string_to_int(parameter));
- o.split_pages = n;
- }
- else if (strcmp(arg, "verbose") == 0)
- {
- o.verbose = true;
- }
- else if (strcmp(arg, "progress") == 0)
- {
- o.progress = true;
- }
- else if (strcmp(arg, "deterministic-id") == 0)
- {
- o.deterministic_id = true;
- }
- else if (strcmp(arg, "static-id") == 0)
- {
- o.static_id = true;
- }
- else if (strcmp(arg, "static-aes-iv") == 0)
- {
- o.static_aes_iv = true;
- }
- else if (strcmp(arg, "no-original-object-ids") == 0)
- {
- o.suppress_original_object_id = true;
- }
- else if (strcmp(arg, "show-encryption") == 0)
- {
- o.show_encryption = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "show-encryption-key") == 0)
- {
- o.show_encryption_key = true;
- }
- else if (strcmp(arg, "check-linearization") == 0)
- {
- o.check_linearization = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "show-linearization") == 0)
- {
- o.show_linearization = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "show-xref") == 0)
- {
- o.show_xref = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "show-object") == 0)
- {
- if (parameter == 0)
- {
- usage("--show-object must be given as"
- " --show-object=obj[,gen]");
- }
- char* obj = parameter;
- char* gen = obj;
- if ((gen = strchr(obj, ',')) != 0)
- {
- *gen++ = 0;
- o.show_gen = QUtil::string_to_int(gen);
+ // should not be possible
+ message += "option";
}
- o.show_obj = QUtil::string_to_int(obj);
- o.require_outfile = false;
- }
- else if (strcmp(arg, "raw-stream-data") == 0)
- {
- o.show_raw_stream_data = true;
- }
- else if (strcmp(arg, "filtered-stream-data") == 0)
- {
- o.show_filtered_stream_data = true;
- }
- else if (strcmp(arg, "show-npages") == 0)
- {
- o.show_npages = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "show-pages") == 0)
- {
- o.show_pages = true;
- o.require_outfile = false;
- }
- else if (strcmp(arg, "with-images") == 0)
- {
- o.show_page_images = true;
+ usage(message);
}
- else if (strcmp(arg, "check") == 0)
+ if (oe.bare_arg_handler)
{
- o.check = true;
- o.require_outfile = false;
+ (this->*(oe.bare_arg_handler))();
}
- else
+ else if (oe.param_arg_handler)
{
- usage(std::string("unknown option --") + arg);
+ (this->*(oe.param_arg_handler))(parameter);
}
}
- else if (o.infilename == 0)
+ else if (0 != this->option_table->count(""))
{
- o.infilename = arg;
- }
- else if (o.outfilename == 0)
- {
- o.outfilename = arg;
+ // The empty string maps to the positional argument
+ // handler.
+ OptionEntry& oe = (*this->option_table)[""];
+ if (oe.param_arg_handler)
+ {
+ (this->*(oe.param_arg_handler))(arg);
+ }
}
else
{
usage(std::string("unknown argument ") + arg);
}
}
+ if (this->bash_completion)
+ {
+ handleCompletion();
+ }
+ else
+ {
+ doFinalChecks();
+ }
+}
+void
+ArgParser::doFinalChecks()
+{
+ if (this->option_table != &(this->main_option_table))
+ {
+ usage("missing -- at end of options");
+ }
if (o.infilename == 0)
{
usage("an input file name is required");
@@ -1791,6 +2971,10 @@ static void parse_options(int argc, char* argv[], Options& o)
{
usage("no output file may be given for this option");
}
+ if (o.optimize_images && (! o.keep_inline_images))
+ {
+ o.externalize_inline_images = true;
+ }
if (o.require_outfile && (strcmp(o.outfilename, "-") == 0))
{
@@ -1814,8 +2998,120 @@ static void parse_options(int argc, char* argv[], Options& o)
if (QUtil::same_file(o.infilename, o.outfilename))
{
QTC::TC("qpdf", "qpdf same file error");
- usage("input file and output file are the same; this would cause input file to be lost");
+ usage("input file and output file are the same;"
+ " this would cause input file to be lost");
+ }
+}
+
+void
+ArgParser::addChoicesToCompletions(std::string const& option,
+ std::string const& extra_prefix)
+{
+ if (this->option_table->count(option) != 0)
+ {
+ OptionEntry& oe = (*this->option_table)[option];
+ for (std::set<std::string>::iterator iter = oe.choices.begin();
+ iter != oe.choices.end(); ++iter)
+ {
+ completions.insert(extra_prefix + *iter);
+ }
+ }
+}
+
+void
+ArgParser::addOptionsToCompletions()
+{
+ for (std::map<std::string, OptionEntry>::iterator iter =
+ this->option_table->begin();
+ iter != this->option_table->end(); ++iter)
+ {
+ std::string const& arg = (*iter).first;
+ OptionEntry& oe = (*iter).second;
+ std::string base = "--" + arg;
+ if (oe.param_arg_handler)
+ {
+ completions.insert(base + "=");
+ }
+ if (! oe.parameter_needed)
+ {
+ completions.insert(base);
+ }
+ }
+}
+
+void
+ArgParser::handleCompletion()
+{
+ std::string extra_prefix;
+ if (this->completions.empty())
+ {
+ // Detect --option=... Bash treats the = as a word separator.
+ std::string choice_option;
+ if (bash_cur.empty() && (bash_prev.length() > 2) &&
+ (bash_prev.at(0) == '-') &&
+ (bash_prev.at(1) == '-') &&
+ (bash_line.at(bash_line.length() - 1) == '='))
+ {
+ choice_option = bash_prev.substr(2, std::string::npos);
+ }
+ else if ((bash_prev == "=") &&
+ (bash_line.length() > (bash_cur.length() + 1)))
+ {
+ // We're sitting at --option=x. Find previous option.
+ size_t end_mark = bash_line.length() - bash_cur.length() - 1;
+ char before_cur = bash_line.at(end_mark);
+ if (before_cur == '=')
+ {
+ size_t space = bash_line.find_last_of(' ', end_mark);
+ if (space != std::string::npos)
+ {
+ std::string candidate =
+ bash_line.substr(space + 1, end_mark - space - 1);
+ if ((candidate.length() > 2) &&
+ (candidate.at(0) == '-') &&
+ (candidate.at(1) == '-'))
+ {
+ choice_option =
+ candidate.substr(2, std::string::npos);
+ }
+ }
+ }
+ }
+ if (! choice_option.empty())
+ {
+ if (zsh_completion)
+ {
+ // zsh wants --option=choice rather than just choice
+ extra_prefix = "--" + choice_option + "=";
+ }
+ addChoicesToCompletions(choice_option, extra_prefix);
+ }
+ else if ((! bash_cur.empty()) && (bash_cur.at(0) == '-'))
+ {
+ addOptionsToCompletions();
+ if (this->argc == 1)
+ {
+ // Help options are valid only by themselves.
+ for (std::map<std::string, OptionEntry>::iterator iter =
+ this->help_option_table.begin();
+ iter != this->help_option_table.end(); ++iter)
+ {
+ this->completions.insert("--" + (*iter).first);
+ }
+ }
+ }
+ }
+ std::string prefix = extra_prefix + bash_cur;
+ for (std::set<std::string>::iterator iter = completions.begin();
+ iter != completions.end(); ++iter)
+ {
+ if (prefix.empty() ||
+ ((*iter).substr(0, prefix.length()) == prefix))
+ {
+ std::cout << *iter << std::endl;
+ }
}
+ exit(0);
}
static void set_qpdf_options(QPDF& pdf, Options& o)
@@ -1832,6 +3128,10 @@ static void set_qpdf_options(QPDF& pdf, Options& o)
{
pdf.setPasswordIsHexKey(true);
}
+ if (o.suppress_warnings)
+ {
+ pdf.setSuppressWarnings(true);
+ }
}
static void do_check(QPDF& pdf, Options& o, int& exit_code)
@@ -1927,7 +3227,15 @@ static void do_check(QPDF& pdf, Options& o, int& exit_code)
static void do_show_obj(QPDF& pdf, Options& o, int& exit_code)
{
- QPDFObjectHandle obj = pdf.getObjectByID(o.show_obj, o.show_gen);
+ QPDFObjectHandle obj;
+ if (o.show_trailer)
+ {
+ obj = pdf.getTrailer();
+ }
+ else
+ {
+ obj = pdf.getObjectByID(o.show_obj, o.show_gen);
+ }
if (obj.isStream())
{
if (o.show_raw_stream_data || o.show_filtered_stream_data)
@@ -1967,10 +3275,6 @@ static void do_show_obj(QPDF& pdf, Options& o, int& exit_code)
static void do_show_pages(QPDF& pdf, Options& o)
{
QPDFPageDocumentHelper dh(pdf);
- if (o.show_page_images)
- {
- dh.pushInheritedAttributesToPage();
- }
std::vector<QPDFPageObjectHelper> pages = dh.getAllPages();
int pageno = 0;
for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
@@ -2022,6 +3326,391 @@ static void do_show_pages(QPDF& pdf, Options& o)
}
}
+static void do_json_objects(QPDF& pdf, Options& o, JSON& j)
+{
+ // Add all objects. Do this first before other code below modifies
+ // things by doing stuff like calling
+ // pushInheritedAttributesToPage.
+ bool all_objects = o.json_objects.empty();
+ std::set<QPDFObjGen> wanted_og;
+ for (std::set<std::string>::iterator iter = o.json_objects.begin();
+ iter != o.json_objects.end(); ++iter)
+ {
+ bool trailer;
+ int obj = 0;
+ int gen = 0;
+ parse_object_id(*iter, trailer, obj, gen);
+ if (obj)
+ {
+ wanted_og.insert(QPDFObjGen(obj, gen));
+ }
+ }
+ JSON j_objects = j.addDictionaryMember("objects", JSON::makeDictionary());
+ if (all_objects || o.json_objects.count("trailer"))
+ {
+ j_objects.addDictionaryMember(
+ "trailer", pdf.getTrailer().getJSON(true));
+ }
+ std::vector<QPDFObjectHandle> objects = pdf.getAllObjects();
+ for (std::vector<QPDFObjectHandle>::iterator iter = objects.begin();
+ iter != objects.end(); ++iter)
+ {
+ if (all_objects || wanted_og.count((*iter).getObjGen()))
+ {
+ j_objects.addDictionaryMember(
+ (*iter).unparse(), (*iter).getJSON(true));
+ }
+ }
+}
+
+static void do_json_pages(QPDF& pdf, Options& o, JSON& j)
+{
+ JSON j_pages = j.addDictionaryMember("pages", JSON::makeArray());
+ QPDFPageDocumentHelper pdh(pdf);
+ QPDFPageLabelDocumentHelper pldh(pdf);
+ QPDFOutlineDocumentHelper odh(pdf);
+ pdh.pushInheritedAttributesToPage();
+ std::vector<QPDFPageObjectHelper> pages = pdh.getAllPages();
+ size_t pageno = 0;
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter, ++pageno)
+ {
+ JSON j_page = j_pages.addArrayElement(JSON::makeDictionary());
+ QPDFPageObjectHelper& ph(*iter);
+ QPDFObjectHandle page = ph.getObjectHandle();
+ j_page.addDictionaryMember("object", page.getJSON());
+ JSON j_images = j_page.addDictionaryMember(
+ "images", JSON::makeArray());
+ std::map<std::string, QPDFObjectHandle> images =
+ ph.getPageImages();
+ for (std::map<std::string, QPDFObjectHandle>::iterator iter =
+ images.begin();
+ iter != images.end(); ++iter)
+ {
+ JSON j_image = j_images.addArrayElement(JSON::makeDictionary());
+ j_image.addDictionaryMember(
+ "name", JSON::makeString((*iter).first));
+ QPDFObjectHandle image = (*iter).second;
+ QPDFObjectHandle dict = image.getDict();
+ j_image.addDictionaryMember("object", image.getJSON());
+ j_image.addDictionaryMember(
+ "width", dict.getKey("/Width").getJSON());
+ j_image.addDictionaryMember(
+ "height", dict.getKey("/Height").getJSON());
+ j_image.addDictionaryMember(
+ "colorspace", dict.getKey("/ColorSpace").getJSON());
+ j_image.addDictionaryMember(
+ "bitspercomponent", dict.getKey("/BitsPerComponent").getJSON());
+ QPDFObjectHandle filters = dict.getKey("/Filter").wrapInArray();
+ j_image.addDictionaryMember(
+ "filter", filters.getJSON());
+ QPDFObjectHandle decode_parms = dict.getKey("/DecodeParms");
+ QPDFObjectHandle dp_array;
+ if (decode_parms.isArray())
+ {
+ dp_array = decode_parms;
+ }
+ else
+ {
+ dp_array = QPDFObjectHandle::newArray();
+ for (int i = 0; i < filters.getArrayNItems(); ++i)
+ {
+ dp_array.appendItem(decode_parms);
+ }
+ }
+ j_image.addDictionaryMember("decodeparms", dp_array.getJSON());
+ j_image.addDictionaryMember(
+ "filterable",
+ JSON::makeBool(
+ image.pipeStreamData(0, 0, o.decode_level, true)));
+ }
+ j_page.addDictionaryMember("images", j_images);
+ JSON j_contents = j_page.addDictionaryMember(
+ "contents", JSON::makeArray());
+ std::vector<QPDFObjectHandle> content = ph.getPageContents();
+ for (std::vector<QPDFObjectHandle>::iterator iter = content.begin();
+ iter != content.end(); ++iter)
+ {
+ j_contents.addArrayElement((*iter).getJSON());
+ }
+ j_page.addDictionaryMember(
+ "label", pldh.getLabelForPage(pageno).getJSON());
+ JSON j_outlines = j_page.addDictionaryMember(
+ "outlines", JSON::makeArray());
+ std::list<QPDFOutlineObjectHelper> outlines =
+ odh.getOutlinesForPage(page.getObjGen());
+ for (std::list<QPDFOutlineObjectHelper>::iterator oiter =
+ outlines.begin();
+ oiter != outlines.end(); ++oiter)
+ {
+ JSON j_outline = j_outlines.addArrayElement(JSON::makeDictionary());
+ j_outline.addDictionaryMember(
+ "object", (*oiter).getObjectHandle().getJSON());
+ j_outline.addDictionaryMember(
+ "title", JSON::makeString((*oiter).getTitle()));
+ j_outline.addDictionaryMember(
+ "dest", (*oiter).getDest().getJSON(true));
+ }
+ j_page.addDictionaryMember("pageposfrom1", JSON::makeInt(1 + pageno));
+ }
+}
+
+static void do_json_page_labels(QPDF& pdf, Options& o, JSON& j)
+{
+ JSON j_labels = j.addDictionaryMember("pagelabels", JSON::makeArray());
+ QPDFPageLabelDocumentHelper pldh(pdf);
+ QPDFPageDocumentHelper pdh(pdf);
+ std::vector<QPDFPageObjectHelper> pages = pdh.getAllPages();
+ if (pldh.hasPageLabels())
+ {
+ std::vector<QPDFObjectHandle> labels;
+ pldh.getLabelsForPageRange(0, pages.size() - 1, 0, labels);
+ for (std::vector<QPDFObjectHandle>::iterator iter = labels.begin();
+ iter != labels.end(); ++iter)
+ {
+ std::vector<QPDFObjectHandle>::iterator next = iter;
+ ++next;
+ if (next == labels.end())
+ {
+ // This can't happen, so ignore it. This could only
+ // happen if getLabelsForPageRange somehow returned an
+ // odd number of items.
+ break;
+ }
+ JSON j_label = j_labels.addArrayElement(JSON::makeDictionary());
+ j_label.addDictionaryMember("index", (*iter).getJSON());
+ ++iter;
+ j_label.addDictionaryMember("label", (*iter).getJSON());
+ }
+ }
+}
+
+static void add_outlines_to_json(
+ std::list<QPDFOutlineObjectHelper> outlines, JSON& j,
+ std::map<QPDFObjGen, int>& page_numbers)
+{
+ for (std::list<QPDFOutlineObjectHelper>::iterator iter = outlines.begin();
+ iter != outlines.end(); ++iter)
+ {
+ QPDFOutlineObjectHelper& ol = *iter;
+ JSON jo = j.addArrayElement(JSON::makeDictionary());
+ jo.addDictionaryMember("object", ol.getObjectHandle().getJSON());
+ jo.addDictionaryMember("title", JSON::makeString(ol.getTitle()));
+ jo.addDictionaryMember("dest", ol.getDest().getJSON(true));
+ jo.addDictionaryMember("open", JSON::makeBool(ol.getCount() >= 0));
+ QPDFObjectHandle page = ol.getDestPage();
+ JSON j_destpage = JSON::makeNull();
+ if (page.isIndirect())
+ {
+ QPDFObjGen og = page.getObjGen();
+ if (page_numbers.count(og))
+ {
+ j_destpage = JSON::makeInt(page_numbers[og]);
+ }
+ }
+ jo.addDictionaryMember("destpageposfrom1", j_destpage);
+ JSON j_kids = jo.addDictionaryMember("kids", JSON::makeArray());
+ add_outlines_to_json(ol.getKids(), j_kids, page_numbers);
+ }
+}
+
+static void do_json_outlines(QPDF& pdf, Options& o, JSON& j)
+{
+ std::map<QPDFObjGen, int> page_numbers;
+ QPDFPageDocumentHelper dh(pdf);
+ std::vector<QPDFPageObjectHelper> pages = dh.getAllPages();
+ int n = 0;
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ QPDFObjectHandle oh = (*iter).getObjectHandle();
+ page_numbers[oh.getObjGen()] = ++n;
+ }
+
+ JSON j_outlines = j.addDictionaryMember(
+ "outlines", JSON::makeArray());
+ QPDFOutlineDocumentHelper odh(pdf);
+ add_outlines_to_json(odh.getTopLevelOutlines(), j_outlines, page_numbers);
+}
+
+static void do_json_acroform(QPDF& pdf, Options& o, JSON& j)
+{
+ JSON j_acroform = j.addDictionaryMember(
+ "acroform", JSON::makeDictionary());
+ QPDFAcroFormDocumentHelper afdh(pdf);
+ j_acroform.addDictionaryMember(
+ "hasacroform",
+ JSON::makeBool(afdh.hasAcroForm()));
+ j_acroform.addDictionaryMember(
+ "needappearances",
+ JSON::makeBool(afdh.getNeedAppearances()));
+ JSON j_fields = j_acroform.addDictionaryMember(
+ "fields", JSON::makeArray());
+ QPDFPageDocumentHelper pdh(pdf);
+ std::vector<QPDFPageObjectHelper> pages = pdh.getAllPages();
+ int pagepos1 = 0;
+ for (std::vector<QPDFPageObjectHelper>::iterator page_iter =
+ pages.begin();
+ page_iter != pages.end(); ++page_iter)
+ {
+ ++pagepos1;
+ std::vector<QPDFAnnotationObjectHelper> annotations =
+ afdh.getWidgetAnnotationsForPage(*page_iter);
+ for (std::vector<QPDFAnnotationObjectHelper>::iterator annot_iter =
+ annotations.begin();
+ annot_iter != annotations.end(); ++annot_iter)
+ {
+ QPDFAnnotationObjectHelper& aoh = *annot_iter;
+ QPDFFormFieldObjectHelper ffh =
+ afdh.getFieldForAnnotation(aoh);
+ JSON j_field = j_fields.addArrayElement(
+ JSON::makeDictionary());
+ j_field.addDictionaryMember(
+ "object",
+ ffh.getObjectHandle().getJSON());
+ j_field.addDictionaryMember(
+ "parent",
+ ffh.getObjectHandle().getKey("/Parent").getJSON());
+ j_field.addDictionaryMember(
+ "pageposfrom1",
+ JSON::makeInt(pagepos1));
+ j_field.addDictionaryMember(
+ "fieldtype",
+ JSON::makeString(ffh.getFieldType()));
+ j_field.addDictionaryMember(
+ "fieldflags",
+ JSON::makeInt(ffh.getFlags()));
+ j_field.addDictionaryMember(
+ "fullname",
+ JSON::makeString(ffh.getFullyQualifiedName()));
+ j_field.addDictionaryMember(
+ "partialname",
+ JSON::makeString(ffh.getPartialName()));
+ j_field.addDictionaryMember(
+ "alternativename",
+ JSON::makeString(ffh.getAlternativeName()));
+ j_field.addDictionaryMember(
+ "mappingname",
+ JSON::makeString(ffh.getMappingName()));
+ j_field.addDictionaryMember(
+ "value",
+ ffh.getValue().getJSON());
+ j_field.addDictionaryMember(
+ "defaultvalue",
+ ffh.getDefaultValue().getJSON());
+ j_field.addDictionaryMember(
+ "quadding",
+ JSON::makeInt(ffh.getQuadding()));
+ j_field.addDictionaryMember(
+ "ischeckbox",
+ JSON::makeBool(ffh.isCheckbox()));
+ j_field.addDictionaryMember(
+ "isradiobutton",
+ JSON::makeBool(ffh.isRadioButton()));
+ j_field.addDictionaryMember(
+ "ischoice",
+ JSON::makeBool(ffh.isChoice()));
+ j_field.addDictionaryMember(
+ "istext",
+ JSON::makeBool(ffh.isText()));
+ JSON j_choices = j_field.addDictionaryMember(
+ "choices", JSON::makeArray());
+ std::vector<std::string> choices = ffh.getChoices();
+ for (std::vector<std::string>::iterator iter = choices.begin();
+ iter != choices.end(); ++iter)
+ {
+ j_choices.addArrayElement(JSON::makeString(*iter));
+ }
+ JSON j_annot = j_field.addDictionaryMember(
+ "annotation", JSON::makeDictionary());
+ j_annot.addDictionaryMember(
+ "object",
+ aoh.getObjectHandle().getJSON());
+ j_annot.addDictionaryMember(
+ "appearancestate",
+ JSON::makeString(aoh.getAppearanceState()));
+ j_annot.addDictionaryMember(
+ "annotationflags",
+ JSON::makeInt(aoh.getFlags()));
+ }
+ }
+}
+
+static void do_json(QPDF& pdf, Options& o)
+{
+ JSON j = JSON::makeDictionary();
+ // This version is updated every time a non-backward-compatible
+ // change is made to the JSON format. Clients of the JSON are to
+ // ignore unrecognized keys, so we only update the version of a
+ // key disappears or if its value changes meaning.
+ j.addDictionaryMember("version", JSON::makeInt(1));
+ JSON j_params = j.addDictionaryMember(
+ "parameters", JSON::makeDictionary());
+ std::string decode_level_str;
+ switch (o.decode_level)
+ {
+ case qpdf_dl_none:
+ decode_level_str = "none";
+ break;
+ case qpdf_dl_generalized:
+ decode_level_str = "generalized";
+ break;
+ case qpdf_dl_specialized:
+ decode_level_str = "specialized";
+ break;
+ case qpdf_dl_all:
+ decode_level_str = "all";
+ break;
+ }
+ j_params.addDictionaryMember(
+ "decodelevel", JSON::makeString(decode_level_str));
+
+ bool all_keys = o.json_keys.empty();
+ // The list of selectable top-level keys id duplicated in three
+ // places: json_schema, do_json, and initOptionTable.
+ if (all_keys || o.json_keys.count("objects"))
+ {
+ do_json_objects(pdf, o, j);
+ }
+ if (all_keys || o.json_keys.count("pages"))
+ {
+ do_json_pages(pdf, o, j);
+ }
+ if (all_keys || o.json_keys.count("pagelabels"))
+ {
+ do_json_page_labels(pdf, o, j);
+ }
+ if (all_keys || o.json_keys.count("outlines"))
+ {
+ do_json_outlines(pdf, o, j);
+ }
+ if (all_keys || o.json_keys.count("acroform"))
+ {
+ do_json_acroform(pdf, o, j);
+ }
+
+ // Check against schema
+
+ JSON schema = json_schema(&o.json_keys);
+ std::list<std::string> errors;
+ if (! j.checkSchema(schema, errors))
+ {
+ std::cerr
+ << whoami << " didn't create JSON that complies with its own\n\
+rules. Please report this as a bug at\n\
+ https://github.com/qpdf/qpdf/issues/new\n\
+ideally with the file that caused the error and the output below. Thanks!\n\
+\n";
+ for (std::list<std::string>::iterator iter = errors.begin();
+ iter != errors.end(); ++iter)
+ {
+ std::cerr << (*iter) << std::endl;
+ }
+ }
+
+ std::cout << j.unparse() << std::endl;
+}
+
static void do_inspection(QPDF& pdf, Options& o)
{
int exit_code = 0;
@@ -2029,6 +3718,10 @@ static void do_inspection(QPDF& pdf, Options& o)
{
do_check(pdf, o, exit_code);
}
+ if (o.json)
+ {
+ do_json(pdf, o);
+ }
if (o.show_npages)
{
QTC::TC("qpdf", "qpdf npages");
@@ -2067,7 +3760,7 @@ static void do_inspection(QPDF& pdf, Options& o)
{
pdf.showXRefTable();
}
- if (o.show_obj > 0)
+ if ((o.show_obj > 0) || o.show_trailer)
{
do_show_obj(pdf, o, exit_code);
}
@@ -2081,9 +3774,543 @@ static void do_inspection(QPDF& pdf, Options& o)
}
}
+class ImageOptimizer: public QPDFObjectHandle::StreamDataProvider
+{
+ public:
+ ImageOptimizer(Options& o, QPDFObjectHandle& image);
+ virtual ~ImageOptimizer()
+ {
+ }
+ virtual void provideStreamData(int objid, int generation,
+ Pipeline* pipeline);
+ PointerHolder<Pipeline> makePipeline(
+ std::string const& description, Pipeline* next);
+ bool evaluate(std::string const& description);
+
+ private:
+ Options& o;
+ QPDFObjectHandle image;
+};
+
+ImageOptimizer::ImageOptimizer(Options& o, QPDFObjectHandle& image) :
+ o(o),
+ image(image)
+{
+}
+
+PointerHolder<Pipeline>
+ImageOptimizer::makePipeline(std::string const& description, Pipeline* next)
+{
+ PointerHolder<Pipeline> result;
+ QPDFObjectHandle dict = image.getDict();
+ QPDFObjectHandle w_obj = dict.getKey("/Width");
+ QPDFObjectHandle h_obj = dict.getKey("/Height");
+ QPDFObjectHandle colorspace_obj = dict.getKey("/ColorSpace");
+ if (! (w_obj.isNumber() && h_obj.isNumber()))
+ {
+ if (o.verbose && (! description.empty()))
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because image dictionary"
+ << " is missing required keys" << std::endl;
+ }
+ return result;
+ }
+ QPDFObjectHandle components_obj = dict.getKey("/BitsPerComponent");
+ if (! (components_obj.isInteger() && (components_obj.getIntValue() == 8)))
+ {
+ QTC::TC("qpdf", "qpdf image optimize bits per component");
+ if (o.verbose && (! description.empty()))
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because image has other than"
+ << " 8 bits per component" << std::endl;
+ }
+ return result;
+ }
+ // Files have been seen in the wild whose width and height are
+ // floating point, which is goofy, but we can deal with it.
+ JDIMENSION w = static_cast<JDIMENSION>(
+ w_obj.isInteger() ? w_obj.getIntValue() : w_obj.getNumericValue());
+ JDIMENSION h = static_cast<JDIMENSION>(
+ h_obj.isInteger() ? h_obj.getIntValue() : h_obj.getNumericValue());
+ std::string colorspace = (colorspace_obj.isName() ?
+ colorspace_obj.getName() :
+ "");
+ int components = 0;
+ J_COLOR_SPACE cs = JCS_UNKNOWN;
+ if (colorspace == "/DeviceRGB")
+ {
+ components = 3;
+ cs = JCS_RGB;
+ }
+ else if (colorspace == "/DeviceGray")
+ {
+ components = 1;
+ cs = JCS_GRAYSCALE;
+ }
+ else if (colorspace == "/DeviceCMYK")
+ {
+ components = 4;
+ cs = JCS_CMYK;
+ }
+ else
+ {
+ QTC::TC("qpdf", "qpdf image optimize colorspace");
+ if (o.verbose && (! description.empty()))
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because qpdf can't optimize"
+ << " images with this colorspace" << std::endl;
+ }
+ return result;
+ }
+ if (((o.oi_min_width > 0) && (w <= o.oi_min_width)) ||
+ ((o.oi_min_height > 0) && (h <= o.oi_min_height)) ||
+ ((o.oi_min_area > 0) && ((w * h) <= o.oi_min_area)))
+ {
+ QTC::TC("qpdf", "qpdf image optimize too small");
+ if (o.verbose && (! description.empty()))
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because image"
+ << " is smaller than requested minimum dimensions"
+ << std::endl;
+ }
+ return result;
+ }
+
+ result = new Pl_DCT("jpg", next, w, h, components, cs);
+ return result;
+}
+
+bool
+ImageOptimizer::evaluate(std::string const& description)
+{
+ if (! image.pipeStreamData(0, 0, qpdf_dl_specialized, true))
+ {
+ QTC::TC("qpdf", "qpdf image optimize no pipeline");
+ if (o.verbose)
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because unable to decode data"
+ << " or data already uses DCT"
+ << std::endl;
+ }
+ return false;
+ }
+ Pl_Discard d;
+ Pl_Count c("count", &d);
+ PointerHolder<Pipeline> p = makePipeline(description, &c);
+ if (p.getPointer() == 0)
+ {
+ // message issued by makePipeline
+ return false;
+ }
+ if (! image.pipeStreamData(p.getPointer(), 0, qpdf_dl_specialized))
+ {
+ return false;
+ }
+ long long orig_length = image.getDict().getKey("/Length").getIntValue();
+ if (c.getCount() >= orig_length)
+ {
+ QTC::TC("qpdf", "qpdf image optimize no shrink");
+ if (o.verbose)
+ {
+ std::cout << whoami << ": " << description
+ << ": not optimizing because DCT compression does not"
+ << " reduce image size" << std::endl;
+ }
+ return false;
+ }
+ if (o.verbose)
+ {
+ std::cout << whoami << ": " << description
+ << ": optimizing image reduces size from "
+ << orig_length << " to " << c.getCount()
+ << std::endl;
+ }
+ return true;
+}
+
+void
+ImageOptimizer::provideStreamData(int, int, Pipeline* pipeline)
+{
+ PointerHolder<Pipeline> p = makePipeline("", pipeline);
+ if (p.getPointer() == 0)
+ {
+ // Should not be possible
+ image.warnIfPossible("unable to create pipeline after previous"
+ " success; image data will be lost");
+ pipeline->finish();
+ return;
+ }
+ image.pipeStreamData(p.getPointer(), 0, qpdf_dl_specialized,
+ false, false);
+}
+
+template <typename T>
+static PointerHolder<QPDF> do_process_once(
+ void (QPDF::*fn)(T, char const*),
+ T item, char const* password,
+ Options& o, bool empty)
+{
+ PointerHolder<QPDF> pdf = new QPDF;
+ set_qpdf_options(*pdf, o);
+ if (empty)
+ {
+ pdf->emptyPDF();
+ }
+ else
+ {
+ ((*pdf).*fn)(item, password);
+ }
+ return pdf;
+}
+
+template <typename T>
+static PointerHolder<QPDF> do_process(
+ void (QPDF::*fn)(T, char const*),
+ T item, char const* password,
+ Options& o, bool empty)
+{
+ // If a password has been specified but doesn't work, try other
+ // passwords that are equivalent in different character encodings.
+ // This makes it possible to open PDF files that were encrypted
+ // using incorrect string encodings. For example, if someone used
+ // a password encoded in PDF Doc encoding or Windows code page
+ // 1252 for an AES-encrypted file or a UTF-8-encoded password on
+ // an RC4-encrypted file, or if the password was properly encoded
+ // by the password given here was incorrectly encoded, there's a
+ // good chance we'd succeed here.
+
+ std::string ptemp;
+ if (password && (! o.password_is_hex_key))
+ {
+ if (o.password_mode == pm_hex_bytes)
+ {
+ // Special case: handle --password-mode=hex-bytes for input
+ // password as well as output password
+ QTC::TC("qpdf", "qpdf input password hex-bytes");
+ ptemp = QUtil::hex_decode(password);
+ password = ptemp.c_str();
+ }
+ }
+ if ((password == 0) || empty || o.password_is_hex_key ||
+ o.suppress_password_recovery)
+ {
+ // There is no password, or we're not doing recovery, so just
+ // do the normal processing with the supplied password.
+ return do_process_once(fn, item, password, o, empty);
+ }
+
+ // Get a list of otherwise encoded strings. Keep in scope for this
+ // method.
+ std::vector<std::string> passwords_str =
+ QUtil::possible_repaired_encodings(password);
+ // Represent to char const*, as required by the QPDF class.
+ std::vector<char const*> passwords;
+ for (std::vector<std::string>::iterator iter = passwords_str.begin();
+ iter != passwords_str.end(); ++iter)
+ {
+ passwords.push_back((*iter).c_str());
+ }
+ // We always try the supplied password first because it is the
+ // first string returned by possible_repaired_encodings. If there
+ // is more than one option, go ahead and put the supplied password
+ // at the end so that it's that decoding attempt whose exception
+ // is thrown.
+ if (passwords.size() > 1)
+ {
+ passwords.push_back(password);
+ }
+
+ // Try each password. If one works, return the resulting object.
+ // If they all fail, throw the exception thrown by the final
+ // attempt, which, like the first attempt, will be with the
+ // supplied password.
+ bool warned = false;
+ for (std::vector<char const*>::iterator iter = passwords.begin();
+ iter != passwords.end(); ++iter)
+ {
+ try
+ {
+ return do_process_once(fn, item, *iter, o, empty);
+ }
+ catch (QPDFExc& e)
+ {
+ std::vector<char const*>::iterator next = iter;
+ ++next;
+ if (next == passwords.end())
+ {
+ throw e;
+ }
+ }
+ if ((! warned) && o.verbose)
+ {
+ warned = true;
+ std::cout << whoami << ": supplied password didn't work;"
+ << " trying other passwords based on interpreting"
+ << " password with different string encodings"
+ << std::endl;
+ }
+ }
+ // Should not be reachable
+ throw std::logic_error("do_process returned");
+}
+
+static PointerHolder<QPDF> process_file(char const* filename,
+ char const* password,
+ Options& o)
+{
+ return do_process(&QPDF::processFile, filename, password, o,
+ strcmp(filename, "") == 0);
+}
+
+static PointerHolder<QPDF> process_input_source(
+ PointerHolder<InputSource> is, char const* password, Options& o)
+{
+ return do_process(&QPDF::processInputSource, is, password, o, false);
+}
+
+static void validate_under_overlay(QPDF& pdf, UnderOverlay* uo, Options& o)
+{
+ if (0 == uo->filename)
+ {
+ return;
+ }
+ QPDFPageDocumentHelper main_pdh(pdf);
+ int main_npages = static_cast<int>(main_pdh.getAllPages().size());
+ uo->pdf = process_file(uo->filename, uo->password, o);
+ QPDFPageDocumentHelper uo_pdh(*(uo->pdf));
+ int uo_npages = static_cast<int>(uo_pdh.getAllPages().size());
+ try
+ {
+ uo->to_pagenos = QUtil::parse_numrange(uo->to_nr, main_npages);
+ }
+ catch (std::runtime_error& e)
+ {
+ usageExit("parsing numeric range for " + uo->which +
+ " \"to\" pages: " + e.what());
+ }
+ try
+ {
+ if (0 == strlen(uo->from_nr))
+ {
+ QTC::TC("qpdf", "qpdf from_nr from repeat_nr");
+ uo->from_nr = uo->repeat_nr;
+ }
+ uo->from_pagenos = QUtil::parse_numrange(uo->from_nr, uo_npages);
+ if (strlen(uo->repeat_nr))
+ {
+ uo->repeat_pagenos =
+ QUtil::parse_numrange(uo->repeat_nr, uo_npages);
+ }
+ }
+ catch (std::runtime_error& e)
+ {
+ usageExit("parsing numeric range for " + uo->which + " file " +
+ uo->filename + ": " + e.what());
+ }
+}
+
+static void get_uo_pagenos(UnderOverlay& uo,
+ std::map<int, std::vector<int> >& pagenos)
+{
+ size_t idx = 0;
+ size_t from_size = uo.from_pagenos.size();
+ size_t repeat_size = uo.repeat_pagenos.size();
+ for (std::vector<int>::iterator iter = uo.to_pagenos.begin();
+ iter != uo.to_pagenos.end(); ++iter, ++idx)
+ {
+ if (idx < from_size)
+ {
+ pagenos[*iter].push_back(uo.from_pagenos.at(idx));
+ }
+ else if (repeat_size)
+ {
+ pagenos[*iter].push_back(
+ uo.repeat_pagenos.at((idx - from_size) % repeat_size));
+ }
+ }
+}
+
+static void do_under_overlay_for_page(
+ QPDF& pdf,
+ Options& o,
+ UnderOverlay& uo,
+ std::map<int, std::vector<int> >& pagenos,
+ size_t page_idx,
+ std::map<int, QPDFObjectHandle>& fo,
+ std::vector<QPDFPageObjectHelper>& pages,
+ QPDFPageObjectHelper& dest_page,
+ bool before)
+{
+ int pageno = 1 + page_idx;
+ if (! pagenos.count(pageno))
+ {
+ return;
+ }
+
+ std::string content;
+ int min_suffix = 1;
+ QPDFObjectHandle resources = dest_page.getAttribute("/Resources", true);
+ for (std::vector<int>::iterator iter = pagenos[pageno].begin();
+ iter != pagenos[pageno].end(); ++iter)
+ {
+ int from_pageno = *iter;
+ if (o.verbose)
+ {
+ std::cout << " " << uo.which << " " << from_pageno << std::endl;
+ }
+ if (0 == fo.count(from_pageno))
+ {
+ fo[from_pageno] =
+ pdf.copyForeignObject(
+ pages.at(from_pageno - 1).getFormXObjectForPage());
+ }
+ // If the same page is overlaid or underlaid multiple times,
+ // we'll generate multiple names for it, but that's harmless
+ // and also a pretty goofy case that's not worth coding
+ // around.
+ std::string name = resources.getUniqueResourceName("/Fx", min_suffix);
+ std::string new_content = dest_page.placeFormXObject(
+ fo[from_pageno], name,
+ dest_page.getTrimBox().getArrayAsRectangle());
+ if (! new_content.empty())
+ {
+ resources.mergeResources(
+ QPDFObjectHandle::parse("<< /XObject << >> >>"));
+ resources.getKey("/XObject").replaceKey(name, fo[from_pageno]);
+ ++min_suffix;
+ content += new_content;
+ }
+ }
+ if (! content.empty())
+ {
+ if (before)
+ {
+ dest_page.addPageContents(
+ QPDFObjectHandle::newStream(&pdf, content), true);
+ }
+ else
+ {
+ dest_page.addPageContents(
+ QPDFObjectHandle::newStream(&pdf, "q\n"), true);
+ dest_page.addPageContents(
+ QPDFObjectHandle::newStream(&pdf, "\nQ\n" + content), false);
+ }
+ }
+}
+
+static void handle_under_overlay(QPDF& pdf, Options& o)
+{
+ validate_under_overlay(pdf, &o.underlay, o);
+ validate_under_overlay(pdf, &o.overlay, o);
+ if ((0 == o.underlay.pdf.getPointer()) &&
+ (0 == o.overlay.pdf.getPointer()))
+ {
+ return;
+ }
+ std::map<int, std::vector<int> > underlay_pagenos;
+ get_uo_pagenos(o.underlay, underlay_pagenos);
+ std::map<int, std::vector<int> > overlay_pagenos;
+ get_uo_pagenos(o.overlay, overlay_pagenos);
+ std::map<int, QPDFObjectHandle> underlay_fo;
+ std::map<int, QPDFObjectHandle> overlay_fo;
+ std::vector<QPDFPageObjectHelper> upages;
+ if (o.underlay.pdf.getPointer())
+ {
+ upages = QPDFPageDocumentHelper(*(o.underlay.pdf)).getAllPages();
+ }
+ std::vector<QPDFPageObjectHelper> opages;
+ if (o.overlay.pdf.getPointer())
+ {
+ opages = QPDFPageDocumentHelper(*(o.overlay.pdf)).getAllPages();
+ }
+
+ QPDFPageDocumentHelper main_pdh(pdf);
+ std::vector<QPDFPageObjectHelper> main_pages = main_pdh.getAllPages();
+ size_t main_npages = main_pages.size();
+ if (o.verbose)
+ {
+ std::cout << whoami << ": processing underlay/overlay" << std::endl;
+ }
+ for (size_t i = 0; i < main_npages; ++i)
+ {
+ if (o.verbose)
+ {
+ std::cout << " page " << 1+i << std::endl;
+ }
+ do_under_overlay_for_page(pdf, o, o.underlay, underlay_pagenos, i,
+ underlay_fo, upages, main_pages.at(i),
+ true);
+ do_under_overlay_for_page(pdf, o, o.overlay, overlay_pagenos, i,
+ overlay_fo, opages, main_pages.at(i),
+ false);
+ }
+}
+
static void handle_transformations(QPDF& pdf, Options& o)
{
QPDFPageDocumentHelper dh(pdf);
+ if (o.externalize_inline_images)
+ {
+ std::vector<QPDFPageObjectHelper> pages = dh.getAllPages();
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ QPDFPageObjectHelper& ph(*iter);
+ ph.externalizeInlineImages(o.ii_min_bytes);
+ }
+ }
+ if (o.optimize_images)
+ {
+ int pageno = 0;
+ std::vector<QPDFPageObjectHelper> pages = dh.getAllPages();
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ ++pageno;
+ QPDFPageObjectHelper& ph(*iter);
+ QPDFObjectHandle page = ph.getObjectHandle();
+ std::map<std::string, QPDFObjectHandle> images =
+ ph.getPageImages();
+ for (std::map<std::string, QPDFObjectHandle>::iterator iter =
+ images.begin();
+ iter != images.end(); ++iter)
+ {
+ std::string name = (*iter).first;
+ QPDFObjectHandle& image = (*iter).second;
+ ImageOptimizer* io = new ImageOptimizer(o, image);
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> sdp(io);
+ if (io->evaluate("image " + name + " on page " +
+ QUtil::int_to_string(pageno)))
+ {
+ QPDFObjectHandle new_image =
+ QPDFObjectHandle::newStream(&pdf);
+ new_image.replaceDict(image.getDict().shallowCopy());
+ new_image.replaceStreamData(
+ sdp,
+ QPDFObjectHandle::newName("/DCTDecode"),
+ QPDFObjectHandle::newNull());
+ ph.getAttribute("/Resources", true).
+ getKey("/XObject").replaceKey(
+ name, new_image);
+ }
+ }
+ }
+ }
+ if (o.generate_appearances)
+ {
+ QPDFAcroFormDocumentHelper afdh(pdf);
+ afdh.generateAppearancesIfNeeded();
+ }
+ if (o.flatten_annotations)
+ {
+ dh.flattenAnnotations(o.flatten_annotations_required,
+ o.flatten_annotations_forbidden);
+ }
if (o.coalesce_contents)
{
std::vector<QPDFPageObjectHelper> pages = dh.getAllPages();
@@ -2095,16 +4322,66 @@ static void handle_transformations(QPDF& pdf, Options& o)
}
}
-static void handle_page_specs(QPDF& pdf, Options& o,
- std::vector<PointerHolder<QPDF> >& page_heap)
+static void handle_page_specs(QPDF& pdf, Options& o)
{
// Parse all page specifications and translate them into lists of
// actual pages.
+ // Handle "." as a shortcut for the input file
+ for (std::vector<PageSpec>::iterator iter = o.page_specs.begin();
+ iter != o.page_specs.end(); ++iter)
+ {
+ PageSpec& page_spec = *iter;
+ if (page_spec.filename == ".")
+ {
+ page_spec.filename = o.infilename;
+ }
+ }
+
+ if (! o.keep_files_open_set)
+ {
+ // Count the number of distinct files to determine whether we
+ // should keep files open or not. Rather than trying to code
+ // some portable heuristic based on OS limits, just hard-code
+ // this at a given number and allow users to override.
+ std::set<std::string> filenames;
+ for (std::vector<PageSpec>::iterator iter = o.page_specs.begin();
+ iter != o.page_specs.end(); ++iter)
+ {
+ PageSpec& page_spec = *iter;
+ filenames.insert(page_spec.filename);
+ }
+ // NOTE: The number 200 for this threshold is in the help
+ // message and manual and is baked into the test suite.
+ if (filenames.size() > 200)
+ {
+ QTC::TC("qpdf", "qpdf disable keep files open");
+ if (o.verbose)
+ {
+ std::cout << whoami << ": selecting --keep-open-files=n"
+ << std::endl;
+ }
+ o.keep_files_open = false;
+ }
+ else
+ {
+ if (o.verbose)
+ {
+ std::cout << whoami << ": selecting --keep-open-files=y"
+ << std::endl;
+ }
+ o.keep_files_open = true;
+ QTC::TC("qpdf", "qpdf don't disable keep files open");
+ }
+ }
+
// Create a QPDF object for each file that we may take pages from.
+ std::vector<PointerHolder<QPDF> > page_heap;
std::map<std::string, QPDF*> page_spec_qpdfs;
+ std::map<std::string, ClosedFileInputSource*> page_spec_cfis;
page_spec_qpdfs[o.infilename] = &pdf;
std::vector<QPDFPageData> parsed_specs;
+ std::map<unsigned long long, std::set<QPDFObjGen> > copied_pages;
for (std::vector<PageSpec>::iterator iter = o.page_specs.begin();
iter != o.page_specs.end(); ++iter)
{
@@ -2113,7 +4390,7 @@ static void handle_page_specs(QPDF& pdf, Options& o,
{
// Open the PDF file and store the QPDF object. Throw a
// PointerHolder to the qpdf into a heap so that it
- // survives through writing the output but gets cleaned up
+ // survives through copying to the output but gets cleaned up
// automatically at the end. Do not canonicalize the file
// name. Using two different paths to refer to the same
// file is a document workaround for duplicating a page.
@@ -2121,9 +4398,6 @@ static void handle_page_specs(QPDF& pdf, Options& o,
// the API, you can just create two different QPDF objects
// to the same underlying file with the same path to
// achieve the same affect.
- PointerHolder<QPDF> qpdf_ph = new QPDF();
- page_heap.push_back(qpdf_ph);
- QPDF* qpdf = qpdf_ph.getPointer();
char const* password = page_spec.password;
if (o.encryption_file && (password == 0) &&
(page_spec.filename == o.encryption_file))
@@ -2136,10 +4410,30 @@ static void handle_page_specs(QPDF& pdf, Options& o,
std::cout << whoami << ": processing "
<< page_spec.filename << std::endl;
}
- qpdf->processInputSource(
- new ClosedFileInputSource(
- page_spec.filename.c_str()), password);
- page_spec_qpdfs[page_spec.filename] = qpdf;
+ PointerHolder<InputSource> is;
+ ClosedFileInputSource* cis = 0;
+ if (! o.keep_files_open)
+ {
+ QTC::TC("qpdf", "qpdf keep files open n");
+ cis = new ClosedFileInputSource(page_spec.filename.c_str());
+ is = cis;
+ cis->stayOpen(true);
+ }
+ else
+ {
+ QTC::TC("qpdf", "qpdf keep files open y");
+ FileInputSource* fis = new FileInputSource();
+ is = fis;
+ fis->setFilename(page_spec.filename.c_str());
+ }
+ PointerHolder<QPDF> qpdf_ph = process_input_source(is, password, o);
+ page_heap.push_back(qpdf_ph);
+ page_spec_qpdfs[page_spec.filename] = qpdf_ph.getPointer();
+ if (cis)
+ {
+ cis->stayOpen(false);
+ page_spec_cfis[page_spec.filename] = cis;
+ }
}
// Read original pages from the PDF, and parse the page range
@@ -2156,9 +4450,19 @@ static void handle_page_specs(QPDF& pdf, Options& o,
page_spec_qpdfs.begin();
iter != page_spec_qpdfs.end(); ++iter)
{
+ std::string const& filename = (*iter).first;
+ ClosedFileInputSource* cis = 0;
+ if (page_spec_cfis.count(filename))
+ {
+ cis = page_spec_cfis[filename];
+ cis->stayOpen(true);
+ }
QPDFPageDocumentHelper dh(*((*iter).second));
- dh.pushInheritedAttributesToPage();
dh.removeUnreferencedResources();
+ if (cis)
+ {
+ cis->stayOpen(false);
+ }
}
}
@@ -2182,15 +4486,58 @@ static void handle_page_specs(QPDF& pdf, Options& o,
dh.removePage(*iter);
}
+ if (o.collate && (parsed_specs.size() > 1))
+ {
+ // Collate the pages by selecting one page from each spec in
+ // order. When a spec runs out of pages, stop selecting from
+ // it.
+ std::vector<QPDFPageData> new_parsed_specs;
+ size_t nspecs = parsed_specs.size();
+ size_t cur_page = 0;
+ bool got_pages = true;
+ while (got_pages)
+ {
+ got_pages = false;
+ for (size_t i = 0; i < nspecs; ++i)
+ {
+ QPDFPageData& page_data = parsed_specs.at(i);
+ if (cur_page < page_data.selected_pages.size())
+ {
+ got_pages = true;
+ new_parsed_specs.push_back(
+ QPDFPageData(
+ page_data,
+ page_data.selected_pages.at(cur_page)));
+ }
+ }
+ ++cur_page;
+ }
+ parsed_specs = new_parsed_specs;
+ }
+
// Add all the pages from all the files in the order specified.
// Keep track of any pages from the original file that we are
// selecting.
std::set<int> selected_from_orig;
+ std::vector<QPDFObjectHandle> new_labels;
+ bool any_page_labels = false;
+ int out_pageno = 0;
for (std::vector<QPDFPageData>::iterator iter =
parsed_specs.begin();
iter != parsed_specs.end(); ++iter)
{
QPDFPageData& page_data = *iter;
+ ClosedFileInputSource* cis = 0;
+ if (page_spec_cfis.count(page_data.filename))
+ {
+ cis = page_spec_cfis[page_data.filename];
+ cis->stayOpen(true);
+ }
+ QPDFPageLabelDocumentHelper pldh(*page_data.qpdf);
+ if (pldh.hasPageLabels())
+ {
+ any_page_labels = true;
+ }
if (o.verbose)
{
std::cout << whoami << ": adding pages from "
@@ -2199,12 +4546,27 @@ static void handle_page_specs(QPDF& pdf, Options& o,
for (std::vector<int>::iterator pageno_iter =
page_data.selected_pages.begin();
pageno_iter != page_data.selected_pages.end();
- ++pageno_iter)
+ ++pageno_iter, ++out_pageno)
{
// Pages are specified from 1 but numbered from 0 in the
// vector
int pageno = *pageno_iter - 1;
- dh.addPage(page_data.orig_pages.at(pageno), false);
+ pldh.getLabelsForPageRange(pageno, pageno, out_pageno,
+ new_labels);
+ QPDFPageObjectHelper to_copy = page_data.orig_pages.at(pageno);
+ QPDFObjGen to_copy_og = to_copy.getObjectHandle().getObjGen();
+ unsigned long long from_uuid = page_data.qpdf->getUniqueId();
+ if (copied_pages[from_uuid].count(to_copy_og))
+ {
+ QTC::TC("qpdf", "qpdf copy same page more than once",
+ (page_data.qpdf == &pdf) ? 0 : 1);
+ to_copy = to_copy.shallowCopyPage();
+ }
+ else
+ {
+ copied_pages[from_uuid].insert(to_copy_og);
+ }
+ dh.addPage(to_copy, false);
if (page_data.qpdf == &pdf)
{
// This is a page from the original file. Keep track
@@ -2212,6 +4574,18 @@ static void handle_page_specs(QPDF& pdf, Options& o,
selected_from_orig.insert(pageno);
}
}
+ if (cis)
+ {
+ cis->stayOpen(false);
+ }
+ }
+ if (any_page_labels)
+ {
+ QPDFObjectHandle page_labels =
+ QPDFObjectHandle::newDictionary();
+ page_labels.replaceKey(
+ "/Nums", QPDFObjectHandle::newArray(new_labels));
+ pdf.getRoot().replaceKey("/PageLabels", page_labels);
}
// Delete page objects for unused page in primary. This prevents
@@ -2239,7 +4613,9 @@ static void handle_rotations(QPDF& pdf, Options& o)
{
std::string const& range = (*iter).first;
RotationSpec const& rspec = (*iter).second;
- std::vector<int> to_rotate = parse_numrange(range.c_str(), npages);
+ // range has been previously validated
+ std::vector<int> to_rotate =
+ QUtil::parse_numrange(range.c_str(), npages);
for (std::vector<int>::iterator i2 = to_rotate.begin();
i2 != to_rotate.end(); ++i2)
{
@@ -2252,6 +4628,103 @@ static void handle_rotations(QPDF& pdf, Options& o)
}
}
+static void maybe_fix_write_password(int R, Options& o, std::string& password)
+{
+ switch (o.password_mode)
+ {
+ case pm_bytes:
+ QTC::TC("qpdf", "qpdf password mode bytes");
+ break;
+
+ case pm_hex_bytes:
+ QTC::TC("qpdf", "qpdf password mode hex-bytes");
+ password = QUtil::hex_decode(password);
+ break;
+
+ case pm_unicode:
+ case pm_auto:
+ {
+ bool has_8bit_chars;
+ bool is_valid_utf8;
+ bool is_utf16;
+ QUtil::analyze_encoding(password,
+ has_8bit_chars,
+ is_valid_utf8,
+ is_utf16);
+ if (! has_8bit_chars)
+ {
+ return;
+ }
+ if (o.password_mode == pm_unicode)
+ {
+ if (! is_valid_utf8)
+ {
+ QTC::TC("qpdf", "qpdf password not unicode");
+ throw std::runtime_error(
+ "supplied password is not valid UTF-8");
+ }
+ if (R < 5)
+ {
+ std::string encoded;
+ if (! QUtil::utf8_to_pdf_doc(password, encoded))
+ {
+ QTC::TC("qpdf", "qpdf password not encodable");
+ throw std::runtime_error(
+ "supplied password cannot be encoded for"
+ " 40-bit or 128-bit encryption formats");
+ }
+ password = encoded;
+ }
+ }
+ else
+ {
+ if ((R < 5) && is_valid_utf8)
+ {
+ std::string encoded;
+ if (QUtil::utf8_to_pdf_doc(password, encoded))
+ {
+ QTC::TC("qpdf", "qpdf auto-encode password");
+ if (o.verbose)
+ {
+ std::cout
+ << whoami
+ << ": automatically converting Unicode"
+ << " password to single-byte encoding as"
+ << " required for 40-bit or 128-bit"
+ << " encryption" << std::endl;
+ }
+ password = encoded;
+ }
+ else
+ {
+ QTC::TC("qpdf", "qpdf bytes fallback warning");
+ std::cerr
+ << whoami << ": WARNING: "
+ << "supplied password looks like a Unicode"
+ << " password with characters not allowed in"
+ << " passwords for 40-bit and 128-bit encryption;"
+ << " most readers will not be able to open this"
+ << " file with the supplied password."
+ << " (Use --password-mode=bytes to suppress this"
+ << " warning and use the password anyway.)"
+ << std::endl;
+ }
+ }
+ else if ((R >= 5) && (! is_valid_utf8))
+ {
+ QTC::TC("qpdf", "qpdf invalid utf-8 in auto");
+ throw std::runtime_error(
+ "supplied password is not a valid Unicode password,"
+ " which is required for 256-bit encryption; to"
+ " really use this password, rerun with the"
+ " --password-mode=bytes option");
+ }
+ }
+ }
+ break;
+ }
+}
+
static void set_encryption_options(QPDF& pdf, Options& o, QPDFWriter& w)
{
int R = 0;
@@ -2291,6 +4764,8 @@ static void set_encryption_options(QPDF& pdf, Options& o, QPDFWriter& w)
<< ": -accessibility=n is ignored for modern"
<< " encryption formats" << std::endl;
}
+ maybe_fix_write_password(R, o, o.user_password);
+ maybe_fix_write_password(R, o, o.owner_password);
switch (R)
{
case 2:
@@ -2301,25 +4776,34 @@ static void set_encryption_options(QPDF& pdf, Options& o, QPDFWriter& w)
case 3:
w.setR3EncryptionParameters(
o.user_password.c_str(), o.owner_password.c_str(),
- o.r3_accessibility, o.r3_extract, o.r3_print, o.r3_modify);
+ o.r3_accessibility, o.r3_extract,
+ o.r3_assemble, o.r3_annotate_and_form,
+ o.r3_form_filling, o.r3_modify_other,
+ o.r3_print);
break;
case 4:
w.setR4EncryptionParameters(
o.user_password.c_str(), o.owner_password.c_str(),
- o.r3_accessibility, o.r3_extract, o.r3_print, o.r3_modify,
- !o.cleartext_metadata, o.use_aes);
+ o.r3_accessibility, o.r3_extract,
+ o.r3_assemble, o.r3_annotate_and_form,
+ o.r3_form_filling, o.r3_modify_other,
+ o.r3_print, !o.cleartext_metadata, o.use_aes);
break;
case 5:
w.setR5EncryptionParameters(
o.user_password.c_str(), o.owner_password.c_str(),
- o.r3_accessibility, o.r3_extract, o.r3_print, o.r3_modify,
- !o.cleartext_metadata);
+ o.r3_accessibility, o.r3_extract,
+ o.r3_assemble, o.r3_annotate_and_form,
+ o.r3_form_filling, o.r3_modify_other,
+ o.r3_print, !o.cleartext_metadata);
break;
case 6:
w.setR6EncryptionParameters(
o.user_password.c_str(), o.owner_password.c_str(),
- o.r3_accessibility, o.r3_extract, o.r3_print, o.r3_modify,
- !o.cleartext_metadata);
+ o.r3_accessibility, o.r3_extract,
+ o.r3_assemble, o.r3_annotate_and_form,
+ o.r3_form_filling, o.r3_modify_other,
+ o.r3_print, !o.cleartext_metadata);
break;
default:
throw std::logic_error("bad encryption R value");
@@ -2379,10 +4863,10 @@ static void set_writer_options(QPDF& pdf, Options& o, QPDFWriter& w)
}
if (o.copy_encryption)
{
- QPDF encryption_pdf;
- encryption_pdf.processFile(
- o.encryption_file, o.encryption_file_password);
- w.copyEncryptionParameters(encryption_pdf);
+ PointerHolder<QPDF> encryption_pdf =
+ process_file(
+ o.encryption_file, o.encryption_file_password, o);
+ w.copyEncryptionParameters(*encryption_pdf);
}
if (o.encrypt)
{
@@ -2451,9 +4935,9 @@ static void write_outfile(QPDF& pdf, Options& o)
if (! o.preserve_unreferenced_page_resources)
{
QPDFPageDocumentHelper dh(pdf);
- dh.pushInheritedAttributesToPage();
dh.removeUnreferencedResources();
}
+ QPDFPageLabelDocumentHelper pldh(pdf);
std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages();
int pageno_len = QUtil::int_to_string(pages.size()).length();
unsigned int num_pages = pages.size();
@@ -2472,6 +4956,40 @@ static void write_outfile(QPDF& pdf, Options& o)
QPDFObjectHandle page = pages.at(pageno - 1);
outpdf.addPage(page, false);
}
+ if (pldh.hasPageLabels())
+ {
+ std::vector<QPDFObjectHandle> labels;
+ pldh.getLabelsForPageRange(first - 1, last - 1, 0, labels);
+ QPDFObjectHandle page_labels =
+ QPDFObjectHandle::newDictionary();
+ page_labels.replaceKey(
+ "/Nums", QPDFObjectHandle::newArray(labels));
+ outpdf.getRoot().replaceKey("/PageLabels", page_labels);
+ }
+ // Copying the outlines tree, names table, and any
+ // outdated Dests key from the original file will make
+ // some things work in the split files. It is not a
+ // complete solution, but at least outlines whose
+ // destinations are on pages that have been preserved will
+ // work normally. There are other top-level structures
+ // that should be copied as well. This will be improved in
+ // the future.
+ std::list<std::string> to_copy;
+ to_copy.push_back("/Names");
+ to_copy.push_back("/Dests");
+ to_copy.push_back("/Outlines");
+ for (std::list<std::string>::iterator iter = to_copy.begin();
+ iter != to_copy.end(); ++iter)
+ {
+ QPDFObjectHandle orig = pdf.getRoot().getKey(*iter);
+ if (! orig.isIndirect())
+ {
+ orig = pdf.makeIndirectObject(orig);
+ }
+ outpdf.getRoot().replaceKey(
+ *iter,
+ outpdf.copyForeignObject(orig));
+ }
std::string page_range = QUtil::int_to_string(first, pageno_len);
if (o.split_pages > 1)
{
@@ -2504,72 +5022,38 @@ static void write_outfile(QPDF& pdf, Options& o)
}
}
-int main(int argc, char* argv[])
+int realmain(int argc, char* argv[])
{
whoami = QUtil::getWhoami(argv[0]);
QUtil::setLineBuf(stdout);
- // For libtool's sake....
+ // Remove prefix added by libtool for consistency during testing.
if (strncmp(whoami, "lt-", 3) == 0)
{
whoami += 3;
}
- handle_help_version(argc, argv);
-
- // Support reading arguments from files. Create a new argv. Ensure
- // that argv itself as well as all its contents are automatically
- // deleted by using PointerHolder objects to back the pointers in
- // argv.
- std::vector<PointerHolder<char> > new_argv;
- new_argv.push_back(PointerHolder<char>(true, QUtil::copy_string(argv[0])));
- for (int i = 1; i < argc; ++i)
- {
- if ((strlen(argv[i]) > 1) && (argv[i][0] == '@'))
- {
- read_args_from_file(1+argv[i], new_argv);
- }
- else
- {
- new_argv.push_back(
- PointerHolder<char>(true, QUtil::copy_string(argv[i])));
- }
- }
- PointerHolder<char*> argv_ph(true, new char*[1+new_argv.size()]);
- argv = argv_ph.getPointer();
- for (size_t i = 0; i < new_argv.size(); ++i)
- {
- argv[i] = new_argv.at(i).getPointer();
- }
- argc = static_cast<int>(new_argv.size());
- argv[argc] = 0;
-
+ // ArgParser must stay in scope for the duration of qpdf's run as
+ // it holds dynamic memory used for argv.
Options o;
- parse_options(argc, argv, o);
+ ArgParser ap(argc, argv, o);
+ ap.parseOptions();
try
{
- QPDF pdf;
- set_qpdf_options(pdf, o);
- if (strcmp(o.infilename, "") == 0)
- {
- pdf.emptyPDF();
- }
- else
- {
- pdf.processFile(o.infilename, o.password);
- }
-
- handle_transformations(pdf, o);
- std::vector<PointerHolder<QPDF> > page_heap;
+ PointerHolder<QPDF> pdf_ph =
+ process_file(o.infilename, o.password, o);
+ QPDF& pdf = *pdf_ph;
if (! o.page_specs.empty())
{
- handle_page_specs(pdf, o, page_heap);
+ handle_page_specs(pdf, o);
}
if (! o.rotations.empty())
{
handle_rotations(pdf, o);
}
+ handle_under_overlay(pdf, o);
+ handle_transformations(pdf, o);
if (o.outfilename == 0)
{
@@ -2581,9 +5065,14 @@ int main(int argc, char* argv[])
}
if (! pdf.getWarnings().empty())
{
- std::cerr << whoami << ": operation succeeded with warnings;"
- << " resulting file may have some problems" << std::endl;
- exit(EXIT_WARNING);
+ if (! o.suppress_warnings)
+ {
+ std::cerr << whoami << ": operation succeeded with warnings;"
+ << " resulting file may have some problems"
+ << std::endl;
+ }
+ // Still exit with warning code even if warnings were suppressed.
+ exit(EXIT_WARNING);
}
}
catch (std::exception& e)
@@ -2594,3 +5083,47 @@ int main(int argc, char* argv[])
return 0;
}
+
+#ifdef WINDOWS_WMAIN
+
+extern "C"
+int wmain(int argc, wchar_t* argv[])
+{
+ // If wmain is supported, argv contains UTF-16-encoded strings
+ // with a 16-bit wchar_t. Convert this to UTF-8-encoded strings
+ // for compatibility with other systems. That way the rest of
+ // qpdf.cc can just act like arguments are UTF-8.
+ std::vector<PointerHolder<char> > utf8_argv;
+ for (int i = 0; i < argc; ++i)
+ {
+ std::string utf16;
+ for (size_t j = 0; j < wcslen(argv[i]); ++j)
+ {
+ unsigned short codepoint = static_cast<unsigned short>(argv[i][j]);
+ utf16.append(1, static_cast<unsigned char>(codepoint >> 8));
+ utf16.append(1, static_cast<unsigned char>(codepoint & 0xff));
+ }
+ std::string utf8 = QUtil::utf16_to_utf8(utf16);
+ utf8_argv.push_back(
+ PointerHolder<char>(true, QUtil::copy_string(utf8.c_str())));
+ }
+ PointerHolder<char*> utf8_argv_ph =
+ PointerHolder<char*>(true, new char*[1+utf8_argv.size()]);
+ char** new_argv = utf8_argv_ph.getPointer();
+ for (size_t i = 0; i < utf8_argv.size(); ++i)
+ {
+ new_argv[i] = utf8_argv.at(i).getPointer();
+ }
+ argc = static_cast<int>(utf8_argv.size());
+ new_argv[argc] = 0;
+ return realmain(argc, new_argv);
+}
+
+#else
+
+int main(int argc, char* argv[])
+{
+ return realmain(argc, argv);
+}
+
+#endif
diff --git a/qpdf/qpdf.testcov b/qpdf/qpdf.testcov
index 2ef724bd..b62dc663 100644
--- a/qpdf/qpdf.testcov
+++ b/qpdf/qpdf.testcov
@@ -82,7 +82,6 @@ QPDFObjectHandle clone dictionary 0
QPDFObjectHandle makeDirect loop 0
QPDFObjectHandle ERR clone stream 0
QPDFTokenizer allow pound anywhere in name 0
-QPDF indirect last obj from xref 1
QPDF default for xref stream field 0 0
QPDF prev key in xref stream dictionary 0
QPDF prev key in trailer dictionary 0
@@ -109,7 +108,7 @@ QPDF_Stream pipeStreamData with null pipeline 0
QPDFWriter not recompressing /FlateDecode 0
QPDF_encryption xref stream from encrypted file 0
qpdf unable to filter 0
-QPDF_String non-trivial UTF-16 0
+QUtil non-trivial UTF-16 0
QPDF xref overwrite object 0
QPDF decoding error warning 0
qpdf-c called qpdf_init 0
@@ -356,3 +355,87 @@ QPDFAcroFormDocumentHelper non-dictionary field 0
QPDFAcroFormDocumentHelper loop 0
QPDFAcroFormDocumentHelper field found 1
QPDFAcroFormDocumentHelper annotation found 1
+qpdf disable keep files open 0
+qpdf keep files open n 0
+qpdf keep files open y 0
+qpdf don't disable keep files open 0
+QPDFPageLabelDocumentHelper skip first 0
+QPDFOutlineObjectHelper direct dest 0
+QPDFOutlineObjectHelper action dest 0
+QPDFOutlineObjectHelper named dest 0
+QPDFOutlineDocumentHelper name named dest 0
+QPDFOutlineDocumentHelper string named dest 0
+QPDFOutlineObjectHelper loop 0
+qpdf required parameter 0
+qpdf required choices 0
+QPDFObjectHandle merge top type mismatch 0
+QPDFObjectHandle merge shallow copy 0
+QPDFObjectHandle merge array 0
+QPDFObjectHandle merge array dup 0
+QPDFObjectHandle merge copy from other 0
+QPDFAnnotationObjectHelper explicit matrix 0
+QPDFAnnotationObjectHelper default matrix 0
+QPDFAnnotationObjectHelper rotate 90 0
+QPDFAnnotationObjectHelper rotate 180 0
+QPDFAnnotationObjectHelper rotate 270 0
+QPDFPageDocumentHelper skip widget need appearances 0
+QPDFPageDocumentHelper merge DR 0
+QPDFPageDocumentHelper non-widget annotation 0
+QPDFPageDocumentHelper remove annots 0
+QPDFPageDocumentHelper replace indirect annots 0
+QPDFPageDocumentHelper replace direct annots 0
+QPDFObjectHandle replace with copy 0
+QPDFPageDocumentHelper indirect as resources 0
+QPDFAnnotationObjectHelper forbidden flags 0
+QPDFAnnotationObjectHelper missing required flags 0
+QPDFFormFieldObjectHelper set parent radio button 0
+QPDFFormFieldObjectHelper radio button grandkid widget 0
+QPDFFormFieldObjectHelper turn on radio button 0
+QPDFFormFieldObjectHelper turn off radio button 0
+QPDFFormFieldObjectHelper checkbox kid widget 0
+QPDFObjectHandle broken radio button 0
+QPDFFormFieldObjectHelper set checkbox AS 0
+QPDFObjectHandle broken checkbox 0
+QPDFFormFieldObjectHelper list not found 0
+QPDFFormFieldObjectHelper list found 0
+QPDFFormFieldObjectHelper list first too low 0
+QPDFFormFieldObjectHelper list last too high 0
+QPDF detected dangling ref 0
+qpdf image optimize no pipeline 0
+qpdf image optimize no shrink 0
+qpdf image optimize too small 0
+QPDFFormFieldObjectHelper WinAnsi 0
+QPDF_encryption attachment stream 0
+QPDF pipe foreign encrypted stream 0
+QPDF copy foreign stream with provider 0
+QPDF copy foreign stream with buffer 0
+QPDF immediate copy stream data 0
+qpdf copy same page more than once 1
+QPDFPageObjectHelper bad token finding names 0
+qpdf password mode bytes 0
+qpdf password mode hex-bytes 0
+qpdf password not unicode 0
+qpdf password not encodable 0
+qpdf auto-encode password 0
+qpdf bytes fallback warning 0
+qpdf invalid utf-8 in auto 0
+qpdf input password hex-bytes 0
+QPDFPageDocumentHelper ignore annotation with no appearance 0
+QPDFFormFieldObjectHelper create AS from scratch 0
+QPDFFormFieldObjectHelper create AP from scratch 0
+QPDFFormFieldObjectHelper replaced BMC at EOF 0
+QPDFFormFieldObjectHelper fallback Tf 0
+QPDFPageObjectHelper non-trivial inheritance 0
+QPDFPageObjectHelper copy shared attribute 0
+qpdf from_nr from repeat_nr 0
+QPDF resolve duplicated page object 0
+QPDF handle direct page object 0
+QPDFTokenizer finder found wrong word 0
+QPDFTokenizer found EI the old way 0
+QPDFTokenizer found EI by byte count 0
+QPDFTokenizer inline image at EOF the old way 0
+QPDFTokenizer found EI after more than one try 0
+QPDFPageObjectHelper externalize inline image 0
+QPDFPageObjectHelper keep inline image 0
+qpdf image optimize colorspace 0
+qpdf image optimize bits per component 0
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index 603bbe01..af103201 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -30,18 +30,6 @@ if (defined($large_file_test_path))
$large_file_test_path =~ s!\\!/!g;
}
-my $have_acroread = 0;
-
-if ($compare_images)
-{
- # check for working acroread
- if (system("acroread -toPostScript -pairs good1.pdf a.ps" .
- " >$devNull 2>&1") == 0)
- {
- $have_acroread = 1;
- }
-}
-
# These variables are used to store the total number of tests in the
# test suite. NOTE: qtest's requirement to indicate the number of
# tests serves as a check that the test suite is operating properly.
@@ -56,12 +44,9 @@ if ($compare_images)
# compare_pdfs generates depends on the value of $compare_images.
my $n_compare_pdfs = 0;
-# This should be set to the number of times we call acroread.
-my $n_acroread = 0;
-
# Each section of tests should increment this number by the number of
-# tests they generate excluding calls to acroread or compare_pdfs,
-# which are tracked separately by $n_compare_pdfs and $n_acroread.
+# tests they generate excluding calls to compare_pdfs, which are
+# tracked separately by $n_compare_pdfs.
my $n_tests = 0;
# Call show_ntests after each block of test cases. In show_ntests,
@@ -100,6 +85,115 @@ $td->runtest("UTF-16 encoding errors",
{$td->FILE => "unicode-errors.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
+my @completion_tests = (
+ ['qpdf ', undef, 'top'],
+ ['qpdf -', undef, 'top-arg'],
+ ['qpdf --enc', undef, 'enc'],
+ ['qpdf --encrypt ', undef, 'encrypt'],
+ ['qpdf --encrypt u ', undef, 'encrypt-u'],
+ ['qpdf --encrypt u o ', undef, 'encrypt-u-o'],
+ ['qpdf @encrypt-u o ', undef, 'encrypt-u-o'],
+ ['qpdf --encrypt u o 40 --', undef, 'encrypt-40'],
+ ['qpdf --encrypt u o 128 --', undef, 'encrypt-128'],
+ ['qpdf --encrypt u o 256 --', undef, 'encrypt-256'],
+ ['qpdf --encrypt u o bad --', undef, 'encrypt-bad'],
+ ['qpdf --split-pag', undef, 'split'],
+ ['qpdf --decode-l', undef, 'decode-l'],
+ ['qpdf --decode-lzzz', 15, 'decode-l'],
+ ['qpdf --decode-level=', undef, 'decode-level'],
+ ['qpdf --decode-level=g', undef, 'decode-level-g'],
+ ['qpdf --check -', undef, 'later-arg'],
+ ['qpdf infile outfile oops --ch', undef, 'usage-empty'],
+ ['qpdf --encrypt \'user " password\' ', undef, 'quoting'],
+ ['qpdf --encrypt \'user password\' ', undef, 'quoting'],
+ ['qpdf --encrypt "user password" ', undef, 'quoting'],
+ ['qpdf --encrypt "user pass\'word" ', undef, 'quoting'],
+ ['qpdf --encrypt user\ password ', undef, 'quoting'],
+ );
+$n_tests += 2 * scalar(@completion_tests);
+foreach my $c (@completion_tests)
+{
+ my ($cmd, $point, $description) = @$c;
+ my $out = "completion-$description.out";
+ my $zout = "completion-$description-zsh.out";
+ if (! -f $zout)
+ {
+ $zout = $out;
+ }
+ $td->runtest("bash completion: $description",
+ {$td->COMMAND => [@{bash_completion($cmd, $point)}],
+ $td->FILTER => "perl filter-completion.pl $out"},
+ {$td->FILE => "$out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("zsh completion: $description",
+ {$td->COMMAND => [@{zsh_completion($cmd, $point)}],
+ $td->FILTER => "perl filter-completion.pl $zout"},
+ {$td->FILE => "$zout", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+}
+
+show_ntests();
+# ----------
+$td->notify("--- Argument Parsing ---");
+$n_tests += 6;
+
+$td->runtest("required argument",
+ {$td->COMMAND => "qpdf --password minimal.pdf"},
+ {$td->REGEXP => "must be given as --password=pass",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("required argument with choices",
+ {$td->COMMAND => "qpdf --decode-level minimal.pdf"},
+ {$td->REGEXP => "must be given as --decode-level=\\{.*all.*\\}",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("required argument with choices",
+ {$td->COMMAND => "qpdf --decode-level minimal.pdf"},
+ {$td->REGEXP => "must be given as --decode-level=\\{.*all.*\\}",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+copy("minimal.pdf", '@file.pdf');
+$td->runtest("\@file exists and file doesn't",
+ {$td->COMMAND => "qpdf --check \@file.pdf"},
+ {$td->FILE => "check-at-file.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("missing underlay filename",
+ {$td->COMMAND => "qpdf --underlay --"},
+ {$td->REGEXP => ".*underlay file not specified.*",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("extra overlay filename",
+ {$td->COMMAND => "qpdf --overlay x x --"},
+ {$td->REGEXP => ".*overlay file already specified.*",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
+$td->notify("--- Final Version ---");
+$n_tests += 1;
+
+$td->runtest("check final version",
+ {$td->COMMAND => "test_driver 54 minimal.pdf"},
+ {$td->STRING => "test 54 done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
+$td->notify("--- Dangling Refs ---");
+my @dangling = (qw(minimal dangling-refs));
+$n_tests += 2 * scalar(@dangling);
+
+foreach my $f (@dangling)
+{
+ $td->runtest("dangling refs: $f",
+ {$td->COMMAND => "test_driver 53 $f.pdf"},
+ {$td->FILE => "$f-dangling.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$f-dangling-out.pdf"});
+}
show_ntests();
# ----------
$td->notify("--- Form Tests ---");
@@ -115,14 +209,16 @@ my @form_tests = (
'form-errors',
);
-$n_tests += scalar(@form_tests) + 2;
+$n_tests += scalar(@form_tests) + 6;
# Many of the form*.pdf files were created by converting the
# LibreOffice document storage/form.odt to PDF and then manually
# modifying the resulting PDF in various ways. That file would be good
# starting point for generation of more complex forms should that be
# required in the future. The file storage/form.pdf is a direct export
-# from LibreOffice with no modifications.
+# from LibreOffice with no modifications. The files
+# storage/field-types.odt and storage/field-types.pdf are the basis of
+# field-types.pdf used elsewhere in the test suite.
foreach my $f (@form_tests)
{
@@ -141,6 +237,138 @@ $td->runtest("compare files",
{$td->FILE => "a.pdf"},
{$td->FILE => "form-no-need-appearances-filled.pdf"});
+$td->runtest("button fields",
+ {$td->COMMAND => "test_driver 51 button-set.pdf"},
+ {$td->FILE => "button-set.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "button-set-out.pdf"});
+
+$td->runtest("broken button fields",
+ {$td->COMMAND => "test_driver 51 button-set-broken.pdf"},
+ {$td->FILE => "button-set-broken.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "button-set-broken-out.pdf"});
+
+show_ntests();
+# ----------
+$td->notify("--- Appearance Streams ---");
+$n_tests += 8;
+
+foreach my $f ('need-appearances',
+ 'need-appearances-more',
+ 'need-appearances-more2')
+{
+ $td->runtest("generate appearances and flatten ($f)",
+ {$td->COMMAND =>
+ "qpdf --qdf --no-original-object-ids --static-id" .
+ " --generate-appearances --flatten-annotations=all" .
+ " $f.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ my $exp = 'appearances-a';
+ if ($f =~ m/appearances(-.*)$/)
+ {
+ $exp .= $1;
+ }
+ $exp .= '.pdf';
+ $td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => $exp});
+}
+
+$td->runtest("more choices",
+ {$td->COMMAND =>
+ "qpdf --qdf --no-original-object-ids --static-id" .
+ " --generate-appearances" .
+ " more-choices.pdf b.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+# b.pdf still has forms
+$td->runtest("compare files",
+ {$td->FILE => "b.pdf"},
+ {$td->FILE => "appearances-b.pdf"});
+
+my @choice_values = qw(1 2 11 12 quack);
+$n_tests += 3 * scalar(@choice_values);
+foreach my $i (@choice_values)
+{
+ # b.pdf was generated by qpdf and needs appearances
+ # test_driver 52 writes a.pdf
+ $td->runtest("set value to $i",
+ {$td->COMMAND => "test_driver 52 b.pdf $i"},
+ {$td->STRING => "setting list1 value\ntest 52 done\n",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("regenerate appearances",
+ {$td->COMMAND =>
+ "qpdf --qdf --no-original-object-ids --static-id" .
+ " --generate-appearances" .
+ " a.pdf b.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("compare files",
+ {$td->FILE => "b.pdf"},
+ {$td->FILE => "appearances-$i.pdf"});
+}
+
+show_ntests();
+# ----------
+$td->notify("--- Form XObject, underlay, overlay ---");
+$n_tests += 10;
+
+$td->runtest("form xobject creation",
+ {$td->COMMAND => "test_driver 55 fxo-red.pdf"},
+ {$td->STRING => "test 55 done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "form-xobjects-out.pdf"});
+foreach (my $i = 56; $i <= 59; ++$i)
+{
+ # See comments in test_driver.cc for a verbal description of what
+ # the resulting files should look like.
+ $td->runtest("overlay transformations",
+ {$td->COMMAND => "test_driver $i fxo-red.pdf fxo-blue.pdf"},
+ {$td->STRING => "test $i done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "fx-overlay-$i.pdf"});
+}
+
+my @uo_cases = (
+ '--underlay fxo-green.pdf --repeat=z --to=1-14 --' .
+ ' --overlay fxo-blue.pdf --', # 1
+ '--overlay fxo-green.pdf --from= --repeat=r2,r1 --' .
+ ' --underlay fxo-blue.pdf --from=z-1 --', # 2
+ '--overlay fxo-green.pdf --from= --repeat=r2,r1 --' .
+ ' --underlay fxo-blue.pdf --from=z-1 -- --coalesce-contents', # 3
+ '--overlay fxo-green.pdf --', # 4
+ '--underlay fxo-green.pdf --to=3-7 --', # 5
+ '--overlay fxo-blue.pdf --to=1,1,1,1 --from=1-4 --' .
+ ' --pages . 1 --', #6
+ '--overlay 20-pages.pdf --password=user --', #7
+ );
+$n_tests += 2 * scalar(@uo_cases);
+for (my $i = 1; $i <= scalar(@uo_cases); ++$i)
+{
+ my $args = $uo_cases[$i-1];
+ my $outbase = "uo-$i";
+ $td->runtest("overlay/underlay $i",
+ {$td->COMMAND =>
+ "qpdf --static-id --qdf --no-original-object-ids" .
+ " --verbose fxo-red.pdf a.pdf $args"},
+ {$td->FILE => "$outbase.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$outbase.pdf"});
+}
+
show_ntests();
# ----------
$td->notify("--- Stream Replacement Tests ---");
@@ -226,6 +454,100 @@ foreach my $input (@ext_inputs)
}
show_ntests();
# ----------
+$td->notify("--- Number and Name Trees ---");
+$n_tests += 2;
+
+$td->runtest("number trees",
+ {$td->COMMAND => "test_driver 46 number-tree.pdf"},
+ {$td->FILE => "number-tree.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("name trees",
+ {$td->COMMAND => "test_driver 48 name-tree.pdf"},
+ {$td->FILE => "name-tree.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
+$td->notify("--- Page Labels ---");
+$n_tests += 3;
+
+$td->runtest("complex page labels",
+ {$td->COMMAND => "test_driver 47 page-labels-num-tree.pdf"},
+ {$td->FILE => "page-labels-num-tree.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("no zero entry for page labels",
+ {$td->COMMAND => "test_driver 47 page-labels-no-zero.pdf"},
+ {$td->FILE => "page-labels-no-zero.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("no page labels",
+ {$td->COMMAND => "test_driver 47 minimal.pdf"},
+ {$td->FILE => "no-page-labels.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
+$td->notify("--- Outlines ---");
+my @outline_files = (
+ 'page-labels-and-outlines',
+ 'outlines-with-actions',
+ 'outlines-with-old-root-dests',
+ 'outlines-with-loop',
+ );
+$n_tests += scalar(@outline_files);
+foreach my $f (@outline_files)
+{
+ $td->runtest("outlines: $f",
+ {$td->COMMAND => "test_driver 49 $f.pdf"},
+ {$td->FILE => "$f.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+}
+
+show_ntests();
+# ----------
+$td->notify("--- JSON Tests ---");
+my @json_files = (
+ ['outlines-with-actions', []],
+ ['outlines-with-old-root-dests', []],
+ ['page-labels-and-outlines', []],
+ ['page-labels-num-tree', []],
+ ['image-streams', []],
+ ['field-types', []],
+ ['image-streams', ['--decode-level=all']],
+ ['image-streams', ['--decode-level=specialized']],
+ ['page-labels-and-outlines', ['--json-key=objects']],
+ ['page-labels-and-outlines', ['--json-key=pages']],
+ ['page-labels-and-outlines', ['--json-key=pagelabels']],
+ ['page-labels-and-outlines', ['--json-key=outlines']],
+ ['page-labels-and-outlines',
+ ['--json-key=outlines', '--json-key=pages']],
+ ['page-labels-and-outlines',
+ ['--json-key=objects', '--json-object=trailer']],
+ ['page-labels-and-outlines',
+ ['--json-key=objects', '--json-object=trailer', '--json-object=2 0 R']],
+ ['field-types', ['--json-key=acroform']],
+ ['need-appearances', ['--json-key=acroform']],
+);
+$n_tests += scalar(@json_files);
+foreach my $d (@json_files)
+{
+ my ($file, $xargs) = @$d;
+ my $out = "json-$file";
+ foreach my $x (@$xargs)
+ {
+ my $y = $x;
+ $y =~ s/^.*=//;
+ $y =~ s/\s.*//;
+ $out .= "-$y";
+ }
+ my $in = "$file.pdf";
+ $td->runtest("json $out",
+ {$td->COMMAND => ['qpdf', '--json', @$xargs, $in]},
+ {$td->FILE => "$out.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+}
+
+show_ntests();
+# ----------
$td->notify("--- Page API Tests ---");
$n_tests += 9;
@@ -245,7 +567,7 @@ $td->runtest("check output",
{$td->FILE => "page_api_1-out2.pdf"});
$td->runtest("duplicate page",
{$td->COMMAND => "test_driver 17 page_api_2.pdf"},
- {$td->FILE => "page_api_2.out", $td->EXIT_STATUS => 2},
+ {$td->FILE => "page_api_2.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->runtest("delete and re-add a page",
{$td->COMMAND => "test_driver 18 page_api_1.pdf"},
@@ -286,16 +608,37 @@ my @bug_tests = (
["149", "xref prev pointer loop", 3],
["150", "integer overflow", 2],
["202", "even more deeply nested dictionary", 2],
+ ["263", "empty xref stream", 3],
);
$n_tests += scalar(@bug_tests);
foreach my $d (@bug_tests)
{
my ($n, $description, $exit_status) = @$d;
- $td->runtest($description,
- {$td->COMMAND => "qpdf issue-$n.pdf a.pdf"},
- {$td->FILE => "issue-$n.out",
- $td->EXIT_STATUS => $exit_status},
- $td->NORMALIZE_NEWLINES);
+ if (-f "issue-$n.obfuscated")
+ {
+ # Some of the PDF files in the test suite trigger anti-virus
+ # warnings (MAL/PDFEx-H) and are quarantined or deleted by
+ # some antivirus software. These files are not actually
+ # infected files with malicious intent. They are present in
+ # the test suite to ensure that qpdf does not crash when
+ # process those files. Base64-encode them and pass them to
+ # stdin to prevent anti-virus programs from messing up the
+ # extracted sources. Search for "obfuscated" in test_driver.cc
+ # for instructions on how to obfuscate input files.
+ $td->runtest($description,
+ {$td->COMMAND => "test_driver 45 issue-$n"},
+ {$td->FILE => "issue-$n.out",
+ $td->EXIT_STATUS => $exit_status},
+ $td->NORMALIZE_NEWLINES);
+ }
+ else
+ {
+ $td->runtest($description,
+ {$td->COMMAND => "qpdf issue-$n.pdf a.pdf"},
+ {$td->FILE => "issue-$n.out",
+ $td->EXIT_STATUS => $exit_status},
+ $td->NORMALIZE_NEWLINES);
+ }
}
show_ntests();
# ----------
@@ -335,8 +678,91 @@ $td->runtest("check pass1 file",
show_ntests();
# ----------
+$td->notify("--- Inline Images ---");
+$n_tests += 8;
+
+# The file large-inline-image.pdf is a hand-crafted file with several
+# inline images of various sizes including one that is two megabytes,
+# encoded in base85, and has a base85-encoding that contains EI
+# surrounded by delimiters several times. This exercises the EI
+# detection code added in qpdf 8.4.
+
+$td->runtest("complex inline image parsing",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id large-inline-image.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "large-inline-image.qdf"});
+
+$td->runtest("eof in inline image",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id eof-in-inline-image.pdf a.pdf"},
+ {$td->FILE => "eof-inline-qdf.out", $td->EXIT_STATUS => 3},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "eof-in-inline-image.qdf"});
+$td->runtest("externalize eof in inline image",
+ {$td->COMMAND =>
+ "qpdf --qdf --externalize-inline-images" .
+ " --static-id eof-in-inline-image.pdf a.pdf"},
+ {$td->FILE => "eof-inline-qdf.out", $td->EXIT_STATUS => 3},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "eof-in-inline-image-ii.qdf"});
+$td->runtest("externalize damaged image",
+ {$td->COMMAND =>
+ "qpdf --externalize-inline-images" .
+ " --compress-streams=n --static-id" .
+ " damaged-inline-image.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "damaged-inline-image-out.pdf"});
+
+my @eii_tests = (
+ ['inline-images', 80],
+ ['large-inline-image', 1024],
+ );
+$n_tests += 4 * scalar(@eii_tests);
+$n_compare_pdfs += 2 * scalar(@eii_tests);
+
+foreach my $d (@eii_tests)
+{
+ my ($file, $threshold) = @$d;
+ $td->runtest("inline image $file (all)",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --externalize-inline-images" .
+ " --ii-min-bytes=0 $file.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$file-ii-all.pdf"});
+ compare_pdfs("$file.pdf", "a.pdf");
+
+ $td->runtest("inline image $file (some)",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --externalize-inline-images" .
+ " --ii-min-bytes=$threshold $file.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$file-ii-some.pdf"});
+ compare_pdfs("$file.pdf", "a.pdf");
+}
+
+# QXXXQ externalize tests with min size
+
+show_ntests();
+# ----------
$td->notify("--- Tokenizer ---");
-$n_tests += 4;
+$n_tests += 5;
$td->runtest("tokenizer with no ignorable",
{$td->COMMAND => "test_tokenizer -no-ignorable tokens.pdf"},
@@ -348,6 +774,11 @@ $td->runtest("tokenizer",
{$td->FILE => "tokens.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
+$td->runtest("tokenizer with old inline image code",
+ {$td->COMMAND => "test_tokenizer -old-ei tokens.pdf"},
+ {$td->FILE => "tokens-old-ei.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
$td->runtest("tokenizer with max_len",
{$td->COMMAND => "test_tokenizer -maxlen 50 tokens.pdf"},
{$td->FILE => "tokens-maxlen.out", $td->EXIT_STATUS => 0},
@@ -711,6 +1142,23 @@ $td->runtest("detect foreign object in write",
show_ntests();
# ----------
+$td->notify("--- Merge Dictionary ---");
+$n_tests += 3;
+
+$td->runtest("merge dictionary",
+ {$td->COMMAND => "test_driver 50 merge-dict.pdf"},
+ {$td->FILE => "merge-dict.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("unique resource name",
+ {$td->COMMAND => "test_driver 60 minimal.pdf"},
+ {$td->STRING => "test 60 done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "unique-resources.pdf"});
+
+show_ntests();
+# ----------
$td->notify("--- Parsing ---");
$n_tests += 17;
@@ -920,6 +1368,8 @@ show_ntests();
$td->notify("--- Overwrite self ---");
$n_tests += 1;
+copy("minimal.pdf", "a.pdf");
+# Also tests @- for reading args from stdin
$td->runtest("don't overwrite self",
{$td->COMMAND => "(echo a.pdf; echo a.pdf) | qpdf \@-"},
{$td->REGEXP => "input file and output file are the same.*",
@@ -927,6 +1377,17 @@ $td->runtest("don't overwrite self",
show_ntests();
# ----------
+$td->notify("--- Progress reporting ---");
+$n_tests += 1;
+
+$td->runtest("progress report on small file",
+ {$td->COMMAND => "qpdf --progress minimal.pdf a.pdf",
+ $td->FILTER => "perl filter-progress.pl"},
+ {$td->FILE => "small-progress.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
$td->notify("--- Type checks ---");
$n_tests += 4;
# Whenever object-types.pdf is edited, object-types-os.pdf should be
@@ -1047,7 +1508,7 @@ foreach my $d (
" $flags streams-with-newlines.pdf a.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
- $td->runtest("check output",
+ $td->runtest("check output ($description)",
{$td->FILE => "a.pdf"},
{$td->FILE => "newline-before-endstream-$suffix.pdf"});
if ($flags =~ /qdf/)
@@ -1078,7 +1539,7 @@ my @sp_cases = (
[11, 'pdf extension', '', 'split-out.Pdf'],
[4, 'fallback', '--pages 11-pages.pdf 1-3 minimal.pdf --', 'split-out'],
);
-$n_tests += 9;
+$n_tests += 23;
for (@sp_cases)
{
$n_tests += 1 + $_->[0];
@@ -1112,6 +1573,28 @@ foreach my $i (qw(01-04 05-08 09-10))
{$td->FILE => "shared-split-$i.pdf"});
}
+$td->runtest("split page with labels",
+ {$td->COMMAND => "qpdf --qdf --static-id --split-pages=6".
+ " 11-pages-with-labels.pdf split-out-labels.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+foreach my $i (qw(01-06 07-11))
+{
+ $td->runtest("check output ($i)",
+ {$td->FILE => "split-out-labels-$i.pdf"},
+ {$td->FILE => "labels-split-$i.pdf"});
+}
+
+$td->runtest("split page with outlines",
+ {$td->COMMAND => "qpdf --qdf --static-id --split-pages=10".
+ " outlines-with-actions.pdf split-out-outlines.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+foreach my $i (qw(01-10 11-20 21-30))
+{
+ $td->runtest("check output ($i)",
+ {$td->FILE => "split-out-outlines-$i.pdf"},
+ {$td->FILE => "outlines-split-$i.pdf"});
+}
+
foreach my $d (@sp_cases)
{
my ($n, $description, $xargs, $out) = @$d;
@@ -1145,6 +1628,72 @@ foreach my $d (@sp_cases)
}
}
+$td->runtest("split shared font, xobject",
+ {$td->COMMAND =>
+ "qpdf --static-id --qdf --no-original-object-ids" .
+ " --split-pages shared-font-xobject.pdf" .
+ " split-out-shared-font-xobject.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+foreach my $i (qw(1 2 3 4))
+{
+ $td->runtest("check output ($i)",
+ {$td->FILE => "split-out-shared-font-xobject-$i.pdf"},
+ {$td->FILE => "shared-font-xobject-split-$i.pdf"});
+}
+
+$td->runtest("unreferenced resources with bad token",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --split-pages=2" .
+ " coalesce.pdf split-out-bad-token.pdf"},
+ {$td->FILE => "coalesce-split.out", $td->EXIT_STATUS => 3},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "split-out-bad-token-1-2.pdf"},
+ {$td->FILE => "coalesce-split-1-2.pdf"});
+
+show_ntests();
+# ----------
+$td->notify("--- Keep Files Open ---");
+$n_tests += 4;
+
+{ # local scope
+ open(F, "<minimal.pdf") or die;
+ local $/ = undef;
+ binmode F;
+ my $content = <F>;
+ close(F);
+ for (my $i = 1; $i <= 201; ++$i)
+ {
+ open(F, sprintf(">%03d-kfo.pdf", $i)) or die;
+ print F $content;
+ close(F);
+ }
+}
+$td->runtest("disable keep files open",
+ {$td->COMMAND =>
+ "qpdf --verbose --static-id --empty" .
+ " --pages *kfo.pdf -- a.pdf"},
+ {$td->FILE => "disable-kfo.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("don't disable keep files open",
+ {$td->COMMAND =>
+ "qpdf --verbose --static-id --empty" .
+ " --pages 1*kfo.pdf -- a.pdf"},
+ {$td->FILE => "enable-kfo.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("explict keep files open",
+ {$td->COMMAND =>
+ "qpdf --verbose --static-id --keep-files-open=y --empty" .
+ " --pages 00?-kfo.pdf -- a.pdf"},
+ {$td->FILE => "kfo-y.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("explicit keep files open = n",
+ {$td->COMMAND =>
+ "qpdf --verbose --static-id --keep-files-open=n --empty" .
+ " --pages 00?-kfo.pdf -- a.pdf"},
+ {$td->FILE => "kfo-n.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
show_ntests();
# ----------
$td->notify("--- Rotate Pages ---");
@@ -1175,65 +1724,135 @@ $td->runtest("check output",
show_ntests();
# ----------
-$td->notify("--- Numeric range parsing tests ---");
-my @nrange_tests = (
- [",5",
- "qpdf: error at * in numeric range *,5: unexpected separator",
- 2],
- ["4,,5",
- "qpdf: error at * in numeric range 4,*,5: unexpected separator",
- 2],
- ["4,5,",
- "qpdf: error at * in numeric range 4,5,*: number expected",
- 2],
- ["z1,",
- "qpdf: error at * in numeric range z*1,: digit not expected",
- 2],
- ["1z,",
- "qpdf: error at * in numeric range 1*z,: z not expected",
- 2],
- ["1-5?",
- "qpdf: error at * in numeric range 1-5*?: unexpected character",
- 2],
- ["1-30",
- "qpdf: error in numeric range 1-30: number 30 out of range",
- 2],
- ["1-10,0,5",
- "qpdf: error in numeric range 1-10,0,5: number 0 out of range",
- 2],
- ["1-10,1234,5",
- "qpdf: error in numeric range 1-10,1234,5: number 1234 out of range",
- 2],
- ["1,r,3",
- "qpdf: error in numeric range 1,r,3: number 16 out of range",
- 2],
- ["1,r16,3",
- "qpdf: error in numeric range 1,r16,3: number 0 out of range",
- 2],
- ["1,3,5-10,z-13,13,9,z,2,r2-r4",
- "numeric range 1,3,5-10,z-13,13,9,z,2,r2-r4" .
- " -> 1 3 5 6 7 8 9 10 15 14 13 13 9 15 2 14 13 12",
- 0],
- ["r1-r15", # r\d+ at end
- "numeric range r1-r15" .
- " -> 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1",
- 0],
+$td->notify("--- Flatten Form/Annotations ---");
+
+# manual-appearances was created by hand-coding appearance streams
+# with graphics that make it easy to test matrix calculations. The
+# result of flattening the annotations was compared visually with
+# okular. Some PDF viewers don't actually display the original version
+# correctly. The pages are as follows:
+# - page 1: normal
+# - page 2: rotate 90 with /F 20 (NoRotate)
+# - page 3: non-trivial matrix
+# - page 4: non-trivial matrix, rotate
+# - page 5: rotate 180 with /F 20
+# - page 6: rotate 90, /F 20, non-trivial matrix
+# - page 7: flags: top is print, middle is screen, bottom is hidden
+# - page 8: rotate 270 with /F 20
+# - page 9: normal -- available for additional testing
+#
+# form-filled-by-acrobat was filled in using the Acrobat Reader
+# android app. One of its appearance streams is actually an image.
+#
+# need-appearances.pdf is based on field-types.pdf with manual edits
+# to turn on NeedAppearances, change /V for several fields, and add
+# the comment annotation from comment-annotation.pdf. The test output
+# includes a flattened version of the comment annotation but not of
+# the form fields. Changes:
+# - field-types.pdf has /NeedAppearances true
+# - text1: blank -> abc
+# - r1: 1 -> 2
+# - list1: blank -> five
+# - combolist1: blank -> pi
+# - drop1: blank -> elephant
+# - combodrop1: blank -> delta
+
+my @annotation_files = (
+ 'manual-appearances',
+ 'form-filled-by-acrobat',
+ 'comment-annotation',
+ 'comment-annotation-direct',
+ 'sample-form',
+ 'need-appearances',
+ 'need-appearances-more',
);
-$n_tests += scalar(@nrange_tests);
-foreach my $d (@nrange_tests)
-{
- my ($range, $output, $status) = @$d;
- $td->runtest("numeric range $range",
- {$td->COMMAND => ['qpdf', '-- test-numrange=' . $range],
- $td->FILTER => "grep 'numeric range'"},
- {$td->STRING => $output . "\n", $td->EXIT_STATUS => $status},
+$n_tests += 2 * scalar(@annotation_files);
+
+foreach my $f (@annotation_files)
+{
+ my $exp_out = {$td->STRING => "", $td->EXIT_STATUS => 0};
+ if (-f "$f-warn.out")
+ {
+ $exp_out = {$td->FILE => "$f-warn.out", $td->EXIT_STATUS => 3};
+ }
+ $td->runtest("flatten $f",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --no-original-object-ids" .
+ " --flatten-annotations=all $f.pdf a.pdf"},
+ $exp_out,
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$f-out.pdf"});
+}
+
+$n_tests += 4;
+foreach my $f (qw(screen print))
+{
+ $td->runtest("flatten for $f",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --no-original-object-ids" .
+ " --flatten-annotations=$f manual-appearances.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "manual-appearances-$f-out.pdf"});
+}
+
+show_ntests();
+# ----------
+$td->notify("--- Page Tree Issues ---");
+$n_tests += 9;
+
+$td->runtest("linearize duplicated pages",
+ {$td->COMMAND =>
+ "qpdf --static-id --linearize" .
+ " page_api_2.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "linearize-duplicate-page.pdf"});
+$td->runtest("extract duplicated pages",
+ {$td->COMMAND =>
+ "qpdf --static-id page_api_2.pdf" .
+ " --pages . -- a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("compare files",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "extract-duplicate-page.pdf"});
+$td->runtest("direct pages",
+ {$td->COMMAND =>
+ "qpdf --static-id direct-pages.pdf --pages . -- a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "direct-pages-fixed.pdf"});
+$td->runtest("show direct pages",
+ {$td->COMMAND =>
+ "qpdf --show-pages direct-pages.pdf"},
+ {$td->FILE => "direct-pages.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+# Json mode for direct and duplicated pages illustrates that the
+# "objects" section still shows the original objects before correction
+# but the "pages" section shows the pages with their new object
+# numbers.
+foreach my $f (qw(page_api_2 direct-pages))
+{
+ $td->runtest("json for $f",
+ {$td->COMMAND => "qpdf --json $f.pdf"},
+ {$td->FILE => "$f-json.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
}
show_ntests();
# ----------
$td->notify("--- Merging and Splitting ---");
-$n_tests += 16;
+$n_tests += 22;
# Select pages from the same file multiple times including selecting
# twice from an encrypted file and specifying the password only the
@@ -1266,8 +1885,7 @@ $td->runtest("merge three files",
" $pages_options --static-id"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
# Manually verified about this file: it has the same pages but does
-# not contain outlines, page labels, or other things from the original
-# file.
+# not contain outlines or other things from the original file.
$td->runtest("check output",
{$td->FILE => "a.pdf"},
{$td->FILE => "merge-three-files-2.pdf"});
@@ -1290,23 +1908,42 @@ $td->runtest("merge with implicit ranges",
$td->runtest("check output",
{$td->FILE => "a.pdf"},
{$td->FILE => "merge-implicit-ranges.pdf"});
+$td->runtest("merge with multiple labels",
+ {$td->COMMAND =>
+ "qpdf --empty a.pdf" .
+ " --pages 11-pages-with-labels.pdf 8-11" .
+ " minimal.pdf " .
+ " page-labels-and-outlines.pdf 17-19 --" .
+ " --static-id"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "merge-multiple-labels.pdf"});
$td->runtest("split with shared resources",
{$td->COMMAND =>
"qpdf --qdf --static-id" .
- " shared-images.pdf --pages" .
- " shared-images.pdf 1,3" .
+ " shared-images.pdf --pages . 1,3" .
" ./shared-images.pdf 1,2 -- a.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("check output",
{$td->FILE => "a.pdf"},
{$td->FILE => "shared-images-pages-out.pdf"});
+$td->runtest("split with really shared resources",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id" .
+ " shared-images.pdf --pages . 1,3" .
+ " . 1,2 -- a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "really-shared-images-pages-out.pdf"});
+
$td->runtest("shared resources relevant errors",
{$td->COMMAND =>
"qpdf --qdf --static-id" .
- " shared-images-errors.pdf --pages" .
- " shared-images-errors.pdf 2 -- a.pdf"},
+ " shared-images-errors.pdf --pages . 2 -- a.pdf"},
{$td->FILE => "shared-images-errors-2.out",
$td->EXIT_STATUS => 3},
$td->NORMALIZE_NEWLINES);
@@ -1317,8 +1954,7 @@ $td->runtest("check output",
$td->runtest("shared resources irrelevant errors",
{$td->COMMAND =>
"qpdf --qdf --static-id" .
- " shared-images-errors.pdf --pages" .
- " shared-images-errors.pdf 1 -- a.pdf"},
+ " shared-images-errors.pdf --pages . 1 -- a.pdf"},
{$td->FILE => "shared-images-errors-1.out",
$td->EXIT_STATUS => 3},
$td->NORMALIZE_NEWLINES);
@@ -1329,13 +1965,44 @@ $td->runtest("check output",
$td->runtest("don't remove shared resources",
{$td->COMMAND =>
"qpdf --qdf --static-id --preserve-unreferenced-resources" .
- " shared-images.pdf --pages" .
- " shared-images.pdf 1,3 -- a.pdf"},
+ " shared-images.pdf --pages . 1,3 -- a.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("check output",
{$td->FILE => "a.pdf"},
{$td->FILE => "shared-images-errors-1-3-out.pdf"});
+$td->runtest("duplicate pages",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id 11-pages-with-labels.pdf" .
+ " --pages . 6,5,6 . 5 minimal.pdf 1,1 minimal.pdf 1 --" .
+ " a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "duplicate-pages.pdf"});
+
+show_ntests();
+# ----------
+$td->notify("--- Collating ---");
+my @collate = (
+ ["three-files", "collate-odd",
+ "collate-odd.pdf 1-5 minimal.pdf collate-even.pdf 7-1"],
+ );
+$n_tests += 2 * scalar(@collate);
+
+foreach my $d (@collate)
+{
+ my ($description, $first, $args) = @$d;
+ $td->runtest("collate pages: $description",
+ {$td->COMMAND =>
+ "qpdf --qdf --static-id --collate $first.pdf" .
+ " --pages $args -- a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
+ $td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "$description-collate-out.pdf"});
+}
+
show_ntests();
# ----------
$td->notify("--- PDF From Scratch ---");
@@ -1428,6 +2095,51 @@ $td->runtest("get data",
show_ntests();
# ----------
+$td->notify("--- Image Optimization ---");
+my @image_opt = (
+ ['image-streams', 'image-streams', ''],
+ ['small-images', 'defaults', ''],
+ ['small-images', 'min-width',
+ '--oi-min-width=150 --oi-min-height=0 --oi-min-area=0'],
+ ['small-images', 'min-height',
+ '--oi-min-width=0 --oi-min-height=150 --oi-min-area=0'],
+ ['small-images', 'min-area',
+ '--oi-min-width=0 --oi-min-height=0 --oi-min-area=30000'],
+ ['small-images', 'min-area-all',
+ '--oi-min-width=0 --oi-min-height=0 --oi-min-area=30000'],
+ ['large-inline-image', 'inline-images',
+ '--ii-min-bytes=0'],
+ ['large-inline-image', 'inline-images-all-size',
+ '--oi-min-width=0 --oi-min-height=0 --oi-min-area=0 --ii-min-bytes=0'],
+ ['large-inline-image', 'inline-images-keep-some', ''],
+ ['large-inline-image', 'inline-images-keep-all', '--keep-inline-images'],
+ ['unsupported-optimization', 'unsupported',
+ '--oi-min-width=0 --oi-min-height=0 --oi-min-area=0'],
+ );
+
+$n_tests += 2 * scalar(@image_opt);
+
+foreach my $d (@image_opt)
+{
+ my ($f, $description, $args) = @$d;
+
+ $td->runtest("optimize images: $description",
+ {$td->COMMAND =>
+ "qpdf --static-id --optimize-images --verbose" .
+ " $args $f.pdf a.pdf",
+ $td->FILTER => "perl filter-optimize-images.pl"},
+ {$td->FILE => "optimize-images-$description.out",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check json: $description",
+ {$td->COMMAND => "qpdf --json --json-key=pages a.pdf"},
+ {$td->FILE => "optimize-images-$description-json.out",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+}
+
+show_ntests();
+# ----------
$td->notify("--- Preserve unreferenced objects ---");
$n_tests += 6;
@@ -1461,7 +2173,7 @@ foreach my $d ([25, 1], [26, 2], [27, 3])
my ($testn, $outn) = @$d;
$td->runtest("copy objects $outn",
{$td->COMMAND => "test_driver $testn" .
- " copy-foreign-objects-in.pdf minimal.pdf"},
+ " minimal.pdf copy-foreign-objects-in.pdf"},
{$td->STRING => "test $testn done\n", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->runtest("check output",
@@ -1517,7 +2229,7 @@ my @badfiles = ("not a PDF file", # 1
"bad dictionary key", # 36
);
-$n_tests += @badfiles + 3;
+$n_tests += @badfiles + 5;
# Test 6 contains errors in the free table consistency, but we no
# longer have any consistency check for this since it is not important
@@ -1541,6 +2253,14 @@ for (my $i = 1; $i <= scalar(@badfiles); ++$i)
$td->NORMALIZE_NEWLINES);
}
+$td->runtest("Suppress warnings",
+ {$td->COMMAND => "qpdf --no-warn bad14.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 3});
+$td->runtest("Suppress warnings with --check",
+ {$td->COMMAND => "qpdf --check --no-warn bad14.pdf"},
+ {$td->FILE => "bad14-check-no-warn.out",
+ $td->EXIT_STATUS => 3},
+ $td->NORMALIZE_NEWLINES);
$td->runtest("C API: errors",
{$td->COMMAND => "qpdf-ctest 2 bad1.pdf '' a.pdf"},
{$td->FILE => "c-read-errors.out",
@@ -1847,7 +2567,7 @@ for (my $n = 16; $n <= 19; ++$n)
show_ntests();
# ----------
$td->notify("--- Specific File Tests ---");
-$n_tests += 2;
+$n_tests += 4;
# Special PDF files that caused problems at some point
@@ -1859,6 +2579,15 @@ $td->runtest("damaged stream (C)",
{$td->COMMAND => "qpdf-ctest 2 damaged-stream.pdf '' a.pdf"},
{$td->FILE => "damaged-stream-c-check.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
+$td->runtest("compress objstm and xref",
+ {$td->COMMAND =>
+ "qpdf --static-id --stream-data=compress".
+ " --object-streams=generate minimal.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "compress-objstm-xref.pdf"});
show_ntests();
# ----------
@@ -1890,7 +2619,7 @@ $td->runtest("stream detected",
show_ntests();
# ----------
$td->notify("--- Extraction Tests ---");
-$n_tests += 11;
+$n_tests += 13;
$td->runtest("show xref",
{$td->COMMAND => "qpdf encrypted-with-images.pdf" .
@@ -1913,6 +2642,13 @@ $td->runtest("show-pages-images",
$td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
+$td->runtest("show-pages-images",
+ {$td->COMMAND => "qpdf shared-images.pdf" .
+ " --show-pages --with-images"},
+ {$td->FILE => "shared-images-show.out",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
$td->runtest("show-page-1",
{$td->COMMAND => "qpdf encrypted-with-images.pdf" .
" --show-object=5,0"},
@@ -1964,6 +2700,12 @@ $td->runtest("show-xref-by-id-filtered",
{$td->FILE => "show-xref-by-id-filtered.out",
$td->EXIT_STATUS => 0});
+$td->runtest("show trailer",
+ {$td->COMMAND => "qpdf minimal.pdf --show-object=trailer"},
+ {$td->FILE => "show-trailer.out",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
show_ntests();
# ----------
$td->notify("--- Clear-text Metadata Tests ---");
@@ -2174,6 +2916,24 @@ my @encrypted_files =
['R3,V2,U=view,O=master', 'master',
'-accessibility=n -print=low', -2564,
0, 1, 1, 0, 1, 1, 1, 1, 1],
+ ['R3,V2,U=view,O=master', 'master',
+ '-modify=all -assemble=n', -1028,
+ 1, 1, 1, 1, 0, 1, 1, 1, 0],
+ ['R3,V2,U=view,O=master', 'master',
+ '-modify=none -form=y', -1068,
+ 1, 1, 1, 1, 0, 1, 0, 0, 0],
+ ['R3,V2,U=view,O=master', 'master',
+ '-modify=annotate -assemble=n', -1036,
+ 1, 1, 1, 1, 0, 1, 1, 0, 0],
+ ['R3,V2,U=view,O=master', 'master',
+ '-form=n', -260,
+ 1, 1, 1, 1, 1, 0, 1, 1, 0],
+ ['R3,V2,U=view,O=master', 'master',
+ '-annotate=n', -36,
+ 1, 1, 1, 1, 1, 1, 0, 1, 0],
+ ['R3,V2,U=view,O=master', 'master',
+ '-modify-other=n', -12,
+ 1, 1, 1, 1, 1, 1, 1, 0, 0],
['R2,V1', '',
'-print=n -modify=n -extract=n -annotate=n', -64,
0, 0, 0, 0, 0, 0, 0, 0, 0],
@@ -2691,6 +3451,206 @@ foreach my $d (@enc_key)
show_ntests();
# ----------
+$td->notify("--- Unicode Passwords ---");
+# $n_tests incremented below
+
+# Files with each of these passwords when properly encoded have been
+# tested manually with multiple PDF viewers. Adobe Reader, chrome,
+# xpdf, and gv can open all of them except R3 with "single-byte",
+# which can be opened by xpdf and gv but not the others. As of
+# 2019-01-19, okular and atril (evince) are not able to open R=6 files
+# with Unicode passwords as generated by qpdf but can open the R=3
+# files.
+
+# [bits, password-or-password-name, write-encoding, actual-encoding, xargs,
+# [[read-encoding, strict?, fail?, tried-others, xargs]]]
+my @unicode_pw_cases = (
+ [128, 'simple', 'pdf-doc', 'pdf-doc', '',
+ [['utf8', 0, 0, 1, ''],
+ ['utf8', 1, 1, 0, ''],
+ ['pdf-doc', 1, 0, 0, ''],
+ ]],
+ [128, 'simple', 'utf8', 'utf8', '--password-mode=bytes',
+ [['pdf-doc', 0, 0, 1, ''],
+ ['pdf-doc', 1, 1, 0, ''],
+ ['utf8', 1, 0, 0, ''],
+ ]],
+ [128, 'simple', 'utf8', 'pdf-doc', '--password-mode=unicode',
+ [['pdf-doc', 1, 0, 0, ''],
+ ]],
+ [128, 'simple', 'utf8', 'pdf-doc', '--password-mode=auto',
+ [['pdf-doc', 1, 0, 0, ''],
+ ]],
+ [128, 'single-byte', 'utf8', 'pdf-doc', '',
+ [['pdf-doc', 1, 0, 0, ''],
+ ['win-ansi', 0, 0, 1, ''],
+ ]],
+ [128, 'single-byte', 'utf8', 'pdf-doc', '--password-mode=unicode',
+ [['pdf-doc', 1, 0, 0, ''],
+ ['win-ansi', 0, 0, 1, ''],
+ ]],
+ [128, 'single-byte', 'win-ansi', '', '--password-mode=unicode',
+ "supplied password is not valid UTF-8\n",
+ ],
+ [128, 'single-byte', 'win-ansi', 'win-ansi', '',
+ [['win-ansi', 1, 0, 0, ''],
+ ]],
+ [128, 'single-byte', 'pdf-doc', 'pdf-doc', '',
+ [['pdf-doc', 1, 0, 0, ''],
+ ['win-ansi', 0, 0, 1, ''],
+ ['pdf-doc-hex', 1, 0, 0, '--password-mode=hex-bytes'],
+ ]],
+ [128, 'complex', 'utf8', '', '--password-mode=unicode',
+ "supplied password cannot be encoded for 40-bit or" .
+ " 128-bit encryption formats\n"
+ ],
+ [128, 'complex', 'utf8', 'utf8', '--password-mode=bytes',
+ [['utf8', 1, 0, 0, ''],
+ ]],
+ [256, 'single-byte', 'win-ansi', '', '--password-mode=unicode',
+ "supplied password is not valid UTF-8\n",
+ ],
+ [256, 'single-byte', 'win-ansi', '', '--password-mode=auto',
+ "supplied password is not a valid Unicode password, which is" .
+ " required for 256-bit encryption; to really use this password," .
+ " rerun with the --password-mode=bytes option\n",
+ ],
+ [256, 'single-byte', 'win-ansi', 'win-ansi', '--password-mode=bytes',
+ [['utf8', 0, 0, 1, ''],
+ ['utf8', 1, 1, 0, ''],
+ ['win-ansi', 1, 0, 0, ''],
+ ['win-ansi', 0, 0, 0, ''],
+ ['pdf-doc', 0, 0, 1, ''],
+ ['pdf-doc-hex', 0, 0, 1, '--password-mode=hex-bytes'],
+ ]],
+ [256, 'complex', 'utf8', 'utf8', '',
+ [['utf8', 1, 0, 0, ''],
+ ['utf8-hex', 1, 0, 0, '--password-mode=hex-bytes'],
+ ]],
+ [256, 'complex', 'utf8-hex', 'utf8', '--password-mode=hex-bytes',
+ [['utf8', 1, 0, 0, ''],
+ ['utf8-hex', 1, 0, 0, '--password-mode=hex-bytes'],
+ ]],
+ [256, 'complex', 'utf8', 'utf8', '--password-mode=unicode',
+ [['utf8', 1, 0, 0, ''],
+ ['password-arg-simple-utf8', 0, 1, 1, ''],
+ ]],
+ );
+
+for my $d (@unicode_pw_cases)
+{
+ my $decode_cases = $d->[5];
+ $n_tests += 1;
+ if (ref($decode_cases) eq 'ARRAY')
+ {
+ $n_tests += scalar(@$decode_cases);
+ }
+}
+
+foreach my $d (@unicode_pw_cases)
+{
+ my ($bits, $pw, $w_encoding, $a_encoding, $xargs, $decode_cases) = @$d;
+ my $w_pfile = "password-bare-$pw-$w_encoding";
+ my $upass;
+ if (-f $w_pfile)
+ {
+ $upass = '@' . $w_pfile;
+ }
+ else
+ {
+ $upass = "$pw";
+ }
+ my $outbase = "unicode-pw-$bits-$pw-$w_encoding-$xargs";
+ my $exp = '';
+ if (ref($decode_cases) ne 'ARRAY')
+ {
+ $exp = $decode_cases;
+ $decode_cases = [];
+ }
+ $td->runtest("encode $bits, $pw, $w_encoding",
+ {$td->COMMAND =>
+ "qpdf $xargs --static-id --static-aes-iv" .
+ " --encrypt $upass o $bits -- minimal.pdf a.pdf"},
+ {$td->STRING => $exp, $td->EXIT_STATUS => ($exp ? 2 : 0)},
+ $td->NORMALIZE_NEWLINES);
+ foreach my $d2 (@$decode_cases)
+ {
+ my ($r_encoding, $strict, $xfail, $tried_others, $r_xargs) = @$d2;
+ my $r_pfile = "password-arg-$pw-$r_encoding";
+ if (! -f $r_pfile)
+ {
+ $r_pfile = $r_encoding;
+ }
+ my $r_output = "";
+ $r_output .= "trying other\n" if $tried_others;
+ if ($xfail)
+ {
+ $r_output .= "a.pdf: invalid password\n";
+ }
+ else
+ {
+ $r_output .= "R = " . ($bits == 128 ? '3' : '6') . "\n";
+ open(F, "<password-bare-$pw-$a_encoding") or die;
+ chomp (my $apw = <F>);
+ close(F);
+ $r_output .= "User password = $apw\n";
+ }
+ $r_xargs .= $strict ? ' --suppress-password-recovery' : '';
+ $td->runtest("decrypt $pw, $r_encoding, strict=$strict",
+ {$td->COMMAND =>
+ "qpdf --show-encryption --verbose" .
+ " $r_xargs a.pdf \@$r_pfile",
+ $td->FILTER => "perl show-unicode-encryption.pl"},
+ {$td->STRING => "$r_output",
+ $td->EXIT_STATUS => ($xfail ? 2 : 0)},
+ $td->NORMALIZE_NEWLINES);
+ }
+}
+
+$n_tests += 5;
+
+$td->runtest("bytes fallback warning",
+ {$td->COMMAND =>
+ "qpdf --encrypt \@password-bare-complex-utf8 o 128 --" .
+ " minimal.pdf a.pdf"},
+ {$td->FILE => "bytes-fallback.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+{ # local scope
+ my $r_output = "";
+ $r_output .= "R = 3\n";
+ open(F, "<password-bare-complex-utf8") or die;
+ chomp (my $apw = <F>);
+ close(F);
+ $r_output .= "User password = $apw\n";
+ $td->runtest("decrypt bytes fallback",
+ {$td->COMMAND =>
+ "qpdf --show-encryption --verbose" .
+ " a.pdf \@password-arg-complex-utf8" .
+ " --password-mode=bytes",
+ $td->FILTER => "perl show-unicode-encryption.pl"},
+ {$td->STRING => "$r_output", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+}
+
+# Exercise passing Unicode passwords via the command line. This tests
+# wmain for Windows and assumes a UTF-8 locale for other platforms.
+$td->runtest("Unicode at CLI",
+ {$td->COMMAND =>
+ "qpdf --encrypt π ʬ 256 --" .
+ " minimal.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("Decrypt using user password",
+ {$td->COMMAND => "qpdf --show-encryption a.pdf --password=Ï€"},
+ {$td->FILE => "unicode-up.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("Decrypt using owner password",
+ {$td->COMMAND => "qpdf --show-encryption a.pdf --password=ʬ"},
+ {$td->FILE => "unicode-op.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
$td->notify("--- Check from C API ---");
my @c_check_types = qw(warn clear);
$n_tests += scalar(@c_check_types);
@@ -2742,7 +3702,6 @@ my @flags = (["-qdf", # 1
$n_tests += 1 + (@files * @flags * 2 * 3);
$n_compare_pdfs += 1 + (@files * @flags * 2);
-$n_acroread += (@files * @flags * 2);
foreach my $file (@files)
{
@@ -2768,7 +3727,7 @@ foreach my $file (@files)
$td->runtest("check status",
{$td->COMMAND => "qpdf --check a.pdf"},
{$td->FILE => "$base.$n$osuf.check",
- $td->EXIT_STATUS => 0},
+ $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->runtest("check with C API",
@@ -2778,17 +3737,6 @@ foreach my $file (@files)
$td->NORMALIZE_NEWLINES);
compare_pdfs($file, "a.pdf");
-
- if ($have_acroread)
- {
- # These tests require Adobe Reader > 7.x to work with
- # encrypted files.
- $td->runtest("check with Adobe Reader",
- {$td->COMMAND =>
- "acroread -toPostScript -pairs a.pdf 1.ps"},
- {$td->STRING => "",
- $td->EXIT_STATUS => 0});
- }
}
flush_tiff_cache();
}
@@ -2971,10 +3919,6 @@ $td->report(calc_ntests());
sub calc_ntests
{
my $result = $n_tests;
- if ($have_acroread)
- {
- $result += $n_acroread;
- }
if ($compare_images)
{
$result += 3 * ($n_compare_pdfs);
@@ -2988,6 +3932,37 @@ sub show_ntests
{
$td->emphasize("tests so far: ". calc_ntests());
}
+ # Calling cleanup here helps to ensure that sections of the test
+ # suite are isolated.
+ cleanup();
+}
+
+sub bash_completion
+{
+ my ($line, $point) = @_;
+ if (! defined $point)
+ {
+ $point = length($line);
+ }
+ my $before_point = substr($line, 0, $point);
+ $before_point =~ m/^(.*)([ =])([^= ]*)$/ or die;
+ my ($first, $sep, $cur) = ($1, $2, $3);
+ my $prev = ($sep eq '=' ? $sep : $first);
+ $prev =~ s/.* (\S+)$/$1/;
+ my $this = $first;
+ $this =~ s/(\S+)\s.*/$1/;
+ ['env', "COMP_LINE=$line", "COMP_POINT=$point",
+ "qpdf", $this, $cur, $prev];
+}
+
+sub zsh_completion
+{
+ my ($line, $point) = @_;
+ if (! defined $point)
+ {
+ $point = length($line);
+ }
+ ['env', "COMP_LINE=$line", "COMP_POINT=$point", "qpdf"];
}
sub check_pdf
@@ -3104,5 +4079,5 @@ sub get_md5_checksum
sub cleanup
{
system("rm -rf *.ps *.pnm ?.pdf ?.qdf *.enc* tif1 tif2 tiff-cache");
- system("rm -rf *split-out*");
+ system("rm -rf *split-out* ???-kfo.pdf *.tmpout \@file.pdf");
}
diff --git a/qpdf/qtest/qpdf/11-pages-with-labels.pdf b/qpdf/qtest/qpdf/11-pages-with-labels.pdf
new file mode 100644
index 00000000..962b1b0e
--- /dev/null
+++ b/qpdf/qtest/qpdf/11-pages-with-labels.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/appearances-1.pdf b/qpdf/qtest/qpdf/appearances-1.pdf
new file mode 100644
index 00000000..6caefb48
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-1.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff0031>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 62.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(1) Tj
+0 -12.000000 Td
+(2) Tj
+0 -12.000000 Td
+(3) Tj
+0 -12.000000 Td
+(4) Tj
+0 -12.000000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+287
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003313 00000 n
+0000003789 00000 n
+0000004210 00000 n
+0000004681 00000 n
+0000005106 00000 n
+0000005245 00000 n
+0000005395 00000 n
+0000005485 00000 n
+0000005722 00000 n
+0000005742 00000 n
+0000006108 00000 n
+0000006472 00000 n
+0000006838 00000 n
+0000007006 00000 n
+0000007026 00000 n
+0000007264 00000 n
+0000007284 00000 n
+0000007365 00000 n
+0000007533 00000 n
+0000007553 00000 n
+0000007791 00000 n
+0000007811 00000 n
+0000007979 00000 n
+0000007999 00000 n
+0000008237 00000 n
+0000008257 00000 n
+0000008623 00000 n
+0000008987 00000 n
+0000009353 00000 n
+0000009598 00000 n
+0000009618 00000 n
+0000010060 00000 n
+0000010081 00000 n
+0000010357 00000 n
+0000010378 00000 n
+0000010651 00000 n
+0000010672 00000 n
+0000010944 00000 n
+0000010965 00000 n
+0000011297 00000 n
+0000011461 00000 n
+0000016287 00000 n
+0000016309 00000 n
+0000017097 00000 n
+0000017498 00000 n
+0000017949 00000 n
+0000019866 00000 n
+0000020236 00000 n
+0000022150 00000 n
+0000022526 00000 n
+0000022547 00000 n
+0000022715 00000 n
+0000022735 00000 n
+0000023111 00000 n
+0000023132 00000 n
+0000023300 00000 n
+0000023320 00000 n
+0000023696 00000 n
+0000023717 00000 n
+0000023885 00000 n
+0000023905 00000 n
+0000024281 00000 n
+0000024302 00000 n
+0000024470 00000 n
+0000024490 00000 n
+0000024866 00000 n
+0000024887 00000 n
+0000025055 00000 n
+0000025075 00000 n
+0000025451 00000 n
+0000025472 00000 n
+0000025640 00000 n
+0000025660 00000 n
+0000026883 00000 n
+0000026904 00000 n
+0000027017 00000 n
+0000027113 00000 n
+0000027226 00000 n
+0000027322 00000 n
+0000027435 00000 n
+0000027531 00000 n
+0000027627 00000 n
+0000027723 00000 n
+0000027819 00000 n
+0000027915 00000 n
+0000028011 00000 n
+0000028124 00000 n
+0000028220 00000 n
+0000028316 00000 n
+0000028413 00000 n
+0000028510 00000 n
+0000028607 00000 n
+0000028704 00000 n
+0000028801 00000 n
+0000028898 00000 n
+0000028995 00000 n
+0000029092 00000 n
+0000029206 00000 n
+0000029303 00000 n
+0000029400 00000 n
+0000029497 00000 n
+0000029594 00000 n
+0000029691 00000 n
+0000029788 00000 n
+0000029885 00000 n
+0000029982 00000 n
+0000030079 00000 n
+0000030176 00000 n
+0000030290 00000 n
+0000030387 00000 n
+0000030484 00000 n
+0000030581 00000 n
+0000030701 00000 n
+0000030798 00000 n
+0000030895 00000 n
+0000030992 00000 n
+0000031089 00000 n
+0000031186 00000 n
+0000031306 00000 n
+0000031404 00000 n
+0000031502 00000 n
+0000031600 00000 n
+0000031698 00000 n
+0000031796 00000 n
+0000031894 00000 n
+0000031992 00000 n
+0000032090 00000 n
+0000032188 00000 n
+0000032286 00000 n
+0000032384 00000 n
+0000032482 00000 n
+0000032580 00000 n
+0000032678 00000 n
+0000032776 00000 n
+0000033021 00000 n
+0000033782 00000 n
+0000033804 00000 n
+0000034020 00000 n
+0000034264 00000 n
+0000034905 00000 n
+0000034927 00000 n
+0000035142 00000 n
+0000035199 00000 n
+0000035256 00000 n
+0000035313 00000 n
+0000035370 00000 n
+0000035427 00000 n
+0000035484 00000 n
+0000035541 00000 n
+0000035598 00000 n
+0000035655 00000 n
+0000035712 00000 n
+0000035769 00000 n
+0000035826 00000 n
+0000035883 00000 n
+0000035940 00000 n
+0000035997 00000 n
+0000036054 00000 n
+0000036111 00000 n
+0000036168 00000 n
+0000036225 00000 n
+0000036282 00000 n
+0000036339 00000 n
+0000036396 00000 n
+0000036453 00000 n
+0000036510 00000 n
+0000036567 00000 n
+0000036624 00000 n
+0000036681 00000 n
+0000036738 00000 n
+0000036795 00000 n
+0000036852 00000 n
+0000036909 00000 n
+0000036966 00000 n
+0000037023 00000 n
+0000037080 00000 n
+0000037137 00000 n
+0000037194 00000 n
+0000037251 00000 n
+0000037308 00000 n
+0000037365 00000 n
+0000037422 00000 n
+0000037479 00000 n
+0000037536 00000 n
+0000037593 00000 n
+0000037650 00000 n
+0000053932 00000 n
+0000053956 00000 n
+0000065142 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65166
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-11.pdf b/qpdf/qtest/qpdf/appearances-11.pdf
new file mode 100644
index 00000000..68fd07f6
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-11.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff00310031>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 14.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+0 -12.000000 Td
+(9) Tj
+0 -12.000000 Td
+<3130f7> Tj
+0 -12.000000 Td
+(11) Tj
+0 -12.000000 Td
+(12) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+297
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003317 00000 n
+0000003793 00000 n
+0000004214 00000 n
+0000004685 00000 n
+0000005110 00000 n
+0000005249 00000 n
+0000005399 00000 n
+0000005489 00000 n
+0000005726 00000 n
+0000005746 00000 n
+0000006112 00000 n
+0000006476 00000 n
+0000006842 00000 n
+0000007010 00000 n
+0000007030 00000 n
+0000007268 00000 n
+0000007288 00000 n
+0000007369 00000 n
+0000007537 00000 n
+0000007557 00000 n
+0000007795 00000 n
+0000007815 00000 n
+0000007983 00000 n
+0000008003 00000 n
+0000008241 00000 n
+0000008261 00000 n
+0000008627 00000 n
+0000008991 00000 n
+0000009357 00000 n
+0000009602 00000 n
+0000009622 00000 n
+0000010074 00000 n
+0000010095 00000 n
+0000010371 00000 n
+0000010392 00000 n
+0000010665 00000 n
+0000010686 00000 n
+0000010958 00000 n
+0000010979 00000 n
+0000011311 00000 n
+0000011475 00000 n
+0000016301 00000 n
+0000016323 00000 n
+0000017111 00000 n
+0000017512 00000 n
+0000017963 00000 n
+0000019880 00000 n
+0000020250 00000 n
+0000022164 00000 n
+0000022540 00000 n
+0000022561 00000 n
+0000022729 00000 n
+0000022749 00000 n
+0000023125 00000 n
+0000023146 00000 n
+0000023314 00000 n
+0000023334 00000 n
+0000023710 00000 n
+0000023731 00000 n
+0000023899 00000 n
+0000023919 00000 n
+0000024295 00000 n
+0000024316 00000 n
+0000024484 00000 n
+0000024504 00000 n
+0000024880 00000 n
+0000024901 00000 n
+0000025069 00000 n
+0000025089 00000 n
+0000025465 00000 n
+0000025486 00000 n
+0000025654 00000 n
+0000025674 00000 n
+0000026897 00000 n
+0000026918 00000 n
+0000027031 00000 n
+0000027127 00000 n
+0000027240 00000 n
+0000027336 00000 n
+0000027449 00000 n
+0000027545 00000 n
+0000027641 00000 n
+0000027737 00000 n
+0000027833 00000 n
+0000027929 00000 n
+0000028025 00000 n
+0000028138 00000 n
+0000028234 00000 n
+0000028330 00000 n
+0000028427 00000 n
+0000028524 00000 n
+0000028621 00000 n
+0000028718 00000 n
+0000028815 00000 n
+0000028912 00000 n
+0000029009 00000 n
+0000029106 00000 n
+0000029220 00000 n
+0000029317 00000 n
+0000029414 00000 n
+0000029511 00000 n
+0000029608 00000 n
+0000029705 00000 n
+0000029802 00000 n
+0000029899 00000 n
+0000029996 00000 n
+0000030093 00000 n
+0000030190 00000 n
+0000030304 00000 n
+0000030401 00000 n
+0000030498 00000 n
+0000030595 00000 n
+0000030715 00000 n
+0000030812 00000 n
+0000030909 00000 n
+0000031006 00000 n
+0000031103 00000 n
+0000031200 00000 n
+0000031320 00000 n
+0000031418 00000 n
+0000031516 00000 n
+0000031614 00000 n
+0000031712 00000 n
+0000031810 00000 n
+0000031908 00000 n
+0000032006 00000 n
+0000032104 00000 n
+0000032202 00000 n
+0000032300 00000 n
+0000032398 00000 n
+0000032496 00000 n
+0000032594 00000 n
+0000032692 00000 n
+0000032790 00000 n
+0000033035 00000 n
+0000033796 00000 n
+0000033818 00000 n
+0000034034 00000 n
+0000034278 00000 n
+0000034919 00000 n
+0000034941 00000 n
+0000035156 00000 n
+0000035213 00000 n
+0000035270 00000 n
+0000035327 00000 n
+0000035384 00000 n
+0000035441 00000 n
+0000035498 00000 n
+0000035555 00000 n
+0000035612 00000 n
+0000035669 00000 n
+0000035726 00000 n
+0000035783 00000 n
+0000035840 00000 n
+0000035897 00000 n
+0000035954 00000 n
+0000036011 00000 n
+0000036068 00000 n
+0000036125 00000 n
+0000036182 00000 n
+0000036239 00000 n
+0000036296 00000 n
+0000036353 00000 n
+0000036410 00000 n
+0000036467 00000 n
+0000036524 00000 n
+0000036581 00000 n
+0000036638 00000 n
+0000036695 00000 n
+0000036752 00000 n
+0000036809 00000 n
+0000036866 00000 n
+0000036923 00000 n
+0000036980 00000 n
+0000037037 00000 n
+0000037094 00000 n
+0000037151 00000 n
+0000037208 00000 n
+0000037265 00000 n
+0000037322 00000 n
+0000037379 00000 n
+0000037436 00000 n
+0000037493 00000 n
+0000037550 00000 n
+0000037607 00000 n
+0000037664 00000 n
+0000053946 00000 n
+0000053970 00000 n
+0000065156 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65180
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-12.pdf b/qpdf/qtest/qpdf/appearances-12.pdf
new file mode 100644
index 00000000..40334a23
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-12.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff00310032>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 2.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+0 -12.000000 Td
+(9) Tj
+0 -12.000000 Td
+<3130f7> Tj
+0 -12.000000 Td
+(11) Tj
+0 -12.000000 Td
+(12) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+296
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003317 00000 n
+0000003793 00000 n
+0000004214 00000 n
+0000004685 00000 n
+0000005110 00000 n
+0000005249 00000 n
+0000005399 00000 n
+0000005489 00000 n
+0000005726 00000 n
+0000005746 00000 n
+0000006112 00000 n
+0000006476 00000 n
+0000006842 00000 n
+0000007010 00000 n
+0000007030 00000 n
+0000007268 00000 n
+0000007288 00000 n
+0000007369 00000 n
+0000007537 00000 n
+0000007557 00000 n
+0000007795 00000 n
+0000007815 00000 n
+0000007983 00000 n
+0000008003 00000 n
+0000008241 00000 n
+0000008261 00000 n
+0000008627 00000 n
+0000008991 00000 n
+0000009357 00000 n
+0000009602 00000 n
+0000009622 00000 n
+0000010073 00000 n
+0000010094 00000 n
+0000010370 00000 n
+0000010391 00000 n
+0000010664 00000 n
+0000010685 00000 n
+0000010957 00000 n
+0000010978 00000 n
+0000011310 00000 n
+0000011474 00000 n
+0000016300 00000 n
+0000016322 00000 n
+0000017110 00000 n
+0000017511 00000 n
+0000017962 00000 n
+0000019879 00000 n
+0000020249 00000 n
+0000022163 00000 n
+0000022539 00000 n
+0000022560 00000 n
+0000022728 00000 n
+0000022748 00000 n
+0000023124 00000 n
+0000023145 00000 n
+0000023313 00000 n
+0000023333 00000 n
+0000023709 00000 n
+0000023730 00000 n
+0000023898 00000 n
+0000023918 00000 n
+0000024294 00000 n
+0000024315 00000 n
+0000024483 00000 n
+0000024503 00000 n
+0000024879 00000 n
+0000024900 00000 n
+0000025068 00000 n
+0000025088 00000 n
+0000025464 00000 n
+0000025485 00000 n
+0000025653 00000 n
+0000025673 00000 n
+0000026896 00000 n
+0000026917 00000 n
+0000027030 00000 n
+0000027126 00000 n
+0000027239 00000 n
+0000027335 00000 n
+0000027448 00000 n
+0000027544 00000 n
+0000027640 00000 n
+0000027736 00000 n
+0000027832 00000 n
+0000027928 00000 n
+0000028024 00000 n
+0000028137 00000 n
+0000028233 00000 n
+0000028329 00000 n
+0000028426 00000 n
+0000028523 00000 n
+0000028620 00000 n
+0000028717 00000 n
+0000028814 00000 n
+0000028911 00000 n
+0000029008 00000 n
+0000029105 00000 n
+0000029219 00000 n
+0000029316 00000 n
+0000029413 00000 n
+0000029510 00000 n
+0000029607 00000 n
+0000029704 00000 n
+0000029801 00000 n
+0000029898 00000 n
+0000029995 00000 n
+0000030092 00000 n
+0000030189 00000 n
+0000030303 00000 n
+0000030400 00000 n
+0000030497 00000 n
+0000030594 00000 n
+0000030714 00000 n
+0000030811 00000 n
+0000030908 00000 n
+0000031005 00000 n
+0000031102 00000 n
+0000031199 00000 n
+0000031319 00000 n
+0000031417 00000 n
+0000031515 00000 n
+0000031613 00000 n
+0000031711 00000 n
+0000031809 00000 n
+0000031907 00000 n
+0000032005 00000 n
+0000032103 00000 n
+0000032201 00000 n
+0000032299 00000 n
+0000032397 00000 n
+0000032495 00000 n
+0000032593 00000 n
+0000032691 00000 n
+0000032789 00000 n
+0000033034 00000 n
+0000033795 00000 n
+0000033817 00000 n
+0000034033 00000 n
+0000034277 00000 n
+0000034918 00000 n
+0000034940 00000 n
+0000035155 00000 n
+0000035212 00000 n
+0000035269 00000 n
+0000035326 00000 n
+0000035383 00000 n
+0000035440 00000 n
+0000035497 00000 n
+0000035554 00000 n
+0000035611 00000 n
+0000035668 00000 n
+0000035725 00000 n
+0000035782 00000 n
+0000035839 00000 n
+0000035896 00000 n
+0000035953 00000 n
+0000036010 00000 n
+0000036067 00000 n
+0000036124 00000 n
+0000036181 00000 n
+0000036238 00000 n
+0000036295 00000 n
+0000036352 00000 n
+0000036409 00000 n
+0000036466 00000 n
+0000036523 00000 n
+0000036580 00000 n
+0000036637 00000 n
+0000036694 00000 n
+0000036751 00000 n
+0000036808 00000 n
+0000036865 00000 n
+0000036922 00000 n
+0000036979 00000 n
+0000037036 00000 n
+0000037093 00000 n
+0000037150 00000 n
+0000037207 00000 n
+0000037264 00000 n
+0000037321 00000 n
+0000037378 00000 n
+0000037435 00000 n
+0000037492 00000 n
+0000037549 00000 n
+0000037606 00000 n
+0000037663 00000 n
+0000053945 00000 n
+0000053969 00000 n
+0000065155 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65179
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-2.pdf b/qpdf/qtest/qpdf/appearances-2.pdf
new file mode 100644
index 00000000..d3ecf355
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-2.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff0032>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 50.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(1) Tj
+0 -12.000000 Td
+(2) Tj
+0 -12.000000 Td
+(3) Tj
+0 -12.000000 Td
+(4) Tj
+0 -12.000000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+287
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003313 00000 n
+0000003789 00000 n
+0000004210 00000 n
+0000004681 00000 n
+0000005106 00000 n
+0000005245 00000 n
+0000005395 00000 n
+0000005485 00000 n
+0000005722 00000 n
+0000005742 00000 n
+0000006108 00000 n
+0000006472 00000 n
+0000006838 00000 n
+0000007006 00000 n
+0000007026 00000 n
+0000007264 00000 n
+0000007284 00000 n
+0000007365 00000 n
+0000007533 00000 n
+0000007553 00000 n
+0000007791 00000 n
+0000007811 00000 n
+0000007979 00000 n
+0000007999 00000 n
+0000008237 00000 n
+0000008257 00000 n
+0000008623 00000 n
+0000008987 00000 n
+0000009353 00000 n
+0000009598 00000 n
+0000009618 00000 n
+0000010060 00000 n
+0000010081 00000 n
+0000010357 00000 n
+0000010378 00000 n
+0000010651 00000 n
+0000010672 00000 n
+0000010944 00000 n
+0000010965 00000 n
+0000011297 00000 n
+0000011461 00000 n
+0000016287 00000 n
+0000016309 00000 n
+0000017097 00000 n
+0000017498 00000 n
+0000017949 00000 n
+0000019866 00000 n
+0000020236 00000 n
+0000022150 00000 n
+0000022526 00000 n
+0000022547 00000 n
+0000022715 00000 n
+0000022735 00000 n
+0000023111 00000 n
+0000023132 00000 n
+0000023300 00000 n
+0000023320 00000 n
+0000023696 00000 n
+0000023717 00000 n
+0000023885 00000 n
+0000023905 00000 n
+0000024281 00000 n
+0000024302 00000 n
+0000024470 00000 n
+0000024490 00000 n
+0000024866 00000 n
+0000024887 00000 n
+0000025055 00000 n
+0000025075 00000 n
+0000025451 00000 n
+0000025472 00000 n
+0000025640 00000 n
+0000025660 00000 n
+0000026883 00000 n
+0000026904 00000 n
+0000027017 00000 n
+0000027113 00000 n
+0000027226 00000 n
+0000027322 00000 n
+0000027435 00000 n
+0000027531 00000 n
+0000027627 00000 n
+0000027723 00000 n
+0000027819 00000 n
+0000027915 00000 n
+0000028011 00000 n
+0000028124 00000 n
+0000028220 00000 n
+0000028316 00000 n
+0000028413 00000 n
+0000028510 00000 n
+0000028607 00000 n
+0000028704 00000 n
+0000028801 00000 n
+0000028898 00000 n
+0000028995 00000 n
+0000029092 00000 n
+0000029206 00000 n
+0000029303 00000 n
+0000029400 00000 n
+0000029497 00000 n
+0000029594 00000 n
+0000029691 00000 n
+0000029788 00000 n
+0000029885 00000 n
+0000029982 00000 n
+0000030079 00000 n
+0000030176 00000 n
+0000030290 00000 n
+0000030387 00000 n
+0000030484 00000 n
+0000030581 00000 n
+0000030701 00000 n
+0000030798 00000 n
+0000030895 00000 n
+0000030992 00000 n
+0000031089 00000 n
+0000031186 00000 n
+0000031306 00000 n
+0000031404 00000 n
+0000031502 00000 n
+0000031600 00000 n
+0000031698 00000 n
+0000031796 00000 n
+0000031894 00000 n
+0000031992 00000 n
+0000032090 00000 n
+0000032188 00000 n
+0000032286 00000 n
+0000032384 00000 n
+0000032482 00000 n
+0000032580 00000 n
+0000032678 00000 n
+0000032776 00000 n
+0000033021 00000 n
+0000033782 00000 n
+0000033804 00000 n
+0000034020 00000 n
+0000034264 00000 n
+0000034905 00000 n
+0000034927 00000 n
+0000035142 00000 n
+0000035199 00000 n
+0000035256 00000 n
+0000035313 00000 n
+0000035370 00000 n
+0000035427 00000 n
+0000035484 00000 n
+0000035541 00000 n
+0000035598 00000 n
+0000035655 00000 n
+0000035712 00000 n
+0000035769 00000 n
+0000035826 00000 n
+0000035883 00000 n
+0000035940 00000 n
+0000035997 00000 n
+0000036054 00000 n
+0000036111 00000 n
+0000036168 00000 n
+0000036225 00000 n
+0000036282 00000 n
+0000036339 00000 n
+0000036396 00000 n
+0000036453 00000 n
+0000036510 00000 n
+0000036567 00000 n
+0000036624 00000 n
+0000036681 00000 n
+0000036738 00000 n
+0000036795 00000 n
+0000036852 00000 n
+0000036909 00000 n
+0000036966 00000 n
+0000037023 00000 n
+0000037080 00000 n
+0000037137 00000 n
+0000037194 00000 n
+0000037251 00000 n
+0000037308 00000 n
+0000037365 00000 n
+0000037422 00000 n
+0000037479 00000 n
+0000037536 00000 n
+0000037593 00000 n
+0000037650 00000 n
+0000053932 00000 n
+0000053956 00000 n
+0000065142 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65166
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-a-more.pdf b/qpdf/qtest/qpdf/appearances-a-more.pdf
new file mode 100644
index 00000000..a8d73860
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-a-more.pdf
@@ -0,0 +1,3198 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo10 15 0 R
+ /Fxo11 17 0 R
+ /Fxo12 19 0 R
+ /Fxo13 21 0 R
+ /Fxo14 23 0 R
+ /Fxo15 25 0 R
+ /Fxo2 27 0 R
+ /Fxo3 29 0 R
+ /Fxo4 31 0 R
+ /Fxo5 33 0 R
+ /Fxo6 35 0 R
+ /Fxo7 37 0 R
+ /Fxo8 39 0 R
+ /Fxo9 41 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 43 0 R
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 44 0 R
+ ]
+ /ParentTree 45 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+4747
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00001 0.00000 0.00000 0.99986 123.49900 689.90100 cm
+/Fxo1 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 648.50100 cm
+/Fxo2 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 627.30100 cm
+/Fxo3 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 151.39900 606.50100 cm
+/Fxo4 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 527.75100 cm
+/Fxo5 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 500.50100 cm
+/Fxo6 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 388.10100 cm
+/Fxo7 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 362.20100 cm
+/Fxo8 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 333.55100 cm
+/Fxo9 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 113.64900 260.15100 cm
+/Fxo10 Do
+Q
+q
+1.00004 0.00000 0.00000 0.99997 403.94900 159.40100 cm
+/Fxo11 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99997 158.44900 156.65100 cm
+/Fxo12 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99992 159.14900 107.25100 cm
+/Fxo13 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99994 404.59900 101.45100 cm
+/Fxo14 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 435.00000 703.00000 cm
+/Fxo15 Do
+Q
+endstream
+endobj
+
+11 0 obj
+1029
+endobj
+
+12 0 obj
+<<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+%QDF: ignore_newline
+14 0 obj
+81
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0.000000
+ 0.000000
+ 237.452000
+ 17.948000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.174000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+16 0 obj
+88
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+18 0 obj
+117
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 38.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 52.100000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+0 -12.000000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+249
+endobj
+
+21 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 22 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+22 0 obj
+121
+endobj
+
+23 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 24 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+24 0 obj
+118
+endobj
+
+25 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 26 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+26 0 obj
+929
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+28 0 obj
+12
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+30 0 obj
+220
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+32 0 obj
+12
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+34 0 obj
+82
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+36 0 obj
+12
+endobj
+
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+38 0 obj
+12
+endobj
+
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+40 0 obj
+220
+endobj
+
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+42 0 obj
+12
+endobj
+
+43 0 obj
+<<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+44 0 obj
+<<
+ /K [
+ 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
+ 60 0 R
+ 61 0 R
+ 62 0 R
+ 63 0 R
+ 64 0 R
+ 65 0 R
+ 66 0 R
+ 67 0 R
+ 68 0 R
+ 69 0 R
+ 70 0 R
+ 71 0 R
+ 72 0 R
+ 73 0 R
+ 74 0 R
+ 75 0 R
+ 76 0 R
+ 77 0 R
+ 78 0 R
+ 79 0 R
+ 80 0 R
+ 81 0 R
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+45 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 51 0 R
+ 53 0 R
+ 55 0 R
+ 62 0 R
+ 73 0 R
+ 84 0 R
+ 88 0 R
+ 88 0 R
+ 94 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ ]
+ ]
+>>
+endobj
+
+46 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 110 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 111 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+47 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 113 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+48 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 114 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 115 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+49 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 117 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+50 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+51 0 obj
+<<
+ /A 118 0 R
+ /K [
+ 0
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+52 0 obj
+<<
+ /A 119 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /A 120 0 R
+ /K [
+ 1
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+54 0 obj
+<<
+ /A 121 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /A 122 0 R
+ /K [
+ 2
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+56 0 obj
+<<
+ /A 123 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+57 0 obj
+<<
+ /A 124 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+58 0 obj
+<<
+ /A 125 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+59 0 obj
+<<
+ /A 126 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+60 0 obj
+<<
+ /A 127 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+61 0 obj
+<<
+ /A 128 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+62 0 obj
+<<
+ /A 129 0 R
+ /K [
+ 3
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+63 0 obj
+<<
+ /A 130 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+64 0 obj
+<<
+ /A 131 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+65 0 obj
+<<
+ /A 132 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+66 0 obj
+<<
+ /A 133 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+67 0 obj
+<<
+ /A 134 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+68 0 obj
+<<
+ /A 135 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+69 0 obj
+<<
+ /A 136 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+70 0 obj
+<<
+ /A 137 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+71 0 obj
+<<
+ /A 138 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+72 0 obj
+<<
+ /A 139 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+73 0 obj
+<<
+ /A 140 0 R
+ /K [
+ 4
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+74 0 obj
+<<
+ /A 141 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+75 0 obj
+<<
+ /A 142 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+76 0 obj
+<<
+ /A 143 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+77 0 obj
+<<
+ /A 144 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+78 0 obj
+<<
+ /A 145 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+79 0 obj
+<<
+ /A 146 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+80 0 obj
+<<
+ /A 147 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+81 0 obj
+<<
+ /A 148 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 5
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 162 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+112 0 obj
+702
+endobj
+
+113 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+114 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 164 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+116 0 obj
+582
+endobj
+
+117 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+118 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+119 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+120 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+121 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+122 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+123 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+124 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+125 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+126 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+127 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+128 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+129 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+130 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+131 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+132 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+133 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+134 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+135 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+136 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+137 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+138 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+139 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+140 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+141 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+142 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+143 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+144 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+145 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+146 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+147 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+148 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /Length1 16184
+ /Length 163 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+163 0 obj
+16184
+endobj
+
+164 0 obj
+<<
+ /Length1 11088
+ /Length 165 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+165 0 obj
+11088
+endobj
+
+xref
+0 166
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000001045 00000 n
+0000001183 00000 n
+0000001355 00000 n
+0000001412 00000 n
+0000001453 00000 n
+0000006277 00000 n
+0000006321 00000 n
+0000007407 00000 n
+0000007429 00000 n
+0000007519 00000 n
+0000007930 00000 n
+0000007950 00000 n
+0000008370 00000 n
+0000008390 00000 n
+0000008816 00000 n
+0000008837 00000 n
+0000009394 00000 n
+0000009415 00000 n
+0000009844 00000 n
+0000009865 00000 n
+0000010290 00000 n
+0000010311 00000 n
+0000011534 00000 n
+0000011555 00000 n
+0000011876 00000 n
+0000011896 00000 n
+0000012425 00000 n
+0000012446 00000 n
+0000012767 00000 n
+0000012787 00000 n
+0000013178 00000 n
+0000013198 00000 n
+0000013519 00000 n
+0000013539 00000 n
+0000013860 00000 n
+0000013880 00000 n
+0000014409 00000 n
+0000014430 00000 n
+0000014751 00000 n
+0000014771 00000 n
+0000014845 00000 n
+0000015596 00000 n
+0000015986 00000 n
+0000016437 00000 n
+0000018354 00000 n
+0000018724 00000 n
+0000020638 00000 n
+0000020719 00000 n
+0000020831 00000 n
+0000020926 00000 n
+0000021038 00000 n
+0000021133 00000 n
+0000021245 00000 n
+0000021340 00000 n
+0000021435 00000 n
+0000021530 00000 n
+0000021625 00000 n
+0000021720 00000 n
+0000021815 00000 n
+0000021927 00000 n
+0000022022 00000 n
+0000022117 00000 n
+0000022212 00000 n
+0000022307 00000 n
+0000022402 00000 n
+0000022497 00000 n
+0000022592 00000 n
+0000022687 00000 n
+0000022782 00000 n
+0000022877 00000 n
+0000022989 00000 n
+0000023084 00000 n
+0000023179 00000 n
+0000023274 00000 n
+0000023369 00000 n
+0000023464 00000 n
+0000023559 00000 n
+0000023654 00000 n
+0000023749 00000 n
+0000023844 00000 n
+0000023939 00000 n
+0000024051 00000 n
+0000024146 00000 n
+0000024241 00000 n
+0000024336 00000 n
+0000024454 00000 n
+0000024549 00000 n
+0000024644 00000 n
+0000024739 00000 n
+0000024834 00000 n
+0000024929 00000 n
+0000025047 00000 n
+0000025143 00000 n
+0000025239 00000 n
+0000025335 00000 n
+0000025431 00000 n
+0000025527 00000 n
+0000025624 00000 n
+0000025721 00000 n
+0000025818 00000 n
+0000025915 00000 n
+0000026012 00000 n
+0000026109 00000 n
+0000026206 00000 n
+0000026303 00000 n
+0000026400 00000 n
+0000026497 00000 n
+0000026742 00000 n
+0000027503 00000 n
+0000027525 00000 n
+0000027741 00000 n
+0000027985 00000 n
+0000028626 00000 n
+0000028648 00000 n
+0000028863 00000 n
+0000028920 00000 n
+0000028977 00000 n
+0000029034 00000 n
+0000029091 00000 n
+0000029148 00000 n
+0000029205 00000 n
+0000029262 00000 n
+0000029319 00000 n
+0000029376 00000 n
+0000029433 00000 n
+0000029490 00000 n
+0000029547 00000 n
+0000029604 00000 n
+0000029661 00000 n
+0000029718 00000 n
+0000029775 00000 n
+0000029832 00000 n
+0000029889 00000 n
+0000029946 00000 n
+0000030003 00000 n
+0000030060 00000 n
+0000030117 00000 n
+0000030174 00000 n
+0000030231 00000 n
+0000030288 00000 n
+0000030345 00000 n
+0000030402 00000 n
+0000030459 00000 n
+0000030516 00000 n
+0000030573 00000 n
+0000030630 00000 n
+0000030687 00000 n
+0000030744 00000 n
+0000030801 00000 n
+0000030858 00000 n
+0000030915 00000 n
+0000030972 00000 n
+0000031029 00000 n
+0000031086 00000 n
+0000031143 00000 n
+0000031200 00000 n
+0000031257 00000 n
+0000031314 00000 n
+0000031371 00000 n
+0000047653 00000 n
+0000047677 00000 n
+0000058863 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 166
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+58887
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-a-more2.pdf b/qpdf/qtest/qpdf/appearances-a-more2.pdf
new file mode 100644
index 00000000..551b04fd
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-a-more2.pdf
@@ -0,0 +1,3198 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo10 15 0 R
+ /Fxo11 17 0 R
+ /Fxo12 19 0 R
+ /Fxo13 21 0 R
+ /Fxo14 23 0 R
+ /Fxo15 25 0 R
+ /Fxo2 27 0 R
+ /Fxo3 29 0 R
+ /Fxo4 31 0 R
+ /Fxo5 33 0 R
+ /Fxo6 35 0 R
+ /Fxo7 37 0 R
+ /Fxo8 39 0 R
+ /Fxo9 41 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 43 0 R
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 44 0 R
+ ]
+ /ParentTree 45 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+4747
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00001 0.00000 0.00000 0.99986 123.49900 689.90100 cm
+/Fxo1 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 648.50100 cm
+/Fxo2 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 627.30100 cm
+/Fxo3 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 151.39900 606.50100 cm
+/Fxo4 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 527.75100 cm
+/Fxo5 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 500.50100 cm
+/Fxo6 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 388.10100 cm
+/Fxo7 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 362.20100 cm
+/Fxo8 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 333.55100 cm
+/Fxo9 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 113.64900 260.15100 cm
+/Fxo10 Do
+Q
+q
+1.00004 0.00000 0.00000 0.99997 403.94900 159.40100 cm
+/Fxo11 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99997 158.44900 156.65100 cm
+/Fxo12 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99992 159.14900 107.25100 cm
+/Fxo13 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99994 404.59900 101.45100 cm
+/Fxo14 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 435.00000 703.00000 cm
+/Fxo15 Do
+Q
+endstream
+endobj
+
+11 0 obj
+1029
+endobj
+
+12 0 obj
+<<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 11.000000 Tf
+1 3.000000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+%QDF: ignore_newline
+14 0 obj
+88
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0.000000
+ 0.000000
+ 237.452000
+ 17.948000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.174000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+16 0 obj
+88
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+18 0 obj
+117
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 38.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 52.100000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+0 -12.000000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+249
+endobj
+
+21 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 22 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+22 0 obj
+121
+endobj
+
+23 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 24 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+24 0 obj
+118
+endobj
+
+25 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 26 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+26 0 obj
+929
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+28 0 obj
+12
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+30 0 obj
+220
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+32 0 obj
+12
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+34 0 obj
+82
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+36 0 obj
+12
+endobj
+
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+38 0 obj
+12
+endobj
+
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+40 0 obj
+220
+endobj
+
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 46 0 R
+ /F2 47 0 R
+ /F3 48 0 R
+ /F4 49 0 R
+ /ZaDi 50 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+42 0 obj
+12
+endobj
+
+43 0 obj
+<<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+44 0 obj
+<<
+ /K [
+ 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
+ 60 0 R
+ 61 0 R
+ 62 0 R
+ 63 0 R
+ 64 0 R
+ 65 0 R
+ 66 0 R
+ 67 0 R
+ 68 0 R
+ 69 0 R
+ 70 0 R
+ 71 0 R
+ 72 0 R
+ 73 0 R
+ 74 0 R
+ 75 0 R
+ 76 0 R
+ 77 0 R
+ 78 0 R
+ 79 0 R
+ 80 0 R
+ 81 0 R
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+45 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 51 0 R
+ 53 0 R
+ 55 0 R
+ 62 0 R
+ 73 0 R
+ 84 0 R
+ 88 0 R
+ 88 0 R
+ 94 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ ]
+ ]
+>>
+endobj
+
+46 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 110 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 111 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+47 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 113 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+48 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 114 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 115 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+49 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 117 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+50 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+51 0 obj
+<<
+ /A 118 0 R
+ /K [
+ 0
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+52 0 obj
+<<
+ /A 119 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /A 120 0 R
+ /K [
+ 1
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+54 0 obj
+<<
+ /A 121 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /A 122 0 R
+ /K [
+ 2
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+56 0 obj
+<<
+ /A 123 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+57 0 obj
+<<
+ /A 124 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+58 0 obj
+<<
+ /A 125 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+59 0 obj
+<<
+ /A 126 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+60 0 obj
+<<
+ /A 127 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+61 0 obj
+<<
+ /A 128 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+62 0 obj
+<<
+ /A 129 0 R
+ /K [
+ 3
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+63 0 obj
+<<
+ /A 130 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+64 0 obj
+<<
+ /A 131 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+65 0 obj
+<<
+ /A 132 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+66 0 obj
+<<
+ /A 133 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+67 0 obj
+<<
+ /A 134 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+68 0 obj
+<<
+ /A 135 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+69 0 obj
+<<
+ /A 136 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+70 0 obj
+<<
+ /A 137 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+71 0 obj
+<<
+ /A 138 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+72 0 obj
+<<
+ /A 139 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+73 0 obj
+<<
+ /A 140 0 R
+ /K [
+ 4
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+74 0 obj
+<<
+ /A 141 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+75 0 obj
+<<
+ /A 142 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+76 0 obj
+<<
+ /A 143 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+77 0 obj
+<<
+ /A 144 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+78 0 obj
+<<
+ /A 145 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+79 0 obj
+<<
+ /A 146 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+80 0 obj
+<<
+ /A 147 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+81 0 obj
+<<
+ /A 148 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 5
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 44 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 162 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+112 0 obj
+702
+endobj
+
+113 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+114 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 164 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+116 0 obj
+582
+endobj
+
+117 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+118 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+119 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+120 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+121 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+122 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+123 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+124 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+125 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+126 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+127 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+128 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+129 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+130 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+131 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+132 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+133 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+134 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+135 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+136 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+137 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+138 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+139 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+140 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+141 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+142 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+143 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+144 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+145 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+146 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+147 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+148 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /Length1 16184
+ /Length 163 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+163 0 obj
+16184
+endobj
+
+164 0 obj
+<<
+ /Length1 11088
+ /Length 165 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+165 0 obj
+11088
+endobj
+
+xref
+0 166
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000001045 00000 n
+0000001183 00000 n
+0000001355 00000 n
+0000001412 00000 n
+0000001453 00000 n
+0000006277 00000 n
+0000006321 00000 n
+0000007407 00000 n
+0000007429 00000 n
+0000007519 00000 n
+0000007937 00000 n
+0000007957 00000 n
+0000008377 00000 n
+0000008397 00000 n
+0000008823 00000 n
+0000008844 00000 n
+0000009401 00000 n
+0000009422 00000 n
+0000009851 00000 n
+0000009872 00000 n
+0000010297 00000 n
+0000010318 00000 n
+0000011541 00000 n
+0000011562 00000 n
+0000011883 00000 n
+0000011903 00000 n
+0000012432 00000 n
+0000012453 00000 n
+0000012774 00000 n
+0000012794 00000 n
+0000013185 00000 n
+0000013205 00000 n
+0000013526 00000 n
+0000013546 00000 n
+0000013867 00000 n
+0000013887 00000 n
+0000014416 00000 n
+0000014437 00000 n
+0000014758 00000 n
+0000014778 00000 n
+0000014852 00000 n
+0000015603 00000 n
+0000015993 00000 n
+0000016444 00000 n
+0000018361 00000 n
+0000018731 00000 n
+0000020645 00000 n
+0000020726 00000 n
+0000020838 00000 n
+0000020933 00000 n
+0000021045 00000 n
+0000021140 00000 n
+0000021252 00000 n
+0000021347 00000 n
+0000021442 00000 n
+0000021537 00000 n
+0000021632 00000 n
+0000021727 00000 n
+0000021822 00000 n
+0000021934 00000 n
+0000022029 00000 n
+0000022124 00000 n
+0000022219 00000 n
+0000022314 00000 n
+0000022409 00000 n
+0000022504 00000 n
+0000022599 00000 n
+0000022694 00000 n
+0000022789 00000 n
+0000022884 00000 n
+0000022996 00000 n
+0000023091 00000 n
+0000023186 00000 n
+0000023281 00000 n
+0000023376 00000 n
+0000023471 00000 n
+0000023566 00000 n
+0000023661 00000 n
+0000023756 00000 n
+0000023851 00000 n
+0000023946 00000 n
+0000024058 00000 n
+0000024153 00000 n
+0000024248 00000 n
+0000024343 00000 n
+0000024461 00000 n
+0000024556 00000 n
+0000024651 00000 n
+0000024746 00000 n
+0000024841 00000 n
+0000024936 00000 n
+0000025054 00000 n
+0000025150 00000 n
+0000025246 00000 n
+0000025342 00000 n
+0000025438 00000 n
+0000025534 00000 n
+0000025631 00000 n
+0000025728 00000 n
+0000025825 00000 n
+0000025922 00000 n
+0000026019 00000 n
+0000026116 00000 n
+0000026213 00000 n
+0000026310 00000 n
+0000026407 00000 n
+0000026504 00000 n
+0000026749 00000 n
+0000027510 00000 n
+0000027532 00000 n
+0000027748 00000 n
+0000027992 00000 n
+0000028633 00000 n
+0000028655 00000 n
+0000028870 00000 n
+0000028927 00000 n
+0000028984 00000 n
+0000029041 00000 n
+0000029098 00000 n
+0000029155 00000 n
+0000029212 00000 n
+0000029269 00000 n
+0000029326 00000 n
+0000029383 00000 n
+0000029440 00000 n
+0000029497 00000 n
+0000029554 00000 n
+0000029611 00000 n
+0000029668 00000 n
+0000029725 00000 n
+0000029782 00000 n
+0000029839 00000 n
+0000029896 00000 n
+0000029953 00000 n
+0000030010 00000 n
+0000030067 00000 n
+0000030124 00000 n
+0000030181 00000 n
+0000030238 00000 n
+0000030295 00000 n
+0000030352 00000 n
+0000030409 00000 n
+0000030466 00000 n
+0000030523 00000 n
+0000030580 00000 n
+0000030637 00000 n
+0000030694 00000 n
+0000030751 00000 n
+0000030808 00000 n
+0000030865 00000 n
+0000030922 00000 n
+0000030979 00000 n
+0000031036 00000 n
+0000031093 00000 n
+0000031150 00000 n
+0000031207 00000 n
+0000031264 00000 n
+0000031321 00000 n
+0000031378 00000 n
+0000047660 00000 n
+0000047684 00000 n
+0000058870 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 166
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+58894
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-a.pdf b/qpdf/qtest/qpdf/appearances-a.pdf
new file mode 100644
index 00000000..c7fb43af
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-a.pdf
@@ -0,0 +1,3239 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo10 15 0 R
+ /Fxo11 17 0 R
+ /Fxo12 19 0 R
+ /Fxo13 21 0 R
+ /Fxo14 23 0 R
+ /Fxo15 25 0 R
+ /Fxo16 27 0 R
+ /Fxo2 29 0 R
+ /Fxo3 31 0 R
+ /Fxo4 33 0 R
+ /Fxo5 35 0 R
+ /Fxo6 37 0 R
+ /Fxo7 39 0 R
+ /Fxo8 41 0 R
+ /Fxo9 43 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 45 0 R
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 46 0 R
+ ]
+ /ParentTree 47 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+4747
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00001 0.00000 0.00000 0.99986 123.49900 689.90100 cm
+/Fxo1 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 648.50100 cm
+/Fxo2 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 152.74900 627.30100 cm
+/Fxo3 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 151.39900 606.50100 cm
+/Fxo4 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 554.30100 cm
+/Fxo5 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 527.75100 cm
+/Fxo6 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 500.50100 cm
+/Fxo7 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 118.64900 388.10100 cm
+/Fxo8 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 362.20100 cm
+/Fxo9 Do
+Q
+q
+1.00017 0.00000 0.00000 0.99983 119.34900 333.55100 cm
+/Fxo10 Do
+Q
+q
+1.00001 0.00000 0.00000 0.99989 113.64900 260.15100 cm
+/Fxo11 Do
+Q
+q
+1.00004 0.00000 0.00000 0.99997 403.94900 159.40100 cm
+/Fxo12 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99997 158.44900 156.65100 cm
+/Fxo13 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99992 159.14900 107.25100 cm
+/Fxo14 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99994 404.59900 101.45100 cm
+/Fxo15 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 435.00000 703.00000 cm
+/Fxo16 Do
+Q
+endstream
+endobj
+
+11 0 obj
+1098
+endobj
+
+12 0 obj
+<<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+14 0 obj
+82
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+16 0 obj
+12
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+18 0 obj
+88
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+117
+endobj
+
+21 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 22 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 38.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 52.100000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+0 -12.000000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+22 0 obj
+249
+endobj
+
+23 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 24 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+24 0 obj
+121
+endobj
+
+25 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 26 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+26 0 obj
+118
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+28 0 obj
+929
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+32 0 obj
+220
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+36 0 obj
+12
+endobj
+
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+38 0 obj
+82
+endobj
+
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+40 0 obj
+12
+endobj
+
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+42 0 obj
+12
+endobj
+
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources <<
+ /Font <<
+ /F1 48 0 R
+ /F2 49 0 R
+ /F3 50 0 R
+ /F4 51 0 R
+ /ZaDi 52 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+44 0 obj
+220
+endobj
+
+45 0 obj
+<<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+46 0 obj
+<<
+ /K [
+ 53 0 R
+ 54 0 R
+ 55 0 R
+ 56 0 R
+ 57 0 R
+ 58 0 R
+ 59 0 R
+ 60 0 R
+ 61 0 R
+ 62 0 R
+ 63 0 R
+ 64 0 R
+ 65 0 R
+ 66 0 R
+ 67 0 R
+ 68 0 R
+ 69 0 R
+ 70 0 R
+ 71 0 R
+ 72 0 R
+ 73 0 R
+ 74 0 R
+ 75 0 R
+ 76 0 R
+ 77 0 R
+ 78 0 R
+ 79 0 R
+ 80 0 R
+ 81 0 R
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+47 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 53 0 R
+ 55 0 R
+ 57 0 R
+ 64 0 R
+ 75 0 R
+ 86 0 R
+ 90 0 R
+ 90 0 R
+ 96 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ ]
+ ]
+>>
+endobj
+
+48 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 112 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 113 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+49 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 115 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+50 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 116 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 117 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+51 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 119 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+52 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+53 0 obj
+<<
+ /A 120 0 R
+ /K [
+ 0
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+54 0 obj
+<<
+ /A 121 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /A 122 0 R
+ /K [
+ 1
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+56 0 obj
+<<
+ /A 123 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+57 0 obj
+<<
+ /A 124 0 R
+ /K [
+ 2
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+58 0 obj
+<<
+ /A 125 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+59 0 obj
+<<
+ /A 126 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+60 0 obj
+<<
+ /A 127 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+61 0 obj
+<<
+ /A 128 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+62 0 obj
+<<
+ /A 129 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+63 0 obj
+<<
+ /A 130 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+64 0 obj
+<<
+ /A 131 0 R
+ /K [
+ 3
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+65 0 obj
+<<
+ /A 132 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+66 0 obj
+<<
+ /A 133 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+67 0 obj
+<<
+ /A 134 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+68 0 obj
+<<
+ /A 135 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+69 0 obj
+<<
+ /A 136 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+70 0 obj
+<<
+ /A 137 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+71 0 obj
+<<
+ /A 138 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+72 0 obj
+<<
+ /A 139 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+73 0 obj
+<<
+ /A 140 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+74 0 obj
+<<
+ /A 141 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+75 0 obj
+<<
+ /A 142 0 R
+ /K [
+ 4
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+76 0 obj
+<<
+ /A 143 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+77 0 obj
+<<
+ /A 144 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+78 0 obj
+<<
+ /A 145 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+79 0 obj
+<<
+ /A 146 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+80 0 obj
+<<
+ /A 147 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+81 0 obj
+<<
+ /A 148 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 5
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 46 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 164 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+114 0 obj
+702
+endobj
+
+115 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+116 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 166 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+117 0 obj
+<<
+ /Length 118 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+118 0 obj
+582
+endobj
+
+119 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+120 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+121 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+122 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+123 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+124 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+125 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+126 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+127 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+128 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+129 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+130 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+131 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+132 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+133 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+134 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+135 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+136 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+137 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+138 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+139 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+140 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+141 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+142 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+143 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+144 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+145 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+146 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+147 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+148 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /Length1 16184
+ /Length 165 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+165 0 obj
+16184
+endobj
+
+166 0 obj
+<<
+ /Length1 11088
+ /Length 167 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+167 0 obj
+11088
+endobj
+
+xref
+0 168
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000001065 00000 n
+0000001203 00000 n
+0000001375 00000 n
+0000001432 00000 n
+0000001473 00000 n
+0000006297 00000 n
+0000006341 00000 n
+0000007496 00000 n
+0000007518 00000 n
+0000007608 00000 n
+0000007998 00000 n
+0000008018 00000 n
+0000008339 00000 n
+0000008359 00000 n
+0000008757 00000 n
+0000008777 00000 n
+0000009203 00000 n
+0000009224 00000 n
+0000009781 00000 n
+0000009802 00000 n
+0000010231 00000 n
+0000010252 00000 n
+0000010677 00000 n
+0000010698 00000 n
+0000011921 00000 n
+0000011942 00000 n
+0000012263 00000 n
+0000012283 00000 n
+0000012812 00000 n
+0000012833 00000 n
+0000013154 00000 n
+0000013174 00000 n
+0000013495 00000 n
+0000013515 00000 n
+0000013906 00000 n
+0000013926 00000 n
+0000014247 00000 n
+0000014267 00000 n
+0000014588 00000 n
+0000014608 00000 n
+0000015137 00000 n
+0000015158 00000 n
+0000015232 00000 n
+0000015985 00000 n
+0000016377 00000 n
+0000016828 00000 n
+0000018745 00000 n
+0000019115 00000 n
+0000021029 00000 n
+0000021110 00000 n
+0000021222 00000 n
+0000021317 00000 n
+0000021429 00000 n
+0000021524 00000 n
+0000021636 00000 n
+0000021731 00000 n
+0000021826 00000 n
+0000021921 00000 n
+0000022016 00000 n
+0000022111 00000 n
+0000022206 00000 n
+0000022318 00000 n
+0000022413 00000 n
+0000022508 00000 n
+0000022603 00000 n
+0000022698 00000 n
+0000022793 00000 n
+0000022888 00000 n
+0000022983 00000 n
+0000023078 00000 n
+0000023173 00000 n
+0000023268 00000 n
+0000023380 00000 n
+0000023475 00000 n
+0000023570 00000 n
+0000023665 00000 n
+0000023760 00000 n
+0000023855 00000 n
+0000023950 00000 n
+0000024045 00000 n
+0000024140 00000 n
+0000024235 00000 n
+0000024330 00000 n
+0000024442 00000 n
+0000024537 00000 n
+0000024632 00000 n
+0000024727 00000 n
+0000024845 00000 n
+0000024940 00000 n
+0000025035 00000 n
+0000025130 00000 n
+0000025225 00000 n
+0000025320 00000 n
+0000025438 00000 n
+0000025534 00000 n
+0000025630 00000 n
+0000025726 00000 n
+0000025823 00000 n
+0000025920 00000 n
+0000026017 00000 n
+0000026114 00000 n
+0000026211 00000 n
+0000026308 00000 n
+0000026405 00000 n
+0000026502 00000 n
+0000026599 00000 n
+0000026696 00000 n
+0000026793 00000 n
+0000026890 00000 n
+0000027135 00000 n
+0000027896 00000 n
+0000027918 00000 n
+0000028134 00000 n
+0000028378 00000 n
+0000029019 00000 n
+0000029041 00000 n
+0000029256 00000 n
+0000029313 00000 n
+0000029370 00000 n
+0000029427 00000 n
+0000029484 00000 n
+0000029541 00000 n
+0000029598 00000 n
+0000029655 00000 n
+0000029712 00000 n
+0000029769 00000 n
+0000029826 00000 n
+0000029883 00000 n
+0000029940 00000 n
+0000029997 00000 n
+0000030054 00000 n
+0000030111 00000 n
+0000030168 00000 n
+0000030225 00000 n
+0000030282 00000 n
+0000030339 00000 n
+0000030396 00000 n
+0000030453 00000 n
+0000030510 00000 n
+0000030567 00000 n
+0000030624 00000 n
+0000030681 00000 n
+0000030738 00000 n
+0000030795 00000 n
+0000030852 00000 n
+0000030909 00000 n
+0000030966 00000 n
+0000031023 00000 n
+0000031080 00000 n
+0000031137 00000 n
+0000031194 00000 n
+0000031251 00000 n
+0000031308 00000 n
+0000031365 00000 n
+0000031422 00000 n
+0000031479 00000 n
+0000031536 00000 n
+0000031593 00000 n
+0000031650 00000 n
+0000031707 00000 n
+0000031764 00000 n
+0000048046 00000 n
+0000048070 00000 n
+0000059256 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 168
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+59280
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-b.pdf b/qpdf/qtest/qpdf/appearances-b.pdf
new file mode 100644
index 00000000..2c73f307
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-b.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 50.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(five) Tj
+0 -12.000000 Td
+(six) Tj
+0 -12.000000 Td
+(seven) Tj
+0 -12.000000 Td
+(eight) Tj
+0 -12.000000 Td
+(9) Tj
+0 -12.000000 Td
+<3130f7> Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+300
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003321 00000 n
+0000003797 00000 n
+0000004218 00000 n
+0000004689 00000 n
+0000005114 00000 n
+0000005253 00000 n
+0000005403 00000 n
+0000005493 00000 n
+0000005730 00000 n
+0000005750 00000 n
+0000006116 00000 n
+0000006480 00000 n
+0000006846 00000 n
+0000007014 00000 n
+0000007034 00000 n
+0000007272 00000 n
+0000007292 00000 n
+0000007373 00000 n
+0000007541 00000 n
+0000007561 00000 n
+0000007799 00000 n
+0000007819 00000 n
+0000007987 00000 n
+0000008007 00000 n
+0000008245 00000 n
+0000008265 00000 n
+0000008631 00000 n
+0000008995 00000 n
+0000009361 00000 n
+0000009606 00000 n
+0000009626 00000 n
+0000010081 00000 n
+0000010102 00000 n
+0000010378 00000 n
+0000010399 00000 n
+0000010672 00000 n
+0000010693 00000 n
+0000010965 00000 n
+0000010986 00000 n
+0000011318 00000 n
+0000011482 00000 n
+0000016308 00000 n
+0000016330 00000 n
+0000017118 00000 n
+0000017519 00000 n
+0000017970 00000 n
+0000019887 00000 n
+0000020257 00000 n
+0000022171 00000 n
+0000022547 00000 n
+0000022568 00000 n
+0000022736 00000 n
+0000022756 00000 n
+0000023132 00000 n
+0000023153 00000 n
+0000023321 00000 n
+0000023341 00000 n
+0000023717 00000 n
+0000023738 00000 n
+0000023906 00000 n
+0000023926 00000 n
+0000024302 00000 n
+0000024323 00000 n
+0000024491 00000 n
+0000024511 00000 n
+0000024887 00000 n
+0000024908 00000 n
+0000025076 00000 n
+0000025096 00000 n
+0000025472 00000 n
+0000025493 00000 n
+0000025661 00000 n
+0000025681 00000 n
+0000026904 00000 n
+0000026925 00000 n
+0000027038 00000 n
+0000027134 00000 n
+0000027247 00000 n
+0000027343 00000 n
+0000027456 00000 n
+0000027552 00000 n
+0000027648 00000 n
+0000027744 00000 n
+0000027840 00000 n
+0000027936 00000 n
+0000028032 00000 n
+0000028145 00000 n
+0000028241 00000 n
+0000028337 00000 n
+0000028434 00000 n
+0000028531 00000 n
+0000028628 00000 n
+0000028725 00000 n
+0000028822 00000 n
+0000028919 00000 n
+0000029016 00000 n
+0000029113 00000 n
+0000029227 00000 n
+0000029324 00000 n
+0000029421 00000 n
+0000029518 00000 n
+0000029615 00000 n
+0000029712 00000 n
+0000029809 00000 n
+0000029906 00000 n
+0000030003 00000 n
+0000030100 00000 n
+0000030197 00000 n
+0000030311 00000 n
+0000030408 00000 n
+0000030505 00000 n
+0000030602 00000 n
+0000030722 00000 n
+0000030819 00000 n
+0000030916 00000 n
+0000031013 00000 n
+0000031110 00000 n
+0000031207 00000 n
+0000031327 00000 n
+0000031425 00000 n
+0000031523 00000 n
+0000031621 00000 n
+0000031719 00000 n
+0000031817 00000 n
+0000031915 00000 n
+0000032013 00000 n
+0000032111 00000 n
+0000032209 00000 n
+0000032307 00000 n
+0000032405 00000 n
+0000032503 00000 n
+0000032601 00000 n
+0000032699 00000 n
+0000032797 00000 n
+0000033042 00000 n
+0000033803 00000 n
+0000033825 00000 n
+0000034041 00000 n
+0000034285 00000 n
+0000034926 00000 n
+0000034948 00000 n
+0000035163 00000 n
+0000035220 00000 n
+0000035277 00000 n
+0000035334 00000 n
+0000035391 00000 n
+0000035448 00000 n
+0000035505 00000 n
+0000035562 00000 n
+0000035619 00000 n
+0000035676 00000 n
+0000035733 00000 n
+0000035790 00000 n
+0000035847 00000 n
+0000035904 00000 n
+0000035961 00000 n
+0000036018 00000 n
+0000036075 00000 n
+0000036132 00000 n
+0000036189 00000 n
+0000036246 00000 n
+0000036303 00000 n
+0000036360 00000 n
+0000036417 00000 n
+0000036474 00000 n
+0000036531 00000 n
+0000036588 00000 n
+0000036645 00000 n
+0000036702 00000 n
+0000036759 00000 n
+0000036816 00000 n
+0000036873 00000 n
+0000036930 00000 n
+0000036987 00000 n
+0000037044 00000 n
+0000037101 00000 n
+0000037158 00000 n
+0000037215 00000 n
+0000037272 00000 n
+0000037329 00000 n
+0000037386 00000 n
+0000037443 00000 n
+0000037500 00000 n
+0000037557 00000 n
+0000037614 00000 n
+0000037671 00000 n
+0000053953 00000 n
+0000053977 00000 n
+0000065163 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65187
+%%EOF
diff --git a/qpdf/qtest/qpdf/appearances-quack.pdf b/qpdf/qtest/qpdf/appearances-quack.pdf
new file mode 100644
index 00000000..cabd44ff
--- /dev/null
+++ b/qpdf/qtest/qpdf/appearances-quack.pdf
@@ -0,0 +1,3843 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff0071007500610063006b>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 50 0 R
+ 51 0 R
+ ]
+ /Contents 52 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 54 0 R
+ ]
+ /ParentTree 55 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 56 0 R
+ /F2 57 0 R
+ /F3 58 0 R
+ /F4 59 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 2.600000 Td
+(abc) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+20 0 obj
+82
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+1 4.175000 Td
+(salad ÷??) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+41 0 obj
+88
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+q
+0.85 0.85 0.85 rg
+0 62.100000 62 12.000000 re f
+Q
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 64.100000 Td
+(quack) Tj
+0 -12.000000 Td
+(1) Tj
+0 -12.000000 Td
+(2) Tj
+0 -12.000000 Td
+(3) Tj
+0 -12.000000 Td
+(4) Tj
+0 -12.000000 Td
+(five) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+43 0 obj
+289
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 7.850000 Td
+(elephant) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+45 0 obj
+121
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 32.725000 Td
+(pi) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+117
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+q
+BT
+0.18039 0.20392 0.21176 rg /F4 10 Tf
+1 12.950000 Td
+(delta) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+118
+endobj
+
+50 0 obj
+<<
+ /AP <<
+ /N 84 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 51 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+51 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 50 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+54 0 obj
+<<
+ /K [
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+55 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 86 0 R
+ 88 0 R
+ 90 0 R
+ 97 0 R
+ 108 0 R
+ 119 0 R
+ 123 0 R
+ 123 0 R
+ 129 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ ]
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 149 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 150 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 152 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+85 0 obj
+929
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 0
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 1
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 2
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /K [
+ 3
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /K [
+ 4
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 5
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 54 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 197 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+702
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 199 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+150 0 obj
+<<
+ /Length 151 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+151 0 obj
+582
+endobj
+
+152 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /Length1 16184
+ /Length 198 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+16184
+endobj
+
+199 0 obj
+<<
+ /Length1 11088
+ /Length 200 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+11088
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000413 00000 n
+0000000598 00000 n
+0000000671 00000 n
+0000000971 00000 n
+0000001102 00000 n
+0000001491 00000 n
+0000001880 00000 n
+0000002269 00000 n
+0000002400 00000 n
+0000002758 00000 n
+0000003329 00000 n
+0000003805 00000 n
+0000004226 00000 n
+0000004697 00000 n
+0000005122 00000 n
+0000005261 00000 n
+0000005411 00000 n
+0000005501 00000 n
+0000005738 00000 n
+0000005758 00000 n
+0000006124 00000 n
+0000006488 00000 n
+0000006854 00000 n
+0000007022 00000 n
+0000007042 00000 n
+0000007280 00000 n
+0000007300 00000 n
+0000007381 00000 n
+0000007549 00000 n
+0000007569 00000 n
+0000007807 00000 n
+0000007827 00000 n
+0000007995 00000 n
+0000008015 00000 n
+0000008253 00000 n
+0000008273 00000 n
+0000008639 00000 n
+0000009003 00000 n
+0000009369 00000 n
+0000009614 00000 n
+0000009634 00000 n
+0000010078 00000 n
+0000010099 00000 n
+0000010375 00000 n
+0000010396 00000 n
+0000010669 00000 n
+0000010690 00000 n
+0000010962 00000 n
+0000010983 00000 n
+0000011315 00000 n
+0000011479 00000 n
+0000016305 00000 n
+0000016327 00000 n
+0000017115 00000 n
+0000017516 00000 n
+0000017967 00000 n
+0000019884 00000 n
+0000020254 00000 n
+0000022168 00000 n
+0000022544 00000 n
+0000022565 00000 n
+0000022733 00000 n
+0000022753 00000 n
+0000023129 00000 n
+0000023150 00000 n
+0000023318 00000 n
+0000023338 00000 n
+0000023714 00000 n
+0000023735 00000 n
+0000023903 00000 n
+0000023923 00000 n
+0000024299 00000 n
+0000024320 00000 n
+0000024488 00000 n
+0000024508 00000 n
+0000024884 00000 n
+0000024905 00000 n
+0000025073 00000 n
+0000025093 00000 n
+0000025469 00000 n
+0000025490 00000 n
+0000025658 00000 n
+0000025678 00000 n
+0000026901 00000 n
+0000026922 00000 n
+0000027035 00000 n
+0000027131 00000 n
+0000027244 00000 n
+0000027340 00000 n
+0000027453 00000 n
+0000027549 00000 n
+0000027645 00000 n
+0000027741 00000 n
+0000027837 00000 n
+0000027933 00000 n
+0000028029 00000 n
+0000028142 00000 n
+0000028238 00000 n
+0000028334 00000 n
+0000028431 00000 n
+0000028528 00000 n
+0000028625 00000 n
+0000028722 00000 n
+0000028819 00000 n
+0000028916 00000 n
+0000029013 00000 n
+0000029110 00000 n
+0000029224 00000 n
+0000029321 00000 n
+0000029418 00000 n
+0000029515 00000 n
+0000029612 00000 n
+0000029709 00000 n
+0000029806 00000 n
+0000029903 00000 n
+0000030000 00000 n
+0000030097 00000 n
+0000030194 00000 n
+0000030308 00000 n
+0000030405 00000 n
+0000030502 00000 n
+0000030599 00000 n
+0000030719 00000 n
+0000030816 00000 n
+0000030913 00000 n
+0000031010 00000 n
+0000031107 00000 n
+0000031204 00000 n
+0000031324 00000 n
+0000031422 00000 n
+0000031520 00000 n
+0000031618 00000 n
+0000031716 00000 n
+0000031814 00000 n
+0000031912 00000 n
+0000032010 00000 n
+0000032108 00000 n
+0000032206 00000 n
+0000032304 00000 n
+0000032402 00000 n
+0000032500 00000 n
+0000032598 00000 n
+0000032696 00000 n
+0000032794 00000 n
+0000033039 00000 n
+0000033800 00000 n
+0000033822 00000 n
+0000034038 00000 n
+0000034282 00000 n
+0000034923 00000 n
+0000034945 00000 n
+0000035160 00000 n
+0000035217 00000 n
+0000035274 00000 n
+0000035331 00000 n
+0000035388 00000 n
+0000035445 00000 n
+0000035502 00000 n
+0000035559 00000 n
+0000035616 00000 n
+0000035673 00000 n
+0000035730 00000 n
+0000035787 00000 n
+0000035844 00000 n
+0000035901 00000 n
+0000035958 00000 n
+0000036015 00000 n
+0000036072 00000 n
+0000036129 00000 n
+0000036186 00000 n
+0000036243 00000 n
+0000036300 00000 n
+0000036357 00000 n
+0000036414 00000 n
+0000036471 00000 n
+0000036528 00000 n
+0000036585 00000 n
+0000036642 00000 n
+0000036699 00000 n
+0000036756 00000 n
+0000036813 00000 n
+0000036870 00000 n
+0000036927 00000 n
+0000036984 00000 n
+0000037041 00000 n
+0000037098 00000 n
+0000037155 00000 n
+0000037212 00000 n
+0000037269 00000 n
+0000037326 00000 n
+0000037383 00000 n
+0000037440 00000 n
+0000037497 00000 n
+0000037554 00000 n
+0000037611 00000 n
+0000037668 00000 n
+0000053950 00000 n
+0000053974 00000 n
+0000065160 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+65184
+%%EOF
diff --git a/qpdf/qtest/qpdf/bad14-check-no-warn.out b/qpdf/qtest/qpdf/bad14-check-no-warn.out
new file mode 100644
index 00000000..becfaedd
--- /dev/null
+++ b/qpdf/qtest/qpdf/bad14-check-no-warn.out
@@ -0,0 +1,4 @@
+checking bad14.pdf
+PDF Version: 1.3
+File is not encrypted
+File is not linearized
diff --git a/qpdf/qtest/qpdf/button-set-broken-out.pdf b/qpdf/qtest/qpdf/button-set-broken-out.pdf
new file mode 100644
index 00000000..b5ccb1fa
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set-broken-out.pdf
@@ -0,0 +1,3883 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Off
+ /FT /Btn
+ /Kids [
+ 25 0 R
+ ]
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /T (checkbox1)
+ /V /Yes
+>>
+endobj
+
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Off
+ /XP <<
+ /N <<
+ /Off 26 0 R
+ /Yes 28 0 R
+ >>
+ >>
+>>
+endobj
+
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 30 0 R
+ /Yes 32 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 34 0 R
+ 35 0 R
+ 36 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /3
+>>
+endobj
+
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /AP <<
+ /N 37 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /AP <<
+ /N 39 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /AP <<
+ /N 41 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /AP <<
+ /N 43 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /AP <<
+ /N 45 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 47 0 R
+ 23 0 R
+ 25 0 R
+ 7 0 R
+ 8 0 R
+ 34 0 R
+ 35 0 R
+ 36 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents 48 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /K [
+ 50 0 R
+ ]
+ /ParentTree 51 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /F1 52 0 R
+ /F2 53 0 R
+ /F3 54 0 R
+ /F4 55 0 R
+ /ZaDi 24 0 R
+>>
+endobj
+
+%% Original object ID: 19 0
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+%% Original object ID: 21 0
+21 0 obj
+<<
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+ /XP <<
+ /N <<
+ /1 56 0 R
+ /Off 58 0 R
+ >>
+ >>
+>>
+endobj
+
+%% Original object ID: 22 0
+22 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /FT /Btn
+ /Kids [
+ 47 0 R
+ ]
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+>>
+endobj
+
+%% Original object ID: 23 0
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 28 0
+24 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 198 0
+25 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 64 0 R
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /F 4
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 29 0
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+27 0 obj
+12
+endobj
+
+%% Original object ID: 31 0
+28 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 29 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+29 0 obj
+82
+endobj
+
+%% Original object ID: 33 0
+30 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 31 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+31 0 obj
+12
+endobj
+
+%% Original object ID: 35 0
+32 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 33 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+33 0 obj
+82
+endobj
+
+%% Original object ID: 37 0
+34 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 38 0
+35 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 39 0
+36 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /3
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 40 0
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+38 0 obj
+12
+endobj
+
+%% Original object ID: 42 0
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+40 0 obj
+46
+endobj
+
+%% Original object ID: 44 0
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+42 0 obj
+46
+endobj
+
+%% Original object ID: 46 0
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+44 0 obj
+47
+endobj
+
+%% Original object ID: 48 0
+45 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+46 0 obj
+45
+endobj
+
+%% Original object ID: 197 0
+47 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /2
+ /F 4
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 50 0
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+49 0 obj
+4747
+endobj
+
+%% Original object ID: 52 0
+50 0 obj
+<<
+ /K [
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 53 0
+51 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 84 0 R
+ 86 0 R
+ 88 0 R
+ 95 0 R
+ 106 0 R
+ 117 0 R
+ 121 0 R
+ 121 0 R
+ 127 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 54 0
+52 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 143 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 144 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+%% Original object ID: 55 0
+53 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 146 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+%% Original object ID: 56 0
+54 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 147 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 148 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+%% Original object ID: 57 0
+55 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 150 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+%% Original object ID: 58 0
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 57 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+57 0 obj
+220
+endobj
+
+%% Original object ID: 60 0
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+59 0 obj
+12
+endobj
+
+%% Original object ID: 66 0
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+%% Original object ID: 68 0
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+%% Original object ID: 24 0
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+%% Original object ID: 26 0
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+67 0 obj
+82
+endobj
+
+%% Original object ID: 70 0
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+%% Original object ID: 72 0
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+%% Original object ID: 74 0
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+%% Original object ID: 76 0
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+%% Original object ID: 78 0
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+%% Original object ID: 80 0
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+%% Original object ID: 62 0
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+%% Original object ID: 64 0
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+%% Original object ID: 82 0
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 0
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 83 0
+85 0 obj
+<<
+ /A 152 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 84 0
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 1
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 85 0
+87 0 obj
+<<
+ /A 154 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 86 0
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 2
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 87 0
+89 0 obj
+<<
+ /A 156 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 88 0
+90 0 obj
+<<
+ /A 157 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 89 0
+91 0 obj
+<<
+ /A 158 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 90 0
+92 0 obj
+<<
+ /A 159 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 91 0
+93 0 obj
+<<
+ /A 160 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 92 0
+94 0 obj
+<<
+ /A 161 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 93 0
+95 0 obj
+<<
+ /A 162 0 R
+ /K [
+ 3
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 94 0
+96 0 obj
+<<
+ /A 163 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 95 0
+97 0 obj
+<<
+ /A 164 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 96 0
+98 0 obj
+<<
+ /A 165 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 97 0
+99 0 obj
+<<
+ /A 166 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 98 0
+100 0 obj
+<<
+ /A 167 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 99 0
+101 0 obj
+<<
+ /A 168 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 100 0
+102 0 obj
+<<
+ /A 169 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 101 0
+103 0 obj
+<<
+ /A 170 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 102 0
+104 0 obj
+<<
+ /A 171 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 103 0
+105 0 obj
+<<
+ /A 172 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 104 0
+106 0 obj
+<<
+ /A 173 0 R
+ /K [
+ 4
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 105 0
+107 0 obj
+<<
+ /A 174 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 106 0
+108 0 obj
+<<
+ /A 175 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 107 0
+109 0 obj
+<<
+ /A 176 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 108 0
+110 0 obj
+<<
+ /A 177 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 109 0
+111 0 obj
+<<
+ /A 178 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 110 0
+112 0 obj
+<<
+ /A 179 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 111 0
+113 0 obj
+<<
+ /A 180 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 112 0
+114 0 obj
+<<
+ /A 181 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 113 0
+115 0 obj
+<<
+ /A 182 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 114 0
+116 0 obj
+<<
+ /A 183 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 115 0
+117 0 obj
+<<
+ /A 184 0 R
+ /K [
+ 5
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 116 0
+118 0 obj
+<<
+ /A 185 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 117 0
+119 0 obj
+<<
+ /A 186 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 118 0
+120 0 obj
+<<
+ /A 187 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 119 0
+121 0 obj
+<<
+ /A 188 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 120 0
+122 0 obj
+<<
+ /A 189 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 121 0
+123 0 obj
+<<
+ /A 190 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 122 0
+124 0 obj
+<<
+ /A 191 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 123 0
+125 0 obj
+<<
+ /A 192 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 124 0
+126 0 obj
+<<
+ /A 193 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 125 0
+127 0 obj
+<<
+ /A 194 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 126 0
+128 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 127 0
+129 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 128 0
+130 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 129 0
+131 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 130 0
+132 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 131 0
+133 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 132 0
+134 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 133 0
+135 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 134 0
+136 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 135 0
+137 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 136 0
+138 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 137 0
+139 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 138 0
+140 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 139 0
+141 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 140 0
+142 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 141 0
+143 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 195 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 142 0
+144 0 obj
+<<
+ /Length 145 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+145 0 obj
+702
+endobj
+
+%% Original object ID: 144 0
+146 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 145 0
+147 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 197 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 146 0
+148 0 obj
+<<
+ /Length 149 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+149 0 obj
+582
+endobj
+
+%% Original object ID: 148 0
+150 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 149 0
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 150 0
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 151 0
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 152 0
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 153 0
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 154 0
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 155 0
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 156 0
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 157 0
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 158 0
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 159 0
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 160 0
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 161 0
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 162 0
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 163 0
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 164 0
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 165 0
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 166 0
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 167 0
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 168 0
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 169 0
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 170 0
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 171 0
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 172 0
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 173 0
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 174 0
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 175 0
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 176 0
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 177 0
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 178 0
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 179 0
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 180 0
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 181 0
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 182 0
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 183 0
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 184 0
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 185 0
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 186 0
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 187 0
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 188 0
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 189 0
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 190 0
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 191 0
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 192 0
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 193 0
+195 0 obj
+<<
+ /Length1 16184
+ /Length 196 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+16184
+endobj
+
+%% Original object ID: 195 0
+197 0 obj
+<<
+ /Length1 11088
+ /Length 198 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+11088
+endobj
+
+xref
+0 199
+0000000000 65535 f
+0000000052 00000 n
+0000000493 00000 n
+0000000705 00000 n
+0000000805 00000 n
+0000001120 00000 n
+0000001278 00000 n
+0000001538 00000 n
+0000001954 00000 n
+0000002370 00000 n
+0000002529 00000 n
+0000002911 00000 n
+0000003354 00000 n
+0000003826 00000 n
+0000004267 00000 n
+0000004746 00000 n
+0000005178 00000 n
+0000005345 00000 n
+0000005523 00000 n
+0000005641 00000 n
+0000005808 00000 n
+0000005856 00000 n
+0000006248 00000 n
+0000006488 00000 n
+0000006882 00000 n
+0000006992 00000 n
+0000007224 00000 n
+0000007392 00000 n
+0000007440 00000 n
+0000007678 00000 n
+0000007726 00000 n
+0000007894 00000 n
+0000007942 00000 n
+0000008180 00000 n
+0000008228 00000 n
+0000008622 00000 n
+0000009016 00000 n
+0000009408 00000 n
+0000009577 00000 n
+0000009625 00000 n
+0000009826 00000 n
+0000009874 00000 n
+0000010075 00000 n
+0000010123 00000 n
+0000010326 00000 n
+0000010374 00000 n
+0000010573 00000 n
+0000010622 00000 n
+0000010873 00000 n
+0000015699 00000 n
+0000015749 00000 n
+0000016563 00000 n
+0000016992 00000 n
+0000017471 00000 n
+0000019416 00000 n
+0000019814 00000 n
+0000021756 00000 n
+0000022132 00000 n
+0000022181 00000 n
+0000022349 00000 n
+0000022397 00000 n
+0000022773 00000 n
+0000022822 00000 n
+0000022990 00000 n
+0000023038 00000 n
+0000023206 00000 n
+0000023254 00000 n
+0000023492 00000 n
+0000023540 00000 n
+0000023916 00000 n
+0000023965 00000 n
+0000024133 00000 n
+0000024181 00000 n
+0000024557 00000 n
+0000024606 00000 n
+0000024774 00000 n
+0000024822 00000 n
+0000025198 00000 n
+0000025247 00000 n
+0000025415 00000 n
+0000025463 00000 n
+0000025839 00000 n
+0000025888 00000 n
+0000026056 00000 n
+0000026104 00000 n
+0000026245 00000 n
+0000026369 00000 n
+0000026510 00000 n
+0000026634 00000 n
+0000026775 00000 n
+0000026899 00000 n
+0000027023 00000 n
+0000027147 00000 n
+0000027271 00000 n
+0000027395 00000 n
+0000027519 00000 n
+0000027660 00000 n
+0000027784 00000 n
+0000027908 00000 n
+0000028032 00000 n
+0000028156 00000 n
+0000028281 00000 n
+0000028407 00000 n
+0000028533 00000 n
+0000028659 00000 n
+0000028785 00000 n
+0000028911 00000 n
+0000029054 00000 n
+0000029180 00000 n
+0000029306 00000 n
+0000029432 00000 n
+0000029558 00000 n
+0000029684 00000 n
+0000029810 00000 n
+0000029936 00000 n
+0000030062 00000 n
+0000030188 00000 n
+0000030314 00000 n
+0000030457 00000 n
+0000030583 00000 n
+0000030709 00000 n
+0000030835 00000 n
+0000030984 00000 n
+0000031110 00000 n
+0000031236 00000 n
+0000031362 00000 n
+0000031488 00000 n
+0000031614 00000 n
+0000031763 00000 n
+0000031890 00000 n
+0000032017 00000 n
+0000032144 00000 n
+0000032271 00000 n
+0000032398 00000 n
+0000032525 00000 n
+0000032652 00000 n
+0000032779 00000 n
+0000032906 00000 n
+0000033033 00000 n
+0000033160 00000 n
+0000033287 00000 n
+0000033414 00000 n
+0000033541 00000 n
+0000033668 00000 n
+0000033942 00000 n
+0000034703 00000 n
+0000034754 00000 n
+0000034999 00000 n
+0000035272 00000 n
+0000035913 00000 n
+0000035964 00000 n
+0000036208 00000 n
+0000036294 00000 n
+0000036380 00000 n
+0000036466 00000 n
+0000036552 00000 n
+0000036638 00000 n
+0000036724 00000 n
+0000036810 00000 n
+0000036896 00000 n
+0000036982 00000 n
+0000037068 00000 n
+0000037154 00000 n
+0000037240 00000 n
+0000037326 00000 n
+0000037412 00000 n
+0000037498 00000 n
+0000037584 00000 n
+0000037670 00000 n
+0000037756 00000 n
+0000037842 00000 n
+0000037928 00000 n
+0000038014 00000 n
+0000038100 00000 n
+0000038186 00000 n
+0000038272 00000 n
+0000038358 00000 n
+0000038444 00000 n
+0000038530 00000 n
+0000038616 00000 n
+0000038702 00000 n
+0000038788 00000 n
+0000038874 00000 n
+0000038960 00000 n
+0000039046 00000 n
+0000039132 00000 n
+0000039218 00000 n
+0000039304 00000 n
+0000039390 00000 n
+0000039476 00000 n
+0000039562 00000 n
+0000039648 00000 n
+0000039734 00000 n
+0000039820 00000 n
+0000039906 00000 n
+0000039992 00000 n
+0000056274 00000 n
+0000056327 00000 n
+0000067513 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 199
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+67537
+%%EOF
diff --git a/qpdf/qtest/qpdf/button-set-broken.out b/qpdf/qtest/qpdf/button-set-broken.out
new file mode 100644
index 00000000..fa7c9e76
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set-broken.out
@@ -0,0 +1,7 @@
+setting r1 via parent
+WARNING: button-set-broken.pdf, object 5 0 at offset 995: unable to set the value of this radio button
+turning checkbox1 on
+turning checkbox2 off
+WARNING: button-set-broken.pdf, object 7 0 at offset 1354: unable to set the value of this checkbox
+setting r2 via child
+test 51 done
diff --git a/qpdf/qtest/qpdf/button-set-broken.pdf b/qpdf/qtest/qpdf/button-set-broken.pdf
new file mode 100644
index 00000000..6e87e410
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set-broken.pdf
@@ -0,0 +1,3710 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /1
+>>
+endobj
+
+6 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /FT /Btn
+ /Kids [ 198 0 R ]
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /T (checkbox1)
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /XP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 197 0 R
+ 23 0 R
+ 198 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /XP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /FT /Btn
+ /Kids [ 197 0 R ]
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /F 4
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /F 4
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+xref
+0 199
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000985 00000 n
+0000001116 00000 n
+0000001344 00000 n
+0000001733 00000 n
+0000002122 00000 n
+0000002253 00000 n
+0000002607 00000 n
+0000003022 00000 n
+0000003466 00000 n
+0000003879 00000 n
+0000004330 00000 n
+0000004736 00000 n
+0000004875 00000 n
+0000005025 00000 n
+0000005115 00000 n
+0000005282 00000 n
+0000005302 00000 n
+0000005666 00000 n
+0000005873 00000 n
+0000006239 00000 n
+0000006407 00000 n
+0000006427 00000 n
+0000006665 00000 n
+0000006685 00000 n
+0000006766 00000 n
+0000006934 00000 n
+0000006954 00000 n
+0000007192 00000 n
+0000007212 00000 n
+0000007380 00000 n
+0000007400 00000 n
+0000007638 00000 n
+0000007658 00000 n
+0000008024 00000 n
+0000008388 00000 n
+0000008754 00000 n
+0000008923 00000 n
+0000008943 00000 n
+0000009144 00000 n
+0000009164 00000 n
+0000009365 00000 n
+0000009385 00000 n
+0000009588 00000 n
+0000009608 00000 n
+0000009807 00000 n
+0000009850 00000 n
+0000014676 00000 n
+0000014698 00000 n
+0000015482 00000 n
+0000015883 00000 n
+0000016334 00000 n
+0000018251 00000 n
+0000018621 00000 n
+0000020535 00000 n
+0000020911 00000 n
+0000020932 00000 n
+0000021100 00000 n
+0000021120 00000 n
+0000021496 00000 n
+0000021517 00000 n
+0000021685 00000 n
+0000021705 00000 n
+0000022081 00000 n
+0000022102 00000 n
+0000022270 00000 n
+0000022290 00000 n
+0000022666 00000 n
+0000022687 00000 n
+0000022855 00000 n
+0000022875 00000 n
+0000023251 00000 n
+0000023272 00000 n
+0000023440 00000 n
+0000023460 00000 n
+0000023836 00000 n
+0000023857 00000 n
+0000024025 00000 n
+0000024045 00000 n
+0000024158 00000 n
+0000024254 00000 n
+0000024367 00000 n
+0000024463 00000 n
+0000024576 00000 n
+0000024672 00000 n
+0000024768 00000 n
+0000024864 00000 n
+0000024960 00000 n
+0000025056 00000 n
+0000025152 00000 n
+0000025265 00000 n
+0000025361 00000 n
+0000025457 00000 n
+0000025553 00000 n
+0000025649 00000 n
+0000025745 00000 n
+0000025841 00000 n
+0000025938 00000 n
+0000026035 00000 n
+0000026132 00000 n
+0000026229 00000 n
+0000026343 00000 n
+0000026440 00000 n
+0000026537 00000 n
+0000026634 00000 n
+0000026731 00000 n
+0000026828 00000 n
+0000026925 00000 n
+0000027022 00000 n
+0000027119 00000 n
+0000027216 00000 n
+0000027313 00000 n
+0000027427 00000 n
+0000027524 00000 n
+0000027621 00000 n
+0000027718 00000 n
+0000027838 00000 n
+0000027935 00000 n
+0000028032 00000 n
+0000028129 00000 n
+0000028226 00000 n
+0000028323 00000 n
+0000028443 00000 n
+0000028541 00000 n
+0000028639 00000 n
+0000028737 00000 n
+0000028835 00000 n
+0000028933 00000 n
+0000029031 00000 n
+0000029129 00000 n
+0000029227 00000 n
+0000029325 00000 n
+0000029423 00000 n
+0000029521 00000 n
+0000029619 00000 n
+0000029717 00000 n
+0000029815 00000 n
+0000029913 00000 n
+0000030158 00000 n
+0000030919 00000 n
+0000030941 00000 n
+0000031157 00000 n
+0000031401 00000 n
+0000032042 00000 n
+0000032064 00000 n
+0000032279 00000 n
+0000032336 00000 n
+0000032393 00000 n
+0000032450 00000 n
+0000032507 00000 n
+0000032564 00000 n
+0000032621 00000 n
+0000032678 00000 n
+0000032735 00000 n
+0000032792 00000 n
+0000032849 00000 n
+0000032906 00000 n
+0000032963 00000 n
+0000033020 00000 n
+0000033077 00000 n
+0000033134 00000 n
+0000033191 00000 n
+0000033248 00000 n
+0000033305 00000 n
+0000033362 00000 n
+0000033419 00000 n
+0000033476 00000 n
+0000033533 00000 n
+0000033590 00000 n
+0000033647 00000 n
+0000033704 00000 n
+0000033761 00000 n
+0000033818 00000 n
+0000033875 00000 n
+0000033932 00000 n
+0000033989 00000 n
+0000034046 00000 n
+0000034103 00000 n
+0000034160 00000 n
+0000034217 00000 n
+0000034274 00000 n
+0000034331 00000 n
+0000034388 00000 n
+0000034445 00000 n
+0000034502 00000 n
+0000034559 00000 n
+0000034616 00000 n
+0000034673 00000 n
+0000034730 00000 n
+0000034787 00000 n
+0000051069 00000 n
+0000051093 00000 n
+0000062279 00000 n
+0000062303 00000 n
+0000062506 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 199
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><ecae7a672bccf334835b54867b208438>]
+>>
+startxref
+62711
+%%EOF
diff --git a/qpdf/qtest/qpdf/button-set-out.pdf b/qpdf/qtest/qpdf/button-set-out.pdf
new file mode 100644
index 00000000..b7ceae01
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set-out.pdf
@@ -0,0 +1,3883 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Off
+ /FT /Btn
+ /Kids [
+ 25 0 R
+ ]
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /T (checkbox1)
+ /V /Yes
+>>
+endobj
+
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 26 0 R
+ /Yes 28 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 30 0 R
+ /Yes 32 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 34 0 R
+ 35 0 R
+ 36 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /3
+>>
+endobj
+
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /AP <<
+ /N 37 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /AP <<
+ /N 39 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /AP <<
+ /N 41 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /AP <<
+ /N 43 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /AP <<
+ /N 45 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 47 0 R
+ 23 0 R
+ 25 0 R
+ 7 0 R
+ 8 0 R
+ 34 0 R
+ 35 0 R
+ 36 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents 48 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /K [
+ 50 0 R
+ ]
+ /ParentTree 51 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /F1 52 0 R
+ /F2 53 0 R
+ /F3 54 0 R
+ /F4 55 0 R
+ /ZaDi 24 0 R
+>>
+endobj
+
+%% Original object ID: 19 0
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+%% Original object ID: 21 0
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 56 0 R
+ /Off 58 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 22 0
+22 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /FT /Btn
+ /Kids [
+ 47 0 R
+ ]
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+>>
+endobj
+
+%% Original object ID: 23 0
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 28 0
+24 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 198 0
+25 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 64 0 R
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /F 4
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 29 0
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+27 0 obj
+12
+endobj
+
+%% Original object ID: 31 0
+28 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 29 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+29 0 obj
+82
+endobj
+
+%% Original object ID: 33 0
+30 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 31 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+31 0 obj
+12
+endobj
+
+%% Original object ID: 35 0
+32 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 33 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+33 0 obj
+82
+endobj
+
+%% Original object ID: 37 0
+34 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 38 0
+35 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 39 0
+36 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /3
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 24 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Original object ID: 40 0
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+38 0 obj
+12
+endobj
+
+%% Original object ID: 42 0
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+40 0 obj
+46
+endobj
+
+%% Original object ID: 44 0
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+42 0 obj
+46
+endobj
+
+%% Original object ID: 46 0
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+44 0 obj
+47
+endobj
+
+%% Original object ID: 48 0
+45 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+46 0 obj
+45
+endobj
+
+%% Original object ID: 197 0
+47 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /2
+ /F 4
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 50 0
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+49 0 obj
+4747
+endobj
+
+%% Original object ID: 52 0
+50 0 obj
+<<
+ /K [
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 53 0
+51 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 84 0 R
+ 86 0 R
+ 88 0 R
+ 95 0 R
+ 106 0 R
+ 117 0 R
+ 121 0 R
+ 121 0 R
+ 127 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 54 0
+52 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 143 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 144 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+%% Original object ID: 55 0
+53 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 146 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+%% Original object ID: 56 0
+54 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 147 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 148 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+%% Original object ID: 57 0
+55 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 150 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+%% Original object ID: 58 0
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 57 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+57 0 obj
+220
+endobj
+
+%% Original object ID: 60 0
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+59 0 obj
+12
+endobj
+
+%% Original object ID: 66 0
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+220
+endobj
+
+%% Original object ID: 68 0
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+%% Original object ID: 24 0
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+%% Original object ID: 26 0
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+67 0 obj
+82
+endobj
+
+%% Original object ID: 70 0
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+%% Original object ID: 72 0
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+%% Original object ID: 74 0
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+%% Original object ID: 76 0
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+%% Original object ID: 78 0
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+%% Original object ID: 80 0
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+%% Original object ID: 62 0
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+%% Original object ID: 64 0
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+%% Original object ID: 82 0
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 0
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 83 0
+85 0 obj
+<<
+ /A 152 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 84 0
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 1
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 85 0
+87 0 obj
+<<
+ /A 154 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 86 0
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 2
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 87 0
+89 0 obj
+<<
+ /A 156 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 88 0
+90 0 obj
+<<
+ /A 157 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 89 0
+91 0 obj
+<<
+ /A 158 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 90 0
+92 0 obj
+<<
+ /A 159 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 91 0
+93 0 obj
+<<
+ /A 160 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 92 0
+94 0 obj
+<<
+ /A 161 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 93 0
+95 0 obj
+<<
+ /A 162 0 R
+ /K [
+ 3
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 94 0
+96 0 obj
+<<
+ /A 163 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 95 0
+97 0 obj
+<<
+ /A 164 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 96 0
+98 0 obj
+<<
+ /A 165 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 97 0
+99 0 obj
+<<
+ /A 166 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 98 0
+100 0 obj
+<<
+ /A 167 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 99 0
+101 0 obj
+<<
+ /A 168 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 100 0
+102 0 obj
+<<
+ /A 169 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 101 0
+103 0 obj
+<<
+ /A 170 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 102 0
+104 0 obj
+<<
+ /A 171 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 103 0
+105 0 obj
+<<
+ /A 172 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 104 0
+106 0 obj
+<<
+ /A 173 0 R
+ /K [
+ 4
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 105 0
+107 0 obj
+<<
+ /A 174 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 106 0
+108 0 obj
+<<
+ /A 175 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 107 0
+109 0 obj
+<<
+ /A 176 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 108 0
+110 0 obj
+<<
+ /A 177 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 109 0
+111 0 obj
+<<
+ /A 178 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 110 0
+112 0 obj
+<<
+ /A 179 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 111 0
+113 0 obj
+<<
+ /A 180 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 112 0
+114 0 obj
+<<
+ /A 181 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 113 0
+115 0 obj
+<<
+ /A 182 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 114 0
+116 0 obj
+<<
+ /A 183 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 115 0
+117 0 obj
+<<
+ /A 184 0 R
+ /K [
+ 5
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 116 0
+118 0 obj
+<<
+ /A 185 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 117 0
+119 0 obj
+<<
+ /A 186 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 118 0
+120 0 obj
+<<
+ /A 187 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 119 0
+121 0 obj
+<<
+ /A 188 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 120 0
+122 0 obj
+<<
+ /A 189 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 121 0
+123 0 obj
+<<
+ /A 190 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 122 0
+124 0 obj
+<<
+ /A 191 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 123 0
+125 0 obj
+<<
+ /A 192 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 124 0
+126 0 obj
+<<
+ /A 193 0 R
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 125 0
+127 0 obj
+<<
+ /A 194 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 126 0
+128 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 127 0
+129 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 128 0
+130 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 129 0
+131 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 130 0
+132 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 131 0
+133 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 132 0
+134 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 133 0
+135 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 134 0
+136 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 135 0
+137 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 136 0
+138 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 137 0
+139 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 138 0
+140 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 139 0
+141 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 140 0
+142 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 50 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 141 0
+143 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 195 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 142 0
+144 0 obj
+<<
+ /Length 145 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+145 0 obj
+702
+endobj
+
+%% Original object ID: 144 0
+146 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 145 0
+147 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 197 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 146 0
+148 0 obj
+<<
+ /Length 149 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+149 0 obj
+582
+endobj
+
+%% Original object ID: 148 0
+150 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+%% Original object ID: 149 0
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 150 0
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 151 0
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 152 0
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 153 0
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 154 0
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 155 0
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 156 0
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 157 0
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 158 0
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 159 0
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 160 0
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 161 0
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 162 0
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 163 0
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 164 0
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 165 0
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 166 0
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 167 0
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 168 0
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 169 0
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 170 0
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 171 0
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 172 0
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 173 0
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 174 0
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 175 0
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 176 0
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 177 0
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 178 0
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 179 0
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 180 0
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 181 0
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 182 0
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 183 0
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 184 0
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 185 0
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 186 0
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 187 0
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 188 0
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 189 0
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 190 0
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 191 0
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 192 0
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+%% Original object ID: 193 0
+195 0 obj
+<<
+ /Length1 16184
+ /Length 196 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+16184
+endobj
+
+%% Original object ID: 195 0
+197 0 obj
+<<
+ /Length1 11088
+ /Length 198 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+198 0 obj
+11088
+endobj
+
+xref
+0 199
+0000000000 65535 f
+0000000052 00000 n
+0000000493 00000 n
+0000000705 00000 n
+0000000805 00000 n
+0000001120 00000 n
+0000001278 00000 n
+0000001538 00000 n
+0000001954 00000 n
+0000002370 00000 n
+0000002529 00000 n
+0000002911 00000 n
+0000003354 00000 n
+0000003826 00000 n
+0000004267 00000 n
+0000004746 00000 n
+0000005178 00000 n
+0000005345 00000 n
+0000005523 00000 n
+0000005641 00000 n
+0000005808 00000 n
+0000005856 00000 n
+0000006250 00000 n
+0000006490 00000 n
+0000006884 00000 n
+0000006994 00000 n
+0000007226 00000 n
+0000007394 00000 n
+0000007442 00000 n
+0000007680 00000 n
+0000007728 00000 n
+0000007896 00000 n
+0000007944 00000 n
+0000008182 00000 n
+0000008230 00000 n
+0000008624 00000 n
+0000009018 00000 n
+0000009410 00000 n
+0000009579 00000 n
+0000009627 00000 n
+0000009828 00000 n
+0000009876 00000 n
+0000010077 00000 n
+0000010125 00000 n
+0000010328 00000 n
+0000010376 00000 n
+0000010575 00000 n
+0000010624 00000 n
+0000010875 00000 n
+0000015701 00000 n
+0000015751 00000 n
+0000016565 00000 n
+0000016994 00000 n
+0000017473 00000 n
+0000019418 00000 n
+0000019816 00000 n
+0000021758 00000 n
+0000022134 00000 n
+0000022183 00000 n
+0000022351 00000 n
+0000022399 00000 n
+0000022775 00000 n
+0000022824 00000 n
+0000022992 00000 n
+0000023040 00000 n
+0000023208 00000 n
+0000023256 00000 n
+0000023494 00000 n
+0000023542 00000 n
+0000023918 00000 n
+0000023967 00000 n
+0000024135 00000 n
+0000024183 00000 n
+0000024559 00000 n
+0000024608 00000 n
+0000024776 00000 n
+0000024824 00000 n
+0000025200 00000 n
+0000025249 00000 n
+0000025417 00000 n
+0000025465 00000 n
+0000025841 00000 n
+0000025890 00000 n
+0000026058 00000 n
+0000026106 00000 n
+0000026247 00000 n
+0000026371 00000 n
+0000026512 00000 n
+0000026636 00000 n
+0000026777 00000 n
+0000026901 00000 n
+0000027025 00000 n
+0000027149 00000 n
+0000027273 00000 n
+0000027397 00000 n
+0000027521 00000 n
+0000027662 00000 n
+0000027786 00000 n
+0000027910 00000 n
+0000028034 00000 n
+0000028158 00000 n
+0000028283 00000 n
+0000028409 00000 n
+0000028535 00000 n
+0000028661 00000 n
+0000028787 00000 n
+0000028913 00000 n
+0000029056 00000 n
+0000029182 00000 n
+0000029308 00000 n
+0000029434 00000 n
+0000029560 00000 n
+0000029686 00000 n
+0000029812 00000 n
+0000029938 00000 n
+0000030064 00000 n
+0000030190 00000 n
+0000030316 00000 n
+0000030459 00000 n
+0000030585 00000 n
+0000030711 00000 n
+0000030837 00000 n
+0000030986 00000 n
+0000031112 00000 n
+0000031238 00000 n
+0000031364 00000 n
+0000031490 00000 n
+0000031616 00000 n
+0000031765 00000 n
+0000031892 00000 n
+0000032019 00000 n
+0000032146 00000 n
+0000032273 00000 n
+0000032400 00000 n
+0000032527 00000 n
+0000032654 00000 n
+0000032781 00000 n
+0000032908 00000 n
+0000033035 00000 n
+0000033162 00000 n
+0000033289 00000 n
+0000033416 00000 n
+0000033543 00000 n
+0000033670 00000 n
+0000033944 00000 n
+0000034705 00000 n
+0000034756 00000 n
+0000035001 00000 n
+0000035274 00000 n
+0000035915 00000 n
+0000035966 00000 n
+0000036210 00000 n
+0000036296 00000 n
+0000036382 00000 n
+0000036468 00000 n
+0000036554 00000 n
+0000036640 00000 n
+0000036726 00000 n
+0000036812 00000 n
+0000036898 00000 n
+0000036984 00000 n
+0000037070 00000 n
+0000037156 00000 n
+0000037242 00000 n
+0000037328 00000 n
+0000037414 00000 n
+0000037500 00000 n
+0000037586 00000 n
+0000037672 00000 n
+0000037758 00000 n
+0000037844 00000 n
+0000037930 00000 n
+0000038016 00000 n
+0000038102 00000 n
+0000038188 00000 n
+0000038274 00000 n
+0000038360 00000 n
+0000038446 00000 n
+0000038532 00000 n
+0000038618 00000 n
+0000038704 00000 n
+0000038790 00000 n
+0000038876 00000 n
+0000038962 00000 n
+0000039048 00000 n
+0000039134 00000 n
+0000039220 00000 n
+0000039306 00000 n
+0000039392 00000 n
+0000039478 00000 n
+0000039564 00000 n
+0000039650 00000 n
+0000039736 00000 n
+0000039822 00000 n
+0000039908 00000 n
+0000039994 00000 n
+0000056276 00000 n
+0000056329 00000 n
+0000067515 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 199
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+67539
+%%EOF
diff --git a/qpdf/qtest/qpdf/button-set.out b/qpdf/qtest/qpdf/button-set.out
new file mode 100644
index 00000000..11776aaa
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set.out
@@ -0,0 +1,5 @@
+setting r1 via parent
+turning checkbox1 on
+turning checkbox2 off
+setting r2 via child
+test 51 done
diff --git a/qpdf/qtest/qpdf/button-set.pdf b/qpdf/qtest/qpdf/button-set.pdf
new file mode 100644
index 00000000..fe96f336
--- /dev/null
+++ b/qpdf/qtest/qpdf/button-set.pdf
@@ -0,0 +1,3710 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /1
+>>
+endobj
+
+6 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /FT /Btn
+ /Kids [ 198 0 R ]
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /T (checkbox1)
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 197 0 R
+ 23 0 R
+ 198 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /FT /Btn
+ /Kids [ 197 0 R ]
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /F 4
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /F 4
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+xref
+0 199
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000985 00000 n
+0000001116 00000 n
+0000001344 00000 n
+0000001733 00000 n
+0000002122 00000 n
+0000002253 00000 n
+0000002607 00000 n
+0000003022 00000 n
+0000003466 00000 n
+0000003879 00000 n
+0000004330 00000 n
+0000004736 00000 n
+0000004875 00000 n
+0000005025 00000 n
+0000005115 00000 n
+0000005282 00000 n
+0000005302 00000 n
+0000005666 00000 n
+0000005873 00000 n
+0000006239 00000 n
+0000006407 00000 n
+0000006427 00000 n
+0000006665 00000 n
+0000006685 00000 n
+0000006766 00000 n
+0000006934 00000 n
+0000006954 00000 n
+0000007192 00000 n
+0000007212 00000 n
+0000007380 00000 n
+0000007400 00000 n
+0000007638 00000 n
+0000007658 00000 n
+0000008024 00000 n
+0000008388 00000 n
+0000008754 00000 n
+0000008923 00000 n
+0000008943 00000 n
+0000009144 00000 n
+0000009164 00000 n
+0000009365 00000 n
+0000009385 00000 n
+0000009588 00000 n
+0000009608 00000 n
+0000009807 00000 n
+0000009850 00000 n
+0000014676 00000 n
+0000014698 00000 n
+0000015482 00000 n
+0000015883 00000 n
+0000016334 00000 n
+0000018251 00000 n
+0000018621 00000 n
+0000020535 00000 n
+0000020911 00000 n
+0000020932 00000 n
+0000021100 00000 n
+0000021120 00000 n
+0000021496 00000 n
+0000021517 00000 n
+0000021685 00000 n
+0000021705 00000 n
+0000022081 00000 n
+0000022102 00000 n
+0000022270 00000 n
+0000022290 00000 n
+0000022666 00000 n
+0000022687 00000 n
+0000022855 00000 n
+0000022875 00000 n
+0000023251 00000 n
+0000023272 00000 n
+0000023440 00000 n
+0000023460 00000 n
+0000023836 00000 n
+0000023857 00000 n
+0000024025 00000 n
+0000024045 00000 n
+0000024158 00000 n
+0000024254 00000 n
+0000024367 00000 n
+0000024463 00000 n
+0000024576 00000 n
+0000024672 00000 n
+0000024768 00000 n
+0000024864 00000 n
+0000024960 00000 n
+0000025056 00000 n
+0000025152 00000 n
+0000025265 00000 n
+0000025361 00000 n
+0000025457 00000 n
+0000025553 00000 n
+0000025649 00000 n
+0000025745 00000 n
+0000025841 00000 n
+0000025938 00000 n
+0000026035 00000 n
+0000026132 00000 n
+0000026229 00000 n
+0000026343 00000 n
+0000026440 00000 n
+0000026537 00000 n
+0000026634 00000 n
+0000026731 00000 n
+0000026828 00000 n
+0000026925 00000 n
+0000027022 00000 n
+0000027119 00000 n
+0000027216 00000 n
+0000027313 00000 n
+0000027427 00000 n
+0000027524 00000 n
+0000027621 00000 n
+0000027718 00000 n
+0000027838 00000 n
+0000027935 00000 n
+0000028032 00000 n
+0000028129 00000 n
+0000028226 00000 n
+0000028323 00000 n
+0000028443 00000 n
+0000028541 00000 n
+0000028639 00000 n
+0000028737 00000 n
+0000028835 00000 n
+0000028933 00000 n
+0000029031 00000 n
+0000029129 00000 n
+0000029227 00000 n
+0000029325 00000 n
+0000029423 00000 n
+0000029521 00000 n
+0000029619 00000 n
+0000029717 00000 n
+0000029815 00000 n
+0000029913 00000 n
+0000030158 00000 n
+0000030919 00000 n
+0000030941 00000 n
+0000031157 00000 n
+0000031401 00000 n
+0000032042 00000 n
+0000032064 00000 n
+0000032279 00000 n
+0000032336 00000 n
+0000032393 00000 n
+0000032450 00000 n
+0000032507 00000 n
+0000032564 00000 n
+0000032621 00000 n
+0000032678 00000 n
+0000032735 00000 n
+0000032792 00000 n
+0000032849 00000 n
+0000032906 00000 n
+0000032963 00000 n
+0000033020 00000 n
+0000033077 00000 n
+0000033134 00000 n
+0000033191 00000 n
+0000033248 00000 n
+0000033305 00000 n
+0000033362 00000 n
+0000033419 00000 n
+0000033476 00000 n
+0000033533 00000 n
+0000033590 00000 n
+0000033647 00000 n
+0000033704 00000 n
+0000033761 00000 n
+0000033818 00000 n
+0000033875 00000 n
+0000033932 00000 n
+0000033989 00000 n
+0000034046 00000 n
+0000034103 00000 n
+0000034160 00000 n
+0000034217 00000 n
+0000034274 00000 n
+0000034331 00000 n
+0000034388 00000 n
+0000034445 00000 n
+0000034502 00000 n
+0000034559 00000 n
+0000034616 00000 n
+0000034673 00000 n
+0000034730 00000 n
+0000034787 00000 n
+0000051069 00000 n
+0000051093 00000 n
+0000062279 00000 n
+0000062303 00000 n
+0000062506 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 199
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><ecae7a672bccf334835b54867b208438>]
+>>
+startxref
+62711
+%%EOF
diff --git a/qpdf/qtest/qpdf/bytes-fallback.out b/qpdf/qtest/qpdf/bytes-fallback.out
new file mode 100644
index 00000000..ba7e81f8
--- /dev/null
+++ b/qpdf/qtest/qpdf/bytes-fallback.out
@@ -0,0 +1 @@
+qpdf: WARNING: supplied password looks like a Unicode password with characters not allowed in passwords for 40-bit and 128-bit encryption; most readers will not be able to open this file with the supplied password. (Use --password-mode=bytes to suppress this warning and use the password anyway.)
diff --git a/qpdf/qtest/qpdf/check-at-file.out b/qpdf/qtest/qpdf/check-at-file.out
new file mode 100644
index 00000000..9d4f1618
--- /dev/null
+++ b/qpdf/qtest/qpdf/check-at-file.out
@@ -0,0 +1,6 @@
+checking @file.pdf
+PDF Version: 1.3
+File is not encrypted
+File is not linearized
+No syntax or stream encoding errors found; the file may still contain
+errors that qpdf cannot detect
diff --git a/qpdf/qtest/qpdf/coalesce-split-1-2.pdf b/qpdf/qtest/qpdf/coalesce-split-1-2.pdf
new file mode 100644
index 00000000..4542411e
--- /dev/null
+++ b/qpdf/qtest/qpdf/coalesce-split-1-2.pdf
@@ -0,0 +1,231 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 2
+ /Kids [
+ 3 0 R
+ 4 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents [
+ 5 0 R
+ 7 0 R
+ 9 0 R
+ 11 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 14 0
+4 0 obj
+<<
+ /Contents 15 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 17 0 R
+ >>
+ /ProcSet 18 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+5 0 obj
+<<
+ /Length 6 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Pot
+endstream
+endobj
+
+%QDF: ignore_newline
+6 0 obj
+33
+endobj
+
+%% Contents for page 1
+%% Original object ID: 6 0
+7 0 obj
+<<
+ /Length 8 0 R
+>>
+stream
+ato) Tj
+ET [ /array
+endstream
+endobj
+
+%QDF: ignore_newline
+8 0 obj
+19
+endobj
+
+%% Contents for page 1
+%% Original object ID: 8 0
+9 0 obj
+<<
+ /Length 10 0 R
+>>
+stream
+/split ] BI
+/CS /G/W 66/H 47/BPC 8/F/Fl/DP<</Predictor 15/Columns 66>>
+ID xœÅÖIà P|ÿC;UÈ`ÀÓ7‘Z© ¦ĘÚæ}Dðï_´øÉW©„œÄ-”ˆ>ÿ‡À>”^&®¡uâ]€"!‡•–*¬&E|Sy® ðd-€<B0Bú@Nê+<hlèKÐî/56L ‰ã £–¹¦>0>Yù!cì\Y Ø%Yð¥Ö8?& Öëˆ}j’ûè;«3ÂÖlpÛsHöûtú
+endstream
+endobj
+
+%QDF: ignore_newline
+10 0 obj
+253
+endobj
+
+%% Contents for page 1
+%% Original object ID: 10 0
+11 0 obj
+<<
+ /Length 12 0 R
+>>
+stream
+QØTt*hÌUúãwÍÕÐ%¨)p–³"•DiRj¹–DYNUÓÙAv’Fà&
+ÍÔu#c•ÆW ô߉W“O
+EI
+endstream
+endobj
+
+%QDF: ignore_newline
+12 0 obj
+65
+endobj
+
+%% Original object ID: 12 0
+13 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 13 0
+14 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Length 16 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+16 0 obj
+44
+endobj
+
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 18 0
+18 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 19
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000252 00000 n
+0000000525 00000 n
+0000000770 00000 n
+0000000880 00000 n
+0000000949 00000 n
+0000001045 00000 n
+0000001114 00000 n
+0000001445 00000 n
+0000001517 00000 n
+0000001661 00000 n
+0000001709 00000 n
+0000001856 00000 n
+0000001943 00000 n
+0000002044 00000 n
+0000002092 00000 n
+0000002239 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 19
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+2275
+%%EOF
diff --git a/qpdf/qtest/qpdf/coalesce-split.out b/qpdf/qtest/qpdf/coalesce-split.out
new file mode 100644
index 00000000..5e18173c
--- /dev/null
+++ b/qpdf/qtest/qpdf/coalesce-split.out
@@ -0,0 +1,10 @@
+WARNING: coalesce.pdf, object 3 0 at offset 181: Bad token found while scanning content stream; not attempting to remove unreferenced objects from this page
+WARNING: empty PDF: content normalization encountered bad tokens
+WARNING: empty PDF: normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: empty PDF: Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+WARNING: empty PDF: content normalization encountered bad tokens
+WARNING: empty PDF: Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+WARNING: empty PDF: content normalization encountered bad tokens
+WARNING: empty PDF: normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: empty PDF: Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/collate-even.pdf b/qpdf/qtest/qpdf/collate-even.pdf
new file mode 100644
index 00000000..efba8a6d
--- /dev/null
+++ b/qpdf/qtest/qpdf/collate-even.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/collate-odd.pdf b/qpdf/qtest/qpdf/collate-odd.pdf
new file mode 100644
index 00000000..cb1a588a
--- /dev/null
+++ b/qpdf/qtest/qpdf/collate-odd.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/comment-annotation-direct-out.pdf b/qpdf/qtest/qpdf/comment-annotation-direct-out.pdf
new file mode 100644
index 00000000..369fe0b7
--- /dev/null
+++ b/qpdf/qtest/qpdf/comment-annotation-direct-out.pdf
@@ -0,0 +1,174 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 4 0 R
+ 6 0 R
+ 8 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet 11 0 R
+ /XObject <<
+ /Fxo1 12 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+q
+endstream
+endobj
+
+5 0 obj
+2
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+7 0 obj
+44
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 235.00000 703.00000 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+9 0 obj
+71
+endobj
+
+10 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+11 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+12 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 13 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+%QDF: ignore_newline
+13 0 obj
+928
+endobj
+
+xref
+0 14
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000450 00000 n
+0000000507 00000 n
+0000000548 00000 n
+0000000647 00000 n
+0000000689 00000 n
+0000000815 00000 n
+0000000834 00000 n
+0000000953 00000 n
+0000000989 00000 n
+0000002233 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 14
+ /ID [<c5b1999a07a3fdcd0c04cfeed299c25a><31415926535897932384626433832795>]
+>>
+startxref
+2254
+%%EOF
diff --git a/qpdf/qtest/qpdf/comment-annotation-direct.pdf b/qpdf/qtest/qpdf/comment-annotation-direct.pdf
new file mode 100644
index 00000000..24de0a22
--- /dev/null
+++ b/qpdf/qtest/qpdf/comment-annotation-direct.pdf
@@ -0,0 +1,182 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 5 0 R
+ ]
+ /Contents 6 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 8 0 R
+ >>
+ /ProcSet 9 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 10 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 3 0 R
+ /Popup 5 0 R
+ /Rect [
+ 235
+ 703
+ 253
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+5 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 4 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+7 0 obj
+44
+endobj
+
+8 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+9 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+10 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 11 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+%QDF: ignore_newline
+11 0 obj
+928
+endobj
+
+xref
+0 12
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000389 00000 n
+0000000718 00000 n
+0000000880 00000 n
+0000000979 00000 n
+0000000998 00000 n
+0000001116 00000 n
+0000001151 00000 n
+0000002395 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 12
+ /ID [<c5b1999a07a3fdcd0c04cfeed299c25a><0ddac86998f1552ce51b2c402848bd8e>]
+>>
+startxref
+2416
+%%EOF
diff --git a/qpdf/qtest/qpdf/comment-annotation-out.pdf b/qpdf/qtest/qpdf/comment-annotation-out.pdf
new file mode 100644
index 00000000..369fe0b7
--- /dev/null
+++ b/qpdf/qtest/qpdf/comment-annotation-out.pdf
@@ -0,0 +1,174 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 4 0 R
+ 6 0 R
+ 8 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet 11 0 R
+ /XObject <<
+ /Fxo1 12 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+q
+endstream
+endobj
+
+5 0 obj
+2
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+7 0 obj
+44
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 235.00000 703.00000 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+9 0 obj
+71
+endobj
+
+10 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+11 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+12 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 13 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+%QDF: ignore_newline
+13 0 obj
+928
+endobj
+
+xref
+0 14
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000450 00000 n
+0000000507 00000 n
+0000000548 00000 n
+0000000647 00000 n
+0000000689 00000 n
+0000000815 00000 n
+0000000834 00000 n
+0000000953 00000 n
+0000000989 00000 n
+0000002233 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 14
+ /ID [<c5b1999a07a3fdcd0c04cfeed299c25a><31415926535897932384626433832795>]
+>>
+startxref
+2254
+%%EOF
diff --git a/qpdf/qtest/qpdf/comment-annotation.pdf b/qpdf/qtest/qpdf/comment-annotation.pdf
new file mode 100644
index 00000000..ed53c03f
--- /dev/null
+++ b/qpdf/qtest/qpdf/comment-annotation.pdf
@@ -0,0 +1,187 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Annots 4 0 R
+ /Contents 5 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 7 0 R
+ >>
+ /ProcSet 8 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+[
+ 9 0 R
+ 10 0 R
+]
+endobj
+
+%% Contents for page 1
+5 0 obj
+<<
+ /Length 6 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+6 0 obj
+44
+endobj
+
+7 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+8 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+9 0 obj
+<<
+ /AP <<
+ /N 11 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 3 0 R
+ /Popup 10 0 R
+ /Rect [
+ 235
+ 703
+ 253
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+10 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 9 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+11 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 12 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+%QDF: ignore_newline
+12 0 obj
+928
+endobj
+
+xref
+0 13
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000369 00000 n
+0000000429 00000 n
+0000000528 00000 n
+0000000547 00000 n
+0000000665 00000 n
+0000000700 00000 n
+0000001030 00000 n
+0000001170 00000 n
+0000002414 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 13
+ /ID [<c5b1999a07a3fdcd0c04cfeed299c25a><c5b1999a07a3fdcd0c04cfeed299c25a>]
+>>
+startxref
+2435
+%%EOF
diff --git a/qpdf/qtest/qpdf/completion-decode-l.out b/qpdf/qtest/qpdf/completion-decode-l.out
new file mode 100644
index 00000000..ca228636
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-decode-l.out
@@ -0,0 +1,2 @@
+--decode-level=
+!--help
diff --git a/qpdf/qtest/qpdf/completion-decode-level-g-zsh.out b/qpdf/qtest/qpdf/completion-decode-level-g-zsh.out
new file mode 100644
index 00000000..47a40bba
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-decode-level-g-zsh.out
@@ -0,0 +1,6 @@
+--decode-level=generalized
+!--decode-level=all
+!--decode-level=none
+!all
+!generalized
+!none
diff --git a/qpdf/qtest/qpdf/completion-decode-level-g.out b/qpdf/qtest/qpdf/completion-decode-level-g.out
new file mode 100644
index 00000000..ab5d711d
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-decode-level-g.out
@@ -0,0 +1,6 @@
+generalized
+!--decode-level=all
+!--decode-level=generalized
+!--decode-level=none
+!all
+!none
diff --git a/qpdf/qtest/qpdf/completion-decode-level-zsh.out b/qpdf/qtest/qpdf/completion-decode-level-zsh.out
new file mode 100644
index 00000000..0d5d2e33
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-decode-level-zsh.out
@@ -0,0 +1,7 @@
+--decode-level=all
+--decode-level=generalized
+--decode-level=none
+!--help
+!all
+!generalized
+!none
diff --git a/qpdf/qtest/qpdf/completion-decode-level.out b/qpdf/qtest/qpdf/completion-decode-level.out
new file mode 100644
index 00000000..3e48c118
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-decode-level.out
@@ -0,0 +1,7 @@
+all
+generalized
+none
+!--decode-level=all
+!--decode-level=generalized
+!--decode-level=none
+!--help
diff --git a/qpdf/qtest/qpdf/completion-enc.out b/qpdf/qtest/qpdf/completion-enc.out
new file mode 100644
index 00000000..994ef604
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-enc.out
@@ -0,0 +1 @@
+--encrypt
diff --git a/qpdf/qtest/qpdf/completion-encrypt-128.out b/qpdf/qtest/qpdf/completion-encrypt-128.out
new file mode 100644
index 00000000..b16bce76
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-128.out
@@ -0,0 +1,2 @@
+--force-V4
+!--force-R5
diff --git a/qpdf/qtest/qpdf/completion-encrypt-256.out b/qpdf/qtest/qpdf/completion-encrypt-256.out
new file mode 100644
index 00000000..6521d2a2
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-256.out
@@ -0,0 +1,2 @@
+--force-R5
+!--force-V4
diff --git a/qpdf/qtest/qpdf/completion-encrypt-40.out b/qpdf/qtest/qpdf/completion-encrypt-40.out
new file mode 100644
index 00000000..3a184a6b
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-40.out
@@ -0,0 +1,3 @@
+--annotate=
+!--force-R5
+!--force-V4
diff --git a/qpdf/qtest/qpdf/completion-encrypt-bad.out b/qpdf/qtest/qpdf/completion-encrypt-bad.out
new file mode 100644
index 00000000..3732840b
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-bad.out
@@ -0,0 +1,2 @@
+!--help
+!--print
diff --git a/qpdf/qtest/qpdf/completion-encrypt-u-o.out b/qpdf/qtest/qpdf/completion-encrypt-u-o.out
new file mode 100644
index 00000000..ad6bc9cf
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-u-o.out
@@ -0,0 +1,3 @@
+128
+256
+40
diff --git a/qpdf/qtest/qpdf/completion-encrypt-u.out b/qpdf/qtest/qpdf/completion-encrypt-u.out
new file mode 100644
index 00000000..0d8a0622
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt-u.out
@@ -0,0 +1 @@
+owner-password
diff --git a/qpdf/qtest/qpdf/completion-encrypt.out b/qpdf/qtest/qpdf/completion-encrypt.out
new file mode 100644
index 00000000..4577a128
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-encrypt.out
@@ -0,0 +1,2 @@
+user-password
+!--print
diff --git a/qpdf/qtest/qpdf/completion-later-arg.out b/qpdf/qtest/qpdf/completion-later-arg.out
new file mode 100644
index 00000000..33c129ff
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-later-arg.out
@@ -0,0 +1,7 @@
+--check
+--decode-level=
+--encrypt
+!--completion-bash
+!--copyright
+!--help
+!--version
diff --git a/qpdf/qtest/qpdf/completion-quoting.out b/qpdf/qtest/qpdf/completion-quoting.out
new file mode 100644
index 00000000..0d8a0622
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-quoting.out
@@ -0,0 +1 @@
+owner-password
diff --git a/qpdf/qtest/qpdf/completion-split.out b/qpdf/qtest/qpdf/completion-split.out
new file mode 100644
index 00000000..12423c95
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-split.out
@@ -0,0 +1,2 @@
+--split-pages
+--split-pages=
diff --git a/qpdf/qtest/qpdf/completion-top-arg.out b/qpdf/qtest/qpdf/completion-top-arg.out
new file mode 100644
index 00000000..0214970d
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-top-arg.out
@@ -0,0 +1,7 @@
+--check
+--completion-bash
+--copyright
+--decode-level=
+--encrypt
+--help
+--version
diff --git a/qpdf/qtest/qpdf/completion-top.out b/qpdf/qtest/qpdf/completion-top.out
new file mode 100644
index 00000000..26ae7664
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-top.out
@@ -0,0 +1,3 @@
+!--copyright
+!--help
+!--version
diff --git a/qpdf/qtest/qpdf/completion-usage-empty.out b/qpdf/qtest/qpdf/completion-usage-empty.out
new file mode 100644
index 00000000..442e725d
--- /dev/null
+++ b/qpdf/qtest/qpdf/completion-usage-empty.out
@@ -0,0 +1 @@
+!--check
diff --git a/qpdf/qtest/qpdf/compress-objstm-xref.pdf b/qpdf/qtest/qpdf/compress-objstm-xref.pdf
new file mode 100644
index 00000000..a121ef24
--- /dev/null
+++ b/qpdf/qtest/qpdf/compress-objstm-xref.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/copy-foreign-objects-out3.pdf b/qpdf/qtest/qpdf/copy-foreign-objects-out3.pdf
index f2911a2d..489aef8e 100644
--- a/qpdf/qtest/qpdf/copy-foreign-objects-out3.pdf
+++ b/qpdf/qtest/qpdf/copy-foreign-objects-out3.pdf
@@ -1,45 +1,63 @@
%PDF-1.3
%¿÷¢þ
1 0 obj
-<< /Pages 3 0 R /Type /Catalog >>
+<< /Pages 6 0 R /Type /Catalog >>
endobj
2 0 obj
-<< /O1 4 0 R /O2 5 0 R /O3 6 0 R /This-is-QTest true >>
+<< /O1 7 0 R /O2 8 0 R /O3 9 0 R /This-is-QTest true >>
endobj
3 0 obj
-<< /Count 3 /Kids [ 7 0 R 8 0 R 6 0 R ] /Type /Pages >>
+<< /Length 20 >>
+stream
+new data for stream
+endstream
endobj
4 0 obj
-[ /This-is-O1 /potato << /O2 [ 3.14159 << /O2 5 0 R >> 2.17828 ] >> /salad /O2 5 0 R /Stream1 9 0 R ]
+<< /Length 7 >>
+stream
+potato
+endstream
endobj
5 0 obj
-<< /K1 [ 2.236 /O1 4 0 R 1.732 ] /O1 4 0 R /This-is-O2 true >>
+<< /Length 21 >>
+stream
+more data for stream
+endstream
endobj
6 0 obj
-<< /Contents 10 0 R /MediaBox [ 0 0 612 792 ] /OtherPage 8 0 R /Parent 3 0 R /Resources << /Font << /F1 11 0 R >> /ProcSet [ /PDF /Text ] >> /Rotate 180 /This-is-O3 true /Type /Page >>
+<< /Count 3 /Kids [ 10 0 R 11 0 R 9 0 R ] /Type /Pages >>
endobj
7 0 obj
-<< /Contents 12 0 R /MediaBox [ 0 0 612 792 ] /Parent 3 0 R /Resources << /Font << /F1 13 0 R >> /ProcSet 14 0 R >> /Type /Page >>
+[ /This-is-O1 /potato << /O2 [ 3.14159 << /O2 8 0 R >> 2.17828 ] >> /salad /O2 8 0 R /Stream1 12 0 R ]
endobj
8 0 obj
-<< /Contents 15 0 R /MediaBox [ 0 0 612 792 ] /Parent 3 0 R /Resources << /Font << /F1 11 0 R >> /ProcSet [ /PDF /Text ] >> /Rotate 180 /This-is-O3-other-page true /Type /Page >>
+<< /K1 [ 2.236 /O1 7 0 R 1.732 ] /O1 7 0 R /This-is-O2 true >>
endobj
9 0 obj
-<< /Stream2 16 0 R /This-is-Stream1 true /Length 18 >>
+<< /Contents 13 0 R /MediaBox [ 0 0 612 792 ] /OtherPage 11 0 R /Parent 6 0 R /Resources << /Font << /F1 14 0 R >> /ProcSet [ /PDF /Text ] >> /Rotate 180 /This-is-O3 true /Type /Page >>
+endobj
+10 0 obj
+<< /Contents 15 0 R /MediaBox [ 0 0 612 792 ] /Parent 6 0 R /Resources << /Font << /F1 16 0 R >> /ProcSet 17 0 R >> /Type /Page >>
+endobj
+11 0 obj
+<< /Contents 18 0 R /MediaBox [ 0 0 612 792 ] /Parent 6 0 R /Resources << /Font << /F1 14 0 R >> /ProcSet [ /PDF /Text ] >> /Rotate 180 /This-is-O3-other-page true /Type /Page >>
+endobj
+12 0 obj
+<< /Stream2 19 0 R /This-is-Stream1 true /Length 18 >>
stream
This is stream 1.
endstream
endobj
-10 0 obj
+13 0 obj
<< /Length 47 >>
stream
BT /F1 15 Tf 72 720 Td (Original page 2) Tj ET
endstream
endobj
-11 0 obj
+14 0 obj
<< /BaseFont /Times-Roman /Encoding /WinAnsiEncoding /Subtype /Type1 /Type /Font >>
endobj
-12 0 obj
+15 0 obj
<< /Length 44 >>
stream
BT
@@ -49,44 +67,47 @@ BT
ET
endstream
endobj
-13 0 obj
+16 0 obj
<< /BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font >>
endobj
-14 0 obj
+17 0 obj
[ /PDF /Text ]
endobj
-15 0 obj
+18 0 obj
<< /Length 47 >>
stream
BT /F1 15 Tf 72 720 Td (Original page 3) Tj ET
endstream
endobj
-16 0 obj
-<< /Stream1 9 0 R /This-is-Stream2 true /Length 18 >>
+19 0 obj
+<< /Stream1 12 0 R /This-is-Stream2 true /Length 18 >>
stream
This is stream 2.
endstream
endobj
xref
-0 17
+0 20
0000000000 65535 f
0000000015 00000 n
0000000064 00000 n
0000000135 00000 n
-0000000206 00000 n
-0000000323 00000 n
-0000000401 00000 n
-0000000601 00000 n
-0000000747 00000 n
-0000000941 00000 n
-0000001046 00000 n
-0000001143 00000 n
-0000001243 00000 n
-0000001337 00000 n
-0000001445 00000 n
-0000001476 00000 n
-0000001573 00000 n
-trailer << /QTest 2 0 R /Root 1 0 R /Size 17 /ID [<31415926535897932384626433832795><31415926535897932384626433832795>] >>
+0000000204 00000 n
+0000000259 00000 n
+0000000329 00000 n
+0000000402 00000 n
+0000000520 00000 n
+0000000598 00000 n
+0000000799 00000 n
+0000000946 00000 n
+0000001141 00000 n
+0000001247 00000 n
+0000001344 00000 n
+0000001444 00000 n
+0000001538 00000 n
+0000001646 00000 n
+0000001677 00000 n
+0000001774 00000 n
+trailer << /QTest 2 0 R /QTest2 [ 3 0 R 4 0 R 5 0 R ] /Root 1 0 R /Size 20 /ID [<31415926535897932384626433832795><31415926535897932384626433832795>] >>
startxref
-1678
+1880
%%EOF
diff --git a/qpdf/qtest/qpdf/damaged-inline-image-out.pdf b/qpdf/qtest/qpdf/damaged-inline-image-out.pdf
new file mode 100644
index 00000000..43a3731e
--- /dev/null
+++ b/qpdf/qtest/qpdf/damaged-inline-image-out.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/damaged-inline-image.pdf b/qpdf/qtest/qpdf/damaged-inline-image.pdf
new file mode 100644
index 00000000..90bc1173
--- /dev/null
+++ b/qpdf/qtest/qpdf/damaged-inline-image.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/dangling-refs-dangling-out.pdf b/qpdf/qtest/qpdf/dangling-refs-dangling-out.pdf
new file mode 100644
index 00000000..96f81068
--- /dev/null
+++ b/qpdf/qtest/qpdf/dangling-refs-dangling-out.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/dangling-refs-dangling.out b/qpdf/qtest/qpdf/dangling-refs-dangling.out
new file mode 100644
index 00000000..cf1522c4
--- /dev/null
+++ b/qpdf/qtest/qpdf/dangling-refs-dangling.out
@@ -0,0 +1,13 @@
+all objects
+1 0 R
+2 0 R
+3 0 R
+4 0 R
+5 0 R
+6 0 R
+7 0 R
+8 0 R
+9 0 R
+10 0 R
+11 0 R
+test 53 done
diff --git a/qpdf/qtest/qpdf/dangling-refs.pdf b/qpdf/qtest/qpdf/dangling-refs.pdf
new file mode 100644
index 00000000..77c66616
--- /dev/null
+++ b/qpdf/qtest/qpdf/dangling-refs.pdf
@@ -0,0 +1,104 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+ /Dangling 8 0 R
+ /AlsoDangling [
+ 9 0 R
+ <<
+ /yes 2 0 R
+ /no 10 0 R
+ /nope 8 0 R
+ >>
+ ]
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 6 0 R
+ >>
+ /ProcSet 7 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+5 0 obj
+44
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 8
+0000000000 65535 f
+0000000025 00000 n
+0000000195 00000 n
+0000000277 00000 n
+0000000492 00000 n
+0000000591 00000 n
+0000000610 00000 n
+0000000728 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 8
+ /ID [<7141a6cf32de469328cf0f51982b5f89><7141a6cf32de469328cf0f51982b5f89>]
+>>
+startxref
+763
+%%EOF
diff --git a/qpdf/qtest/qpdf/direct-pages-fixed.pdf b/qpdf/qtest/qpdf/direct-pages-fixed.pdf
new file mode 100644
index 00000000..ab577e8c
--- /dev/null
+++ b/qpdf/qtest/qpdf/direct-pages-fixed.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/direct-pages-json.out b/qpdf/qtest/qpdf/direct-pages-json.out
new file mode 100644
index 00000000..c003161a
--- /dev/null
+++ b/qpdf/qtest/qpdf/direct-pages-json.out
@@ -0,0 +1,104 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "2 0 R": {
+ "/Count": 2,
+ "/Kids": [
+ {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
+ },
+ "/Type": "/Page"
+ },
+ {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
+ },
+ "/Type": "/Page"
+ }
+ ],
+ "/Type": "/Pages"
+ },
+ "3 0 R": {
+ "/Length": "4 0 R"
+ },
+ "4 0 R": 44,
+ "5 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "6 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "trailer": {
+ "/ID": [
+ "\u0013#Â¥ï¬|WzfsU…©6ŸÎ<",
+ "7,¿DöÛ‹«`Ù&<\u000f\u000bÒj"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 7
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "3 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "3 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/direct-pages.out b/qpdf/qtest/qpdf/direct-pages.out
new file mode 100644
index 00000000..4b4c3c47
--- /dev/null
+++ b/qpdf/qtest/qpdf/direct-pages.out
@@ -0,0 +1,6 @@
+page 1: 7 0 R
+ content:
+ 3 0 R
+page 2: 8 0 R
+ content:
+ 3 0 R
diff --git a/qpdf/qtest/qpdf/direct-pages.pdf b/qpdf/qtest/qpdf/direct-pages.pdf
new file mode 100644
index 00000000..c8f1c4ee
--- /dev/null
+++ b/qpdf/qtest/qpdf/direct-pages.pdf
@@ -0,0 +1,111 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 2
+ /Kids [
+ <<
+ /Contents 3 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 5 0 R
+ >>
+ /ProcSet 6 0 R
+ >>
+ /Type /Page
+ >>
+ <<
+ /Contents 3 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 5 0 R
+ >>
+ /ProcSet 6 0 R
+ >>
+ /Type /Page
+ >>
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Contents for page 2
+%% Original object ID: 4 0
+3 0 obj
+<<
+ /Length 4 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+4 0 obj
+44
+endobj
+
+%% Original object ID: 6 0
+5 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 7 0
+6 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 7
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000733 00000 n
+0000000832 00000 n
+0000000878 00000 n
+0000001023 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 7
+ /ID [<1323a5937c577a66735583a93698ce3c><372cbf44f6db88ab60d9263c0f0bd26a>]
+>>
+startxref
+1058
+%%EOF
diff --git a/qpdf/qtest/qpdf/disable-kfo.out b/qpdf/qtest/qpdf/disable-kfo.out
new file mode 100644
index 00000000..4aec24b6
--- /dev/null
+++ b/qpdf/qtest/qpdf/disable-kfo.out
@@ -0,0 +1,405 @@
+qpdf: selecting --keep-open-files=n
+qpdf: processing 001-kfo.pdf
+qpdf: processing 002-kfo.pdf
+qpdf: processing 003-kfo.pdf
+qpdf: processing 004-kfo.pdf
+qpdf: processing 005-kfo.pdf
+qpdf: processing 006-kfo.pdf
+qpdf: processing 007-kfo.pdf
+qpdf: processing 008-kfo.pdf
+qpdf: processing 009-kfo.pdf
+qpdf: processing 010-kfo.pdf
+qpdf: processing 011-kfo.pdf
+qpdf: processing 012-kfo.pdf
+qpdf: processing 013-kfo.pdf
+qpdf: processing 014-kfo.pdf
+qpdf: processing 015-kfo.pdf
+qpdf: processing 016-kfo.pdf
+qpdf: processing 017-kfo.pdf
+qpdf: processing 018-kfo.pdf
+qpdf: processing 019-kfo.pdf
+qpdf: processing 020-kfo.pdf
+qpdf: processing 021-kfo.pdf
+qpdf: processing 022-kfo.pdf
+qpdf: processing 023-kfo.pdf
+qpdf: processing 024-kfo.pdf
+qpdf: processing 025-kfo.pdf
+qpdf: processing 026-kfo.pdf
+qpdf: processing 027-kfo.pdf
+qpdf: processing 028-kfo.pdf
+qpdf: processing 029-kfo.pdf
+qpdf: processing 030-kfo.pdf
+qpdf: processing 031-kfo.pdf
+qpdf: processing 032-kfo.pdf
+qpdf: processing 033-kfo.pdf
+qpdf: processing 034-kfo.pdf
+qpdf: processing 035-kfo.pdf
+qpdf: processing 036-kfo.pdf
+qpdf: processing 037-kfo.pdf
+qpdf: processing 038-kfo.pdf
+qpdf: processing 039-kfo.pdf
+qpdf: processing 040-kfo.pdf
+qpdf: processing 041-kfo.pdf
+qpdf: processing 042-kfo.pdf
+qpdf: processing 043-kfo.pdf
+qpdf: processing 044-kfo.pdf
+qpdf: processing 045-kfo.pdf
+qpdf: processing 046-kfo.pdf
+qpdf: processing 047-kfo.pdf
+qpdf: processing 048-kfo.pdf
+qpdf: processing 049-kfo.pdf
+qpdf: processing 050-kfo.pdf
+qpdf: processing 051-kfo.pdf
+qpdf: processing 052-kfo.pdf
+qpdf: processing 053-kfo.pdf
+qpdf: processing 054-kfo.pdf
+qpdf: processing 055-kfo.pdf
+qpdf: processing 056-kfo.pdf
+qpdf: processing 057-kfo.pdf
+qpdf: processing 058-kfo.pdf
+qpdf: processing 059-kfo.pdf
+qpdf: processing 060-kfo.pdf
+qpdf: processing 061-kfo.pdf
+qpdf: processing 062-kfo.pdf
+qpdf: processing 063-kfo.pdf
+qpdf: processing 064-kfo.pdf
+qpdf: processing 065-kfo.pdf
+qpdf: processing 066-kfo.pdf
+qpdf: processing 067-kfo.pdf
+qpdf: processing 068-kfo.pdf
+qpdf: processing 069-kfo.pdf
+qpdf: processing 070-kfo.pdf
+qpdf: processing 071-kfo.pdf
+qpdf: processing 072-kfo.pdf
+qpdf: processing 073-kfo.pdf
+qpdf: processing 074-kfo.pdf
+qpdf: processing 075-kfo.pdf
+qpdf: processing 076-kfo.pdf
+qpdf: processing 077-kfo.pdf
+qpdf: processing 078-kfo.pdf
+qpdf: processing 079-kfo.pdf
+qpdf: processing 080-kfo.pdf
+qpdf: processing 081-kfo.pdf
+qpdf: processing 082-kfo.pdf
+qpdf: processing 083-kfo.pdf
+qpdf: processing 084-kfo.pdf
+qpdf: processing 085-kfo.pdf
+qpdf: processing 086-kfo.pdf
+qpdf: processing 087-kfo.pdf
+qpdf: processing 088-kfo.pdf
+qpdf: processing 089-kfo.pdf
+qpdf: processing 090-kfo.pdf
+qpdf: processing 091-kfo.pdf
+qpdf: processing 092-kfo.pdf
+qpdf: processing 093-kfo.pdf
+qpdf: processing 094-kfo.pdf
+qpdf: processing 095-kfo.pdf
+qpdf: processing 096-kfo.pdf
+qpdf: processing 097-kfo.pdf
+qpdf: processing 098-kfo.pdf
+qpdf: processing 099-kfo.pdf
+qpdf: processing 100-kfo.pdf
+qpdf: processing 101-kfo.pdf
+qpdf: processing 102-kfo.pdf
+qpdf: processing 103-kfo.pdf
+qpdf: processing 104-kfo.pdf
+qpdf: processing 105-kfo.pdf
+qpdf: processing 106-kfo.pdf
+qpdf: processing 107-kfo.pdf
+qpdf: processing 108-kfo.pdf
+qpdf: processing 109-kfo.pdf
+qpdf: processing 110-kfo.pdf
+qpdf: processing 111-kfo.pdf
+qpdf: processing 112-kfo.pdf
+qpdf: processing 113-kfo.pdf
+qpdf: processing 114-kfo.pdf
+qpdf: processing 115-kfo.pdf
+qpdf: processing 116-kfo.pdf
+qpdf: processing 117-kfo.pdf
+qpdf: processing 118-kfo.pdf
+qpdf: processing 119-kfo.pdf
+qpdf: processing 120-kfo.pdf
+qpdf: processing 121-kfo.pdf
+qpdf: processing 122-kfo.pdf
+qpdf: processing 123-kfo.pdf
+qpdf: processing 124-kfo.pdf
+qpdf: processing 125-kfo.pdf
+qpdf: processing 126-kfo.pdf
+qpdf: processing 127-kfo.pdf
+qpdf: processing 128-kfo.pdf
+qpdf: processing 129-kfo.pdf
+qpdf: processing 130-kfo.pdf
+qpdf: processing 131-kfo.pdf
+qpdf: processing 132-kfo.pdf
+qpdf: processing 133-kfo.pdf
+qpdf: processing 134-kfo.pdf
+qpdf: processing 135-kfo.pdf
+qpdf: processing 136-kfo.pdf
+qpdf: processing 137-kfo.pdf
+qpdf: processing 138-kfo.pdf
+qpdf: processing 139-kfo.pdf
+qpdf: processing 140-kfo.pdf
+qpdf: processing 141-kfo.pdf
+qpdf: processing 142-kfo.pdf
+qpdf: processing 143-kfo.pdf
+qpdf: processing 144-kfo.pdf
+qpdf: processing 145-kfo.pdf
+qpdf: processing 146-kfo.pdf
+qpdf: processing 147-kfo.pdf
+qpdf: processing 148-kfo.pdf
+qpdf: processing 149-kfo.pdf
+qpdf: processing 150-kfo.pdf
+qpdf: processing 151-kfo.pdf
+qpdf: processing 152-kfo.pdf
+qpdf: processing 153-kfo.pdf
+qpdf: processing 154-kfo.pdf
+qpdf: processing 155-kfo.pdf
+qpdf: processing 156-kfo.pdf
+qpdf: processing 157-kfo.pdf
+qpdf: processing 158-kfo.pdf
+qpdf: processing 159-kfo.pdf
+qpdf: processing 160-kfo.pdf
+qpdf: processing 161-kfo.pdf
+qpdf: processing 162-kfo.pdf
+qpdf: processing 163-kfo.pdf
+qpdf: processing 164-kfo.pdf
+qpdf: processing 165-kfo.pdf
+qpdf: processing 166-kfo.pdf
+qpdf: processing 167-kfo.pdf
+qpdf: processing 168-kfo.pdf
+qpdf: processing 169-kfo.pdf
+qpdf: processing 170-kfo.pdf
+qpdf: processing 171-kfo.pdf
+qpdf: processing 172-kfo.pdf
+qpdf: processing 173-kfo.pdf
+qpdf: processing 174-kfo.pdf
+qpdf: processing 175-kfo.pdf
+qpdf: processing 176-kfo.pdf
+qpdf: processing 177-kfo.pdf
+qpdf: processing 178-kfo.pdf
+qpdf: processing 179-kfo.pdf
+qpdf: processing 180-kfo.pdf
+qpdf: processing 181-kfo.pdf
+qpdf: processing 182-kfo.pdf
+qpdf: processing 183-kfo.pdf
+qpdf: processing 184-kfo.pdf
+qpdf: processing 185-kfo.pdf
+qpdf: processing 186-kfo.pdf
+qpdf: processing 187-kfo.pdf
+qpdf: processing 188-kfo.pdf
+qpdf: processing 189-kfo.pdf
+qpdf: processing 190-kfo.pdf
+qpdf: processing 191-kfo.pdf
+qpdf: processing 192-kfo.pdf
+qpdf: processing 193-kfo.pdf
+qpdf: processing 194-kfo.pdf
+qpdf: processing 195-kfo.pdf
+qpdf: processing 196-kfo.pdf
+qpdf: processing 197-kfo.pdf
+qpdf: processing 198-kfo.pdf
+qpdf: processing 199-kfo.pdf
+qpdf: processing 200-kfo.pdf
+qpdf: processing 201-kfo.pdf
+qpdf: removing unreferenced pages from primary input
+qpdf: adding pages from 001-kfo.pdf
+qpdf: adding pages from 002-kfo.pdf
+qpdf: adding pages from 003-kfo.pdf
+qpdf: adding pages from 004-kfo.pdf
+qpdf: adding pages from 005-kfo.pdf
+qpdf: adding pages from 006-kfo.pdf
+qpdf: adding pages from 007-kfo.pdf
+qpdf: adding pages from 008-kfo.pdf
+qpdf: adding pages from 009-kfo.pdf
+qpdf: adding pages from 010-kfo.pdf
+qpdf: adding pages from 011-kfo.pdf
+qpdf: adding pages from 012-kfo.pdf
+qpdf: adding pages from 013-kfo.pdf
+qpdf: adding pages from 014-kfo.pdf
+qpdf: adding pages from 015-kfo.pdf
+qpdf: adding pages from 016-kfo.pdf
+qpdf: adding pages from 017-kfo.pdf
+qpdf: adding pages from 018-kfo.pdf
+qpdf: adding pages from 019-kfo.pdf
+qpdf: adding pages from 020-kfo.pdf
+qpdf: adding pages from 021-kfo.pdf
+qpdf: adding pages from 022-kfo.pdf
+qpdf: adding pages from 023-kfo.pdf
+qpdf: adding pages from 024-kfo.pdf
+qpdf: adding pages from 025-kfo.pdf
+qpdf: adding pages from 026-kfo.pdf
+qpdf: adding pages from 027-kfo.pdf
+qpdf: adding pages from 028-kfo.pdf
+qpdf: adding pages from 029-kfo.pdf
+qpdf: adding pages from 030-kfo.pdf
+qpdf: adding pages from 031-kfo.pdf
+qpdf: adding pages from 032-kfo.pdf
+qpdf: adding pages from 033-kfo.pdf
+qpdf: adding pages from 034-kfo.pdf
+qpdf: adding pages from 035-kfo.pdf
+qpdf: adding pages from 036-kfo.pdf
+qpdf: adding pages from 037-kfo.pdf
+qpdf: adding pages from 038-kfo.pdf
+qpdf: adding pages from 039-kfo.pdf
+qpdf: adding pages from 040-kfo.pdf
+qpdf: adding pages from 041-kfo.pdf
+qpdf: adding pages from 042-kfo.pdf
+qpdf: adding pages from 043-kfo.pdf
+qpdf: adding pages from 044-kfo.pdf
+qpdf: adding pages from 045-kfo.pdf
+qpdf: adding pages from 046-kfo.pdf
+qpdf: adding pages from 047-kfo.pdf
+qpdf: adding pages from 048-kfo.pdf
+qpdf: adding pages from 049-kfo.pdf
+qpdf: adding pages from 050-kfo.pdf
+qpdf: adding pages from 051-kfo.pdf
+qpdf: adding pages from 052-kfo.pdf
+qpdf: adding pages from 053-kfo.pdf
+qpdf: adding pages from 054-kfo.pdf
+qpdf: adding pages from 055-kfo.pdf
+qpdf: adding pages from 056-kfo.pdf
+qpdf: adding pages from 057-kfo.pdf
+qpdf: adding pages from 058-kfo.pdf
+qpdf: adding pages from 059-kfo.pdf
+qpdf: adding pages from 060-kfo.pdf
+qpdf: adding pages from 061-kfo.pdf
+qpdf: adding pages from 062-kfo.pdf
+qpdf: adding pages from 063-kfo.pdf
+qpdf: adding pages from 064-kfo.pdf
+qpdf: adding pages from 065-kfo.pdf
+qpdf: adding pages from 066-kfo.pdf
+qpdf: adding pages from 067-kfo.pdf
+qpdf: adding pages from 068-kfo.pdf
+qpdf: adding pages from 069-kfo.pdf
+qpdf: adding pages from 070-kfo.pdf
+qpdf: adding pages from 071-kfo.pdf
+qpdf: adding pages from 072-kfo.pdf
+qpdf: adding pages from 073-kfo.pdf
+qpdf: adding pages from 074-kfo.pdf
+qpdf: adding pages from 075-kfo.pdf
+qpdf: adding pages from 076-kfo.pdf
+qpdf: adding pages from 077-kfo.pdf
+qpdf: adding pages from 078-kfo.pdf
+qpdf: adding pages from 079-kfo.pdf
+qpdf: adding pages from 080-kfo.pdf
+qpdf: adding pages from 081-kfo.pdf
+qpdf: adding pages from 082-kfo.pdf
+qpdf: adding pages from 083-kfo.pdf
+qpdf: adding pages from 084-kfo.pdf
+qpdf: adding pages from 085-kfo.pdf
+qpdf: adding pages from 086-kfo.pdf
+qpdf: adding pages from 087-kfo.pdf
+qpdf: adding pages from 088-kfo.pdf
+qpdf: adding pages from 089-kfo.pdf
+qpdf: adding pages from 090-kfo.pdf
+qpdf: adding pages from 091-kfo.pdf
+qpdf: adding pages from 092-kfo.pdf
+qpdf: adding pages from 093-kfo.pdf
+qpdf: adding pages from 094-kfo.pdf
+qpdf: adding pages from 095-kfo.pdf
+qpdf: adding pages from 096-kfo.pdf
+qpdf: adding pages from 097-kfo.pdf
+qpdf: adding pages from 098-kfo.pdf
+qpdf: adding pages from 099-kfo.pdf
+qpdf: adding pages from 100-kfo.pdf
+qpdf: adding pages from 101-kfo.pdf
+qpdf: adding pages from 102-kfo.pdf
+qpdf: adding pages from 103-kfo.pdf
+qpdf: adding pages from 104-kfo.pdf
+qpdf: adding pages from 105-kfo.pdf
+qpdf: adding pages from 106-kfo.pdf
+qpdf: adding pages from 107-kfo.pdf
+qpdf: adding pages from 108-kfo.pdf
+qpdf: adding pages from 109-kfo.pdf
+qpdf: adding pages from 110-kfo.pdf
+qpdf: adding pages from 111-kfo.pdf
+qpdf: adding pages from 112-kfo.pdf
+qpdf: adding pages from 113-kfo.pdf
+qpdf: adding pages from 114-kfo.pdf
+qpdf: adding pages from 115-kfo.pdf
+qpdf: adding pages from 116-kfo.pdf
+qpdf: adding pages from 117-kfo.pdf
+qpdf: adding pages from 118-kfo.pdf
+qpdf: adding pages from 119-kfo.pdf
+qpdf: adding pages from 120-kfo.pdf
+qpdf: adding pages from 121-kfo.pdf
+qpdf: adding pages from 122-kfo.pdf
+qpdf: adding pages from 123-kfo.pdf
+qpdf: adding pages from 124-kfo.pdf
+qpdf: adding pages from 125-kfo.pdf
+qpdf: adding pages from 126-kfo.pdf
+qpdf: adding pages from 127-kfo.pdf
+qpdf: adding pages from 128-kfo.pdf
+qpdf: adding pages from 129-kfo.pdf
+qpdf: adding pages from 130-kfo.pdf
+qpdf: adding pages from 131-kfo.pdf
+qpdf: adding pages from 132-kfo.pdf
+qpdf: adding pages from 133-kfo.pdf
+qpdf: adding pages from 134-kfo.pdf
+qpdf: adding pages from 135-kfo.pdf
+qpdf: adding pages from 136-kfo.pdf
+qpdf: adding pages from 137-kfo.pdf
+qpdf: adding pages from 138-kfo.pdf
+qpdf: adding pages from 139-kfo.pdf
+qpdf: adding pages from 140-kfo.pdf
+qpdf: adding pages from 141-kfo.pdf
+qpdf: adding pages from 142-kfo.pdf
+qpdf: adding pages from 143-kfo.pdf
+qpdf: adding pages from 144-kfo.pdf
+qpdf: adding pages from 145-kfo.pdf
+qpdf: adding pages from 146-kfo.pdf
+qpdf: adding pages from 147-kfo.pdf
+qpdf: adding pages from 148-kfo.pdf
+qpdf: adding pages from 149-kfo.pdf
+qpdf: adding pages from 150-kfo.pdf
+qpdf: adding pages from 151-kfo.pdf
+qpdf: adding pages from 152-kfo.pdf
+qpdf: adding pages from 153-kfo.pdf
+qpdf: adding pages from 154-kfo.pdf
+qpdf: adding pages from 155-kfo.pdf
+qpdf: adding pages from 156-kfo.pdf
+qpdf: adding pages from 157-kfo.pdf
+qpdf: adding pages from 158-kfo.pdf
+qpdf: adding pages from 159-kfo.pdf
+qpdf: adding pages from 160-kfo.pdf
+qpdf: adding pages from 161-kfo.pdf
+qpdf: adding pages from 162-kfo.pdf
+qpdf: adding pages from 163-kfo.pdf
+qpdf: adding pages from 164-kfo.pdf
+qpdf: adding pages from 165-kfo.pdf
+qpdf: adding pages from 166-kfo.pdf
+qpdf: adding pages from 167-kfo.pdf
+qpdf: adding pages from 168-kfo.pdf
+qpdf: adding pages from 169-kfo.pdf
+qpdf: adding pages from 170-kfo.pdf
+qpdf: adding pages from 171-kfo.pdf
+qpdf: adding pages from 172-kfo.pdf
+qpdf: adding pages from 173-kfo.pdf
+qpdf: adding pages from 174-kfo.pdf
+qpdf: adding pages from 175-kfo.pdf
+qpdf: adding pages from 176-kfo.pdf
+qpdf: adding pages from 177-kfo.pdf
+qpdf: adding pages from 178-kfo.pdf
+qpdf: adding pages from 179-kfo.pdf
+qpdf: adding pages from 180-kfo.pdf
+qpdf: adding pages from 181-kfo.pdf
+qpdf: adding pages from 182-kfo.pdf
+qpdf: adding pages from 183-kfo.pdf
+qpdf: adding pages from 184-kfo.pdf
+qpdf: adding pages from 185-kfo.pdf
+qpdf: adding pages from 186-kfo.pdf
+qpdf: adding pages from 187-kfo.pdf
+qpdf: adding pages from 188-kfo.pdf
+qpdf: adding pages from 189-kfo.pdf
+qpdf: adding pages from 190-kfo.pdf
+qpdf: adding pages from 191-kfo.pdf
+qpdf: adding pages from 192-kfo.pdf
+qpdf: adding pages from 193-kfo.pdf
+qpdf: adding pages from 194-kfo.pdf
+qpdf: adding pages from 195-kfo.pdf
+qpdf: adding pages from 196-kfo.pdf
+qpdf: adding pages from 197-kfo.pdf
+qpdf: adding pages from 198-kfo.pdf
+qpdf: adding pages from 199-kfo.pdf
+qpdf: adding pages from 200-kfo.pdf
+qpdf: adding pages from 201-kfo.pdf
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/duplicate-pages.pdf b/qpdf/qtest/qpdf/duplicate-pages.pdf
new file mode 100644
index 00000000..7119ef58
--- /dev/null
+++ b/qpdf/qtest/qpdf/duplicate-pages.pdf
@@ -0,0 +1,335 @@
+%PDF-1.4
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /PageLabels <<
+ /Nums [
+ 0
+ <<
+ /S /r
+ /St 5
+ >>
+ 1
+ <<
+ /S /r
+ /St 4
+ >>
+ 3
+ <<
+ /S /r
+ /St 4
+ >>
+ 4
+ <<
+ /St 5
+ >>
+ ]
+ >>
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /CreationDate (D:20120721200217)
+ /Producer (Apex PDFWriter)
+>>
+endobj
+
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Count 7
+ /Kids [
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 9 0 R
+ 10 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 9 0
+4 0 obj
+<<
+ /Contents 11 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 8 0
+5 0 obj
+<<
+ /Contents 14 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 27 0
+6 0 obj
+<<
+ /Contents 11 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 28 0
+7 0 obj
+<<
+ /Contents 14 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 29 0
+8 0 obj
+<<
+ /Contents 16 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 18 0 R
+ >>
+ /ProcSet 19 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 33 0
+9 0 obj
+<<
+ /Contents 16 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 18 0 R
+ >>
+ /ProcSet 19 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 34 0
+10 0 obj
+<<
+ /Contents 16 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 18 0 R
+ >>
+ /ProcSet 19 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 3
+%% Original object ID: 21 0
+11 0 obj
+<<
+ /Length 12 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 6) Tj ET
+endstream
+endobj
+
+12 0 obj
+47
+endobj
+
+%% Original object ID: 16 0
+13 0 obj
+<<
+ /BaseFont /Times-Roman
+ /Encoding /WinAnsiEncoding
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Contents for page 4
+%% Original object ID: 20 0
+14 0 obj
+<<
+ /Length 15 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 5) Tj ET
+endstream
+endobj
+
+15 0 obj
+47
+endobj
+
+%% Contents for page 7
+%% Original object ID: 30 0
+16 0 obj
+<<
+ /Length 17 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+17 0 obj
+44
+endobj
+
+%% Original object ID: 31 0
+18 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 32 0
+19 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 20
+0000000000 65535 f
+0000000052 00000 n
+0000000375 00000 n
+0000000488 00000 n
+0000000658 00000 n
+0000000914 00000 n
+0000001171 00000 n
+0000001428 00000 n
+0000001685 00000 n
+0000001918 00000 n
+0000002151 00000 n
+0000002398 00000 n
+0000002502 00000 n
+0000002550 00000 n
+0000002710 00000 n
+0000002814 00000 n
+0000002885 00000 n
+0000002986 00000 n
+0000003034 00000 n
+0000003181 00000 n
+trailer <<
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 20
+ /ID [<e032a88c7a987db6ca3abee555506ccc><31415926535897932384626433832795>]
+>>
+startxref
+3217
+%%EOF
diff --git a/qpdf/qtest/qpdf/enable-kfo.out b/qpdf/qtest/qpdf/enable-kfo.out
new file mode 100644
index 00000000..b889638c
--- /dev/null
+++ b/qpdf/qtest/qpdf/enable-kfo.out
@@ -0,0 +1,203 @@
+qpdf: selecting --keep-open-files=y
+qpdf: processing 100-kfo.pdf
+qpdf: processing 101-kfo.pdf
+qpdf: processing 102-kfo.pdf
+qpdf: processing 103-kfo.pdf
+qpdf: processing 104-kfo.pdf
+qpdf: processing 105-kfo.pdf
+qpdf: processing 106-kfo.pdf
+qpdf: processing 107-kfo.pdf
+qpdf: processing 108-kfo.pdf
+qpdf: processing 109-kfo.pdf
+qpdf: processing 110-kfo.pdf
+qpdf: processing 111-kfo.pdf
+qpdf: processing 112-kfo.pdf
+qpdf: processing 113-kfo.pdf
+qpdf: processing 114-kfo.pdf
+qpdf: processing 115-kfo.pdf
+qpdf: processing 116-kfo.pdf
+qpdf: processing 117-kfo.pdf
+qpdf: processing 118-kfo.pdf
+qpdf: processing 119-kfo.pdf
+qpdf: processing 120-kfo.pdf
+qpdf: processing 121-kfo.pdf
+qpdf: processing 122-kfo.pdf
+qpdf: processing 123-kfo.pdf
+qpdf: processing 124-kfo.pdf
+qpdf: processing 125-kfo.pdf
+qpdf: processing 126-kfo.pdf
+qpdf: processing 127-kfo.pdf
+qpdf: processing 128-kfo.pdf
+qpdf: processing 129-kfo.pdf
+qpdf: processing 130-kfo.pdf
+qpdf: processing 131-kfo.pdf
+qpdf: processing 132-kfo.pdf
+qpdf: processing 133-kfo.pdf
+qpdf: processing 134-kfo.pdf
+qpdf: processing 135-kfo.pdf
+qpdf: processing 136-kfo.pdf
+qpdf: processing 137-kfo.pdf
+qpdf: processing 138-kfo.pdf
+qpdf: processing 139-kfo.pdf
+qpdf: processing 140-kfo.pdf
+qpdf: processing 141-kfo.pdf
+qpdf: processing 142-kfo.pdf
+qpdf: processing 143-kfo.pdf
+qpdf: processing 144-kfo.pdf
+qpdf: processing 145-kfo.pdf
+qpdf: processing 146-kfo.pdf
+qpdf: processing 147-kfo.pdf
+qpdf: processing 148-kfo.pdf
+qpdf: processing 149-kfo.pdf
+qpdf: processing 150-kfo.pdf
+qpdf: processing 151-kfo.pdf
+qpdf: processing 152-kfo.pdf
+qpdf: processing 153-kfo.pdf
+qpdf: processing 154-kfo.pdf
+qpdf: processing 155-kfo.pdf
+qpdf: processing 156-kfo.pdf
+qpdf: processing 157-kfo.pdf
+qpdf: processing 158-kfo.pdf
+qpdf: processing 159-kfo.pdf
+qpdf: processing 160-kfo.pdf
+qpdf: processing 161-kfo.pdf
+qpdf: processing 162-kfo.pdf
+qpdf: processing 163-kfo.pdf
+qpdf: processing 164-kfo.pdf
+qpdf: processing 165-kfo.pdf
+qpdf: processing 166-kfo.pdf
+qpdf: processing 167-kfo.pdf
+qpdf: processing 168-kfo.pdf
+qpdf: processing 169-kfo.pdf
+qpdf: processing 170-kfo.pdf
+qpdf: processing 171-kfo.pdf
+qpdf: processing 172-kfo.pdf
+qpdf: processing 173-kfo.pdf
+qpdf: processing 174-kfo.pdf
+qpdf: processing 175-kfo.pdf
+qpdf: processing 176-kfo.pdf
+qpdf: processing 177-kfo.pdf
+qpdf: processing 178-kfo.pdf
+qpdf: processing 179-kfo.pdf
+qpdf: processing 180-kfo.pdf
+qpdf: processing 181-kfo.pdf
+qpdf: processing 182-kfo.pdf
+qpdf: processing 183-kfo.pdf
+qpdf: processing 184-kfo.pdf
+qpdf: processing 185-kfo.pdf
+qpdf: processing 186-kfo.pdf
+qpdf: processing 187-kfo.pdf
+qpdf: processing 188-kfo.pdf
+qpdf: processing 189-kfo.pdf
+qpdf: processing 190-kfo.pdf
+qpdf: processing 191-kfo.pdf
+qpdf: processing 192-kfo.pdf
+qpdf: processing 193-kfo.pdf
+qpdf: processing 194-kfo.pdf
+qpdf: processing 195-kfo.pdf
+qpdf: processing 196-kfo.pdf
+qpdf: processing 197-kfo.pdf
+qpdf: processing 198-kfo.pdf
+qpdf: processing 199-kfo.pdf
+qpdf: removing unreferenced pages from primary input
+qpdf: adding pages from 100-kfo.pdf
+qpdf: adding pages from 101-kfo.pdf
+qpdf: adding pages from 102-kfo.pdf
+qpdf: adding pages from 103-kfo.pdf
+qpdf: adding pages from 104-kfo.pdf
+qpdf: adding pages from 105-kfo.pdf
+qpdf: adding pages from 106-kfo.pdf
+qpdf: adding pages from 107-kfo.pdf
+qpdf: adding pages from 108-kfo.pdf
+qpdf: adding pages from 109-kfo.pdf
+qpdf: adding pages from 110-kfo.pdf
+qpdf: adding pages from 111-kfo.pdf
+qpdf: adding pages from 112-kfo.pdf
+qpdf: adding pages from 113-kfo.pdf
+qpdf: adding pages from 114-kfo.pdf
+qpdf: adding pages from 115-kfo.pdf
+qpdf: adding pages from 116-kfo.pdf
+qpdf: adding pages from 117-kfo.pdf
+qpdf: adding pages from 118-kfo.pdf
+qpdf: adding pages from 119-kfo.pdf
+qpdf: adding pages from 120-kfo.pdf
+qpdf: adding pages from 121-kfo.pdf
+qpdf: adding pages from 122-kfo.pdf
+qpdf: adding pages from 123-kfo.pdf
+qpdf: adding pages from 124-kfo.pdf
+qpdf: adding pages from 125-kfo.pdf
+qpdf: adding pages from 126-kfo.pdf
+qpdf: adding pages from 127-kfo.pdf
+qpdf: adding pages from 128-kfo.pdf
+qpdf: adding pages from 129-kfo.pdf
+qpdf: adding pages from 130-kfo.pdf
+qpdf: adding pages from 131-kfo.pdf
+qpdf: adding pages from 132-kfo.pdf
+qpdf: adding pages from 133-kfo.pdf
+qpdf: adding pages from 134-kfo.pdf
+qpdf: adding pages from 135-kfo.pdf
+qpdf: adding pages from 136-kfo.pdf
+qpdf: adding pages from 137-kfo.pdf
+qpdf: adding pages from 138-kfo.pdf
+qpdf: adding pages from 139-kfo.pdf
+qpdf: adding pages from 140-kfo.pdf
+qpdf: adding pages from 141-kfo.pdf
+qpdf: adding pages from 142-kfo.pdf
+qpdf: adding pages from 143-kfo.pdf
+qpdf: adding pages from 144-kfo.pdf
+qpdf: adding pages from 145-kfo.pdf
+qpdf: adding pages from 146-kfo.pdf
+qpdf: adding pages from 147-kfo.pdf
+qpdf: adding pages from 148-kfo.pdf
+qpdf: adding pages from 149-kfo.pdf
+qpdf: adding pages from 150-kfo.pdf
+qpdf: adding pages from 151-kfo.pdf
+qpdf: adding pages from 152-kfo.pdf
+qpdf: adding pages from 153-kfo.pdf
+qpdf: adding pages from 154-kfo.pdf
+qpdf: adding pages from 155-kfo.pdf
+qpdf: adding pages from 156-kfo.pdf
+qpdf: adding pages from 157-kfo.pdf
+qpdf: adding pages from 158-kfo.pdf
+qpdf: adding pages from 159-kfo.pdf
+qpdf: adding pages from 160-kfo.pdf
+qpdf: adding pages from 161-kfo.pdf
+qpdf: adding pages from 162-kfo.pdf
+qpdf: adding pages from 163-kfo.pdf
+qpdf: adding pages from 164-kfo.pdf
+qpdf: adding pages from 165-kfo.pdf
+qpdf: adding pages from 166-kfo.pdf
+qpdf: adding pages from 167-kfo.pdf
+qpdf: adding pages from 168-kfo.pdf
+qpdf: adding pages from 169-kfo.pdf
+qpdf: adding pages from 170-kfo.pdf
+qpdf: adding pages from 171-kfo.pdf
+qpdf: adding pages from 172-kfo.pdf
+qpdf: adding pages from 173-kfo.pdf
+qpdf: adding pages from 174-kfo.pdf
+qpdf: adding pages from 175-kfo.pdf
+qpdf: adding pages from 176-kfo.pdf
+qpdf: adding pages from 177-kfo.pdf
+qpdf: adding pages from 178-kfo.pdf
+qpdf: adding pages from 179-kfo.pdf
+qpdf: adding pages from 180-kfo.pdf
+qpdf: adding pages from 181-kfo.pdf
+qpdf: adding pages from 182-kfo.pdf
+qpdf: adding pages from 183-kfo.pdf
+qpdf: adding pages from 184-kfo.pdf
+qpdf: adding pages from 185-kfo.pdf
+qpdf: adding pages from 186-kfo.pdf
+qpdf: adding pages from 187-kfo.pdf
+qpdf: adding pages from 188-kfo.pdf
+qpdf: adding pages from 189-kfo.pdf
+qpdf: adding pages from 190-kfo.pdf
+qpdf: adding pages from 191-kfo.pdf
+qpdf: adding pages from 192-kfo.pdf
+qpdf: adding pages from 193-kfo.pdf
+qpdf: adding pages from 194-kfo.pdf
+qpdf: adding pages from 195-kfo.pdf
+qpdf: adding pages from 196-kfo.pdf
+qpdf: adding pages from 197-kfo.pdf
+qpdf: adding pages from 198-kfo.pdf
+qpdf: adding pages from 199-kfo.pdf
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/encrypt-u b/qpdf/qtest/qpdf/encrypt-u
new file mode 100644
index 00000000..9d413960
--- /dev/null
+++ b/qpdf/qtest/qpdf/encrypt-u
@@ -0,0 +1,2 @@
+--encrypt
+u
diff --git a/qpdf/qtest/qpdf/eof-in-inline-image-ii.qdf b/qpdf/qtest/qpdf/eof-in-inline-image-ii.qdf
new file mode 100644
index 00000000..e4a2ec70
--- /dev/null
+++ b/qpdf/qtest/qpdf/eof-in-inline-image-ii.qdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/eof-in-inline-image.qdf b/qpdf/qtest/qpdf/eof-in-inline-image.qdf
new file mode 100644
index 00000000..08a4a27c
--- /dev/null
+++ b/qpdf/qtest/qpdf/eof-in-inline-image.qdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/eof-inline-qdf.out b/qpdf/qtest/qpdf/eof-inline-qdf.out
new file mode 100644
index 00000000..109929c1
--- /dev/null
+++ b/qpdf/qtest/qpdf/eof-inline-qdf.out
@@ -0,0 +1,4 @@
+WARNING: eof-in-inline-image.pdf (offset 299): content normalization encountered bad tokens
+WARNING: eof-in-inline-image.pdf (offset 299): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: eof-in-inline-image.pdf (offset 299): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/extract-duplicate-page.pdf b/qpdf/qtest/qpdf/extract-duplicate-page.pdf
new file mode 100644
index 00000000..191943aa
--- /dev/null
+++ b/qpdf/qtest/qpdf/extract-duplicate-page.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/field-types.pdf b/qpdf/qtest/qpdf/field-types.pdf
new file mode 100644
index 00000000..6cb21403
--- /dev/null
+++ b/qpdf/qtest/qpdf/field-types.pdf
@@ -0,0 +1,3696 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /1
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+xref
+0 197
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000985 00000 n
+0000001116 00000 n
+0000001505 00000 n
+0000001894 00000 n
+0000002283 00000 n
+0000002414 00000 n
+0000002768 00000 n
+0000003183 00000 n
+0000003627 00000 n
+0000004040 00000 n
+0000004491 00000 n
+0000004894 00000 n
+0000005033 00000 n
+0000005183 00000 n
+0000005273 00000 n
+0000005440 00000 n
+0000005460 00000 n
+0000005824 00000 n
+0000006190 00000 n
+0000006556 00000 n
+0000006724 00000 n
+0000006744 00000 n
+0000006982 00000 n
+0000007002 00000 n
+0000007083 00000 n
+0000007251 00000 n
+0000007271 00000 n
+0000007509 00000 n
+0000007529 00000 n
+0000007697 00000 n
+0000007717 00000 n
+0000007955 00000 n
+0000007975 00000 n
+0000008341 00000 n
+0000008705 00000 n
+0000009071 00000 n
+0000009240 00000 n
+0000009260 00000 n
+0000009461 00000 n
+0000009481 00000 n
+0000009682 00000 n
+0000009702 00000 n
+0000009905 00000 n
+0000009925 00000 n
+0000010124 00000 n
+0000010167 00000 n
+0000014993 00000 n
+0000015015 00000 n
+0000015799 00000 n
+0000016200 00000 n
+0000016651 00000 n
+0000018568 00000 n
+0000018938 00000 n
+0000020852 00000 n
+0000021228 00000 n
+0000021249 00000 n
+0000021417 00000 n
+0000021437 00000 n
+0000021813 00000 n
+0000021834 00000 n
+0000022002 00000 n
+0000022022 00000 n
+0000022398 00000 n
+0000022419 00000 n
+0000022587 00000 n
+0000022607 00000 n
+0000022983 00000 n
+0000023004 00000 n
+0000023172 00000 n
+0000023192 00000 n
+0000023568 00000 n
+0000023589 00000 n
+0000023757 00000 n
+0000023777 00000 n
+0000024153 00000 n
+0000024174 00000 n
+0000024342 00000 n
+0000024362 00000 n
+0000024475 00000 n
+0000024571 00000 n
+0000024684 00000 n
+0000024780 00000 n
+0000024893 00000 n
+0000024989 00000 n
+0000025085 00000 n
+0000025181 00000 n
+0000025277 00000 n
+0000025373 00000 n
+0000025469 00000 n
+0000025582 00000 n
+0000025678 00000 n
+0000025774 00000 n
+0000025870 00000 n
+0000025966 00000 n
+0000026062 00000 n
+0000026158 00000 n
+0000026255 00000 n
+0000026352 00000 n
+0000026449 00000 n
+0000026546 00000 n
+0000026660 00000 n
+0000026757 00000 n
+0000026854 00000 n
+0000026951 00000 n
+0000027048 00000 n
+0000027145 00000 n
+0000027242 00000 n
+0000027339 00000 n
+0000027436 00000 n
+0000027533 00000 n
+0000027630 00000 n
+0000027744 00000 n
+0000027841 00000 n
+0000027938 00000 n
+0000028035 00000 n
+0000028155 00000 n
+0000028252 00000 n
+0000028349 00000 n
+0000028446 00000 n
+0000028543 00000 n
+0000028640 00000 n
+0000028760 00000 n
+0000028858 00000 n
+0000028956 00000 n
+0000029054 00000 n
+0000029152 00000 n
+0000029250 00000 n
+0000029348 00000 n
+0000029446 00000 n
+0000029544 00000 n
+0000029642 00000 n
+0000029740 00000 n
+0000029838 00000 n
+0000029936 00000 n
+0000030034 00000 n
+0000030132 00000 n
+0000030230 00000 n
+0000030475 00000 n
+0000031236 00000 n
+0000031258 00000 n
+0000031474 00000 n
+0000031718 00000 n
+0000032359 00000 n
+0000032381 00000 n
+0000032596 00000 n
+0000032653 00000 n
+0000032710 00000 n
+0000032767 00000 n
+0000032824 00000 n
+0000032881 00000 n
+0000032938 00000 n
+0000032995 00000 n
+0000033052 00000 n
+0000033109 00000 n
+0000033166 00000 n
+0000033223 00000 n
+0000033280 00000 n
+0000033337 00000 n
+0000033394 00000 n
+0000033451 00000 n
+0000033508 00000 n
+0000033565 00000 n
+0000033622 00000 n
+0000033679 00000 n
+0000033736 00000 n
+0000033793 00000 n
+0000033850 00000 n
+0000033907 00000 n
+0000033964 00000 n
+0000034021 00000 n
+0000034078 00000 n
+0000034135 00000 n
+0000034192 00000 n
+0000034249 00000 n
+0000034306 00000 n
+0000034363 00000 n
+0000034420 00000 n
+0000034477 00000 n
+0000034534 00000 n
+0000034591 00000 n
+0000034648 00000 n
+0000034705 00000 n
+0000034762 00000 n
+0000034819 00000 n
+0000034876 00000 n
+0000034933 00000 n
+0000034990 00000 n
+0000035047 00000 n
+0000035104 00000 n
+0000051386 00000 n
+0000051410 00000 n
+0000062596 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 197
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><ecae7a672bccf334835b54867b208438>]
+>>
+startxref
+62620
+%%EOF
diff --git a/qpdf/qtest/qpdf/filter-completion.pl b/qpdf/qtest/qpdf/filter-completion.pl
new file mode 100644
index 00000000..a81178e2
--- /dev/null
+++ b/qpdf/qtest/qpdf/filter-completion.pl
@@ -0,0 +1,39 @@
+use warnings;
+use strict;
+
+# Output every line from STDIN that appears in the file.
+my %wanted = ();
+my %notwanted = ();
+my $f = $ARGV[0];
+if (open(F, "<$f"))
+{
+ while (<F>)
+ {
+ chomp;
+ if (s/^!//)
+ {
+ $notwanted{$_} = 1;
+ }
+ else
+ {
+ $wanted{$_} = 1;
+ }
+ }
+ close(F);
+}
+while (<STDIN>)
+{
+ chomp;
+ if (exists $wanted{$_})
+ {
+ print $_, "\n";
+ }
+ elsif (exists $notwanted{$_})
+ {
+ delete $notwanted{$_};
+ }
+}
+foreach my $k (sort keys %notwanted)
+{
+ print "!$k\n";
+}
diff --git a/qpdf/qtest/qpdf/filter-optimize-images.pl b/qpdf/qtest/qpdf/filter-optimize-images.pl
new file mode 100644
index 00000000..1038c32f
--- /dev/null
+++ b/qpdf/qtest/qpdf/filter-optimize-images.pl
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+while (<>)
+{
+ s/(reduces size from \d+ to )\d+/$1.../;
+ print;
+}
diff --git a/qpdf/qtest/qpdf/form-filled-by-acrobat-out.pdf b/qpdf/qtest/qpdf/form-filled-by-acrobat-out.pdf
new file mode 100644
index 00000000..01d1d433
--- /dev/null
+++ b/qpdf/qtest/qpdf/form-filled-by-acrobat-out.pdf
@@ -0,0 +1,2135 @@
+%PDF-1.4
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20180620163028-04'00')
+ /Creator <feff005700720069007400650072>
+ /ModDate (D:20181224003244Z00'00)
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0030>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 5 0 R
+ 7 0 R
+ 9 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 11 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 12 0 R
+ /Fxo2 14 0 R
+ /Fxo3 16 0 R
+ /Fxo4 18 0 R
+ /Fxo5 20 0 R
+ /Fxo6 22 0 R
+ /Fxo7 24 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 3
+ /Kids [
+ 3 0 R
+ 26 0 R
+ 27 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 611
+ 791
+ ]
+ /Resources 28 0 R
+ /Type /Pages
+>>
+endobj
+
+%% Contents for page 1
+5 0 obj
+<<
+ /Length 6 0 R
+>>
+stream
+q
+endstream
+endobj
+
+6 0 obj
+2
+endobj
+
+%% Contents for page 1
+7 0 obj
+<<
+ /Length 8 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf[<01>1<0203>1<04>-8<03>1<05>58<06>-2<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 695.6 Td /F1 12 Tf[(\r)68<03>1<0e0f>-5<0710>-1<11>2<03>1<12>2<130707070707>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 666.2 Td /F1 12 Tf[<14>-2<0f>2<0203>1<04>-8<0706>-2<0f>2<15>8(\n)16<0a16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 450.3 Td /F1 12 Tf[<17>-2<1306>-2<18>1<130a18>1<06>-2<130a>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 424.9 Td /F1 12 Tf[<0203>1<0403>-6<05>58<06>-2<0706>6<0b08>-5<03>1<0708>2<0b0403>-6<0706>-2<0f>2<15>8(\n)16<0a0718>1(\n)-8<0f>2<03>1<04>58<16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 399.5 Td /F1 12 Tf[<19071a03>1<03>1<13>-7<0718>1<1a0b0f>2<0203>1<04>-8<071b18>1<1c03>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 386.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 374.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 361.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 348.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 336 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 323.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 310.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 297.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 285.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 272.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 259.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 247.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 234.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 221.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 209 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 196.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 183.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 170.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 158.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 145.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 132.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 120.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 107.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 94.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 82 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 69.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+0 0 0 RG
+1 1 1 rg
+120.5 689 143.3 20.8 re B*
+148.2 642.5 183.5 23.9 re f*
+q 1.2 w 0 0 0 RG
+155.4 660.4 m 158.7 660.4 161.4 657.8 161.4 654.4 c
+161.4 651.1 158.7 648.4 155.4 648.4 c
+152 648.4 149.4 651.1 149.4 654.4 c
+149.4 657.8 152 660.4 155.4 660.4 c s
+ Q
+q 166.2 642.5 164.3 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+166.2 651.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+1 1 1 rg
+151.6 624.7 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.8 639.2 m 162.1 639.2 164.8 636.6 164.8 633.2 c
+164.8 629.9 162.1 627.2 158.8 627.2 c
+155.4 627.2 152.8 629.9 152.8 633.2 c
+152.8 636.6 155.4 639.2 158.8 639.2 c s
+ Q
+q 169.6 624.7 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 630.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+1 1 1 rg
+150.2 600.8 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 613.6 m 160.8 613.6 163.5 611 163.5 607.6 c
+163.5 604.3 160.8 601.6 157.4 601.6 c
+154.1 601.6 151.4 604.3 151.4 607.6 c
+151.4 611 154.1 613.6 157.4 613.6 c s
+ Q
+q 168.3 600.8 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 604.5 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+1 1 1 rg
+120.8 549 86.7 32.1 re f*
+q 1.2 w 0 0 0 RG
+122 559 12.1 12.1 re S
+ Q
+q 138.9 549 67.5 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+138.9 562 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+1 1 1 rg
+117.5 523.1 85.3 21.2 re f*
+q 1.2 w 0 0 0 RG
+118.7 527.6 12.1 12.1 re S
+ Q
+q 135.5 523.1 66.1 21.2 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 530.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+1 1 1 rg
+117.5 497.9 72.4 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.7 500.4 12.1 12.1 re S
+ Q
+q 135.5 497.9 53.2 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 503.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+8 0 obj
+3700
+endobj
+
+%% Contents for page 1
+9 0 obj
+<<
+ /Length 10 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 123.40000 692.09998 cm
+/Fxo1 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 149.30000 648.50000 cm
+/Fxo2 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 152.70000 627.30000 cm
+/Fxo3 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 151.30000 601.70000 cm
+/Fxo4 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 121.90000 559.10000 cm
+/Fxo5 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 118.60000 527.70000 cm
+/Fxo6 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 118.60000 500.50000 cm
+/Fxo7 Do
+Q
+endstream
+endobj
+
+10 0 obj
+479
+endobj
+
+11 0 obj
+<<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+>>
+endobj
+
+12 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.5
+ 14.600037
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ /F1 <<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 33 0 R
+ /LastChar 33
+ /Subtype /TrueType
+ /ToUnicode 34 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 722
+ 500
+ 250
+ 722
+ 443
+ 333
+ 500
+ 500
+ 500
+ 722
+ 722
+ 500
+ 610
+ 556
+ ]
+ >>
+ /F2 30 0 R
+ /F3 <<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 36 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 37 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+ >>
+ /ZaDi <<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+ >>
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 13 0 R
+>>
+stream
+/Tx BMC
+q
+1 1 135.5 12.600037 re
+W
+n
+0 g 0 G 0 J []0 d 1 w
+BT
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+2 3.208019 Td
+(abc\240potato) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+13 0 obj
+142
+endobj
+
+14 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 15 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+15 0 obj
+205
+endobj
+
+16 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 17 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+17 0 obj
+12
+endobj
+
+18 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 19 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+19 0 obj
+12
+endobj
+
+20 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 21 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+21 0 obj
+12
+endobj
+
+22 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 23 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+23 0 obj
+81
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+%% Page 2
+26 0 obj
+<<
+ /Contents 39 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 11 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+27 0 obj
+<<
+ /Contents [
+ 41 0 R
+ 43 0 R
+ 45 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 11 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 47 0 R
+ /Fxo2 49 0 R
+ /Fxo3 51 0 R
+ /Fxo4 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+28 0 obj
+<<
+ /Font 11 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+29 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 33 0 R
+ /LastChar 33
+ /Subtype /TrueType
+ /ToUnicode 34 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 722
+ 500
+ 250
+ 722
+ 443
+ 333
+ 500
+ 500
+ 500
+ 722
+ 722
+ 500
+ 610
+ 556
+ ]
+>>
+endobj
+
+30 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 55 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+31 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 36 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 37 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+32 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+33 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 56 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+34 0 obj
+<<
+ /Length 35 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+33 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <004F>
+<15> <0075>
+<16> <002E>
+<17> <0041>
+<18> <0061>
+<19> <0049>
+<1A> <006E>
+<1B> <0070>
+<1C> <0067>
+<1D> <0077>
+<1E> <004E>
+<1F> <0076>
+<20> <004C>
+<21> <0050>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+35 0 obj
+714
+endobj
+
+36 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 58 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+38 0 obj
+582
+endobj
+
+%% Contents for page 2
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 699.7 Td /F1 12 Tf[(\r)2<0203>1<04>-8<03>1<0718>1<0403>-6<071a0b070a11>2<03>1<12>2<1306>-2<070b1a070f>2<0211>2<06>-10<071b18>1<1c03>1<16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 674.3 Td /F1 12 Tf<01>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 661.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 648.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 636.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 623.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 610.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 598.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 585.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 572.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 560 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 547.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 534.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 521.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 509.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 496.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 483.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 471.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 458.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 445.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 433 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 420.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 407.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 394.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 382.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 369.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 356.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 344.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 331.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 318.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 306 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 293.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 280.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 267.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 255.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 242.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 229.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 217.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 204.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 191.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 179 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 166.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 153.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 140.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 128.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 115.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 102.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 90.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 77.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 64.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+40 0 obj
+2634
+endobj
+
+%% Contents for page 3
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+q
+endstream
+endobj
+
+42 0 obj
+2
+endobj
+
+%% Contents for page 3
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 712.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 699.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 687 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 648.9 Td /F1 12 Tf[<1e>-2<0b1d>-2<0719070218>1<1f03>1<0718>1<070f>2<02>-7<11>2<0413071b18>1<1c03>1<16>-7<0720>2<03>1<0f>2<05>58<06>-2<071b150f>-5<0706>-2<0f>2<150a>16<0a070203>1<0403>1<070f>2<0b0b16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 382.2 Td /F1 12 Tf[(!)-1<0b0f>2<18>1<0f>2<0b>]TJ
+ET
+Q
+1 1 1 rg
+117.5 546.2 169.2 30.8 re f*
+q 1.2 w 0 0 0 RG
+124.7 567.6 m 128 567.6 130.7 565 130.7 561.6 c
+130.7 558.3 128 555.6 124.7 555.6 c
+121.3 555.6 118.7 558.3 118.7 561.6 c
+118.7 565 121.3 567.6 124.7 567.6 c s
+ Q
+q 135.5 546.2 150 30.8 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 558.5 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+1 1 1 rg
+118.2 505.3 180.7 30.8 re f*
+q 1.2 w 0 0 0 RG
+125.4 526.7 m 128.7 526.7 131.4 524.1 131.4 520.7 c
+131.4 517.4 128.7 514.7 125.4 514.7 c
+122 514.7 119.4 517.4 119.4 520.7 c
+119.4 524.1 122 526.7 125.4 526.7 c s
+ Q
+q 136.2 505.3 161.5 30.8 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 517.6 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+1 1 1 rg
+120.2 461.7 139.2 33.5 re f*
+q 1.2 w 0 0 0 RG
+127.4 484.4 m 130.7 484.4 133.4 481.8 133.4 478.4 c
+133.4 475.1 130.7 472.4 127.4 472.4 c
+124 472.4 121.4 475.1 121.4 478.4 c
+121.4 481.8 124 484.4 127.4 484.4 c s
+ Q
+q 138.2 461.7 120 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+138.2 475.3 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+0 0 0 RG
+1 1 1 rg
+110.7 375.4 243.5 24 re B*
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+44 0 obj
+1753
+endobj
+
+%% Contents for page 3
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+
+Q
+q
+1.01653 0.00000 0.00000 0.98347 118.60000 555.70000 cm
+/Fxo1 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 119.30000 514.80000 cm
+/Fxo2 Do
+Q
+q
+1.01653 0.00000 0.00000 0.98347 121.30000 472.50000 cm
+/Fxo3 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 113.60000 378.50000 cm
+/Fxo4 Do
+Q
+endstream
+endobj
+
+46 0 obj
+275
+endobj
+
+47 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 48 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+48 0 obj
+12
+endobj
+
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+50 0 obj
+205
+endobj
+
+51 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 52 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+52 0 obj
+12
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.699982
+ 17.799988
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ /F1 29 0 R
+ /F2 30 0 R
+ /F3 31 0 R
+ /ZaDi 32 0 R
+ >>
+ /XObject <<
+ /RMIm0 60 0 R
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q
+235.699982 0 0 15.799988 1 1 cm
+/RMIm0 Do
+Q
+endstream
+endobj
+
+54 0 obj
+46
+endobj
+
+55 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+56 0 obj
+<<
+ /Length1 17240
+ /Length 57 0 R
+>>
+stream
+true
+  !
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+ôäÔÄ´¤”„tdTD4$ôäÔÄ´¤”„tdTD4$9ôäÔÄ´¤”„tTD4$ÔÀ° €pP@0 àÀ €pPO]]]]]]]]qqqqqqqqqq_qqrrrrrrrrrrrrrr^]]]]]]]]]]]]]]]]qqqqqqqqqqqqqqqq
+"QYPY 
+PY
+
+
+"#PY PY QY
+&#
+
+  ;PY 2PY´B B”B€BtBdBTBDB4B$BBBàBÔBÀB´B¤B”B„BtBdBTBDB$BB
+o+Kül9@$o0VK|u}…qr„„x
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+\
+Â 4 ~ ð  ê \ úˆ
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+57 0 obj
+17240
+endobj
+
+58 0 obj
+<<
+ /Length1 11088
+ /Length 59 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+59 0 obj
+11088
+endobj
+
+60 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceRGB
+ /Height 66
+ /Mask [
+ 255
+ 255
+ 255
+ 255
+ 255
+ 255
+ ]
+ /Subtype /Image
+ /Type /XObject
+ /Width 983
+ /Length 61 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïï𤧧¤§§¤§§¤§§áââÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ®°±¤§§¤§§¤§§ÇÈÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯±²›žŸ›žŸ¼¾¾ÿÿÿÿÿÿÿÿÿÿÿÿåæ曞Ÿ›žŸ¬¯¯ÿÿÿÿÿÿÿÿÿÿÿÿòó󛞟›žŸ›žŸÜÝÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“”-35-35SXZÿÿÿÿÿÿÿÿÿÿÿÿ£¦§-35-35/57ðððÿÿÿÿÿÿÿÿÿÊËÌ-35-35-35æççÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊËÌ-35-35-35ñññÿÿÿÿÿÿÿÿÿ_ce-35-35-35¹»¼ÿÿÿÿÿÿÿÿÿ¡£¤-35-35W[]ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷÷ø6;=-35-35ËÌÍÿÿÿÿÿÿêëë-35-35-35-35|ÿÿÿÿÿÿÿÿÿswx-35-35˜›œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿvz{-35-35¢¥¦ÿÿÿÿÿÿ²´µ-35-35179-358>@øøøÿÿÿýýý>CE-35-35ÑÒÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³µ¶-35-35swyÿÿÿÿÿÿswx-35178šž-35-35ÉËËÿÿÿããä-35-35;ACûûûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèéé-35-35?DFþþþôôô39;-35osuâãã-35-35Œÿÿÿ¼¾¾-35-35~‚ƒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿY^_-35-35ããäÂÃÄ-35-35°²³ÿÿÿTY[-35GLNýýý‘”•-35-35¹»¼ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›žŸ-35-35¼¾¾„‡‰-35-35èééÿÿÿ™œ-35-35×ØÙafg-35-35íîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿéêê°²³…†cgiRWYRWXcgi|€«®¯áââÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýÎÏП¢£swx^cdNSUW[]imn“”¾ÀÁö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýÎÏП¢£swx^cdNSUW[]imn“”¾ÀÁö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúúúÈÊʉŒjopRWXY^_osušžÔÕÕþþþÿÿÿÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·ÇÈÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓÔÕ-35-35Œ?DF-35^cdÿÿÿÿÿÿÔÕÕ-35-35•˜™179-35afgÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖ×Ø´¶·´¶·´¶·´¶·ÑÓÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýý·¹º´¶·´¶·´¶·´¶·éêêÿÿÿããä´¶·´¶·´¶·´¶·ØÙÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ´¶·´¶·´¶··¹ºÿÿÿÿÿÿÿÿÿÑÓÓ´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·´¶·âããÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíîî…†178-35-35-35-35-35-35-35-35-35swxáââÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹»¼RWY-35-35-35-35-35-35-35-35-35>CE¢¤¥úúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹»¼RWY-35-35-35-35-35-35-35-35-35>CE¢¤¥úúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉËËJOQ-35-35-35-35-35-35-35-35fklÙÚÚÿÿÿHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35koqÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü>CE-356;=-35-35¢¥¦ÿÿÿÿÿÿýýýBGI-356;=-35-35¢¤¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèèé9?@-35-35-35<BDíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´¶·-35-35-35-35bghüüüÿÿÿèèé-35-35-35-35inoÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñòò178-35-35-35uyzÿÿÿÿÿÿÿÿÿŠŽ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔÕÕBGI-35-35-35-35-35-35-35-35-35-35-35-356<>¾ÀÁÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö÷÷{€-35-35-35-35-35-35-35-35-35-35-35-35-35[`bíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö÷÷{€-35-35-35-35-35-35-35-35-35-35-35-35-35[`bíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›žŸ-35-35-35-35-35-35-35-35-35-35-3539;ÃÄÅHMO-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35koqÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ…†-35-35-35-35ÜÝÝÿÿÿÿÿÿÿÿÿ‰Œ-35-35-35-35ÙÚÚÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±³´-35-35-35-35…ˆ‰ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿððð?DF-35-35-3539;ßàáÿÿÿÿÿÿÿÿÿimn-35-35-35.46ìììÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¼¾¾-35-35-35-35½¿¿ÿÿÿÿÿÿÿÿÿŠŽ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛÜÝ;@B-35-35-35-35-35@FHX]_W\^;@B-35-35-35-35-35178ÈÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö÷÷jop-35-35-35-35-359?@cgiosu`ef6;=-35-35-35-35-35X]_ö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö÷÷jop-35-35-35-35-359?@cgiosu`ef6;=-35-35-35-35-35X]_ö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£¦§-35-35-35-35-35-35-35<BD4:<-35-35-35-35/57179-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35koqÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½¿¿-35-35-35MRSÿÿÿÿÿÿÿÿÿÿÿÿÅÇÇ-35-35-35DJKýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýkoq-35-35-35-35ÓÔÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‡‹Œ-35-35-35-35¤§§ÿÿÿÿÿÿÿÿÿÿÿÿµ·¸-35-35-35-35°²³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ}‚-35-35-356;=õõõÿÿÿÿÿÿÿÿÿŠŽ-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35º¼½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûû[`b-35-35-35-35„‡‰áââÿÿÿÿÿÿÿÿÿüüüÓÔÕimn-35-35-35-35BGIòóóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‘-35-35-35-35X]_ÈÊÊüüüÿÿÿÿÿÿÿÿÿúúú¼¾¾BGI-35-35-35-35 £¤ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‘-35-35-35-35X]_ÈÊÊüüüÿÿÿÿÿÿÿÿÿúúú¼¾¾BGI-35-35-35-35 £¤ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔÕÕ-35-35-35-35-35imnÄÆÆöööÿÿÿþþþíîî´··X]_-35-35-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈÊÊÈÊÊÈÊÊÈÊÊEKL-35-35-35inoÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊ{€-35-35-3539;ÈÊÊÈÊÊÈÊÊÕ××ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿððð.46-35-35”—˜ÿÿÿÿÿÿÿÿÿÿÿÿö÷÷6;=-35-35ˆ‹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææ6<>-35-35-35[`büüüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔÕÕ-35-35-35-35_ceûûüÿÿÿÿÿÿÿÿÿÿÿÿòóó39;-35-35-35imnÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøøø8>@-35-35-35ƒ„ÿÿÿÿÿÿÿÿÿÿÿÿÝÞÞÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊÈÊÊ~‚ƒ-35-35-35-35]bcùùùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÆÆ-35-35-35-35“”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü~‚ƒ-35-35-35-35£¦§ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÞÞ-35-35-35-35nrs÷÷øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãäå<BD-35-35-35<BDûûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÞÞ-35-35-35-35nrs÷÷øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãäå<BD-35-35-35<BDûûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûûX]_-35-35-35-35•˜™ýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúúú†‰Š-35-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ’“swxswx×ØÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿšžswxswxÎÏÐÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ­¯°-35-35-35-35®°±ÿÿÿÿÿÿÿÿÿÿÿÿûûü[`b-35-35-35179Þßßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ|€-35-35-35.46ìììÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉËË-35-35-35-35ÄÆÆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÞÞ4:<-35-35-35;@BäååÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŠŽ-35-35-359?@öööÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöööHMO-35-35-35[`bÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—š›-35-35-3539;íííÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨««-35-35-35-35ÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—š›-35-35-3539;íííÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨««-35-35-35-35ÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃÅÆ-35-35-35-35rvwýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿx{}-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýgkm-35-35-35;ACíîîÿÿÿÿÿÿÿÿÿ«®¯-35-35-35-35¢¥¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÆÆ-35-35-35-35¯±²ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‹-35-35-35;ACùùùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõõõSXZ-35-35-35-35ÀÂÂÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿquv-35-35-35eijÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ–™š-35-35-35179ýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„‡‰HMOHMOHMOx{}ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææ-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„‡‰HMOHMOHMOx{}ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææ-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿswx-35-35-35.46àááÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïïð8>@-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿããä6;=-35-35-35„‡‰ÿÿÿÿÿÿëëì;@B-35-35-35]bcûûûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúúú?DF-35-35-35imnÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýDJK-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„…-35-35-35-35“”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿx|}-35-35-35LQSÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäååÃÄÅÃÄÅÃÄÅÃÄÅûûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü-35-35-35-35¦¨©ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü-35-35-35-35¦¨©ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿööö.46-35-35-35swyÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ©«¬-35-35-35-35ÒÓÔÿÿÿ~‚ƒ-35-35-35178ÜÝÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŽ‘’-35-35-35.46ëëìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕÖÖ-35-35-35-35ÌÍÎÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ²´µ-35-35-35-35`efúúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ™œ-35-35-35-35¶¸¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒÓÔ-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüüücgi-35-35-35[_aÈÊÊ-35-35-35-35Ÿ¢£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔÕÕ-35-35-35-35¯±²ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿšž-35-35-35BGIûûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜÝÝ4:<-35-35-35<BDåææÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÞÞ-35-35-35-35.46ŠŽàááÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýüüüüüüüüüüüü178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýüüüüüüüüüüüü178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ­¯°-35-35-35-35âããÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàáá39;-35-35-354:<-35-35-35[_aúúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþOTV-35-35-35hlnÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿTY[-35-35-35“”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôôôRWY-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ–™š-35-35-35-35-35-35W\^—š›ÇÉÊóóôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñòò¹»»Ž‘’fklINO9?@-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñòò¹»»Ž‘’fklINO9?@-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-3539;üüüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥§¨-35-35-35-35-35-35178ÚÛÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ £¤-35-35-35.46ëëìÿÿÿÿÿÿÿÿÿÿÿÿáââ-35-35-35-35ÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿƒ„-35-35-35-35’•–ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýšž.46-35-35-35-35-35-35-35/57eij¦©ªæççÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäå倃…179-35-35-35-35-35-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäå倃…179-35-35-35-35-35-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‹-35-35-35EKLÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕÖÖÎÏÐÎÏÐßßàÿÿÿÿÿÿÿÿÿÿÿÿôôôÎÏÐÎÏÐØÙÙÿÿÿÿÿÿÿÿÿÿÿÿúúúÎÏÐÎÏÐÎÏÐìììÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü_ce-35-35-35-35-35Ÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿããä-35-35-35-35¯±²ÿÿÿÿÿÿÿÿÿÿÿÿ§ª«-35-35-35KPRýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±³´-35-35-35-35bghúúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÚÛÛrvw-35-35-35-35-35-35-35-35-35-35swxÒÓÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«®¯179-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«®¯179-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€ƒ…-35-35-35RWYÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€ƒ…-35-35bghÿÿÿÿÿÿÿÿÿÿÿÿ²´µ-35-358>@øøøÿÿÿÿÿÿÿÿÿÔÕÕ-35-35-35ÙÚÚÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÐÑÒ-35-35-35-35@FHúúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿcgi-35-35-35gkmÿÿÿÿÿÿÿÿÿÿÿÿeij-35-35-35™œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÚÛÜ39;-35-35-35>CEççèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿáâ⟠TY[-35-35-35-35-35-35-35-35-35„‡‰öööÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ¡-35-35-35-35-35_ceŸ¢£ÁÃÃÖ×Øáââäååäååäååäåå178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ¡-35-35-35-35-35_ceŸ¢£ÁÃÃÖ×Øáââäååäååäååäåå178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ…†-35-35-35OTVÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»½¾-35-35179øøøÿÿÿÿÿÿÿÿÿswx-35-35-35ÉËËÿÿÿÿÿÿÿÿÿ¬¯¯-35-35DJKýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„…-35-35-35-35-35½¿¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°²³-35-35-35-35êëëÿÿÿÿÿÿííí.46-35-35-35ÛÜÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôôôRWX-35-35-35-35ÄÆÆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèéé¾ÀÁ’“W\^-35-35-35-35-35-35dhjö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒÓÔ.46-35-35-35RWYÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒÓÔ.46-35-35-35RWYÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“”-35-35-35@FHÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïïð.46-35-35Õ××ÿÿÿÿÿÿõõõ39;-35-35-35‘ÿÿÿÿÿÿÿÿÿ€ƒ…-35-35ˆ‹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃÅÆ-35-35-35-35-35-35@FHíííÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïïð178-35-35-35®°±ÿÿÿÿÿÿµ·¸-35-35-35TY[ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ~‚ƒ-35-35-35-35•˜™ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãäå—š›6;=-35-35-35-35˜›œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿquv-35-35-35EKLîïïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿquv-35-35-35EKLîïïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ £¤-35-35-35.46öööÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿdhj-35-35­¯°ÿÿÿÿÿÿÂÃÄ-35-35-35-35GLNýýýÿÿÿÿÿÿLQS-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñññDJK-35-35-35-35-35-35-35y}~ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿvz{-35-35-35gkmÿÿÿÿÿÿtxy-35-35-35¢¥¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°²³-35-35-35-35dhjûûûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙÚÚ8>@-35-35-35;ACúúúÿÿÿÿÿÿÿÿÿÿÿÿñññ/57-35-35-35©«¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñññ/57-35-35-35©«¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½¿¿-35-35-35-35Ö×ØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¤§§-35-35„…ÿÿÿÿÿÿ…ˆ‰-35-35{€-35-35ØÙÙÿÿÿííí-35-35178óóôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ…†-35-35-354:<¡£¤-35-35-35-35½¿¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀÂÂ-35-35-35-35êëëõõõ39;-35-35-35ããäÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÚÛÜ39;-35-35-35?DFèééÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíííäååäååäååèééÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢¤¥-35-35-35-35ÙÚÚÿÿÿÿÿÿÿÿÿÿÿÿ×ØÙ-35-35-35-35ÒÓÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ØÙ-35-35-35-35ÒÓÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ178-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææ-35-35-35-35¢¥¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿHMO-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÚÛÜ-35-35LQSÿÿÿûûü?DF-35[`bÔÕÕ-35-35 ¡ÿÿÿÇÈÉ-35-35lprÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÆÆ-35-35-35-35£¦§ÿÿÿnst-35-35-35@FHíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷÷ø;@B-35-35-35®°±ÃÄÅ-35-35-35_ceÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóóôRWX-35-35-35-35ÇÈÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŒ-35-35-35<BDÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØÙÙ-35-35-35-35ÈÊÊÿÿÿÿÿÿÿÿÿÿÿÿÇÉÊ-35-35-35-35ÕÖÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøøø/57-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÉÊ-35-35-35-35ÕÖÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøøø/57-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿJOQ-35-35-35UZ[ýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿEKL-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-356;=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþGLN-35-35íííÑÒÒ-35-35 £¤üüüBGI-35Y^_ÿÿÿ ¡-35-35«­®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñòòGLN-35-35-35TY[úúúÿÿÿããä39;-35-35-35z~ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‰Œ-35-35-35fkl„‡‰-35-35-35ª¬­ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ|€-35-35-35-35˜›œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿª¬­-35-35-35-35ßßàÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕ××-35-35-35-35ÔÕÕÿÿÿÿÿÿÿÿÿÿÿÿÑÓÓ-35-35-35-35°²³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÓÓ-35-35-35-35°²³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜›œ-35-35-35-35ž¡¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸ¢£-35-35-35-35ÂÃÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾¿À-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿœŸ -35-35-35179ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŠŽ-35-35ÇÈÉ•˜™-35-35ÚÛÛÿÿÿˆ‹-35-35æççosu-35-35áââÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„‡‰-35-35-35-35ÏÐÑÿÿÿÿÿÿÿÿÿŸ¢£-35-35-35-35¾¿ÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏÐÑ-35-35-35-358>@-35-35-35èééÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯±²-35-35-35-35gkmûûûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææ-35-35-35-35}‚ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“–—-35-35-35.46îïïÿÿÿÿÿÿÿÿÿÿÿÿííí-35-35-35-35RWXö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦¨©-35-35-35-35-35šžÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿííí-35-35-35-35RWXö÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦¨©-35-35-35-35-35šžÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèéé178-35-35-35EKLíííÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàáá>CE-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦©ª-35-35-35-35ïïðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÆÆ-35-35Ÿ PUW-35JOQþþþÿÿÿÅÇÇ-35-35«®¯;@B-35NSUÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÉÊ-35-35-35-35ƒ‡ˆÿÿÿÿÿÿÿÿÿÿÿÿùùùRWX-35-35-35@FHíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýJOQ-35-35-35-35-35-35imnÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙÚÚ39;-35-35-35AGHéêêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„…-35-35-35-35…ˆ‰ðððÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþ°²³.46-35-35-35ptvÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿhln-35-35-35-35rvwðððÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäååx{}-35-35-35-35-35-35‘”•ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿhln-35-35-35-35rvwðððÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäååx{}-35-35-35-35-35-35‘”•ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ™œ-35-35-35-35UZ[ÜÝÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýÃÄÅ;AC-35-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÁÂ-35-35-35-35œŸ þþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõõõ179-35INO-35-35‘”•ÿÿÿÿÿÿö÷÷4:<-35INO-35-35‘”•ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòóóHMO-35-35-35>CEíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌÍÎ-35-35-35-35{€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿšž-35-35-35-35-35-35²´µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóóôPUW-35-35-35-35ÉËËÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿìììEKL-35-35-35-356<>ƒ‡ˆ¹»»ÒÓÔÖ×ØÊË̦©ª]bc-35-35-35-35178ÜÝÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏÐÑ-35-35-35-35-358>@~‚ƒ¢¤¥¦©ª—š›hln-35-35-35-35-35-35-35-35|ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏÐÑ-35-35-35-35-358>@~‚ƒ¢¤¥¦©ª—š›hln-35-35-35-35-35-35-35-35|ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷÷øRWX-35-35-35-35.46ptv¨««¼¾¾´··›žŸSXZ-35-35-35-35-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿéêê-35-35-35-35-35Y^_‘Ž‘’lprÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿptv-35-35-35-35ÍÏÏÿÿÿÿÿÿÿÿÿx{}-35-35-35-35ÊËÌÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ†‰Š-35-35-35-35²´µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€ƒ…-35-35-35-35¾¿Àÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35-35/57ïïðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„‡‰-35-35-35-35;ACvz{vz{vz{vz{vz{vz{vz{vz{vz{vz{vz{vz{vz{vz{vz{ðððÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÚÛÜ<BD-35-35-35-35-35-35-35-35-35-35-35-35-35-35.46¸º»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›žŸ-35-35-35-35-35-35-35-35-35-35-35-35-35swyRWY-35-35-35W[]ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›žŸ-35-35-35-35-35-35-35-35-35-35-35-35-35swyRWY-35-35-35W[]ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåææEKL-35-35-35-35-35-35-35-35-35-35-35-35\abgkm-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿx|}-35-35-35-35-35-35-35-35ýýýÿÿÿÿÿÿÿÿÿÿÿÿ®°±-35-35-35<BDûûûÿÿÿÿÿÿÿÿÿ¶¸¹-35-35-356<>øøøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉËË-35-35-35-35cgiýýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿííí;AC-35-35-35@FHíîîÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\ab-35-35-35-35swxÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\ab-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35éêêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäåå]bc-35-35-35-35-35-35-35-35-35-35-35-35INOÈÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþ £¤.46-35-35-35-35-35-35-35-35-35/57—š›ûûüƒ„-35-35-35-35ïïðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþ £¤.46-35-35-35-35-35-35-35-35-35/57—š›ûûüƒ„-35-35-35-35ïïðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿáââ[_a-35-35-35-35-35-35-35-35-35-35koqñññ‰Œ-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíííOTV-35-35-35-35-35-35-35ûûüÿÿÿÿÿÿÿÿÿÿÿÿãäå-35-35-35‚†‡ÿÿÿÿÿÿÿÿÿÿÿÿííí.46-35-35x{}ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóóôINO-35-35-35/57ÛÜÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°²³-35-35-35-35{€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«­®-35-35-35-35º¼½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\ab-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35éêêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûü¿ÁÂhln/57-35-35-35-35-35-35-35UZ[©«¬ôôôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ØÙx|}/57-35-35-35-35-356;=~‚ƒÝÞÞÿÿÿÿÿÿ¶¸¹-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßà-35-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ØÙx|}/57-35-35-35-35-356;=~‚ƒÝÞÞÿÿÿÿÿÿ¶¸¹-35-35-35-35·¹ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúúú¥§¨MRS-35-35-35-35-35-35_ce¾¿Àþþþÿÿÿ™œ-35-35-35‡‹ŒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿPUW-35-35-35„…ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòóó“”6<>-35-35-35-35EKLûûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿSXZ-35-35ÀÂÂÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿeij-35-35³µ¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿˆ‹-35-35-35-35“–—ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýýafg-35-35-35-35¾ÀÁÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèèé-35-35-354:<óóôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\ab-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35-35éêêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöööÑÒÒ½¿¿°²³¬¯¯·¹ºÉËËíííÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôôôÌÍη¹º¬¯¯¹»¼ÍÏÏôôôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôôôÌÍη¹º¬¯¯¹»¼ÍÏÏôôôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþÙÚÚÀ®°±µ·¸ÆÇÈêëëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùùùÙÚÚÌÍÎÔÕÕèèéÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÆÇÈ-35-35-35|€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ|€-35-35-35ÃÄÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñññ39;-35-35;@Bøøøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«­®-35-35-35†‰ŠÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿðððDIK-35-35-35ÐÑÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿðððino-35-35-35]bcþþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅÇÇÈÊÊ´··‘6<>-35-35-35-35ËÌÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ<BD-35-35-35-35-35-35-35‡‹Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?DF-35-35-35-35-35-35lprøøøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿAGH-35-35-35-35178”—˜úúúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾ÀÁ“–—…ˆ‰Ž‘’°²³éêêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+61 0 obj
+194634
+endobj
+
+xref
+0 62
+0000000000 65535 f
+0000000025 00000 n
+0000000158 00000 n
+0000000389 00000 n
+0000000868 00000 n
+0000001051 00000 n
+0000001108 00000 n
+0000001149 00000 n
+0000004926 00000 n
+0000004970 00000 n
+0000005505 00000 n
+0000005526 00000 n
+0000005603 00000 n
+0000007427 00000 n
+0000007448 00000 n
+0000007943 00000 n
+0000007964 00000 n
+0000008266 00000 n
+0000008286 00000 n
+0000008588 00000 n
+0000008608 00000 n
+0000008910 00000 n
+0000008930 00000 n
+0000009301 00000 n
+0000009321 00000 n
+0000009623 00000 n
+0000009653 00000 n
+0000009958 00000 n
+0000010384 00000 n
+0000010458 00000 n
+0000010915 00000 n
+0000012831 00000 n
+0000013199 00000 n
+0000013280 00000 n
+0000013523 00000 n
+0000014294 00000 n
+0000014315 00000 n
+0000014557 00000 n
+0000015196 00000 n
+0000015240 00000 n
+0000017953 00000 n
+0000017998 00000 n
+0000018057 00000 n
+0000018099 00000 n
+0000019931 00000 n
+0000019976 00000 n
+0000020308 00000 n
+0000020329 00000 n
+0000020631 00000 n
+0000020651 00000 n
+0000021146 00000 n
+0000021167 00000 n
+0000021469 00000 n
+0000021489 00000 n
+0000021901 00000 n
+0000021921 00000 n
+0000022136 00000 n
+0000039472 00000 n
+0000039495 00000 n
+0000050679 00000 n
+0000050702 00000 n
+0000245585 00000 n
+trailer <<
+ /DocChecksum /74403ED4C05B5A117BE5EAA1AB10833F
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 62
+ /ID [<e2d4e6a0343edf1b377b632e36c1e4df><31415926535897932384626433832795>]
+>>
+startxref
+245609
+%%EOF
diff --git a/qpdf/qtest/qpdf/form-filled-by-acrobat.pdf b/qpdf/qtest/qpdf/form-filled-by-acrobat.pdf
new file mode 100644
index 00000000..e6fc28e5
--- /dev/null
+++ b/qpdf/qtest/qpdf/form-filled-by-acrobat.pdf
@@ -0,0 +1,2500 @@
+%PDF-1.4
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 9 0 R
+ 10 0 R
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /OpenAction [
+ 11 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 12 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20180620163028-04'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0030>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 13 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 14 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 13 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 11 0 R
+ /Rect [
+ 123.4
+ 692.1
+ 260.9
+ 706.7
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 16 0 R
+ 17 0 R
+ 18 0 R
+ ]
+ /P 11 0 R
+ /T (r1)
+ /V /1
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 19 0 R
+ /Yes 21 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 11 0 R
+ /Rect [
+ 121.9
+ 559.1
+ 134.2
+ 571
+ ]
+ /Subtype /Widget
+ /T (Check Box 1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 11 0 R
+ /Rect [
+ 118.6
+ 527.7
+ 130.9
+ 539.6
+ ]
+ /Subtype /Widget
+ /T (Check Box 2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 28 0 R
+ /Yes 30 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 11 0 R
+ /Rect [
+ 118.6
+ 500.5
+ 130.9
+ 512.4
+ ]
+ /Subtype /Widget
+ /T (Check Box 3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ ]
+ /P 35 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 36 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 13 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 35 0 R
+ /Rect [
+ 113.6
+ 378.5
+ 351.3
+ 396.3
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff00730061006c00610064002003c002ac>
+>>
+endobj
+
+%% Page 1
+11 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 16 0 R
+ 17 0 R
+ 18 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ ]
+ /Contents 38 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 12 0 R
+ /Resources 3 0 R
+ /Type /Page
+>>
+endobj
+
+12 0 obj
+<<
+ /Count 3
+ /Kids [
+ 11 0 R
+ 40 0 R
+ 35 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 611
+ 791
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+13 0 obj
+<<
+ /F1 41 0 R
+ /F2 42 0 R
+ /F3 43 0 R
+ /ZaDi 23 0 R
+>>
+endobj
+
+14 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 15 0 R
+>>
+stream
+/Tx BMC
+%5 w
+%q 1 0 0 rg 0 1 0 RG
+%0 0 137.3 14.8 re f
+%0 0 137.3 14.8 re s
+%Q
+0.18039 0.20392 0.21176 rg /F2 12 Tf
+BT 0 0 Td (potato) Tj ET
+EMC
+endstream
+endobj
+
+15 0 obj
+145
+endobj
+
+16 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 44 0 R
+ /Off 46 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 11 0 R
+ /Parent 5 0 R
+ /Rect [
+ 149.3
+ 648.5
+ 161.6
+ 660.4
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+17 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 48 0 R
+ /Off 50 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 11 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.7
+ 627.3
+ 165
+ 639.2
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+18 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 52 0 R
+ /Off 54 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 11 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.3
+ 601.7
+ 163.6
+ 613.6
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 22 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+22 0 obj
+81
+endobj
+
+23 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+81
+endobj
+
+28 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 29 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+29 0 obj
+12
+endobj
+
+30 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 31 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+31 0 obj
+81
+endobj
+
+32 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 56 0 R
+ /Off 58 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 35 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.6
+ 555.7
+ 130.9
+ 567.6
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+33 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 60 0 R
+ /Off 62 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 35 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.3
+ 514.8
+ 131.6
+ 526.7
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+34 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 23 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 35 0 R
+ /Parent 9 0 R
+ /Rect [
+ 121.3
+ 472.5
+ 133.6
+ 484.4
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+%% Page 3
+35 0 obj
+<<
+ /Annots [
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ 10 0 R
+ ]
+ /Contents 68 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 12 0 R
+ /Resources 3 0 R
+ /Type /Page
+>>
+endobj
+
+36 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.5
+ 18
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 37 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+37 0 obj
+12
+endobj
+
+%% Contents for page 1
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf[<01>1<0203>1<04>-8<03>1<05>58<06>-2<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 695.6 Td /F1 12 Tf[(\r)68<03>1<0e0f>-5<0710>-1<11>2<03>1<12>2<130707070707>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 666.2 Td /F1 12 Tf[<14>-2<0f>2<0203>1<04>-8<0706>-2<0f>2<15>8(\n)16<0a16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 450.3 Td /F1 12 Tf[<17>-2<1306>-2<18>1<130a18>1<06>-2<130a>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 424.9 Td /F1 12 Tf[<0203>1<0403>-6<05>58<06>-2<0706>6<0b08>-5<03>1<0708>2<0b0403>-6<0706>-2<0f>2<15>8(\n)16<0a0718>1(\n)-8<0f>2<03>1<04>58<16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 399.5 Td /F1 12 Tf[<19071a03>1<03>1<13>-7<0718>1<1a0b0f>2<0203>1<04>-8<071b18>1<1c03>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 386.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 374.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 361.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 348.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 336 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 323.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 310.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 297.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 285.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 272.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 259.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 247.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 234.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 221.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 209 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 196.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 183.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 170.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 158.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 145.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 132.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 120.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 107.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 94.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 82 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 69.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+0 0 0 RG
+1 1 1 rg
+120.5 689 143.3 20.8 re B*
+148.2 642.5 183.5 23.9 re f*
+q 1.2 w 0 0 0 RG
+155.4 660.4 m 158.7 660.4 161.4 657.8 161.4 654.4 c
+161.4 651.1 158.7 648.4 155.4 648.4 c
+152 648.4 149.4 651.1 149.4 654.4 c
+149.4 657.8 152 660.4 155.4 660.4 c s
+ Q
+q 166.2 642.5 164.3 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+166.2 651.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+1 1 1 rg
+151.6 624.7 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.8 639.2 m 162.1 639.2 164.8 636.6 164.8 633.2 c
+164.8 629.9 162.1 627.2 158.8 627.2 c
+155.4 627.2 152.8 629.9 152.8 633.2 c
+152.8 636.6 155.4 639.2 158.8 639.2 c s
+ Q
+q 169.6 624.7 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 630.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+1 1 1 rg
+150.2 600.8 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 613.6 m 160.8 613.6 163.5 611 163.5 607.6 c
+163.5 604.3 160.8 601.6 157.4 601.6 c
+154.1 601.6 151.4 604.3 151.4 607.6 c
+151.4 611 154.1 613.6 157.4 613.6 c s
+ Q
+q 168.3 600.8 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 604.5 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+1 1 1 rg
+120.8 549 86.7 32.1 re f*
+q 1.2 w 0 0 0 RG
+122 559 12.1 12.1 re S
+ Q
+q 138.9 549 67.5 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+138.9 562 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+1 1 1 rg
+117.5 523.1 85.3 21.2 re f*
+q 1.2 w 0 0 0 RG
+118.7 527.6 12.1 12.1 re S
+ Q
+q 135.5 523.1 66.1 21.2 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 530.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+1 1 1 rg
+117.5 497.9 72.4 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.7 500.4 12.1 12.1 re S
+ Q
+q 135.5 497.9 53.2 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 503.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+39 0 obj
+3700
+endobj
+
+%% Page 2
+40 0 obj
+<<
+ /Contents 70 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 611.971653543307
+ 791.971653543307
+ ]
+ /Parent 12 0 R
+ /Resources 3 0 R
+ /Type /Page
+>>
+endobj
+
+41 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 72 0 R
+ /LastChar 33
+ /Subtype /TrueType
+ /ToUnicode 73 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 722
+ 500
+ 250
+ 722
+ 443
+ 333
+ 500
+ 500
+ 500
+ 722
+ 722
+ 500
+ 610
+ 556
+ ]
+>>
+endobj
+
+42 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 75 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+43 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 76 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 77 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+45 0 obj
+205
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+12
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+49 0 obj
+205
+endobj
+
+50 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 51 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+51 0 obj
+12
+endobj
+
+52 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 53 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.4 8.4 8.5 7.4 8.5 6 c
+8.5 4.7 7.4 3.6 6 3.6 c
+4.7 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.7 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+53 0 obj
+205
+endobj
+
+54 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 55 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+55 0 obj
+12
+endobj
+
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 57 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+57 0 obj
+205
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+59 0 obj
+12
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+61 0 obj
+205
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+63 0 obj
+12
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.1 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.3 8.4 8.4 7.4 8.4 6 c
+8.4 4.7 7.3 3.6 6 3.6 c
+4.6 3.6 3.6 4.7 3.6 6 c
+3.6 7.4 4.6 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+205
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.1
+ 12.1
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+%% Contents for page 3
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 712.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 699.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 687 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 648.9 Td /F1 12 Tf[<1e>-2<0b1d>-2<0719070218>1<1f03>1<0718>1<070f>2<02>-7<11>2<0413071b18>1<1c03>1<16>-7<0720>2<03>1<0f>2<05>58<06>-2<071b150f>-5<0706>-2<0f>2<150a>16<0a070203>1<0403>1<070f>2<0b0b16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 382.2 Td /F1 12 Tf[(!)-1<0b0f>2<18>1<0f>2<0b>]TJ
+ET
+Q
+1 1 1 rg
+117.5 546.2 169.2 30.8 re f*
+q 1.2 w 0 0 0 RG
+124.7 567.6 m 128 567.6 130.7 565 130.7 561.6 c
+130.7 558.3 128 555.6 124.7 555.6 c
+121.3 555.6 118.7 558.3 118.7 561.6 c
+118.7 565 121.3 567.6 124.7 567.6 c s
+ Q
+q 135.5 546.2 150 30.8 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 558.5 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+1 1 1 rg
+118.2 505.3 180.7 30.8 re f*
+q 1.2 w 0 0 0 RG
+125.4 526.7 m 128.7 526.7 131.4 524.1 131.4 520.7 c
+131.4 517.4 128.7 514.7 125.4 514.7 c
+122 514.7 119.4 517.4 119.4 520.7 c
+119.4 524.1 122 526.7 125.4 526.7 c s
+ Q
+q 136.2 505.3 161.5 30.8 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 517.6 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+1 1 1 rg
+120.2 461.7 139.2 33.5 re f*
+q 1.2 w 0 0 0 RG
+127.4 484.4 m 130.7 484.4 133.4 481.8 133.4 478.4 c
+133.4 475.1 130.7 472.4 127.4 472.4 c
+124 472.4 121.4 475.1 121.4 478.4 c
+121.4 481.8 124 484.4 127.4 484.4 c s
+ Q
+q 138.2 461.7 120 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+138.2 475.3 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+0 0 0 RG
+1 1 1 rg
+110.7 375.4 243.5 24 re B*
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+69 0 obj
+1753
+endobj
+
+%% Contents for page 2
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+0.1 w
+q 0 0 612 792 re
+W* n
+q 0 0 0 rg
+BT
+56.8 725.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 699.7 Td /F1 12 Tf[(\r)2<0203>1<04>-8<03>1<0718>1<0403>-6<071a0b070a11>2<03>1<12>2<1306>-2<070b1a070f>2<0211>2<06>-10<071b18>1<1c03>1<16>]TJ
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 674.3 Td /F1 12 Tf<01>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 661.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 648.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 636.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 623.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 610.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 598.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 585.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 572.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 560 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 547.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 534.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 521.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 509.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 496.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 483.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 471.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 458.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 445.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 433 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 420.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 407.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 394.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 382.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 369.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 356.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 344.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 331.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 318.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 306 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 293.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 280.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 267.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 255.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 242.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 229.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 217.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 204.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 191.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 179 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 166.3 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 153.6 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 140.9 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 128.2 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 115.5 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 102.8 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 90.1 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 77.4 Td /F1 12 Tf<1d>Tj
+ET
+Q
+q 0 0 0 rg
+BT
+56.8 64.7 Td /F1 12 Tf<1d>Tj
+ET
+Q
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+2634
+endobj
+
+72 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 79 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+33 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <004F>
+<15> <0075>
+<16> <002E>
+<17> <0041>
+<18> <0061>
+<19> <0049>
+<1A> <006E>
+<1B> <0070>
+<1C> <0067>
+<1D> <0077>
+<1E> <004E>
+<1F> <0076>
+<20> <004C>
+<21> <0050>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+74 0 obj
+714
+endobj
+
+75 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+76 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 81 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+77 0 obj
+<<
+ /Length 78 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+78 0 obj
+582
+endobj
+
+79 0 obj
+<<
+ /Length1 17240
+ /Length 80 0 R
+>>
+stream
+true
+  !
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+ôäÔÄ´¤”„tdTD4$ôäÔÄ´¤”„tdTD4$9ôäÔÄ´¤”„tTD4$ÔÀ° €pP@0 àÀ €pPO]]]]]]]]qqqqqqqqqq_qqrrrrrrrrrrrrrr^]]]]]]]]]]]]]]]]qqqqqqqqqqqqqqqq
+"QYPY 
+PY
+
+
+"#PY PY QY
+&#
+
+  ;PY 2PY´B B”B€BtBdBTBDB4B$BBBàBÔBÀB´B¤B”B„BtBdBTBDB$BB
+o+Kül9@$o0VK|u}…qr„„x
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+\
+Â 4 ~ ð  ê \ úˆ
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+80 0 obj
+17240
+endobj
+
+81 0 obj
+<<
+ /Length1 11088
+ /Length 82 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+82 0 obj
+11088
+endobj
+
+xref
+0 83
+0000000000 65535 f
+0000000025 00000 n
+0000000325 00000 n
+0000000510 00000 n
+0000000583 00000 n
+0000000881 00000 n
+0000001012 00000 n
+0000001393 00000 n
+0000001776 00000 n
+0000002159 00000 n
+0000002290 00000 n
+0000002651 00000 n
+0000002973 00000 n
+0000003134 00000 n
+0000003211 00000 n
+0000003511 00000 n
+0000003532 00000 n
+0000003888 00000 n
+0000004244 00000 n
+0000004602 00000 n
+0000004768 00000 n
+0000004788 00000 n
+0000005023 00000 n
+0000005043 00000 n
+0000005124 00000 n
+0000005290 00000 n
+0000005310 00000 n
+0000005545 00000 n
+0000005565 00000 n
+0000005731 00000 n
+0000005751 00000 n
+0000005986 00000 n
+0000006006 00000 n
+0000006364 00000 n
+0000006720 00000 n
+0000007088 00000 n
+0000007381 00000 n
+0000007546 00000 n
+0000007589 00000 n
+0000011368 00000 n
+0000011400 00000 n
+0000011633 00000 n
+0000012090 00000 n
+0000014006 00000 n
+0000014374 00000 n
+0000014733 00000 n
+0000014754 00000 n
+0000014920 00000 n
+0000014940 00000 n
+0000015299 00000 n
+0000015320 00000 n
+0000015486 00000 n
+0000015506 00000 n
+0000015865 00000 n
+0000015886 00000 n
+0000016052 00000 n
+0000016072 00000 n
+0000016431 00000 n
+0000016452 00000 n
+0000016618 00000 n
+0000016638 00000 n
+0000016997 00000 n
+0000017018 00000 n
+0000017184 00000 n
+0000017204 00000 n
+0000017563 00000 n
+0000017584 00000 n
+0000017750 00000 n
+0000017793 00000 n
+0000019625 00000 n
+0000019670 00000 n
+0000022383 00000 n
+0000022405 00000 n
+0000022648 00000 n
+0000023419 00000 n
+0000023440 00000 n
+0000023655 00000 n
+0000023897 00000 n
+0000024536 00000 n
+0000024557 00000 n
+0000041893 00000 n
+0000041916 00000 n
+0000053100 00000 n
+trailer <<
+ /DocChecksum /74403ED4C05B5A117BE5EAA1AB10833F
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 83
+ /ID [<e2d4e6a0343edf1b377b632e36c1e4df><cd84986a93ecadd6af964c0be19a024a>]
+>>
+startxref
+53123
+%%EOF
+1 0 obj
+<</AcroForm<</DR 3 0 R/Fields[ 4 0 R 5 0 R 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R]>>/Lang(en-US)/OpenAction[ 11 0 R/XYZ null null 0]/Pages 12 0 R/Type/Catalog>>
+endobj
+2 0 obj
+<</CreationDate(D:20180620163028-04'00')/Creator<FEFF005700720069007400650072>/Producer<FEFF004C0069006200720065004F0066006600690063006500200036002E0030>/ModDate(D:20181224003244Z00'00)>>
+endobj
+4 0 obj
+<</AP<</N 83 0 R>>/DA(0.18039 0.20392 0.21176 rg /F2 12 Tf)/DR<</Font 13 0 R>>/DV<FEFF>/F 4/FT/Tx/P 11 0 R/Rect[ 123.400002 692.099976 260.899994 706.700012]/Subtype/Widget/T(Text Box 1)/Type/Annot/V<61626320706F7461746F>>>
+endobj
+10 0 obj
+<</AP<</N 84 0 R>>/DA(0.18039 0.20392 0.21176 rg /F2 12 Tf)/DR<</Font 13 0 R>>/DV<FEFF00730061006C00610064002003C002AC>/F 4/FT/Tx/P 35 0 R/Rect[ 113.599998 378.5 351.299988 396.299988]/Subtype/Widget/T(Text Box 2)/Type/Annot/V<FEFF00730061006C00610064002003C002AC002000780079007A>>>
+endobj
+83 0 obj
+<</Length 132/Type/XObject/Subtype/Form/FormType 1/BBox[ 0 0 137.5 14.600037]/Matrix[ 1 0 0 1 0 0]/Filter/FlateDecode/Resources<</Font<</F2 42 0 R>>/ProcSet[/PDF/Text]>>>>
+stream
+xœŒ»
+Â@DûùŠ)µÙܽk^mB„ µˆ‰,Œ†€~¾+ÃpŠ3Lb_VmM¼áR—Ò«ËD$äœo8â áHá.vÏÓE8Äé•Aœ/$”§ú§÷yÆyd²ÕxD»C¢.Ä—´«îÚŸu#¯ié–iM{ 1д5~
+endstream
+endobj
+84 0 obj
+<</Length 49/Type/XObject/Subtype/Form/FormType 1/BBox[ 0 0 237.699982 17.799988]/Matrix[ 1 0 0 1 0 0]/Filter/FlateDecode/Resources<</XObject<</RMIm0 85 0 R>>>>>>
+stream
+xœ*ä226Õ3³´´´0R0
+endstream
+endobj
+85 0 obj
+<</Length 4809/Type/XObject/Subtype/Image/Width 983/Height 66/BitsPerComponent 8/ColorSpace/DeviceRGB/Filter/FlateDecode/Mask[ 255 255 255 255 255 255]>>
+stream
+xœìÝçWÉà¿ÈõxV."‚ V®iYEá"b•U1‹˜p *
+T ˆºQ¢i ƒ¢ Q`†[×ò”/ÝCÓ`¸îï9u8CWuUMÍ|x»§ºª¯
+ÏKJx$6h²²³Ïν­\[Ggç¦mÛU†:ž‹¼¢5õA¸Ä,…ôãx[Ö«„3ì
+‹–¡[Ò‡î?@³øe….e\¦õìÚ:PÉææf~C^Œá›¿«D®ÿÊU"뇱Vïß¿WnW<OÊÓ­œ‘… 
+ü<k6ͺ—Ÿ/²œ¦»hµZCûϱYÓ´'Ïž—è-ɆˆKLJ¢¹W2¯Ñ\þ
+œdl½||{zú•a_-¾ˆ¢y…»ººlì¿MƒÙ²“æ¾zýZa
+
+£mqûº½½}ö¼ù´¹Ü¼<C+
+8N™fèU!»
+ SÁí4uuÕ
+=3RæxxŠ=S<¶¶6ɾNf¹Ä
+
+wéÄr¿å+i»6Y'Nƨ¯³òÅK:OÆ~’óÛ·ïÔŸ
+ïêë³so:áþëByþŸ¥Ë::;åg?{NC£YîÊ3uÍ„›·Ñ°ˆ#ô¶­B=Ôˆ Â?~ü¶[½Øξ½½Þ
+>.Ê‹;ç&î_ÏI¶=£ª¼¡’¤ÿôóûo^ɼ&²kFõ]’lüzôø ƒß
+ÎÞ¬Iï
+?rT^¡šÕQÌÞ(sâd -6w¾çËWÒ•¨YdÈúc;q’¤Îa Âsn÷{bñd\<«åÚÛÛùNFÓf¸IÞ8»fû“Þ,#|jm¥ÓãÙå‰<Æ~ððíö¦mÛÕÔÌ.—ä_úå+Êgµ¶¶ÑñÕQt
+
+endstream
+endobj
+xref
+1 2
+0000054994 00000 n
+0000055162 00000 n
+4 1
+0000055365 00000 n
+10 1
+0000055604 00000 n
+83 3
+0000055903 00000 n
+0000056241 00000 n
+0000056487 00000 n
+trailer
+<</DocChecksum/74403ED4C05B5A117BE5EAA1AB10833F/Info 2 0 R/Root 1 0 R/Size 86/ID[<E2D4E6A0343EDF1B377B632E36C1E4DF><50821D3D3E2C8D1472BE0C6CAC732055>]/Prev 53123>>
+startxref
+61484
+%%EOF
diff --git a/qpdf/qtest/qpdf/form-xobjects-out.pdf b/qpdf/qtest/qpdf/form-xobjects-out.pdf
new file mode 100644
index 00000000..6b8a6f26
--- /dev/null
+++ b/qpdf/qtest/qpdf/form-xobjects-out.pdf
@@ -0,0 +1,2277 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 66 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 55 0
+2 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 3 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+3 0 obj
+108
+endobj
+
+%% Original object ID: 56 0
+4 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 5 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+5 0 obj
+108
+endobj
+
+%% Original object ID: 57 0
+6 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 2.000000
+ 0.000000
+ 0.000000
+ 2.000000
+ 0.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 7 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+7 0 obj
+117
+endobj
+
+%% Original object ID: 58 0
+8 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 9 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+9 0 obj
+117
+endobj
+
+%% Original object ID: 59 0
+10 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 11 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+11 0 obj
+108
+endobj
+
+%% Original object ID: 60 0
+12 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 13 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+13 0 obj
+108
+endobj
+
+%% Original object ID: 61 0
+14 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 15 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+15 0 obj
+108
+endobj
+
+%% Original object ID: 62 0
+16 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 17 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+17 0 obj
+108
+endobj
+
+%% Original object ID: 63 0
+18 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 19 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+19 0 obj
+112
+endobj
+
+%% Original object ID: 64 0
+20 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 21 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+21 0 obj
+112
+endobj
+
+%% Original object ID: 65 0
+22 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 23 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+23 0 obj
+123
+endobj
+
+%% Original object ID: 66 0
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+25 0 obj
+123
+endobj
+
+%% Original object ID: 67 0
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+27 0 obj
+112
+endobj
+
+%% Original object ID: 68 0
+28 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 29 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+29 0 obj
+112
+endobj
+
+%% Original object ID: 69 0
+30 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 31 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+31 0 obj
+112
+endobj
+
+%% Original object ID: 70 0
+32 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 33 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+33 0 obj
+112
+endobj
+
+%% Original object ID: 71 0
+34 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 35 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+35 0 obj
+113
+endobj
+
+%% Original object ID: 72 0
+36 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 37 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+37 0 obj
+113
+endobj
+
+%% Original object ID: 73 0
+38 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -0.750000
+ 0.000000
+ 0.000000
+ -0.750000
+ 459.000000
+ 594.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 39 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+39 0 obj
+126
+endobj
+
+%% Original object ID: 74 0
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+41 0 obj
+126
+endobj
+
+%% Original object ID: 75 0
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+43 0 obj
+114
+endobj
+
+%% Original object ID: 76 0
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+45 0 obj
+114
+endobj
+
+%% Original object ID: 77 0
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+47 0 obj
+114
+endobj
+
+%% Original object ID: 78 0
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+49 0 obj
+114
+endobj
+
+%% Original object ID: 79 0
+50 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 51 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+51 0 obj
+114
+endobj
+
+%% Original object ID: 80 0
+52 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 53 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+53 0 obj
+114
+endobj
+
+%% Original object ID: 81 0
+54 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.250000
+ -1.250000
+ 0.000000
+ 990.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 55 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+55 0 obj
+126
+endobj
+
+%% Original object ID: 82 0
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 57 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+57 0 obj
+126
+endobj
+
+%% Original object ID: 83 0
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+59 0 obj
+114
+endobj
+
+%% Original object ID: 84 0
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+61 0 obj
+114
+endobj
+
+%% Original object ID: 85 0
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+63 0 obj
+114
+endobj
+
+%% Original object ID: 86 0
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+65 0 obj
+114
+endobj
+
+%% Original object ID: 2 0
+66 0 obj
+<<
+ /Count 16
+ /Kids [
+ 69 0 R
+ 70 0 R
+ 71 0 R
+ 72 0 R
+ 73 0 R
+ 74 0 R
+ 75 0 R
+ 76 0 R
+ 77 0 R
+ 78 0 R
+ 79 0 R
+ 80 0 R
+ 81 0 R
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 21 0
+67 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 22 0
+68 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+69 0 obj
+<<
+ /Contents 85 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 4 0
+70 0 obj
+<<
+ /Contents 87 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 5 0
+71 0 obj
+<<
+ /Contents [
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 6 0
+72 0 obj
+<<
+ /Contents 93 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 7 0
+73 0 obj
+<<
+ /Contents 95 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+74 0 obj
+<<
+ /Contents 97 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 9 0
+75 0 obj
+<<
+ /Contents 99 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 10 0
+76 0 obj
+<<
+ /Contents 101 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 11 0
+77 0 obj
+<<
+ /Contents 103 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 12 0
+78 0 obj
+<<
+ /Contents 105 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 13 0
+79 0 obj
+<<
+ /Contents 107 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 14 0
+80 0 obj
+<<
+ /Contents 109 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 15 0
+81 0 obj
+<<
+ /Contents 111 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+%% Original object ID: 16 0
+82 0 obj
+<<
+ /Contents 113 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+%% Original object ID: 17 0
+83 0 obj
+<<
+ /Contents 115 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+%% Original object ID: 18 0
+84 0 obj
+<<
+ /Contents 117 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 66 0 R
+ /Resources <<
+ /Font <<
+ /F1 67 0 R
+ >>
+ /ProcSet 68 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 19 0
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+86 0 obj
+108
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+88 0 obj
+117
+endobj
+
+%% Contents for page 3
+%% Original object ID: 25 0
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+90 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 27 0
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+92 0 obj
+63
+endobj
+
+%% Contents for page 4
+%% Original object ID: 29 0
+93 0 obj
+<<
+ /Length 94 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+94 0 obj
+108
+endobj
+
+%% Contents for page 5
+%% Original object ID: 31 0
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+96 0 obj
+112
+endobj
+
+%% Contents for page 6
+%% Original object ID: 33 0
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+123
+endobj
+
+%% Contents for page 7
+%% Original object ID: 35 0
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+100 0 obj
+112
+endobj
+
+%% Contents for page 8
+%% Original object ID: 37 0
+101 0 obj
+<<
+ /Length 102 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+102 0 obj
+112
+endobj
+
+%% Contents for page 9
+%% Original object ID: 39 0
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+104 0 obj
+113
+endobj
+
+%% Contents for page 10
+%% Original object ID: 41 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+126
+endobj
+
+%% Contents for page 11
+%% Original object ID: 43 0
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+108 0 obj
+114
+endobj
+
+%% Contents for page 12
+%% Original object ID: 45 0
+109 0 obj
+<<
+ /Length 110 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+110 0 obj
+114
+endobj
+
+%% Contents for page 13
+%% Original object ID: 47 0
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+112 0 obj
+114
+endobj
+
+%% Contents for page 14
+%% Original object ID: 49 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+126
+endobj
+
+%% Contents for page 15
+%% Original object ID: 51 0
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+116 0 obj
+114
+endobj
+
+%% Contents for page 16
+%% Original object ID: 53 0
+117 0 obj
+<<
+ /Length 118 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+118 0 obj
+114
+endobj
+
+xref
+0 119
+0000000000 65535 f
+0000000052 00000 n
+0000000135 00000 n
+0000000452 00000 n
+0000000500 00000 n
+0000000817 00000 n
+0000000865 00000 n
+0000001285 00000 n
+0000001333 00000 n
+0000001659 00000 n
+0000001707 00000 n
+0000002026 00000 n
+0000002075 00000 n
+0000002394 00000 n
+0000002443 00000 n
+0000002762 00000 n
+0000002811 00000 n
+0000003130 00000 n
+0000003179 00000 n
+0000003599 00000 n
+0000003648 00000 n
+0000003971 00000 n
+0000004020 00000 n
+0000004451 00000 n
+0000004500 00000 n
+0000004834 00000 n
+0000004883 00000 n
+0000005303 00000 n
+0000005352 00000 n
+0000005675 00000 n
+0000005724 00000 n
+0000006144 00000 n
+0000006193 00000 n
+0000006516 00000 n
+0000006565 00000 n
+0000006989 00000 n
+0000007038 00000 n
+0000007362 00000 n
+0000007411 00000 n
+0000007848 00000 n
+0000007897 00000 n
+0000008234 00000 n
+0000008283 00000 n
+0000008708 00000 n
+0000008757 00000 n
+0000009082 00000 n
+0000009131 00000 n
+0000009556 00000 n
+0000009605 00000 n
+0000009930 00000 n
+0000009979 00000 n
+0000010401 00000 n
+0000010450 00000 n
+0000010775 00000 n
+0000010824 00000 n
+0000011258 00000 n
+0000011307 00000 n
+0000011644 00000 n
+0000011693 00000 n
+0000012115 00000 n
+0000012164 00000 n
+0000012489 00000 n
+0000012538 00000 n
+0000012960 00000 n
+0000013009 00000 n
+0000013334 00000 n
+0000013382 00000 n
+0000013650 00000 n
+0000013797 00000 n
+0000013870 00000 n
+0000014104 00000 n
+0000014352 00000 n
+0000014607 00000 n
+0000014841 00000 n
+0000015088 00000 n
+0000015351 00000 n
+0000015599 00000 n
+0000015848 00000 n
+0000016099 00000 n
+0000016367 00000 n
+0000016618 00000 n
+0000016869 00000 n
+0000017120 00000 n
+0000017388 00000 n
+0000017639 00000 n
+0000017902 00000 n
+0000018067 00000 n
+0000018139 00000 n
+0000018313 00000 n
+0000018385 00000 n
+0000018487 00000 n
+0000018558 00000 n
+0000018678 00000 n
+0000018749 00000 n
+0000018914 00000 n
+0000018986 00000 n
+0000019155 00000 n
+0000019227 00000 n
+0000019407 00000 n
+0000019479 00000 n
+0000019649 00000 n
+0000019722 00000 n
+0000019893 00000 n
+0000019966 00000 n
+0000020138 00000 n
+0000020212 00000 n
+0000020397 00000 n
+0000020471 00000 n
+0000020644 00000 n
+0000020718 00000 n
+0000020891 00000 n
+0000020965 00000 n
+0000021138 00000 n
+0000021212 00000 n
+0000021397 00000 n
+0000021471 00000 n
+0000021644 00000 n
+0000021718 00000 n
+0000021891 00000 n
+trailer <<
+ /QTest [
+ 2 0 R
+ 4 0 R
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ 12 0 R
+ 14 0 R
+ 16 0 R
+ 18 0 R
+ 20 0 R
+ 22 0 R
+ 24 0 R
+ 26 0 R
+ 28 0 R
+ 30 0 R
+ 32 0 R
+ 34 0 R
+ 36 0 R
+ 38 0 R
+ 40 0 R
+ 42 0 R
+ 44 0 R
+ 46 0 R
+ 48 0 R
+ 50 0 R
+ 52 0 R
+ 54 0 R
+ 56 0 R
+ 58 0 R
+ 60 0 R
+ 62 0 R
+ 64 0 R
+ ]
+ /Root 1 0 R
+ /Size 119
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+21913
+%%EOF
diff --git a/qpdf/qtest/qpdf/fx-overlay-56.pdf b/qpdf/qtest/qpdf/fx-overlay-56.pdf
new file mode 100644
index 00000000..d135aa88
--- /dev/null
+++ b/qpdf/qtest/qpdf/fx-overlay-56.pdf
@@ -0,0 +1,2273 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 93 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 101 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 109 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /Contents [
+ 111 0 R
+ 113 0 R
+ 115 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 117 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 133 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /Contents [
+ 135 0 R
+ 137 0 R
+ 139 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 141 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /Contents [
+ 143 0 R
+ 145 0 R
+ 147 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 149 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 58 0
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+%% Original object ID: 19 0
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+%% Original object ID: 59 0
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+%% Original object ID: 21 0
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 22 0
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Original object ID: 55 0
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+28 0 obj
+109
+endobj
+
+%% Contents for page 2
+%% Original object ID: 61 0
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+%% Original object ID: 62 0
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+66
+endobj
+
+%% Original object ID: 60 0
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+113
+endobj
+
+%% Contents for page 3
+%% Original object ID: 64 0
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+%% Original object ID: 25 0
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 27 0
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+%% Original object ID: 65 0
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+66
+endobj
+
+%% Original object ID: 63 0
+45 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+46 0 obj
+150
+endobj
+
+%% Contents for page 4
+%% Original object ID: 67 0
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+%% Original object ID: 29 0
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+%% Original object ID: 68 0
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+66
+endobj
+
+%% Original object ID: 66 0
+53 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+54 0 obj
+170
+endobj
+
+%% Contents for page 5
+%% Original object ID: 70 0
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+%% Original object ID: 31 0
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+%% Original object ID: 71 0
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+66
+endobj
+
+%% Original object ID: 69 0
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+62 0 obj
+109
+endobj
+
+%% Contents for page 6
+%% Original object ID: 73 0
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+%% Original object ID: 33 0
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+%% Original object ID: 74 0
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+66
+endobj
+
+%% Original object ID: 72 0
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+70 0 obj
+113
+endobj
+
+%% Contents for page 7
+%% Original object ID: 76 0
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+%% Original object ID: 35 0
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+%% Original object ID: 77 0
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+66
+endobj
+
+%% Original object ID: 75 0
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+78 0 obj
+114
+endobj
+
+%% Contents for page 8
+%% Original object ID: 79 0
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+%% Original object ID: 37 0
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+%% Original object ID: 80 0
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+66
+endobj
+
+%% Original object ID: 78 0
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+86 0 obj
+114
+endobj
+
+%% Contents for page 9
+%% Original object ID: 82 0
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 9
+%% Original object ID: 39 0
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+113
+endobj
+
+%% Contents for page 9
+%% Original object ID: 83 0
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+92 0 obj
+66
+endobj
+
+%% Original object ID: 81 0
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+94 0 obj
+109
+endobj
+
+%% Contents for page 10
+%% Original object ID: 85 0
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 10
+%% Original object ID: 41 0
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 10
+%% Original object ID: 86 0
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+66
+endobj
+
+%% Original object ID: 84 0
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+102 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 88 0
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 11
+%% Original object ID: 43 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 89 0
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+108 0 obj
+66
+endobj
+
+%% Original object ID: 87 0
+109 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 110 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+110 0 obj
+115
+endobj
+
+%% Contents for page 12
+%% Original object ID: 91 0
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+q
+endstream
+endobj
+
+112 0 obj
+2
+endobj
+
+%% Contents for page 12
+%% Original object ID: 45 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+114
+endobj
+
+%% Contents for page 12
+%% Original object ID: 92 0
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+116 0 obj
+66
+endobj
+
+%% Original object ID: 90 0
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+118 0 obj
+115
+endobj
+
+%% Contents for page 13
+%% Original object ID: 94 0
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 13
+%% Original object ID: 47 0
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+114
+endobj
+
+%% Contents for page 13
+%% Original object ID: 95 0
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+124 0 obj
+66
+endobj
+
+%% Original object ID: 93 0
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+126 0 obj
+110
+endobj
+
+%% Contents for page 14
+%% Original object ID: 97 0
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 14
+%% Original object ID: 49 0
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+130 0 obj
+126
+endobj
+
+%% Contents for page 14
+%% Original object ID: 98 0
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+66
+endobj
+
+%% Original object ID: 96 0
+133 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 134 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+134 0 obj
+125
+endobj
+
+%% Contents for page 15
+%% Original object ID: 100 0
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+q
+endstream
+endobj
+
+136 0 obj
+2
+endobj
+
+%% Contents for page 15
+%% Original object ID: 51 0
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 15
+%% Original object ID: 101 0
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+66
+endobj
+
+%% Original object ID: 99 0
+141 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 142 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+142 0 obj
+115
+endobj
+
+%% Contents for page 16
+%% Original object ID: 103 0
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+q
+endstream
+endobj
+
+144 0 obj
+2
+endobj
+
+%% Contents for page 16
+%% Original object ID: 53 0
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+146 0 obj
+114
+endobj
+
+%% Contents for page 16
+%% Original object ID: 104 0
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+148 0 obj
+66
+endobj
+
+%% Original object ID: 102 0
+149 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 150 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+150 0 obj
+115
+endobj
+
+%% Original object ID: 56 0
+151 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 57 0
+152 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 153
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000402 00000 n
+0000000707 00000 n
+0000001026 00000 n
+0000001342 00000 n
+0000001647 00000 n
+0000001965 00000 n
+0000002299 00000 n
+0000002618 00000 n
+0000002938 00000 n
+0000003260 00000 n
+0000003600 00000 n
+0000003926 00000 n
+0000004252 00000 n
+0000004578 00000 n
+0000004921 00000 n
+0000005247 00000 n
+0000005585 00000 n
+0000005644 00000 n
+0000005714 00000 n
+0000005879 00000 n
+0000005951 00000 n
+0000006074 00000 n
+0000006122 00000 n
+0000006269 00000 n
+0000006333 00000 n
+0000006655 00000 n
+0000006727 00000 n
+0000006786 00000 n
+0000006856 00000 n
+0000007030 00000 n
+0000007102 00000 n
+0000007225 00000 n
+0000007273 00000 n
+0000007599 00000 n
+0000007671 00000 n
+0000007730 00000 n
+0000007800 00000 n
+0000007902 00000 n
+0000007973 00000 n
+0000008093 00000 n
+0000008164 00000 n
+0000008287 00000 n
+0000008335 00000 n
+0000008700 00000 n
+0000008772 00000 n
+0000008831 00000 n
+0000008901 00000 n
+0000009066 00000 n
+0000009138 00000 n
+0000009261 00000 n
+0000009309 00000 n
+0000009694 00000 n
+0000009766 00000 n
+0000009825 00000 n
+0000009895 00000 n
+0000010064 00000 n
+0000010136 00000 n
+0000010259 00000 n
+0000010307 00000 n
+0000010629 00000 n
+0000010701 00000 n
+0000010760 00000 n
+0000010830 00000 n
+0000011010 00000 n
+0000011082 00000 n
+0000011205 00000 n
+0000011253 00000 n
+0000011579 00000 n
+0000011651 00000 n
+0000011710 00000 n
+0000011780 00000 n
+0000011949 00000 n
+0000012021 00000 n
+0000012144 00000 n
+0000012192 00000 n
+0000012519 00000 n
+0000012591 00000 n
+0000012650 00000 n
+0000012720 00000 n
+0000012889 00000 n
+0000012961 00000 n
+0000013084 00000 n
+0000013132 00000 n
+0000013459 00000 n
+0000013531 00000 n
+0000013590 00000 n
+0000013660 00000 n
+0000013830 00000 n
+0000013902 00000 n
+0000014025 00000 n
+0000014073 00000 n
+0000014395 00000 n
+0000014468 00000 n
+0000014527 00000 n
+0000014598 00000 n
+0000014781 00000 n
+0000014854 00000 n
+0000014978 00000 n
+0000015027 00000 n
+0000015356 00000 n
+0000015430 00000 n
+0000015491 00000 n
+0000015563 00000 n
+0000015736 00000 n
+0000015810 00000 n
+0000015935 00000 n
+0000015984 00000 n
+0000016314 00000 n
+0000016388 00000 n
+0000016449 00000 n
+0000016521 00000 n
+0000016694 00000 n
+0000016768 00000 n
+0000016893 00000 n
+0000016942 00000 n
+0000017272 00000 n
+0000017346 00000 n
+0000017407 00000 n
+0000017479 00000 n
+0000017652 00000 n
+0000017726 00000 n
+0000017851 00000 n
+0000017900 00000 n
+0000018225 00000 n
+0000018299 00000 n
+0000018360 00000 n
+0000018432 00000 n
+0000018617 00000 n
+0000018691 00000 n
+0000018816 00000 n
+0000018865 00000 n
+0000019205 00000 n
+0000019280 00000 n
+0000019341 00000 n
+0000019413 00000 n
+0000019586 00000 n
+0000019661 00000 n
+0000019786 00000 n
+0000019835 00000 n
+0000020165 00000 n
+0000020240 00000 n
+0000020301 00000 n
+0000020373 00000 n
+0000020546 00000 n
+0000020621 00000 n
+0000020746 00000 n
+0000020796 00000 n
+0000021126 00000 n
+0000021176 00000 n
+0000021324 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 153
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+21361
+%%EOF
diff --git a/qpdf/qtest/qpdf/fx-overlay-57.pdf b/qpdf/qtest/qpdf/fx-overlay-57.pdf
new file mode 100644
index 00000000..7dca546c
--- /dev/null
+++ b/qpdf/qtest/qpdf/fx-overlay-57.pdf
@@ -0,0 +1,2369 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 93 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 101 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 109 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /Contents [
+ 111 0 R
+ 113 0 R
+ 115 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 117 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 133 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /Contents [
+ 135 0 R
+ 137 0 R
+ 139 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 141 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /Contents [
+ 143 0 R
+ 145 0 R
+ 147 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 149 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 58 0
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+%% Original object ID: 19 0
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+%% Original object ID: 59 0
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+%% Original object ID: 21 0
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 22 0
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Original object ID: 55 0
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+28 0 obj
+109
+endobj
+
+%% Contents for page 2
+%% Original object ID: 61 0
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+%% Original object ID: 62 0
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+68
+endobj
+
+%% Original object ID: 60 0
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+113
+endobj
+
+%% Contents for page 3
+%% Original object ID: 64 0
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+%% Original object ID: 25 0
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 27 0
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+%% Original object ID: 65 0
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 20.00000 20.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+68
+endobj
+
+%% Original object ID: 63 0
+45 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+46 0 obj
+150
+endobj
+
+%% Contents for page 4
+%% Original object ID: 67 0
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+%% Original object ID: 29 0
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+%% Original object ID: 68 0
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+0.81383 0.00000 0.00000 0.81383 16.27660 146.96809 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+69
+endobj
+
+%% Original object ID: 66 0
+53 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+54 0 obj
+170
+endobj
+
+%% Contents for page 5
+%% Original object ID: 70 0
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+%% Original object ID: 31 0
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+%% Original object ID: 71 0
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+66
+endobj
+
+%% Original object ID: 69 0
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+62 0 obj
+109
+endobj
+
+%% Contents for page 6
+%% Original object ID: 73 0
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+%% Original object ID: 33 0
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+%% Original object ID: 74 0
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+68
+endobj
+
+%% Original object ID: 72 0
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+70 0 obj
+113
+endobj
+
+%% Contents for page 7
+%% Original object ID: 76 0
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+%% Original object ID: 35 0
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+%% Original object ID: 77 0
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+66
+endobj
+
+%% Original object ID: 75 0
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+78 0 obj
+114
+endobj
+
+%% Contents for page 8
+%% Original object ID: 79 0
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+%% Original object ID: 37 0
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+%% Original object ID: 80 0
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+68
+endobj
+
+%% Original object ID: 78 0
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+86 0 obj
+114
+endobj
+
+%% Contents for page 9
+%% Original object ID: 82 0
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 9
+%% Original object ID: 39 0
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+113
+endobj
+
+%% Contents for page 9
+%% Original object ID: 83 0
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+92 0 obj
+66
+endobj
+
+%% Original object ID: 81 0
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+94 0 obj
+109
+endobj
+
+%% Contents for page 10
+%% Original object ID: 85 0
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 10
+%% Original object ID: 41 0
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 10
+%% Original object ID: 86 0
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+68
+endobj
+
+%% Original object ID: 84 0
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+102 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 88 0
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 11
+%% Original object ID: 43 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 89 0
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+108 0 obj
+66
+endobj
+
+%% Original object ID: 87 0
+109 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 110 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+110 0 obj
+115
+endobj
+
+%% Contents for page 12
+%% Original object ID: 91 0
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+q
+endstream
+endobj
+
+112 0 obj
+2
+endobj
+
+%% Contents for page 12
+%% Original object ID: 45 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+114
+endobj
+
+%% Contents for page 12
+%% Original object ID: 92 0
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+116 0 obj
+68
+endobj
+
+%% Original object ID: 90 0
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+118 0 obj
+115
+endobj
+
+%% Contents for page 13
+%% Original object ID: 94 0
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 13
+%% Original object ID: 47 0
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+114
+endobj
+
+%% Contents for page 13
+%% Original object ID: 95 0
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+124 0 obj
+66
+endobj
+
+%% Original object ID: 93 0
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+126 0 obj
+110
+endobj
+
+%% Contents for page 14
+%% Original object ID: 97 0
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 14
+%% Original object ID: 49 0
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+130 0 obj
+126
+endobj
+
+%% Contents for page 14
+%% Original object ID: 98 0
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+
+Q
+q
+0.51515 0.00000 0.00000 0.51515 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+68
+endobj
+
+%% Original object ID: 96 0
+133 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 134 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+134 0 obj
+125
+endobj
+
+%% Contents for page 15
+%% Original object ID: 100 0
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+q
+endstream
+endobj
+
+136 0 obj
+2
+endobj
+
+%% Contents for page 15
+%% Original object ID: 51 0
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 15
+%% Original object ID: 101 0
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+66
+endobj
+
+%% Original object ID: 99 0
+141 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 142 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+142 0 obj
+115
+endobj
+
+%% Contents for page 16
+%% Original object ID: 103 0
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+q
+endstream
+endobj
+
+144 0 obj
+2
+endobj
+
+%% Contents for page 16
+%% Original object ID: 53 0
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+146 0 obj
+114
+endobj
+
+%% Contents for page 16
+%% Original object ID: 104 0
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+148 0 obj
+68
+endobj
+
+%% Original object ID: 102 0
+149 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 150 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+150 0 obj
+115
+endobj
+
+%% Original object ID: 56 0
+151 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 57 0
+152 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 153
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000402 00000 n
+0000000707 00000 n
+0000001026 00000 n
+0000001342 00000 n
+0000001647 00000 n
+0000001965 00000 n
+0000002299 00000 n
+0000002618 00000 n
+0000002938 00000 n
+0000003260 00000 n
+0000003600 00000 n
+0000003926 00000 n
+0000004252 00000 n
+0000004578 00000 n
+0000004921 00000 n
+0000005247 00000 n
+0000005585 00000 n
+0000005644 00000 n
+0000005714 00000 n
+0000005879 00000 n
+0000005951 00000 n
+0000006074 00000 n
+0000006122 00000 n
+0000006269 00000 n
+0000006333 00000 n
+0000006655 00000 n
+0000006727 00000 n
+0000006786 00000 n
+0000006856 00000 n
+0000007030 00000 n
+0000007102 00000 n
+0000007227 00000 n
+0000007275 00000 n
+0000007698 00000 n
+0000007770 00000 n
+0000007829 00000 n
+0000007899 00000 n
+0000008001 00000 n
+0000008072 00000 n
+0000008192 00000 n
+0000008263 00000 n
+0000008388 00000 n
+0000008436 00000 n
+0000008901 00000 n
+0000008973 00000 n
+0000009032 00000 n
+0000009102 00000 n
+0000009267 00000 n
+0000009339 00000 n
+0000009465 00000 n
+0000009513 00000 n
+0000009995 00000 n
+0000010067 00000 n
+0000010126 00000 n
+0000010196 00000 n
+0000010365 00000 n
+0000010437 00000 n
+0000010560 00000 n
+0000010608 00000 n
+0000010930 00000 n
+0000011002 00000 n
+0000011061 00000 n
+0000011131 00000 n
+0000011311 00000 n
+0000011383 00000 n
+0000011508 00000 n
+0000011556 00000 n
+0000011979 00000 n
+0000012051 00000 n
+0000012110 00000 n
+0000012180 00000 n
+0000012349 00000 n
+0000012421 00000 n
+0000012544 00000 n
+0000012592 00000 n
+0000013019 00000 n
+0000013091 00000 n
+0000013150 00000 n
+0000013220 00000 n
+0000013389 00000 n
+0000013461 00000 n
+0000013586 00000 n
+0000013634 00000 n
+0000014058 00000 n
+0000014130 00000 n
+0000014189 00000 n
+0000014259 00000 n
+0000014429 00000 n
+0000014501 00000 n
+0000014624 00000 n
+0000014672 00000 n
+0000014994 00000 n
+0000015067 00000 n
+0000015126 00000 n
+0000015197 00000 n
+0000015380 00000 n
+0000015453 00000 n
+0000015579 00000 n
+0000015628 00000 n
+0000016054 00000 n
+0000016128 00000 n
+0000016189 00000 n
+0000016261 00000 n
+0000016434 00000 n
+0000016508 00000 n
+0000016633 00000 n
+0000016682 00000 n
+0000017112 00000 n
+0000017186 00000 n
+0000017247 00000 n
+0000017319 00000 n
+0000017492 00000 n
+0000017566 00000 n
+0000017693 00000 n
+0000017742 00000 n
+0000018169 00000 n
+0000018243 00000 n
+0000018304 00000 n
+0000018376 00000 n
+0000018549 00000 n
+0000018623 00000 n
+0000018748 00000 n
+0000018797 00000 n
+0000019122 00000 n
+0000019196 00000 n
+0000019257 00000 n
+0000019329 00000 n
+0000019514 00000 n
+0000019588 00000 n
+0000019715 00000 n
+0000019764 00000 n
+0000020201 00000 n
+0000020276 00000 n
+0000020337 00000 n
+0000020409 00000 n
+0000020582 00000 n
+0000020657 00000 n
+0000020782 00000 n
+0000020831 00000 n
+0000021261 00000 n
+0000021336 00000 n
+0000021397 00000 n
+0000021469 00000 n
+0000021642 00000 n
+0000021717 00000 n
+0000021844 00000 n
+0000021894 00000 n
+0000022321 00000 n
+0000022371 00000 n
+0000022519 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 153
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+22556
+%%EOF
diff --git a/qpdf/qtest/qpdf/fx-overlay-58.pdf b/qpdf/qtest/qpdf/fx-overlay-58.pdf
new file mode 100644
index 00000000..54594e9a
--- /dev/null
+++ b/qpdf/qtest/qpdf/fx-overlay-58.pdf
@@ -0,0 +1,2273 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 93 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 101 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 109 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /Contents [
+ 111 0 R
+ 113 0 R
+ 115 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 117 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 133 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /Contents [
+ 135 0 R
+ 137 0 R
+ 139 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 141 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /Contents [
+ 143 0 R
+ 145 0 R
+ 147 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 149 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 58 0
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+%% Original object ID: 19 0
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+%% Original object ID: 59 0
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+%% Original object ID: 21 0
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 22 0
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Original object ID: 55 0
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+28 0 obj
+109
+endobj
+
+%% Contents for page 2
+%% Original object ID: 61 0
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+%% Original object ID: 62 0
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+70
+endobj
+
+%% Original object ID: 60 0
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+113
+endobj
+
+%% Contents for page 3
+%% Original object ID: 64 0
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+%% Original object ID: 25 0
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 27 0
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+%% Original object ID: 65 0
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+66
+endobj
+
+%% Original object ID: 63 0
+45 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+46 0 obj
+150
+endobj
+
+%% Contents for page 4
+%% Original object ID: 67 0
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+%% Original object ID: 29 0
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+%% Original object ID: 68 0
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+66
+endobj
+
+%% Original object ID: 66 0
+53 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+54 0 obj
+170
+endobj
+
+%% Contents for page 5
+%% Original object ID: 70 0
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+%% Original object ID: 31 0
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+%% Original object ID: 71 0
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+71
+endobj
+
+%% Original object ID: 69 0
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+62 0 obj
+109
+endobj
+
+%% Contents for page 6
+%% Original object ID: 73 0
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+%% Original object ID: 33 0
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+%% Original object ID: 74 0
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+71
+endobj
+
+%% Original object ID: 72 0
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+70 0 obj
+113
+endobj
+
+%% Contents for page 7
+%% Original object ID: 76 0
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+%% Original object ID: 35 0
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+%% Original object ID: 77 0
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+71
+endobj
+
+%% Original object ID: 75 0
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+78 0 obj
+114
+endobj
+
+%% Contents for page 8
+%% Original object ID: 79 0
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+%% Original object ID: 37 0
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+%% Original object ID: 80 0
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+71
+endobj
+
+%% Original object ID: 78 0
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+86 0 obj
+114
+endobj
+
+%% Contents for page 9
+%% Original object ID: 82 0
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 9
+%% Original object ID: 39 0
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+113
+endobj
+
+%% Contents for page 9
+%% Original object ID: 83 0
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+92 0 obj
+72
+endobj
+
+%% Original object ID: 81 0
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+94 0 obj
+109
+endobj
+
+%% Contents for page 10
+%% Original object ID: 85 0
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 10
+%% Original object ID: 41 0
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 10
+%% Original object ID: 86 0
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+72
+endobj
+
+%% Original object ID: 84 0
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+102 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 88 0
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 11
+%% Original object ID: 43 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 89 0
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+108 0 obj
+72
+endobj
+
+%% Original object ID: 87 0
+109 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 110 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+110 0 obj
+115
+endobj
+
+%% Contents for page 12
+%% Original object ID: 91 0
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+q
+endstream
+endobj
+
+112 0 obj
+2
+endobj
+
+%% Contents for page 12
+%% Original object ID: 45 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+114
+endobj
+
+%% Contents for page 12
+%% Original object ID: 92 0
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+116 0 obj
+72
+endobj
+
+%% Original object ID: 90 0
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+118 0 obj
+115
+endobj
+
+%% Contents for page 13
+%% Original object ID: 94 0
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 13
+%% Original object ID: 47 0
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+114
+endobj
+
+%% Contents for page 13
+%% Original object ID: 95 0
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+124 0 obj
+69
+endobj
+
+%% Original object ID: 93 0
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+126 0 obj
+110
+endobj
+
+%% Contents for page 14
+%% Original object ID: 97 0
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 14
+%% Original object ID: 49 0
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+130 0 obj
+126
+endobj
+
+%% Contents for page 14
+%% Original object ID: 98 0
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+69
+endobj
+
+%% Original object ID: 96 0
+133 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 134 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+134 0 obj
+125
+endobj
+
+%% Contents for page 15
+%% Original object ID: 100 0
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+q
+endstream
+endobj
+
+136 0 obj
+2
+endobj
+
+%% Contents for page 15
+%% Original object ID: 51 0
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 15
+%% Original object ID: 101 0
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+69
+endobj
+
+%% Original object ID: 99 0
+141 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 142 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+142 0 obj
+115
+endobj
+
+%% Contents for page 16
+%% Original object ID: 103 0
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+q
+endstream
+endobj
+
+144 0 obj
+2
+endobj
+
+%% Contents for page 16
+%% Original object ID: 53 0
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+146 0 obj
+114
+endobj
+
+%% Contents for page 16
+%% Original object ID: 104 0
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+148 0 obj
+69
+endobj
+
+%% Original object ID: 102 0
+149 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 150 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+150 0 obj
+115
+endobj
+
+%% Original object ID: 56 0
+151 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 57 0
+152 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 153
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000402 00000 n
+0000000707 00000 n
+0000001026 00000 n
+0000001342 00000 n
+0000001647 00000 n
+0000001965 00000 n
+0000002299 00000 n
+0000002618 00000 n
+0000002938 00000 n
+0000003260 00000 n
+0000003600 00000 n
+0000003926 00000 n
+0000004252 00000 n
+0000004578 00000 n
+0000004921 00000 n
+0000005247 00000 n
+0000005585 00000 n
+0000005644 00000 n
+0000005714 00000 n
+0000005879 00000 n
+0000005951 00000 n
+0000006074 00000 n
+0000006122 00000 n
+0000006269 00000 n
+0000006333 00000 n
+0000006655 00000 n
+0000006727 00000 n
+0000006786 00000 n
+0000006856 00000 n
+0000007030 00000 n
+0000007102 00000 n
+0000007229 00000 n
+0000007277 00000 n
+0000007603 00000 n
+0000007675 00000 n
+0000007734 00000 n
+0000007804 00000 n
+0000007906 00000 n
+0000007977 00000 n
+0000008097 00000 n
+0000008168 00000 n
+0000008291 00000 n
+0000008339 00000 n
+0000008704 00000 n
+0000008776 00000 n
+0000008835 00000 n
+0000008905 00000 n
+0000009070 00000 n
+0000009142 00000 n
+0000009265 00000 n
+0000009313 00000 n
+0000009698 00000 n
+0000009770 00000 n
+0000009829 00000 n
+0000009899 00000 n
+0000010068 00000 n
+0000010140 00000 n
+0000010268 00000 n
+0000010316 00000 n
+0000010638 00000 n
+0000010710 00000 n
+0000010769 00000 n
+0000010839 00000 n
+0000011019 00000 n
+0000011091 00000 n
+0000011219 00000 n
+0000011267 00000 n
+0000011593 00000 n
+0000011665 00000 n
+0000011724 00000 n
+0000011794 00000 n
+0000011963 00000 n
+0000012035 00000 n
+0000012163 00000 n
+0000012211 00000 n
+0000012538 00000 n
+0000012610 00000 n
+0000012669 00000 n
+0000012739 00000 n
+0000012908 00000 n
+0000012980 00000 n
+0000013108 00000 n
+0000013156 00000 n
+0000013483 00000 n
+0000013555 00000 n
+0000013614 00000 n
+0000013684 00000 n
+0000013854 00000 n
+0000013926 00000 n
+0000014055 00000 n
+0000014103 00000 n
+0000014425 00000 n
+0000014498 00000 n
+0000014557 00000 n
+0000014628 00000 n
+0000014811 00000 n
+0000014884 00000 n
+0000015014 00000 n
+0000015063 00000 n
+0000015392 00000 n
+0000015466 00000 n
+0000015527 00000 n
+0000015599 00000 n
+0000015772 00000 n
+0000015846 00000 n
+0000015977 00000 n
+0000016026 00000 n
+0000016356 00000 n
+0000016430 00000 n
+0000016491 00000 n
+0000016563 00000 n
+0000016736 00000 n
+0000016810 00000 n
+0000016941 00000 n
+0000016990 00000 n
+0000017320 00000 n
+0000017394 00000 n
+0000017455 00000 n
+0000017527 00000 n
+0000017700 00000 n
+0000017774 00000 n
+0000017902 00000 n
+0000017951 00000 n
+0000018276 00000 n
+0000018350 00000 n
+0000018411 00000 n
+0000018483 00000 n
+0000018668 00000 n
+0000018742 00000 n
+0000018870 00000 n
+0000018919 00000 n
+0000019259 00000 n
+0000019334 00000 n
+0000019395 00000 n
+0000019467 00000 n
+0000019640 00000 n
+0000019715 00000 n
+0000019843 00000 n
+0000019892 00000 n
+0000020222 00000 n
+0000020297 00000 n
+0000020358 00000 n
+0000020430 00000 n
+0000020603 00000 n
+0000020678 00000 n
+0000020806 00000 n
+0000020856 00000 n
+0000021186 00000 n
+0000021236 00000 n
+0000021384 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 153
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+21421
+%%EOF
diff --git a/qpdf/qtest/qpdf/fx-overlay-59.pdf b/qpdf/qtest/qpdf/fx-overlay-59.pdf
new file mode 100644
index 00000000..f9b17a71
--- /dev/null
+++ b/qpdf/qtest/qpdf/fx-overlay-59.pdf
@@ -0,0 +1,2369 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 93 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 101 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 109 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /Contents [
+ 111 0 R
+ 113 0 R
+ 115 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 117 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 133 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /Contents [
+ 135 0 R
+ 137 0 R
+ 139 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 141 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /Contents [
+ 143 0 R
+ 145 0 R
+ 147 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 149 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 58 0
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+%% Original object ID: 19 0
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+%% Original object ID: 59 0
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+%% Original object ID: 21 0
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 22 0
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Original object ID: 55 0
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+28 0 obj
+109
+endobj
+
+%% Contents for page 2
+%% Original object ID: 61 0
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+%% Original object ID: 62 0
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 108.00000 243.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+70
+endobj
+
+%% Original object ID: 60 0
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+113
+endobj
+
+%% Contents for page 3
+%% Original object ID: 64 0
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+%% Original object ID: 25 0
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 27 0
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+%% Original object ID: 65 0
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 20.00000 20.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+68
+endobj
+
+%% Original object ID: 63 0
+45 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+46 0 obj
+150
+endobj
+
+%% Contents for page 4
+%% Original object ID: 67 0
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+%% Original object ID: 29 0
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+%% Original object ID: 68 0
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+0.81383 0.00000 0.00000 0.81383 16.27660 146.96809 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+69
+endobj
+
+%% Original object ID: 66 0
+53 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+54 0 obj
+170
+endobj
+
+%% Contents for page 5
+%% Original object ID: 70 0
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+%% Original object ID: 31 0
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+%% Original object ID: 71 0
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+71
+endobj
+
+%% Original object ID: 69 0
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+62 0 obj
+109
+endobj
+
+%% Contents for page 6
+%% Original object ID: 73 0
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+%% Original object ID: 33 0
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+%% Original object ID: 74 0
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 510.00000 132.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+71
+endobj
+
+%% Original object ID: 72 0
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+70 0 obj
+113
+endobj
+
+%% Contents for page 7
+%% Original object ID: 76 0
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+%% Original object ID: 35 0
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+%% Original object ID: 77 0
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+71
+endobj
+
+%% Original object ID: 75 0
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+78 0 obj
+114
+endobj
+
+%% Contents for page 8
+%% Original object ID: 79 0
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+%% Original object ID: 37 0
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+%% Original object ID: 80 0
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+69
+endobj
+
+%% Original object ID: 78 0
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+86 0 obj
+114
+endobj
+
+%% Contents for page 9
+%% Original object ID: 82 0
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 9
+%% Original object ID: 39 0
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+113
+endobj
+
+%% Contents for page 9
+%% Original object ID: 83 0
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+92 0 obj
+72
+endobj
+
+%% Original object ID: 81 0
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+94 0 obj
+109
+endobj
+
+%% Contents for page 10
+%% Original object ID: 85 0
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 10
+%% Original object ID: 41 0
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 10
+%% Original object ID: 86 0
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+72
+endobj
+
+%% Original object ID: 84 0
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+102 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 88 0
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 11
+%% Original object ID: 43 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 11
+%% Original object ID: 89 0
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+108 0 obj
+72
+endobj
+
+%% Original object ID: 87 0
+109 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 110 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+110 0 obj
+115
+endobj
+
+%% Contents for page 12
+%% Original object ID: 91 0
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+q
+endstream
+endobj
+
+112 0 obj
+2
+endobj
+
+%% Contents for page 12
+%% Original object ID: 45 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+114
+endobj
+
+%% Contents for page 12
+%% Original object ID: 92 0
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+116 0 obj
+72
+endobj
+
+%% Original object ID: 90 0
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+118 0 obj
+115
+endobj
+
+%% Contents for page 13
+%% Original object ID: 94 0
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 13
+%% Original object ID: 47 0
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+114
+endobj
+
+%% Contents for page 13
+%% Original object ID: 95 0
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+124 0 obj
+69
+endobj
+
+%% Original object ID: 93 0
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+126 0 obj
+110
+endobj
+
+%% Contents for page 14
+%% Original object ID: 97 0
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 14
+%% Original object ID: 49 0
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+130 0 obj
+126
+endobj
+
+%% Contents for page 14
+%% Original object ID: 98 0
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.66667 0.66667 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+69
+endobj
+
+%% Original object ID: 96 0
+133 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 134 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+134 0 obj
+125
+endobj
+
+%% Contents for page 15
+%% Original object ID: 100 0
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+q
+endstream
+endobj
+
+136 0 obj
+2
+endobj
+
+%% Contents for page 15
+%% Original object ID: 51 0
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 15
+%% Original object ID: 101 0
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+69
+endobj
+
+%% Original object ID: 99 0
+141 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 142 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+142 0 obj
+115
+endobj
+
+%% Contents for page 16
+%% Original object ID: 103 0
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+q
+endstream
+endobj
+
+144 0 obj
+2
+endobj
+
+%% Contents for page 16
+%% Original object ID: 53 0
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+146 0 obj
+114
+endobj
+
+%% Contents for page 16
+%% Original object ID: 104 0
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+148 0 obj
+69
+endobj
+
+%% Original object ID: 102 0
+149 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet 152 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 150 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+150 0 obj
+115
+endobj
+
+%% Original object ID: 56 0
+151 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 57 0
+152 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 153
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000402 00000 n
+0000000707 00000 n
+0000001026 00000 n
+0000001342 00000 n
+0000001647 00000 n
+0000001965 00000 n
+0000002299 00000 n
+0000002618 00000 n
+0000002938 00000 n
+0000003260 00000 n
+0000003600 00000 n
+0000003926 00000 n
+0000004252 00000 n
+0000004578 00000 n
+0000004921 00000 n
+0000005247 00000 n
+0000005585 00000 n
+0000005644 00000 n
+0000005714 00000 n
+0000005879 00000 n
+0000005951 00000 n
+0000006074 00000 n
+0000006122 00000 n
+0000006269 00000 n
+0000006333 00000 n
+0000006655 00000 n
+0000006727 00000 n
+0000006786 00000 n
+0000006856 00000 n
+0000007030 00000 n
+0000007102 00000 n
+0000007229 00000 n
+0000007277 00000 n
+0000007700 00000 n
+0000007772 00000 n
+0000007831 00000 n
+0000007901 00000 n
+0000008003 00000 n
+0000008074 00000 n
+0000008194 00000 n
+0000008265 00000 n
+0000008390 00000 n
+0000008438 00000 n
+0000008903 00000 n
+0000008975 00000 n
+0000009034 00000 n
+0000009104 00000 n
+0000009269 00000 n
+0000009341 00000 n
+0000009467 00000 n
+0000009515 00000 n
+0000009997 00000 n
+0000010069 00000 n
+0000010128 00000 n
+0000010198 00000 n
+0000010367 00000 n
+0000010439 00000 n
+0000010567 00000 n
+0000010615 00000 n
+0000010937 00000 n
+0000011009 00000 n
+0000011068 00000 n
+0000011138 00000 n
+0000011318 00000 n
+0000011390 00000 n
+0000011518 00000 n
+0000011566 00000 n
+0000011989 00000 n
+0000012061 00000 n
+0000012120 00000 n
+0000012190 00000 n
+0000012359 00000 n
+0000012431 00000 n
+0000012559 00000 n
+0000012607 00000 n
+0000013034 00000 n
+0000013106 00000 n
+0000013165 00000 n
+0000013235 00000 n
+0000013404 00000 n
+0000013476 00000 n
+0000013602 00000 n
+0000013650 00000 n
+0000014074 00000 n
+0000014146 00000 n
+0000014205 00000 n
+0000014275 00000 n
+0000014445 00000 n
+0000014517 00000 n
+0000014646 00000 n
+0000014694 00000 n
+0000015016 00000 n
+0000015089 00000 n
+0000015148 00000 n
+0000015219 00000 n
+0000015402 00000 n
+0000015475 00000 n
+0000015605 00000 n
+0000015654 00000 n
+0000016080 00000 n
+0000016154 00000 n
+0000016215 00000 n
+0000016287 00000 n
+0000016460 00000 n
+0000016534 00000 n
+0000016665 00000 n
+0000016714 00000 n
+0000017144 00000 n
+0000017218 00000 n
+0000017279 00000 n
+0000017351 00000 n
+0000017524 00000 n
+0000017598 00000 n
+0000017729 00000 n
+0000017778 00000 n
+0000018205 00000 n
+0000018279 00000 n
+0000018340 00000 n
+0000018412 00000 n
+0000018585 00000 n
+0000018659 00000 n
+0000018787 00000 n
+0000018836 00000 n
+0000019161 00000 n
+0000019235 00000 n
+0000019296 00000 n
+0000019368 00000 n
+0000019553 00000 n
+0000019627 00000 n
+0000019755 00000 n
+0000019804 00000 n
+0000020241 00000 n
+0000020316 00000 n
+0000020377 00000 n
+0000020449 00000 n
+0000020622 00000 n
+0000020697 00000 n
+0000020825 00000 n
+0000020874 00000 n
+0000021304 00000 n
+0000021379 00000 n
+0000021440 00000 n
+0000021512 00000 n
+0000021685 00000 n
+0000021760 00000 n
+0000021888 00000 n
+0000021938 00000 n
+0000022365 00000 n
+0000022415 00000 n
+0000022563 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 153
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+22600
+%%EOF
diff --git a/qpdf/qtest/qpdf/fxo-blue.pdf b/qpdf/qtest/qpdf/fxo-blue.pdf
new file mode 100644
index 00000000..2a6dfe6b
--- /dev/null
+++ b/qpdf/qtest/qpdf/fxo-blue.pdf
@@ -0,0 +1,854 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 19 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 23 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents 25 0 R
+ /CropBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents 27 0 R
+ /CropBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /TrimBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents 29 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents 31 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents 33 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents 35 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents 37 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents 39 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents 41 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents 43 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents 45 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents 47 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents 49 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents 51 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+20 0 obj
+109
+endobj
+
+21 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+22 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+24 0 obj
+113
+endobj
+
+%% Contents for page 3
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+26 0 obj
+150
+endobj
+
+%% Contents for page 4
+27 0 obj
+<<
+ /Length 28 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+28 0 obj
+170
+endobj
+
+%% Contents for page 5
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+30 0 obj
+109
+endobj
+
+%% Contents for page 6
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+32 0 obj
+113
+endobj
+
+%% Contents for page 7
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+34 0 obj
+114
+endobj
+
+%% Contents for page 8
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+114
+endobj
+
+%% Contents for page 9
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+38 0 obj
+109
+endobj
+
+%% Contents for page 10
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+40 0 obj
+114
+endobj
+
+%% Contents for page 11
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+42 0 obj
+115
+endobj
+
+%% Contents for page 12
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+44 0 obj
+115
+endobj
+
+%% Contents for page 13
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+46 0 obj
+110
+endobj
+
+%% Contents for page 14
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+48 0 obj
+125
+endobj
+
+%% Contents for page 15
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+50 0 obj
+115
+endobj
+
+%% Contents for page 16
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+52 0 obj
+115
+endobj
+
+xref
+0 53
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000526 00000 n
+0000000744 00000 n
+0000001010 00000 n
+0000001323 00000 n
+0000001528 00000 n
+0000001746 00000 n
+0000001965 00000 n
+0000002185 00000 n
+0000002392 00000 n
+0000002612 00000 n
+0000002833 00000 n
+0000003054 00000 n
+0000003261 00000 n
+0000003497 00000 n
+0000003718 00000 n
+0000003951 00000 n
+0000004117 00000 n
+0000004138 00000 n
+0000004257 00000 n
+0000004316 00000 n
+0000004486 00000 n
+0000004530 00000 n
+0000004737 00000 n
+0000004781 00000 n
+0000005008 00000 n
+0000005052 00000 n
+0000005218 00000 n
+0000005262 00000 n
+0000005432 00000 n
+0000005476 00000 n
+0000005647 00000 n
+0000005691 00000 n
+0000005862 00000 n
+0000005906 00000 n
+0000006072 00000 n
+0000006117 00000 n
+0000006288 00000 n
+0000006333 00000 n
+0000006505 00000 n
+0000006550 00000 n
+0000006722 00000 n
+0000006767 00000 n
+0000006934 00000 n
+0000006979 00000 n
+0000007161 00000 n
+0000007206 00000 n
+0000007378 00000 n
+0000007423 00000 n
+0000007595 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 53
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><ac1c8b0fc0fc7cde25973f6a4877193a>]
+>>
+startxref
+7616
+%%EOF
diff --git a/qpdf/qtest/qpdf/fxo-green.pdf b/qpdf/qtest/qpdf/fxo-green.pdf
new file mode 100644
index 00000000..19f3576a
--- /dev/null
+++ b/qpdf/qtest/qpdf/fxo-green.pdf
@@ -0,0 +1,442 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 8
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 9 0 R
+ 10 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 11 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 15 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents 17 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents 19 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents 21 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents 23 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents 25 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents 27 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 13 0 R
+ >>
+ /ProcSet 14 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+11 0 obj
+<<
+ /Length 12 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 1 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+12 0 obj
+110
+endobj
+
+13 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+14 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+15 0 obj
+<<
+ /Length 16 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 2 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+16 0 obj
+110
+endobj
+
+%% Contents for page 3
+17 0 obj
+<<
+ /Length 18 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 3 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+18 0 obj
+114
+endobj
+
+%% Contents for page 4
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 4 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+20 0 obj
+114
+endobj
+
+%% Contents for page 5
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 5 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+22 0 obj
+115
+endobj
+
+%% Contents for page 6
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 6 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+24 0 obj
+115
+endobj
+
+%% Contents for page 7
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 7 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+26 0 obj
+115
+endobj
+
+%% Contents for page 8
+27 0 obj
+<<
+ /Length 28 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 8 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+28 0 obj
+115
+endobj
+
+xref
+0 29
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000232 00000 n
+0000000437 00000 n
+0000000642 00000 n
+0000000860 00000 n
+0000001078 00000 n
+0000001297 00000 n
+0000001516 00000 n
+0000001735 00000 n
+0000001968 00000 n
+0000002135 00000 n
+0000002156 00000 n
+0000002275 00000 n
+0000002334 00000 n
+0000002501 00000 n
+0000002545 00000 n
+0000002716 00000 n
+0000002760 00000 n
+0000002931 00000 n
+0000002975 00000 n
+0000003147 00000 n
+0000003191 00000 n
+0000003363 00000 n
+0000003407 00000 n
+0000003579 00000 n
+0000003623 00000 n
+0000003795 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 29
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><403c6a48695b03d989d7bf77eca90ce8>]
+>>
+startxref
+3816
+%%EOF
diff --git a/qpdf/qtest/qpdf/fxo-red.pdf b/qpdf/qtest/qpdf/fxo-red.pdf
new file mode 100644
index 00000000..03dc54af
--- /dev/null
+++ b/qpdf/qtest/qpdf/fxo-red.pdf
@@ -0,0 +1,854 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 19 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 23 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 25 0 R
+ 27 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents 29 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents 31 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents 33 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents 35 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents 37 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents 39 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents 41 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents 43 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents 45 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents 47 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents 49 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents 51 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents 53 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+20 0 obj
+108
+endobj
+
+21 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+22 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+24 0 obj
+117
+endobj
+
+%% Contents for page 3
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+26 0 obj
+45
+endobj
+
+%% Contents for page 3
+27 0 obj
+<<
+ /Length 28 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+28 0 obj
+63
+endobj
+
+%% Contents for page 4
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+30 0 obj
+108
+endobj
+
+%% Contents for page 5
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+112
+endobj
+
+%% Contents for page 6
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+34 0 obj
+123
+endobj
+
+%% Contents for page 7
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+36 0 obj
+112
+endobj
+
+%% Contents for page 8
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+38 0 obj
+112
+endobj
+
+%% Contents for page 9
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+40 0 obj
+113
+endobj
+
+%% Contents for page 10
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+126
+endobj
+
+%% Contents for page 11
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+44 0 obj
+114
+endobj
+
+%% Contents for page 12
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+46 0 obj
+114
+endobj
+
+%% Contents for page 13
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+48 0 obj
+114
+endobj
+
+%% Contents for page 14
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+126
+endobj
+
+%% Contents for page 15
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+52 0 obj
+114
+endobj
+
+%% Contents for page 16
+53 0 obj
+<<
+ /Length 54 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+54 0 obj
+114
+endobj
+
+xref
+0 55
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000526 00000 n
+0000000745 00000 n
+0000000971 00000 n
+0000001176 00000 n
+0000001394 00000 n
+0000001628 00000 n
+0000001846 00000 n
+0000002065 00000 n
+0000002286 00000 n
+0000002524 00000 n
+0000002745 00000 n
+0000002966 00000 n
+0000003187 00000 n
+0000003425 00000 n
+0000003646 00000 n
+0000003879 00000 n
+0000004044 00000 n
+0000004065 00000 n
+0000004184 00000 n
+0000004243 00000 n
+0000004417 00000 n
+0000004461 00000 n
+0000004563 00000 n
+0000004606 00000 n
+0000004726 00000 n
+0000004769 00000 n
+0000004934 00000 n
+0000004978 00000 n
+0000005147 00000 n
+0000005191 00000 n
+0000005371 00000 n
+0000005415 00000 n
+0000005584 00000 n
+0000005628 00000 n
+0000005797 00000 n
+0000005841 00000 n
+0000006011 00000 n
+0000006056 00000 n
+0000006239 00000 n
+0000006284 00000 n
+0000006455 00000 n
+0000006500 00000 n
+0000006671 00000 n
+0000006716 00000 n
+0000006887 00000 n
+0000006932 00000 n
+0000007115 00000 n
+0000007160 00000 n
+0000007331 00000 n
+0000007376 00000 n
+0000007547 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 55
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><3284da213b50483218e61c3cf23f99f3>]
+>>
+startxref
+7568
+%%EOF
diff --git a/qpdf/qtest/qpdf/good14.out b/qpdf/qtest/qpdf/good14.out
index 73181721..2ac91d53 100644
--- a/qpdf/qtest/qpdf/good14.out
+++ b/qpdf/qtest/qpdf/good14.out
@@ -6,7 +6,7 @@ A B
one
two
three lines
-(string with \r\nCRNL)
+(string with \nCRLF and\nCR and\nLF)
and another
indentation
(\001B%DEF)<01>
@@ -21,7 +21,7 @@ This stream does end with a newline.
// bad tokens preserved
// comments
// indentation
-// CR/NL inside string literal -- changed to \r or \n, newline follows
+// CR, CR/LF, LF inside string literal -- changed to \n
// whitespace in hexstring (removed)
// strings normalized
// newlines normalized
@@ -33,17 +33,17 @@ This stream does end with a newline.
/good name
/bad#00name
-WARNING: good14.pdf (offset 860): content normalization encountered bad tokens
-WARNING: good14.pdf (offset 860): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+WARNING: good14.pdf (offset 874): content normalization encountered bad tokens
+WARNING: good14.pdf (offset 874): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
-- stream 2 --
(This stream ends with a \001 bad token
-WARNING: good14.pdf (offset 1316): content normalization encountered bad tokens
-WARNING: good14.pdf (offset 1316): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
-WARNING: good14.pdf (offset 1316): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+WARNING: good14.pdf (offset 1315): content normalization encountered bad tokens
+WARNING: good14.pdf (offset 1315): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: good14.pdf (offset 1315): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
-- stream 3 --
-<AB XWARNING: good14.pdf (offset 1406): content normalization encountered bad tokens
-WARNING: good14.pdf (offset 1406): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
-WARNING: good14.pdf (offset 1406): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+<AB XWARNING: good14.pdf (offset 1405): content normalization encountered bad tokens
+WARNING: good14.pdf (offset 1405): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: good14.pdf (offset 1405): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
-- stream 4 --
(ends with a name)
/ThisMustBeLast-- stream 5 --
@@ -54,7 +54,7 @@ BI
ID
<506f7
461746f>
-WARNING: good14.pdf (offset 1549): content normalization encountered bad tokens
-WARNING: good14.pdf (offset 1549): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
-WARNING: good14.pdf (offset 1549): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
+WARNING: good14.pdf (offset 1548): content normalization encountered bad tokens
+WARNING: good14.pdf (offset 1548): normalized content ended with a bad token; you may be able to resolve this by coalescing content streams in combination with normalizing content. From the command line, specify --coalesce-contents
+WARNING: good14.pdf (offset 1548): Resulting stream data may be corrupted but is may still useful for manual inspection. For more information on this warning, search for content normalization in the manual.
test 3 done
diff --git a/qpdf/qtest/qpdf/good14.pdf b/qpdf/qtest/qpdf/good14.pdf
index da70e82f..e4d1cc83 100644
--- a/qpdf/qtest/qpdf/good14.pdf
+++ b/qpdf/qtest/qpdf/good14.pdf
@@ -70,7 +70,8 @@ B % here is another with CR
A B
one two three lines
(string with
-CRNL) and another
+CRLF and CR and
+LF) and another
indentation
(B%DEF)()
<8A
@@ -78,14 +79,14 @@ CRNL) and another
(a\000b) <4D4F4F>endstream endobj
8 0 obj
-<< /Length 385 >>
+<< /Length 370 >>
stream
This stream does end with a newline.
// tests:
// bad tokens preserved
// comments
// indentation
-// CR/NL inside string literal -- changed to \r or \n, newline follows
+// CR, CR/LF, LF inside string literal -- changed to \n
// whitespace in hexstring (removed)
// strings normalized
// newlines normalized
@@ -101,7 +102,7 @@ endstream
endobj
9 0 obj
-181
+195
endobj
10 0 obj
@@ -148,17 +149,17 @@ xref
0000000439 00000 n
0000000474 00000 n
0000000592 00000 n
-0000000827 00000 n
-0000001263 00000 n
-0000001283 00000 n
-0000001374 00000 n
-0000001430 00000 n
-0000001515 00000 n
+0000000841 00000 n
+0000001262 00000 n
+0000001282 00000 n
+0000001373 00000 n
+0000001429 00000 n
+0000001514 00000 n
trailer <<
/Size 14
/Root 1 0 R
/QStreams [ 7 0 R 8 0 R 10 0 R 11 0 R 12 0 R 13 0 R ]
>>
startxref
-1670
+1669
%%EOF
diff --git a/qpdf/qtest/qpdf/good14.qdf b/qpdf/qtest/qpdf/good14.qdf
index c1e5d3c6..cb386198 100644
--- a/qpdf/qtest/qpdf/good14.qdf
+++ b/qpdf/qtest/qpdf/good14.qdf
@@ -21,7 +21,8 @@ B % here is another with CR
A B
one two three lines
(string with
-CRNL) and another
+CRLF and CR and
+LF) and another
indentation
(B%DEF)()
<8A
@@ -32,7 +33,7 @@ endobj
%QDF: ignore_newline
3 0 obj
-181
+195
endobj
%% Original object ID: 8 0
@@ -46,7 +47,7 @@ This stream does end with a newline.
// bad tokens preserved
// comments
// indentation
-// CR/NL inside string literal -- changed to \r or \n, newline follows
+// CR, CR/LF, LF inside string literal -- changed to \n
// whitespace in hexstring (removed)
// strings normalized
// newlines normalized
@@ -62,7 +63,7 @@ endstream
endobj
5 0 obj
-385
+370
endobj
%% Original object ID: 10 0
@@ -206,23 +207,23 @@ xref
0000000000 65535 f
0000000052 00000 n
0000000134 00000 n
-0000000392 00000 n
-0000000439 00000 n
-0000000879 00000 n
-0000000927 00000 n
-0000001022 00000 n
-0000001069 00000 n
-0000001151 00000 n
-0000001197 00000 n
-0000001310 00000 n
-0000001358 00000 n
-0000001518 00000 n
-0000001566 00000 n
-0000001677 00000 n
-0000001924 00000 n
-0000002025 00000 n
-0000002072 00000 n
-0000002218 00000 n
+0000000406 00000 n
+0000000453 00000 n
+0000000878 00000 n
+0000000926 00000 n
+0000001021 00000 n
+0000001068 00000 n
+0000001150 00000 n
+0000001196 00000 n
+0000001309 00000 n
+0000001357 00000 n
+0000001517 00000 n
+0000001565 00000 n
+0000001676 00000 n
+0000001923 00000 n
+0000002024 00000 n
+0000002071 00000 n
+0000002217 00000 n
trailer <<
/QStreams [
2 0 R
@@ -237,5 +238,5 @@ trailer <<
/ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
>>
startxref
-2254
+2253
%%EOF
diff --git a/qpdf/qtest/qpdf/image-streams-none.out b/qpdf/qtest/qpdf/image-streams-none.out
index 8faed282..5016a4ee 100644
--- a/qpdf/qtest/qpdf/image-streams-none.out
+++ b/qpdf/qtest/qpdf/image-streams-none.out
@@ -1,17 +1,17 @@
page 1
-filter: /FlateDecode, color space: /DeviceCMYK
+filter: null, color space: /DeviceCMYK
page 2
filter: /DCTDecode, color space: /DeviceCMYK
page 3
filter: /RunLengthDecode, color space: /DeviceCMYK
page 4
-filter: /FlateDecode, color space: /DeviceRGB
+filter: null, color space: /DeviceRGB
page 5
filter: /DCTDecode, color space: /DeviceRGB
page 6
filter: /RunLengthDecode, color space: /DeviceRGB
page 7
-filter: /FlateDecode, color space: /DeviceGray
+filter: null, color space: /DeviceGray
page 8
filter: /DCTDecode, color space: /DeviceGray
page 9
diff --git a/qpdf/qtest/qpdf/image-streams.pdf b/qpdf/qtest/qpdf/image-streams.pdf
index 552439c2..bcc40f2e 100644
--- a/qpdf/qtest/qpdf/image-streams.pdf
+++ b/qpdf/qtest/qpdf/image-streams.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/inline-images-ii-all.pdf b/qpdf/qtest/qpdf/inline-images-ii-all.pdf
new file mode 100644
index 00000000..3a43a1fc
--- /dev/null
+++ b/qpdf/qtest/qpdf/inline-images-ii-all.pdf
@@ -0,0 +1,98566 @@
+%PDF-1.2
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 557 0
+2 0 obj
+<<
+ /CreationDate (D:20020224144322)
+ /Producer (GNU Ghostscript 5.50)
+>>
+endobj
+
+%% Original object ID: 2 0
+3 0 obj
+<<
+ /Count 2
+ /Kids [
+ 4 0 R
+ 5 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+4 0 obj
+<<
+ /Contents 6 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /ProcSet [
+ /PDF
+ /ImageB
+ ]
+ /XObject <<
+ /IIm1 8 0 R
+ /IIm10 10 0 R
+ /IIm100 12 0 R
+ /IIm1000 14 0 R
+ /IIm1001 16 0 R
+ /IIm1002 18 0 R
+ /IIm1003 20 0 R
+ /IIm1004 22 0 R
+ /IIm1005 24 0 R
+ /IIm1006 26 0 R
+ /IIm1007 28 0 R
+ /IIm1008 30 0 R
+ /IIm1009 32 0 R
+ /IIm101 34 0 R
+ /IIm1010 36 0 R
+ /IIm1011 38 0 R
+ /IIm1012 40 0 R
+ /IIm1013 42 0 R
+ /IIm1014 44 0 R
+ /IIm1015 46 0 R
+ /IIm1016 48 0 R
+ /IIm1017 50 0 R
+ /IIm1018 52 0 R
+ /IIm1019 54 0 R
+ /IIm102 56 0 R
+ /IIm1020 58 0 R
+ /IIm1021 60 0 R
+ /IIm1022 62 0 R
+ /IIm1023 64 0 R
+ /IIm1024 66 0 R
+ /IIm1025 68 0 R
+ /IIm1026 70 0 R
+ /IIm1027 72 0 R
+ /IIm1028 74 0 R
+ /IIm1029 76 0 R
+ /IIm103 78 0 R
+ /IIm1030 80 0 R
+ /IIm1031 82 0 R
+ /IIm1032 84 0 R
+ /IIm1033 86 0 R
+ /IIm1034 88 0 R
+ /IIm1035 90 0 R
+ /IIm1036 92 0 R
+ /IIm1037 94 0 R
+ /IIm1038 96 0 R
+ /IIm1039 98 0 R
+ /IIm104 100 0 R
+ /IIm1040 102 0 R
+ /IIm1041 104 0 R
+ /IIm1042 106 0 R
+ /IIm1043 108 0 R
+ /IIm1044 110 0 R
+ /IIm1045 112 0 R
+ /IIm1046 114 0 R
+ /IIm1047 116 0 R
+ /IIm1048 118 0 R
+ /IIm1049 120 0 R
+ /IIm105 122 0 R
+ /IIm1050 124 0 R
+ /IIm1051 126 0 R
+ /IIm1052 128 0 R
+ /IIm1053 130 0 R
+ /IIm1054 132 0 R
+ /IIm1055 134 0 R
+ /IIm1056 136 0 R
+ /IIm1057 138 0 R
+ /IIm1058 140 0 R
+ /IIm1059 142 0 R
+ /IIm106 144 0 R
+ /IIm1060 146 0 R
+ /IIm1061 148 0 R
+ /IIm1062 150 0 R
+ /IIm1063 152 0 R
+ /IIm1064 154 0 R
+ /IIm1065 156 0 R
+ /IIm1066 158 0 R
+ /IIm1067 160 0 R
+ /IIm1068 162 0 R
+ /IIm1069 164 0 R
+ /IIm107 166 0 R
+ /IIm1070 168 0 R
+ /IIm1071 170 0 R
+ /IIm108 172 0 R
+ /IIm109 174 0 R
+ /IIm11 176 0 R
+ /IIm110 178 0 R
+ /IIm111 180 0 R
+ /IIm112 182 0 R
+ /IIm113 184 0 R
+ /IIm114 186 0 R
+ /IIm115 188 0 R
+ /IIm116 190 0 R
+ /IIm117 192 0 R
+ /IIm118 194 0 R
+ /IIm119 196 0 R
+ /IIm12 198 0 R
+ /IIm120 200 0 R
+ /IIm121 202 0 R
+ /IIm122 204 0 R
+ /IIm123 206 0 R
+ /IIm124 208 0 R
+ /IIm125 210 0 R
+ /IIm126 212 0 R
+ /IIm127 214 0 R
+ /IIm128 216 0 R
+ /IIm129 218 0 R
+ /IIm13 220 0 R
+ /IIm130 222 0 R
+ /IIm131 224 0 R
+ /IIm132 226 0 R
+ /IIm133 228 0 R
+ /IIm134 230 0 R
+ /IIm135 232 0 R
+ /IIm136 234 0 R
+ /IIm137 236 0 R
+ /IIm138 238 0 R
+ /IIm139 240 0 R
+ /IIm14 242 0 R
+ /IIm140 244 0 R
+ /IIm141 246 0 R
+ /IIm142 248 0 R
+ /IIm143 250 0 R
+ /IIm144 252 0 R
+ /IIm145 254 0 R
+ /IIm146 256 0 R
+ /IIm147 258 0 R
+ /IIm148 260 0 R
+ /IIm149 262 0 R
+ /IIm15 264 0 R
+ /IIm150 266 0 R
+ /IIm151 268 0 R
+ /IIm152 270 0 R
+ /IIm153 272 0 R
+ /IIm154 274 0 R
+ /IIm155 276 0 R
+ /IIm156 278 0 R
+ /IIm157 280 0 R
+ /IIm158 282 0 R
+ /IIm159 284 0 R
+ /IIm16 286 0 R
+ /IIm160 288 0 R
+ /IIm161 290 0 R
+ /IIm162 292 0 R
+ /IIm163 294 0 R
+ /IIm164 296 0 R
+ /IIm165 298 0 R
+ /IIm166 300 0 R
+ /IIm167 302 0 R
+ /IIm168 304 0 R
+ /IIm169 306 0 R
+ /IIm17 308 0 R
+ /IIm170 310 0 R
+ /IIm171 312 0 R
+ /IIm172 314 0 R
+ /IIm173 316 0 R
+ /IIm174 318 0 R
+ /IIm175 320 0 R
+ /IIm176 322 0 R
+ /IIm177 324 0 R
+ /IIm178 326 0 R
+ /IIm179 328 0 R
+ /IIm18 330 0 R
+ /IIm180 332 0 R
+ /IIm181 334 0 R
+ /IIm182 336 0 R
+ /IIm183 338 0 R
+ /IIm184 340 0 R
+ /IIm185 342 0 R
+ /IIm186 344 0 R
+ /IIm187 346 0 R
+ /IIm188 348 0 R
+ /IIm189 350 0 R
+ /IIm19 352 0 R
+ /IIm190 354 0 R
+ /IIm191 356 0 R
+ /IIm192 358 0 R
+ /IIm193 360 0 R
+ /IIm194 362 0 R
+ /IIm195 364 0 R
+ /IIm196 366 0 R
+ /IIm197 368 0 R
+ /IIm198 370 0 R
+ /IIm199 372 0 R
+ /IIm2 374 0 R
+ /IIm20 376 0 R
+ /IIm200 378 0 R
+ /IIm201 380 0 R
+ /IIm202 382 0 R
+ /IIm203 384 0 R
+ /IIm204 386 0 R
+ /IIm205 388 0 R
+ /IIm206 390 0 R
+ /IIm207 392 0 R
+ /IIm208 394 0 R
+ /IIm209 396 0 R
+ /IIm21 398 0 R
+ /IIm210 400 0 R
+ /IIm211 402 0 R
+ /IIm212 404 0 R
+ /IIm213 406 0 R
+ /IIm214 408 0 R
+ /IIm215 410 0 R
+ /IIm216 412 0 R
+ /IIm217 414 0 R
+ /IIm218 416 0 R
+ /IIm219 418 0 R
+ /IIm22 420 0 R
+ /IIm220 422 0 R
+ /IIm221 424 0 R
+ /IIm222 426 0 R
+ /IIm223 428 0 R
+ /IIm224 430 0 R
+ /IIm225 432 0 R
+ /IIm226 434 0 R
+ /IIm227 436 0 R
+ /IIm228 438 0 R
+ /IIm229 440 0 R
+ /IIm23 442 0 R
+ /IIm230 444 0 R
+ /IIm231 446 0 R
+ /IIm232 448 0 R
+ /IIm233 450 0 R
+ /IIm234 452 0 R
+ /IIm235 454 0 R
+ /IIm236 456 0 R
+ /IIm237 458 0 R
+ /IIm238 460 0 R
+ /IIm239 462 0 R
+ /IIm24 464 0 R
+ /IIm240 466 0 R
+ /IIm241 468 0 R
+ /IIm242 470 0 R
+ /IIm243 472 0 R
+ /IIm244 474 0 R
+ /IIm245 476 0 R
+ /IIm246 478 0 R
+ /IIm247 480 0 R
+ /IIm248 482 0 R
+ /IIm249 484 0 R
+ /IIm25 486 0 R
+ /IIm250 488 0 R
+ /IIm251 490 0 R
+ /IIm252 492 0 R
+ /IIm253 494 0 R
+ /IIm254 496 0 R
+ /IIm255 498 0 R
+ /IIm256 500 0 R
+ /IIm257 502 0 R
+ /IIm258 504 0 R
+ /IIm259 506 0 R
+ /IIm26 508 0 R
+ /IIm260 510 0 R
+ /IIm261 512 0 R
+ /IIm262 514 0 R
+ /IIm263 516 0 R
+ /IIm264 518 0 R
+ /IIm265 520 0 R
+ /IIm266 522 0 R
+ /IIm267 524 0 R
+ /IIm268 526 0 R
+ /IIm269 528 0 R
+ /IIm27 530 0 R
+ /IIm270 532 0 R
+ /IIm271 534 0 R
+ /IIm272 536 0 R
+ /IIm273 538 0 R
+ /IIm274 540 0 R
+ /IIm275 542 0 R
+ /IIm276 544 0 R
+ /IIm277 546 0 R
+ /IIm278 548 0 R
+ /IIm279 550 0 R
+ /IIm28 552 0 R
+ /IIm280 554 0 R
+ /IIm281 556 0 R
+ /IIm282 558 0 R
+ /IIm283 560 0 R
+ /IIm284 562 0 R
+ /IIm285 564 0 R
+ /IIm286 566 0 R
+ /IIm287 568 0 R
+ /IIm288 570 0 R
+ /IIm289 572 0 R
+ /IIm29 574 0 R
+ /IIm290 576 0 R
+ /IIm291 578 0 R
+ /IIm292 580 0 R
+ /IIm293 582 0 R
+ /IIm294 584 0 R
+ /IIm295 586 0 R
+ /IIm296 588 0 R
+ /IIm297 590 0 R
+ /IIm298 592 0 R
+ /IIm299 594 0 R
+ /IIm3 596 0 R
+ /IIm30 598 0 R
+ /IIm300 600 0 R
+ /IIm301 602 0 R
+ /IIm302 604 0 R
+ /IIm303 606 0 R
+ /IIm304 608 0 R
+ /IIm305 610 0 R
+ /IIm306 612 0 R
+ /IIm307 614 0 R
+ /IIm308 616 0 R
+ /IIm309 618 0 R
+ /IIm31 620 0 R
+ /IIm310 622 0 R
+ /IIm311 624 0 R
+ /IIm312 626 0 R
+ /IIm313 628 0 R
+ /IIm314 630 0 R
+ /IIm315 632 0 R
+ /IIm316 634 0 R
+ /IIm317 636 0 R
+ /IIm318 638 0 R
+ /IIm319 640 0 R
+ /IIm32 642 0 R
+ /IIm320 644 0 R
+ /IIm321 646 0 R
+ /IIm322 648 0 R
+ /IIm323 650 0 R
+ /IIm324 652 0 R
+ /IIm325 654 0 R
+ /IIm326 656 0 R
+ /IIm327 658 0 R
+ /IIm328 660 0 R
+ /IIm329 662 0 R
+ /IIm33 664 0 R
+ /IIm330 666 0 R
+ /IIm331 668 0 R
+ /IIm332 670 0 R
+ /IIm333 672 0 R
+ /IIm334 674 0 R
+ /IIm335 676 0 R
+ /IIm336 678 0 R
+ /IIm337 680 0 R
+ /IIm338 682 0 R
+ /IIm339 684 0 R
+ /IIm34 686 0 R
+ /IIm340 688 0 R
+ /IIm341 690 0 R
+ /IIm342 692 0 R
+ /IIm343 694 0 R
+ /IIm344 696 0 R
+ /IIm345 698 0 R
+ /IIm346 700 0 R
+ /IIm347 702 0 R
+ /IIm348 704 0 R
+ /IIm349 706 0 R
+ /IIm35 708 0 R
+ /IIm350 710 0 R
+ /IIm351 712 0 R
+ /IIm352 714 0 R
+ /IIm353 716 0 R
+ /IIm354 718 0 R
+ /IIm355 720 0 R
+ /IIm356 722 0 R
+ /IIm357 724 0 R
+ /IIm358 726 0 R
+ /IIm359 728 0 R
+ /IIm36 730 0 R
+ /IIm360 732 0 R
+ /IIm361 734 0 R
+ /IIm362 736 0 R
+ /IIm363 738 0 R
+ /IIm364 740 0 R
+ /IIm365 742 0 R
+ /IIm366 744 0 R
+ /IIm367 746 0 R
+ /IIm368 748 0 R
+ /IIm369 750 0 R
+ /IIm37 752 0 R
+ /IIm370 754 0 R
+ /IIm371 756 0 R
+ /IIm372 758 0 R
+ /IIm373 760 0 R
+ /IIm374 762 0 R
+ /IIm375 764 0 R
+ /IIm376 766 0 R
+ /IIm377 768 0 R
+ /IIm378 770 0 R
+ /IIm379 772 0 R
+ /IIm38 774 0 R
+ /IIm380 776 0 R
+ /IIm381 778 0 R
+ /IIm382 780 0 R
+ /IIm383 782 0 R
+ /IIm384 784 0 R
+ /IIm385 786 0 R
+ /IIm386 788 0 R
+ /IIm387 790 0 R
+ /IIm388 792 0 R
+ /IIm389 794 0 R
+ /IIm39 796 0 R
+ /IIm390 798 0 R
+ /IIm391 800 0 R
+ /IIm392 802 0 R
+ /IIm393 804 0 R
+ /IIm394 806 0 R
+ /IIm395 808 0 R
+ /IIm396 810 0 R
+ /IIm397 812 0 R
+ /IIm398 814 0 R
+ /IIm399 816 0 R
+ /IIm4 818 0 R
+ /IIm40 820 0 R
+ /IIm400 822 0 R
+ /IIm401 824 0 R
+ /IIm402 826 0 R
+ /IIm403 828 0 R
+ /IIm404 830 0 R
+ /IIm405 832 0 R
+ /IIm406 834 0 R
+ /IIm407 836 0 R
+ /IIm408 838 0 R
+ /IIm409 840 0 R
+ /IIm41 842 0 R
+ /IIm410 844 0 R
+ /IIm411 846 0 R
+ /IIm412 848 0 R
+ /IIm413 850 0 R
+ /IIm414 852 0 R
+ /IIm415 854 0 R
+ /IIm416 856 0 R
+ /IIm417 858 0 R
+ /IIm418 860 0 R
+ /IIm419 862 0 R
+ /IIm42 864 0 R
+ /IIm420 866 0 R
+ /IIm421 868 0 R
+ /IIm422 870 0 R
+ /IIm423 872 0 R
+ /IIm424 874 0 R
+ /IIm425 876 0 R
+ /IIm426 878 0 R
+ /IIm427 880 0 R
+ /IIm428 882 0 R
+ /IIm429 884 0 R
+ /IIm43 886 0 R
+ /IIm430 888 0 R
+ /IIm431 890 0 R
+ /IIm432 892 0 R
+ /IIm433 894 0 R
+ /IIm434 896 0 R
+ /IIm435 898 0 R
+ /IIm436 900 0 R
+ /IIm437 902 0 R
+ /IIm438 904 0 R
+ /IIm439 906 0 R
+ /IIm44 908 0 R
+ /IIm440 910 0 R
+ /IIm441 912 0 R
+ /IIm442 914 0 R
+ /IIm443 916 0 R
+ /IIm444 918 0 R
+ /IIm445 920 0 R
+ /IIm446 922 0 R
+ /IIm447 924 0 R
+ /IIm448 926 0 R
+ /IIm449 928 0 R
+ /IIm45 930 0 R
+ /IIm450 932 0 R
+ /IIm451 934 0 R
+ /IIm452 936 0 R
+ /IIm453 938 0 R
+ /IIm454 940 0 R
+ /IIm455 942 0 R
+ /IIm456 944 0 R
+ /IIm457 946 0 R
+ /IIm458 948 0 R
+ /IIm459 950 0 R
+ /IIm46 952 0 R
+ /IIm460 954 0 R
+ /IIm461 956 0 R
+ /IIm462 958 0 R
+ /IIm463 960 0 R
+ /IIm464 962 0 R
+ /IIm465 964 0 R
+ /IIm466 966 0 R
+ /IIm467 968 0 R
+ /IIm468 970 0 R
+ /IIm469 972 0 R
+ /IIm47 974 0 R
+ /IIm470 976 0 R
+ /IIm471 978 0 R
+ /IIm472 980 0 R
+ /IIm473 982 0 R
+ /IIm474 984 0 R
+ /IIm475 986 0 R
+ /IIm476 988 0 R
+ /IIm477 990 0 R
+ /IIm478 992 0 R
+ /IIm479 994 0 R
+ /IIm48 996 0 R
+ /IIm480 998 0 R
+ /IIm481 1000 0 R
+ /IIm482 1002 0 R
+ /IIm483 1004 0 R
+ /IIm484 1006 0 R
+ /IIm485 1008 0 R
+ /IIm486 1010 0 R
+ /IIm487 1012 0 R
+ /IIm488 1014 0 R
+ /IIm489 1016 0 R
+ /IIm49 1018 0 R
+ /IIm490 1020 0 R
+ /IIm491 1022 0 R
+ /IIm492 1024 0 R
+ /IIm493 1026 0 R
+ /IIm494 1028 0 R
+ /IIm495 1030 0 R
+ /IIm496 1032 0 R
+ /IIm497 1034 0 R
+ /IIm498 1036 0 R
+ /IIm499 1038 0 R
+ /IIm5 1040 0 R
+ /IIm50 1042 0 R
+ /IIm500 1044 0 R
+ /IIm501 1046 0 R
+ /IIm502 1048 0 R
+ /IIm503 1050 0 R
+ /IIm504 1052 0 R
+ /IIm505 1054 0 R
+ /IIm506 1056 0 R
+ /IIm507 1058 0 R
+ /IIm508 1060 0 R
+ /IIm509 1062 0 R
+ /IIm51 1064 0 R
+ /IIm510 1066 0 R
+ /IIm511 1068 0 R
+ /IIm512 1070 0 R
+ /IIm513 1072 0 R
+ /IIm514 1074 0 R
+ /IIm515 1076 0 R
+ /IIm516 1078 0 R
+ /IIm517 1080 0 R
+ /IIm518 1082 0 R
+ /IIm519 1084 0 R
+ /IIm52 1086 0 R
+ /IIm520 1088 0 R
+ /IIm521 1090 0 R
+ /IIm522 1092 0 R
+ /IIm523 1094 0 R
+ /IIm524 1096 0 R
+ /IIm525 1098 0 R
+ /IIm526 1100 0 R
+ /IIm527 1102 0 R
+ /IIm528 1104 0 R
+ /IIm529 1106 0 R
+ /IIm53 1108 0 R
+ /IIm530 1110 0 R
+ /IIm531 1112 0 R
+ /IIm532 1114 0 R
+ /IIm533 1116 0 R
+ /IIm534 1118 0 R
+ /IIm535 1120 0 R
+ /IIm536 1122 0 R
+ /IIm537 1124 0 R
+ /IIm538 1126 0 R
+ /IIm539 1128 0 R
+ /IIm54 1130 0 R
+ /IIm540 1132 0 R
+ /IIm541 1134 0 R
+ /IIm542 1136 0 R
+ /IIm543 1138 0 R
+ /IIm544 1140 0 R
+ /IIm545 1142 0 R
+ /IIm546 1144 0 R
+ /IIm547 1146 0 R
+ /IIm548 1148 0 R
+ /IIm549 1150 0 R
+ /IIm55 1152 0 R
+ /IIm550 1154 0 R
+ /IIm551 1156 0 R
+ /IIm552 1158 0 R
+ /IIm553 1160 0 R
+ /IIm554 1162 0 R
+ /IIm555 1164 0 R
+ /IIm556 1166 0 R
+ /IIm557 1168 0 R
+ /IIm558 1170 0 R
+ /IIm559 1172 0 R
+ /IIm56 1174 0 R
+ /IIm560 1176 0 R
+ /IIm561 1178 0 R
+ /IIm562 1180 0 R
+ /IIm563 1182 0 R
+ /IIm564 1184 0 R
+ /IIm565 1186 0 R
+ /IIm566 1188 0 R
+ /IIm567 1190 0 R
+ /IIm568 1192 0 R
+ /IIm569 1194 0 R
+ /IIm57 1196 0 R
+ /IIm570 1198 0 R
+ /IIm571 1200 0 R
+ /IIm572 1202 0 R
+ /IIm573 1204 0 R
+ /IIm574 1206 0 R
+ /IIm575 1208 0 R
+ /IIm576 1210 0 R
+ /IIm577 1212 0 R
+ /IIm578 1214 0 R
+ /IIm579 1216 0 R
+ /IIm58 1218 0 R
+ /IIm580 1220 0 R
+ /IIm581 1222 0 R
+ /IIm582 1224 0 R
+ /IIm583 1226 0 R
+ /IIm584 1228 0 R
+ /IIm585 1230 0 R
+ /IIm586 1232 0 R
+ /IIm587 1234 0 R
+ /IIm588 1236 0 R
+ /IIm589 1238 0 R
+ /IIm59 1240 0 R
+ /IIm590 1242 0 R
+ /IIm591 1244 0 R
+ /IIm592 1246 0 R
+ /IIm593 1248 0 R
+ /IIm594 1250 0 R
+ /IIm595 1252 0 R
+ /IIm596 1254 0 R
+ /IIm597 1256 0 R
+ /IIm598 1258 0 R
+ /IIm599 1260 0 R
+ /IIm6 1262 0 R
+ /IIm60 1264 0 R
+ /IIm600 1266 0 R
+ /IIm601 1268 0 R
+ /IIm602 1270 0 R
+ /IIm603 1272 0 R
+ /IIm604 1274 0 R
+ /IIm605 1276 0 R
+ /IIm606 1278 0 R
+ /IIm607 1280 0 R
+ /IIm608 1282 0 R
+ /IIm609 1284 0 R
+ /IIm61 1286 0 R
+ /IIm610 1288 0 R
+ /IIm611 1290 0 R
+ /IIm612 1292 0 R
+ /IIm613 1294 0 R
+ /IIm614 1296 0 R
+ /IIm615 1298 0 R
+ /IIm616 1300 0 R
+ /IIm617 1302 0 R
+ /IIm618 1304 0 R
+ /IIm619 1306 0 R
+ /IIm62 1308 0 R
+ /IIm620 1310 0 R
+ /IIm621 1312 0 R
+ /IIm622 1314 0 R
+ /IIm623 1316 0 R
+ /IIm624 1318 0 R
+ /IIm625 1320 0 R
+ /IIm626 1322 0 R
+ /IIm627 1324 0 R
+ /IIm628 1326 0 R
+ /IIm629 1328 0 R
+ /IIm63 1330 0 R
+ /IIm630 1332 0 R
+ /IIm631 1334 0 R
+ /IIm632 1336 0 R
+ /IIm633 1338 0 R
+ /IIm634 1340 0 R
+ /IIm635 1342 0 R
+ /IIm636 1344 0 R
+ /IIm637 1346 0 R
+ /IIm638 1348 0 R
+ /IIm639 1350 0 R
+ /IIm64 1352 0 R
+ /IIm640 1354 0 R
+ /IIm641 1356 0 R
+ /IIm642 1358 0 R
+ /IIm643 1360 0 R
+ /IIm644 1362 0 R
+ /IIm645 1364 0 R
+ /IIm646 1366 0 R
+ /IIm647 1368 0 R
+ /IIm648 1370 0 R
+ /IIm649 1372 0 R
+ /IIm65 1374 0 R
+ /IIm650 1376 0 R
+ /IIm651 1378 0 R
+ /IIm652 1380 0 R
+ /IIm653 1382 0 R
+ /IIm654 1384 0 R
+ /IIm655 1386 0 R
+ /IIm656 1388 0 R
+ /IIm657 1390 0 R
+ /IIm658 1392 0 R
+ /IIm659 1394 0 R
+ /IIm66 1396 0 R
+ /IIm660 1398 0 R
+ /IIm661 1400 0 R
+ /IIm662 1402 0 R
+ /IIm663 1404 0 R
+ /IIm664 1406 0 R
+ /IIm665 1408 0 R
+ /IIm666 1410 0 R
+ /IIm667 1412 0 R
+ /IIm668 1414 0 R
+ /IIm669 1416 0 R
+ /IIm67 1418 0 R
+ /IIm670 1420 0 R
+ /IIm671 1422 0 R
+ /IIm672 1424 0 R
+ /IIm673 1426 0 R
+ /IIm674 1428 0 R
+ /IIm675 1430 0 R
+ /IIm676 1432 0 R
+ /IIm677 1434 0 R
+ /IIm678 1436 0 R
+ /IIm679 1438 0 R
+ /IIm68 1440 0 R
+ /IIm680 1442 0 R
+ /IIm681 1444 0 R
+ /IIm682 1446 0 R
+ /IIm683 1448 0 R
+ /IIm684 1450 0 R
+ /IIm685 1452 0 R
+ /IIm686 1454 0 R
+ /IIm687 1456 0 R
+ /IIm688 1458 0 R
+ /IIm689 1460 0 R
+ /IIm69 1462 0 R
+ /IIm690 1464 0 R
+ /IIm691 1466 0 R
+ /IIm692 1468 0 R
+ /IIm693 1470 0 R
+ /IIm694 1472 0 R
+ /IIm695 1474 0 R
+ /IIm696 1476 0 R
+ /IIm697 1478 0 R
+ /IIm698 1480 0 R
+ /IIm699 1482 0 R
+ /IIm7 1484 0 R
+ /IIm70 1486 0 R
+ /IIm700 1488 0 R
+ /IIm701 1490 0 R
+ /IIm702 1492 0 R
+ /IIm703 1494 0 R
+ /IIm704 1496 0 R
+ /IIm705 1498 0 R
+ /IIm706 1500 0 R
+ /IIm707 1502 0 R
+ /IIm708 1504 0 R
+ /IIm709 1506 0 R
+ /IIm71 1508 0 R
+ /IIm710 1510 0 R
+ /IIm711 1512 0 R
+ /IIm712 1514 0 R
+ /IIm713 1516 0 R
+ /IIm714 1518 0 R
+ /IIm715 1520 0 R
+ /IIm716 1522 0 R
+ /IIm717 1524 0 R
+ /IIm718 1526 0 R
+ /IIm719 1528 0 R
+ /IIm72 1530 0 R
+ /IIm720 1532 0 R
+ /IIm721 1534 0 R
+ /IIm722 1536 0 R
+ /IIm723 1538 0 R
+ /IIm724 1540 0 R
+ /IIm725 1542 0 R
+ /IIm726 1544 0 R
+ /IIm727 1546 0 R
+ /IIm728 1548 0 R
+ /IIm729 1550 0 R
+ /IIm73 1552 0 R
+ /IIm730 1554 0 R
+ /IIm731 1556 0 R
+ /IIm732 1558 0 R
+ /IIm733 1560 0 R
+ /IIm734 1562 0 R
+ /IIm735 1564 0 R
+ /IIm736 1566 0 R
+ /IIm737 1568 0 R
+ /IIm738 1570 0 R
+ /IIm739 1572 0 R
+ /IIm74 1574 0 R
+ /IIm740 1576 0 R
+ /IIm741 1578 0 R
+ /IIm742 1580 0 R
+ /IIm743 1582 0 R
+ /IIm744 1584 0 R
+ /IIm745 1586 0 R
+ /IIm746 1588 0 R
+ /IIm747 1590 0 R
+ /IIm748 1592 0 R
+ /IIm749 1594 0 R
+ /IIm75 1596 0 R
+ /IIm750 1598 0 R
+ /IIm751 1600 0 R
+ /IIm752 1602 0 R
+ /IIm753 1604 0 R
+ /IIm754 1606 0 R
+ /IIm755 1608 0 R
+ /IIm756 1610 0 R
+ /IIm757 1612 0 R
+ /IIm758 1614 0 R
+ /IIm759 1616 0 R
+ /IIm76 1618 0 R
+ /IIm760 1620 0 R
+ /IIm761 1622 0 R
+ /IIm762 1624 0 R
+ /IIm763 1626 0 R
+ /IIm764 1628 0 R
+ /IIm765 1630 0 R
+ /IIm766 1632 0 R
+ /IIm767 1634 0 R
+ /IIm768 1636 0 R
+ /IIm769 1638 0 R
+ /IIm77 1640 0 R
+ /IIm770 1642 0 R
+ /IIm771 1644 0 R
+ /IIm772 1646 0 R
+ /IIm773 1648 0 R
+ /IIm774 1650 0 R
+ /IIm775 1652 0 R
+ /IIm776 1654 0 R
+ /IIm777 1656 0 R
+ /IIm778 1658 0 R
+ /IIm779 1660 0 R
+ /IIm78 1662 0 R
+ /IIm780 1664 0 R
+ /IIm781 1666 0 R
+ /IIm782 1668 0 R
+ /IIm783 1670 0 R
+ /IIm784 1672 0 R
+ /IIm785 1674 0 R
+ /IIm786 1676 0 R
+ /IIm787 1678 0 R
+ /IIm788 1680 0 R
+ /IIm789 1682 0 R
+ /IIm79 1684 0 R
+ /IIm790 1686 0 R
+ /IIm791 1688 0 R
+ /IIm792 1690 0 R
+ /IIm793 1692 0 R
+ /IIm794 1694 0 R
+ /IIm795 1696 0 R
+ /IIm796 1698 0 R
+ /IIm797 1700 0 R
+ /IIm798 1702 0 R
+ /IIm799 1704 0 R
+ /IIm8 1706 0 R
+ /IIm80 1708 0 R
+ /IIm800 1710 0 R
+ /IIm801 1712 0 R
+ /IIm802 1714 0 R
+ /IIm803 1716 0 R
+ /IIm804 1718 0 R
+ /IIm805 1720 0 R
+ /IIm806 1722 0 R
+ /IIm807 1724 0 R
+ /IIm808 1726 0 R
+ /IIm809 1728 0 R
+ /IIm81 1730 0 R
+ /IIm810 1732 0 R
+ /IIm811 1734 0 R
+ /IIm812 1736 0 R
+ /IIm813 1738 0 R
+ /IIm814 1740 0 R
+ /IIm815 1742 0 R
+ /IIm816 1744 0 R
+ /IIm817 1746 0 R
+ /IIm818 1748 0 R
+ /IIm819 1750 0 R
+ /IIm82 1752 0 R
+ /IIm820 1754 0 R
+ /IIm821 1756 0 R
+ /IIm822 1758 0 R
+ /IIm823 1760 0 R
+ /IIm824 1762 0 R
+ /IIm825 1764 0 R
+ /IIm826 1766 0 R
+ /IIm827 1768 0 R
+ /IIm828 1770 0 R
+ /IIm829 1772 0 R
+ /IIm83 1774 0 R
+ /IIm830 1776 0 R
+ /IIm831 1778 0 R
+ /IIm832 1780 0 R
+ /IIm833 1782 0 R
+ /IIm834 1784 0 R
+ /IIm835 1786 0 R
+ /IIm836 1788 0 R
+ /IIm837 1790 0 R
+ /IIm838 1792 0 R
+ /IIm839 1794 0 R
+ /IIm84 1796 0 R
+ /IIm840 1798 0 R
+ /IIm841 1800 0 R
+ /IIm842 1802 0 R
+ /IIm843 1804 0 R
+ /IIm844 1806 0 R
+ /IIm845 1808 0 R
+ /IIm846 1810 0 R
+ /IIm847 1812 0 R
+ /IIm848 1814 0 R
+ /IIm849 1816 0 R
+ /IIm85 1818 0 R
+ /IIm850 1820 0 R
+ /IIm851 1822 0 R
+ /IIm852 1824 0 R
+ /IIm853 1826 0 R
+ /IIm854 1828 0 R
+ /IIm855 1830 0 R
+ /IIm856 1832 0 R
+ /IIm857 1834 0 R
+ /IIm858 1836 0 R
+ /IIm859 1838 0 R
+ /IIm86 1840 0 R
+ /IIm860 1842 0 R
+ /IIm861 1844 0 R
+ /IIm862 1846 0 R
+ /IIm863 1848 0 R
+ /IIm864 1850 0 R
+ /IIm865 1852 0 R
+ /IIm866 1854 0 R
+ /IIm867 1856 0 R
+ /IIm868 1858 0 R
+ /IIm869 1860 0 R
+ /IIm87 1862 0 R
+ /IIm870 1864 0 R
+ /IIm871 1866 0 R
+ /IIm872 1868 0 R
+ /IIm873 1870 0 R
+ /IIm874 1872 0 R
+ /IIm875 1874 0 R
+ /IIm876 1876 0 R
+ /IIm877 1878 0 R
+ /IIm878 1880 0 R
+ /IIm879 1882 0 R
+ /IIm88 1884 0 R
+ /IIm880 1886 0 R
+ /IIm881 1888 0 R
+ /IIm882 1890 0 R
+ /IIm883 1892 0 R
+ /IIm884 1894 0 R
+ /IIm885 1896 0 R
+ /IIm886 1898 0 R
+ /IIm887 1900 0 R
+ /IIm888 1902 0 R
+ /IIm889 1904 0 R
+ /IIm89 1906 0 R
+ /IIm890 1908 0 R
+ /IIm891 1910 0 R
+ /IIm892 1912 0 R
+ /IIm893 1914 0 R
+ /IIm894 1916 0 R
+ /IIm895 1918 0 R
+ /IIm896 1920 0 R
+ /IIm897 1922 0 R
+ /IIm898 1924 0 R
+ /IIm899 1926 0 R
+ /IIm9 1928 0 R
+ /IIm90 1930 0 R
+ /IIm900 1932 0 R
+ /IIm901 1934 0 R
+ /IIm902 1936 0 R
+ /IIm903 1938 0 R
+ /IIm904 1940 0 R
+ /IIm905 1942 0 R
+ /IIm906 1944 0 R
+ /IIm907 1946 0 R
+ /IIm908 1948 0 R
+ /IIm909 1950 0 R
+ /IIm91 1952 0 R
+ /IIm910 1954 0 R
+ /IIm911 1956 0 R
+ /IIm912 1958 0 R
+ /IIm913 1960 0 R
+ /IIm914 1962 0 R
+ /IIm915 1964 0 R
+ /IIm916 1966 0 R
+ /IIm917 1968 0 R
+ /IIm918 1970 0 R
+ /IIm919 1972 0 R
+ /IIm92 1974 0 R
+ /IIm920 1976 0 R
+ /IIm921 1978 0 R
+ /IIm922 1980 0 R
+ /IIm923 1982 0 R
+ /IIm924 1984 0 R
+ /IIm925 1986 0 R
+ /IIm926 1988 0 R
+ /IIm927 1990 0 R
+ /IIm928 1992 0 R
+ /IIm929 1994 0 R
+ /IIm93 1996 0 R
+ /IIm930 1998 0 R
+ /IIm931 2000 0 R
+ /IIm932 2002 0 R
+ /IIm933 2004 0 R
+ /IIm934 2006 0 R
+ /IIm935 2008 0 R
+ /IIm936 2010 0 R
+ /IIm937 2012 0 R
+ /IIm938 2014 0 R
+ /IIm939 2016 0 R
+ /IIm94 2018 0 R
+ /IIm940 2020 0 R
+ /IIm941 2022 0 R
+ /IIm942 2024 0 R
+ /IIm943 2026 0 R
+ /IIm944 2028 0 R
+ /IIm945 2030 0 R
+ /IIm946 2032 0 R
+ /IIm947 2034 0 R
+ /IIm948 2036 0 R
+ /IIm949 2038 0 R
+ /IIm95 2040 0 R
+ /IIm950 2042 0 R
+ /IIm951 2044 0 R
+ /IIm952 2046 0 R
+ /IIm953 2048 0 R
+ /IIm954 2050 0 R
+ /IIm955 2052 0 R
+ /IIm956 2054 0 R
+ /IIm957 2056 0 R
+ /IIm958 2058 0 R
+ /IIm959 2060 0 R
+ /IIm96 2062 0 R
+ /IIm960 2064 0 R
+ /IIm961 2066 0 R
+ /IIm962 2068 0 R
+ /IIm963 2070 0 R
+ /IIm964 2072 0 R
+ /IIm965 2074 0 R
+ /IIm966 2076 0 R
+ /IIm967 2078 0 R
+ /IIm968 2080 0 R
+ /IIm969 2082 0 R
+ /IIm97 2084 0 R
+ /IIm970 2086 0 R
+ /IIm971 2088 0 R
+ /IIm972 2090 0 R
+ /IIm973 2092 0 R
+ /IIm974 2094 0 R
+ /IIm975 2096 0 R
+ /IIm976 2098 0 R
+ /IIm977 2100 0 R
+ /IIm978 2102 0 R
+ /IIm979 2104 0 R
+ /IIm98 2106 0 R
+ /IIm980 2108 0 R
+ /IIm981 2110 0 R
+ /IIm982 2112 0 R
+ /IIm983 2114 0 R
+ /IIm984 2116 0 R
+ /IIm985 2118 0 R
+ /IIm986 2120 0 R
+ /IIm987 2122 0 R
+ /IIm988 2124 0 R
+ /IIm989 2126 0 R
+ /IIm99 2128 0 R
+ /IIm990 2130 0 R
+ /IIm991 2132 0 R
+ /IIm992 2134 0 R
+ /IIm993 2136 0 R
+ /IIm994 2138 0 R
+ /IIm995 2140 0 R
+ /IIm996 2142 0 R
+ /IIm997 2144 0 R
+ /IIm998 2146 0 R
+ /IIm999 2148 0 R
+ /R10 2150 0 R
+ /R12 2152 0 R
+ /R14 2154 0 R
+ /R16 2156 0 R
+ /R18 2158 0 R
+ /R20 2160 0 R
+ /R22 2162 0 R
+ /R24 2164 0 R
+ /R26 2166 0 R
+ /R28 2168 0 R
+ /R30 2170 0 R
+ /R32 2172 0 R
+ /R34 2174 0 R
+ /R36 2176 0 R
+ /R38 2178 0 R
+ /R40 2180 0 R
+ /R42 2182 0 R
+ /R44 2184 0 R
+ /R46 2186 0 R
+ /R48 2188 0 R
+ /R50 2190 0 R
+ /R52 2192 0 R
+ /R54 2194 0 R
+ /R56 2196 0 R
+ /R58 2198 0 R
+ /R6 2200 0 R
+ /R60 2202 0 R
+ /R62 2204 0 R
+ /R64 2206 0 R
+ /R66 2208 0 R
+ /R68 2210 0 R
+ /R70 2212 0 R
+ /R72 2214 0 R
+ /R74 2216 0 R
+ /R76 2218 0 R
+ /R78 2220 0 R
+ /R8 2222 0 R
+ /R80 2224 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 82 0
+5 0 obj
+<<
+ /Contents 2226 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /ProcSet [
+ /PDF
+ /ImageB
+ ]
+ /XObject <<
+ /IIm1 2228 0 R
+ /IIm10 2230 0 R
+ /IIm100 2232 0 R
+ /IIm1000 2234 0 R
+ /IIm1001 2236 0 R
+ /IIm1002 2238 0 R
+ /IIm1003 2240 0 R
+ /IIm1004 2242 0 R
+ /IIm1005 2244 0 R
+ /IIm1006 2246 0 R
+ /IIm1007 2248 0 R
+ /IIm1008 2250 0 R
+ /IIm1009 2252 0 R
+ /IIm101 2254 0 R
+ /IIm1010 2256 0 R
+ /IIm1011 2258 0 R
+ /IIm1012 2260 0 R
+ /IIm1013 2262 0 R
+ /IIm1014 2264 0 R
+ /IIm1015 2266 0 R
+ /IIm1016 2268 0 R
+ /IIm1017 2270 0 R
+ /IIm1018 2272 0 R
+ /IIm1019 2274 0 R
+ /IIm102 2276 0 R
+ /IIm1020 2278 0 R
+ /IIm1021 2280 0 R
+ /IIm1022 2282 0 R
+ /IIm1023 2284 0 R
+ /IIm1024 2286 0 R
+ /IIm1025 2288 0 R
+ /IIm1026 2290 0 R
+ /IIm1027 2292 0 R
+ /IIm1028 2294 0 R
+ /IIm1029 2296 0 R
+ /IIm103 2298 0 R
+ /IIm1030 2300 0 R
+ /IIm1031 2302 0 R
+ /IIm1032 2304 0 R
+ /IIm1033 2306 0 R
+ /IIm1034 2308 0 R
+ /IIm1035 2310 0 R
+ /IIm1036 2312 0 R
+ /IIm1037 2314 0 R
+ /IIm1038 2316 0 R
+ /IIm1039 2318 0 R
+ /IIm104 2320 0 R
+ /IIm1040 2322 0 R
+ /IIm1041 2324 0 R
+ /IIm1042 2326 0 R
+ /IIm1043 2328 0 R
+ /IIm1044 2330 0 R
+ /IIm1045 2332 0 R
+ /IIm1046 2334 0 R
+ /IIm1047 2336 0 R
+ /IIm1048 2338 0 R
+ /IIm1049 2340 0 R
+ /IIm105 2342 0 R
+ /IIm1050 2344 0 R
+ /IIm1051 2346 0 R
+ /IIm1052 2348 0 R
+ /IIm1053 2350 0 R
+ /IIm1054 2352 0 R
+ /IIm1055 2354 0 R
+ /IIm1056 2356 0 R
+ /IIm1057 2358 0 R
+ /IIm1058 2360 0 R
+ /IIm1059 2362 0 R
+ /IIm106 2364 0 R
+ /IIm1060 2366 0 R
+ /IIm1061 2368 0 R
+ /IIm1062 2370 0 R
+ /IIm1063 2372 0 R
+ /IIm1064 2374 0 R
+ /IIm1065 2376 0 R
+ /IIm1066 2378 0 R
+ /IIm1067 2380 0 R
+ /IIm1068 2382 0 R
+ /IIm1069 2384 0 R
+ /IIm107 2386 0 R
+ /IIm1070 2388 0 R
+ /IIm1071 2390 0 R
+ /IIm1072 2392 0 R
+ /IIm1073 2394 0 R
+ /IIm1074 2396 0 R
+ /IIm1075 2398 0 R
+ /IIm1076 2400 0 R
+ /IIm1077 2402 0 R
+ /IIm1078 2404 0 R
+ /IIm1079 2406 0 R
+ /IIm108 2408 0 R
+ /IIm1080 2410 0 R
+ /IIm1081 2412 0 R
+ /IIm1082 2414 0 R
+ /IIm1083 2416 0 R
+ /IIm1084 2418 0 R
+ /IIm1085 2420 0 R
+ /IIm1086 2422 0 R
+ /IIm1087 2424 0 R
+ /IIm1088 2426 0 R
+ /IIm1089 2428 0 R
+ /IIm109 2430 0 R
+ /IIm1090 2432 0 R
+ /IIm1091 2434 0 R
+ /IIm1092 2436 0 R
+ /IIm1093 2438 0 R
+ /IIm1094 2440 0 R
+ /IIm1095 2442 0 R
+ /IIm1096 2444 0 R
+ /IIm1097 2446 0 R
+ /IIm1098 2448 0 R
+ /IIm1099 2450 0 R
+ /IIm11 2452 0 R
+ /IIm110 2454 0 R
+ /IIm1100 2456 0 R
+ /IIm1101 2458 0 R
+ /IIm1102 2460 0 R
+ /IIm1103 2462 0 R
+ /IIm1104 2464 0 R
+ /IIm1105 2466 0 R
+ /IIm1106 2468 0 R
+ /IIm1107 2470 0 R
+ /IIm1108 2472 0 R
+ /IIm1109 2474 0 R
+ /IIm111 2476 0 R
+ /IIm1110 2478 0 R
+ /IIm1111 2480 0 R
+ /IIm1112 2482 0 R
+ /IIm1113 2484 0 R
+ /IIm1114 2486 0 R
+ /IIm1115 2488 0 R
+ /IIm1116 2490 0 R
+ /IIm1117 2492 0 R
+ /IIm1118 2494 0 R
+ /IIm1119 2496 0 R
+ /IIm112 2498 0 R
+ /IIm1120 2500 0 R
+ /IIm1121 2502 0 R
+ /IIm1122 2504 0 R
+ /IIm1123 2506 0 R
+ /IIm1124 2508 0 R
+ /IIm1125 2510 0 R
+ /IIm1126 2512 0 R
+ /IIm1127 2514 0 R
+ /IIm1128 2516 0 R
+ /IIm1129 2518 0 R
+ /IIm113 2520 0 R
+ /IIm1130 2522 0 R
+ /IIm1131 2524 0 R
+ /IIm1132 2526 0 R
+ /IIm1133 2528 0 R
+ /IIm1134 2530 0 R
+ /IIm1135 2532 0 R
+ /IIm1136 2534 0 R
+ /IIm1137 2536 0 R
+ /IIm1138 2538 0 R
+ /IIm1139 2540 0 R
+ /IIm114 2542 0 R
+ /IIm1140 2544 0 R
+ /IIm1141 2546 0 R
+ /IIm1142 2548 0 R
+ /IIm1143 2550 0 R
+ /IIm1144 2552 0 R
+ /IIm1145 2554 0 R
+ /IIm1146 2556 0 R
+ /IIm1147 2558 0 R
+ /IIm1148 2560 0 R
+ /IIm1149 2562 0 R
+ /IIm115 2564 0 R
+ /IIm1150 2566 0 R
+ /IIm1151 2568 0 R
+ /IIm1152 2570 0 R
+ /IIm1153 2572 0 R
+ /IIm1154 2574 0 R
+ /IIm1155 2576 0 R
+ /IIm1156 2578 0 R
+ /IIm1157 2580 0 R
+ /IIm1158 2582 0 R
+ /IIm1159 2584 0 R
+ /IIm116 2586 0 R
+ /IIm1160 2588 0 R
+ /IIm1161 2590 0 R
+ /IIm1162 2592 0 R
+ /IIm1163 2594 0 R
+ /IIm1164 2596 0 R
+ /IIm1165 2598 0 R
+ /IIm1166 2600 0 R
+ /IIm1167 2602 0 R
+ /IIm1168 2604 0 R
+ /IIm1169 2606 0 R
+ /IIm117 2608 0 R
+ /IIm1170 2610 0 R
+ /IIm1171 2612 0 R
+ /IIm1172 2614 0 R
+ /IIm1173 2616 0 R
+ /IIm1174 2618 0 R
+ /IIm1175 2620 0 R
+ /IIm1176 2622 0 R
+ /IIm1177 2624 0 R
+ /IIm1178 2626 0 R
+ /IIm1179 2628 0 R
+ /IIm118 2630 0 R
+ /IIm1180 2632 0 R
+ /IIm1181 2634 0 R
+ /IIm1182 2636 0 R
+ /IIm1183 2638 0 R
+ /IIm1184 2640 0 R
+ /IIm1185 2642 0 R
+ /IIm1186 2644 0 R
+ /IIm1187 2646 0 R
+ /IIm1188 2648 0 R
+ /IIm1189 2650 0 R
+ /IIm119 2652 0 R
+ /IIm1190 2654 0 R
+ /IIm1191 2656 0 R
+ /IIm1192 2658 0 R
+ /IIm1193 2660 0 R
+ /IIm1194 2662 0 R
+ /IIm1195 2664 0 R
+ /IIm1196 2666 0 R
+ /IIm1197 2668 0 R
+ /IIm1198 2670 0 R
+ /IIm1199 2672 0 R
+ /IIm12 2674 0 R
+ /IIm120 2676 0 R
+ /IIm1200 2678 0 R
+ /IIm1201 2680 0 R
+ /IIm1202 2682 0 R
+ /IIm1203 2684 0 R
+ /IIm1204 2686 0 R
+ /IIm1205 2688 0 R
+ /IIm1206 2690 0 R
+ /IIm1207 2692 0 R
+ /IIm1208 2694 0 R
+ /IIm1209 2696 0 R
+ /IIm121 2698 0 R
+ /IIm1210 2700 0 R
+ /IIm1211 2702 0 R
+ /IIm1212 2704 0 R
+ /IIm1213 2706 0 R
+ /IIm1214 2708 0 R
+ /IIm1215 2710 0 R
+ /IIm1216 2712 0 R
+ /IIm1217 2714 0 R
+ /IIm1218 2716 0 R
+ /IIm1219 2718 0 R
+ /IIm122 2720 0 R
+ /IIm1220 2722 0 R
+ /IIm1221 2724 0 R
+ /IIm1222 2726 0 R
+ /IIm1223 2728 0 R
+ /IIm1224 2730 0 R
+ /IIm1225 2732 0 R
+ /IIm1226 2734 0 R
+ /IIm1227 2736 0 R
+ /IIm1228 2738 0 R
+ /IIm1229 2740 0 R
+ /IIm123 2742 0 R
+ /IIm1230 2744 0 R
+ /IIm1231 2746 0 R
+ /IIm1232 2748 0 R
+ /IIm1233 2750 0 R
+ /IIm1234 2752 0 R
+ /IIm1235 2754 0 R
+ /IIm1236 2756 0 R
+ /IIm1237 2758 0 R
+ /IIm1238 2760 0 R
+ /IIm1239 2762 0 R
+ /IIm124 2764 0 R
+ /IIm1240 2766 0 R
+ /IIm1241 2768 0 R
+ /IIm1242 2770 0 R
+ /IIm1243 2772 0 R
+ /IIm1244 2774 0 R
+ /IIm1245 2776 0 R
+ /IIm1246 2778 0 R
+ /IIm1247 2780 0 R
+ /IIm1248 2782 0 R
+ /IIm1249 2784 0 R
+ /IIm125 2786 0 R
+ /IIm1250 2788 0 R
+ /IIm1251 2790 0 R
+ /IIm1252 2792 0 R
+ /IIm1253 2794 0 R
+ /IIm1254 2796 0 R
+ /IIm1255 2798 0 R
+ /IIm1256 2800 0 R
+ /IIm1257 2802 0 R
+ /IIm1258 2804 0 R
+ /IIm1259 2806 0 R
+ /IIm126 2808 0 R
+ /IIm1260 2810 0 R
+ /IIm1261 2812 0 R
+ /IIm1262 2814 0 R
+ /IIm1263 2816 0 R
+ /IIm1264 2818 0 R
+ /IIm1265 2820 0 R
+ /IIm1266 2822 0 R
+ /IIm1267 2824 0 R
+ /IIm1268 2826 0 R
+ /IIm1269 2828 0 R
+ /IIm127 2830 0 R
+ /IIm1270 2832 0 R
+ /IIm1271 2834 0 R
+ /IIm1272 2836 0 R
+ /IIm1273 2838 0 R
+ /IIm1274 2840 0 R
+ /IIm1275 2842 0 R
+ /IIm1276 2844 0 R
+ /IIm1277 2846 0 R
+ /IIm1278 2848 0 R
+ /IIm1279 2850 0 R
+ /IIm128 2852 0 R
+ /IIm1280 2854 0 R
+ /IIm1281 2856 0 R
+ /IIm1282 2858 0 R
+ /IIm1283 2860 0 R
+ /IIm1284 2862 0 R
+ /IIm1285 2864 0 R
+ /IIm1286 2866 0 R
+ /IIm1287 2868 0 R
+ /IIm1288 2870 0 R
+ /IIm1289 2872 0 R
+ /IIm129 2874 0 R
+ /IIm1290 2876 0 R
+ /IIm1291 2878 0 R
+ /IIm1292 2880 0 R
+ /IIm1293 2882 0 R
+ /IIm1294 2884 0 R
+ /IIm1295 2886 0 R
+ /IIm1296 2888 0 R
+ /IIm1297 2890 0 R
+ /IIm1298 2892 0 R
+ /IIm1299 2894 0 R
+ /IIm13 2896 0 R
+ /IIm130 2898 0 R
+ /IIm1300 2900 0 R
+ /IIm1301 2902 0 R
+ /IIm1302 2904 0 R
+ /IIm1303 2906 0 R
+ /IIm1304 2908 0 R
+ /IIm1305 2910 0 R
+ /IIm1306 2912 0 R
+ /IIm1307 2914 0 R
+ /IIm1308 2916 0 R
+ /IIm1309 2918 0 R
+ /IIm131 2920 0 R
+ /IIm1310 2922 0 R
+ /IIm1311 2924 0 R
+ /IIm1312 2926 0 R
+ /IIm1313 2928 0 R
+ /IIm1314 2930 0 R
+ /IIm1315 2932 0 R
+ /IIm1316 2934 0 R
+ /IIm1317 2936 0 R
+ /IIm1318 2938 0 R
+ /IIm1319 2940 0 R
+ /IIm132 2942 0 R
+ /IIm1320 2944 0 R
+ /IIm1321 2946 0 R
+ /IIm1322 2948 0 R
+ /IIm1323 2950 0 R
+ /IIm1324 2952 0 R
+ /IIm1325 2954 0 R
+ /IIm1326 2956 0 R
+ /IIm1327 2958 0 R
+ /IIm1328 2960 0 R
+ /IIm1329 2962 0 R
+ /IIm133 2964 0 R
+ /IIm1330 2966 0 R
+ /IIm1331 2968 0 R
+ /IIm1332 2970 0 R
+ /IIm1333 2972 0 R
+ /IIm1334 2974 0 R
+ /IIm1335 2976 0 R
+ /IIm1336 2978 0 R
+ /IIm1337 2980 0 R
+ /IIm1338 2982 0 R
+ /IIm1339 2984 0 R
+ /IIm134 2986 0 R
+ /IIm1340 2988 0 R
+ /IIm1341 2990 0 R
+ /IIm1342 2992 0 R
+ /IIm1343 2994 0 R
+ /IIm1344 2996 0 R
+ /IIm1345 2998 0 R
+ /IIm1346 3000 0 R
+ /IIm1347 3002 0 R
+ /IIm1348 3004 0 R
+ /IIm1349 3006 0 R
+ /IIm135 3008 0 R
+ /IIm1350 3010 0 R
+ /IIm1351 3012 0 R
+ /IIm1352 3014 0 R
+ /IIm1353 3016 0 R
+ /IIm1354 3018 0 R
+ /IIm1355 3020 0 R
+ /IIm1356 3022 0 R
+ /IIm1357 3024 0 R
+ /IIm1358 3026 0 R
+ /IIm1359 3028 0 R
+ /IIm136 3030 0 R
+ /IIm1360 3032 0 R
+ /IIm1361 3034 0 R
+ /IIm1362 3036 0 R
+ /IIm1363 3038 0 R
+ /IIm1364 3040 0 R
+ /IIm1365 3042 0 R
+ /IIm1366 3044 0 R
+ /IIm1367 3046 0 R
+ /IIm1368 3048 0 R
+ /IIm1369 3050 0 R
+ /IIm137 3052 0 R
+ /IIm1370 3054 0 R
+ /IIm1371 3056 0 R
+ /IIm1372 3058 0 R
+ /IIm1373 3060 0 R
+ /IIm1374 3062 0 R
+ /IIm1375 3064 0 R
+ /IIm1376 3066 0 R
+ /IIm1377 3068 0 R
+ /IIm1378 3070 0 R
+ /IIm1379 3072 0 R
+ /IIm138 3074 0 R
+ /IIm1380 3076 0 R
+ /IIm1381 3078 0 R
+ /IIm1382 3080 0 R
+ /IIm1383 3082 0 R
+ /IIm1384 3084 0 R
+ /IIm1385 3086 0 R
+ /IIm1386 3088 0 R
+ /IIm1387 3090 0 R
+ /IIm1388 3092 0 R
+ /IIm1389 3094 0 R
+ /IIm139 3096 0 R
+ /IIm1390 3098 0 R
+ /IIm1391 3100 0 R
+ /IIm1392 3102 0 R
+ /IIm1393 3104 0 R
+ /IIm1394 3106 0 R
+ /IIm1395 3108 0 R
+ /IIm1396 3110 0 R
+ /IIm1397 3112 0 R
+ /IIm1398 3114 0 R
+ /IIm1399 3116 0 R
+ /IIm14 3118 0 R
+ /IIm140 3120 0 R
+ /IIm1400 3122 0 R
+ /IIm1401 3124 0 R
+ /IIm1402 3126 0 R
+ /IIm1403 3128 0 R
+ /IIm1404 3130 0 R
+ /IIm1405 3132 0 R
+ /IIm1406 3134 0 R
+ /IIm1407 3136 0 R
+ /IIm1408 3138 0 R
+ /IIm1409 3140 0 R
+ /IIm141 3142 0 R
+ /IIm1410 3144 0 R
+ /IIm1411 3146 0 R
+ /IIm1412 3148 0 R
+ /IIm1413 3150 0 R
+ /IIm1414 3152 0 R
+ /IIm1415 3154 0 R
+ /IIm1416 3156 0 R
+ /IIm1417 3158 0 R
+ /IIm1418 3160 0 R
+ /IIm1419 3162 0 R
+ /IIm142 3164 0 R
+ /IIm1420 3166 0 R
+ /IIm1421 3168 0 R
+ /IIm1422 3170 0 R
+ /IIm1423 3172 0 R
+ /IIm1424 3174 0 R
+ /IIm1425 3176 0 R
+ /IIm1426 3178 0 R
+ /IIm1427 3180 0 R
+ /IIm1428 3182 0 R
+ /IIm1429 3184 0 R
+ /IIm143 3186 0 R
+ /IIm1430 3188 0 R
+ /IIm1431 3190 0 R
+ /IIm1432 3192 0 R
+ /IIm1433 3194 0 R
+ /IIm1434 3196 0 R
+ /IIm1435 3198 0 R
+ /IIm1436 3200 0 R
+ /IIm1437 3202 0 R
+ /IIm1438 3204 0 R
+ /IIm1439 3206 0 R
+ /IIm144 3208 0 R
+ /IIm1440 3210 0 R
+ /IIm1441 3212 0 R
+ /IIm1442 3214 0 R
+ /IIm1443 3216 0 R
+ /IIm1444 3218 0 R
+ /IIm1445 3220 0 R
+ /IIm1446 3222 0 R
+ /IIm1447 3224 0 R
+ /IIm1448 3226 0 R
+ /IIm1449 3228 0 R
+ /IIm145 3230 0 R
+ /IIm1450 3232 0 R
+ /IIm1451 3234 0 R
+ /IIm1452 3236 0 R
+ /IIm1453 3238 0 R
+ /IIm1454 3240 0 R
+ /IIm1455 3242 0 R
+ /IIm1456 3244 0 R
+ /IIm1457 3246 0 R
+ /IIm1458 3248 0 R
+ /IIm1459 3250 0 R
+ /IIm146 3252 0 R
+ /IIm1460 3254 0 R
+ /IIm1461 3256 0 R
+ /IIm1462 3258 0 R
+ /IIm1463 3260 0 R
+ /IIm1464 3262 0 R
+ /IIm1465 3264 0 R
+ /IIm1466 3266 0 R
+ /IIm1467 3268 0 R
+ /IIm1468 3270 0 R
+ /IIm1469 3272 0 R
+ /IIm147 3274 0 R
+ /IIm1470 3276 0 R
+ /IIm1471 3278 0 R
+ /IIm1472 3280 0 R
+ /IIm1473 3282 0 R
+ /IIm1474 3284 0 R
+ /IIm1475 3286 0 R
+ /IIm1476 3288 0 R
+ /IIm1477 3290 0 R
+ /IIm1478 3292 0 R
+ /IIm1479 3294 0 R
+ /IIm148 3296 0 R
+ /IIm1480 3298 0 R
+ /IIm1481 3300 0 R
+ /IIm1482 3302 0 R
+ /IIm1483 3304 0 R
+ /IIm1484 3306 0 R
+ /IIm1485 3308 0 R
+ /IIm1486 3310 0 R
+ /IIm1487 3312 0 R
+ /IIm1488 3314 0 R
+ /IIm1489 3316 0 R
+ /IIm149 3318 0 R
+ /IIm1490 3320 0 R
+ /IIm1491 3322 0 R
+ /IIm1492 3324 0 R
+ /IIm1493 3326 0 R
+ /IIm1494 3328 0 R
+ /IIm1495 3330 0 R
+ /IIm1496 3332 0 R
+ /IIm1497 3334 0 R
+ /IIm1498 3336 0 R
+ /IIm1499 3338 0 R
+ /IIm15 3340 0 R
+ /IIm150 3342 0 R
+ /IIm1500 3344 0 R
+ /IIm1501 3346 0 R
+ /IIm1502 3348 0 R
+ /IIm1503 3350 0 R
+ /IIm1504 3352 0 R
+ /IIm1505 3354 0 R
+ /IIm1506 3356 0 R
+ /IIm1507 3358 0 R
+ /IIm1508 3360 0 R
+ /IIm1509 3362 0 R
+ /IIm151 3364 0 R
+ /IIm1510 3366 0 R
+ /IIm1511 3368 0 R
+ /IIm1512 3370 0 R
+ /IIm1513 3372 0 R
+ /IIm1514 3374 0 R
+ /IIm1515 3376 0 R
+ /IIm1516 3378 0 R
+ /IIm1517 3380 0 R
+ /IIm1518 3382 0 R
+ /IIm1519 3384 0 R
+ /IIm152 3386 0 R
+ /IIm1520 3388 0 R
+ /IIm1521 3390 0 R
+ /IIm1522 3392 0 R
+ /IIm1523 3394 0 R
+ /IIm1524 3396 0 R
+ /IIm1525 3398 0 R
+ /IIm1526 3400 0 R
+ /IIm1527 3402 0 R
+ /IIm1528 3404 0 R
+ /IIm1529 3406 0 R
+ /IIm153 3408 0 R
+ /IIm1530 3410 0 R
+ /IIm1531 3412 0 R
+ /IIm1532 3414 0 R
+ /IIm1533 3416 0 R
+ /IIm1534 3418 0 R
+ /IIm1535 3420 0 R
+ /IIm1536 3422 0 R
+ /IIm1537 3424 0 R
+ /IIm1538 3426 0 R
+ /IIm1539 3428 0 R
+ /IIm154 3430 0 R
+ /IIm1540 3432 0 R
+ /IIm1541 3434 0 R
+ /IIm1542 3436 0 R
+ /IIm1543 3438 0 R
+ /IIm1544 3440 0 R
+ /IIm1545 3442 0 R
+ /IIm1546 3444 0 R
+ /IIm1547 3446 0 R
+ /IIm1548 3448 0 R
+ /IIm1549 3450 0 R
+ /IIm155 3452 0 R
+ /IIm1550 3454 0 R
+ /IIm1551 3456 0 R
+ /IIm1552 3458 0 R
+ /IIm1553 3460 0 R
+ /IIm1554 3462 0 R
+ /IIm1555 3464 0 R
+ /IIm1556 3466 0 R
+ /IIm1557 3468 0 R
+ /IIm1558 3470 0 R
+ /IIm1559 3472 0 R
+ /IIm156 3474 0 R
+ /IIm1560 3476 0 R
+ /IIm1561 3478 0 R
+ /IIm1562 3480 0 R
+ /IIm1563 3482 0 R
+ /IIm1564 3484 0 R
+ /IIm1565 3486 0 R
+ /IIm1566 3488 0 R
+ /IIm1567 3490 0 R
+ /IIm1568 3492 0 R
+ /IIm1569 3494 0 R
+ /IIm157 3496 0 R
+ /IIm1570 3498 0 R
+ /IIm1571 3500 0 R
+ /IIm1572 3502 0 R
+ /IIm1573 3504 0 R
+ /IIm1574 3506 0 R
+ /IIm1575 3508 0 R
+ /IIm1576 3510 0 R
+ /IIm1577 3512 0 R
+ /IIm1578 3514 0 R
+ /IIm1579 3516 0 R
+ /IIm158 3518 0 R
+ /IIm1580 3520 0 R
+ /IIm1581 3522 0 R
+ /IIm1582 3524 0 R
+ /IIm1583 3526 0 R
+ /IIm1584 3528 0 R
+ /IIm1585 3530 0 R
+ /IIm1586 3532 0 R
+ /IIm1587 3534 0 R
+ /IIm1588 3536 0 R
+ /IIm1589 3538 0 R
+ /IIm159 3540 0 R
+ /IIm1590 3542 0 R
+ /IIm1591 3544 0 R
+ /IIm1592 3546 0 R
+ /IIm1593 3548 0 R
+ /IIm1594 3550 0 R
+ /IIm1595 3552 0 R
+ /IIm1596 3554 0 R
+ /IIm1597 3556 0 R
+ /IIm1598 3558 0 R
+ /IIm1599 3560 0 R
+ /IIm16 3562 0 R
+ /IIm160 3564 0 R
+ /IIm1600 3566 0 R
+ /IIm1601 3568 0 R
+ /IIm1602 3570 0 R
+ /IIm1603 3572 0 R
+ /IIm1604 3574 0 R
+ /IIm1605 3576 0 R
+ /IIm1606 3578 0 R
+ /IIm1607 3580 0 R
+ /IIm1608 3582 0 R
+ /IIm1609 3584 0 R
+ /IIm161 3586 0 R
+ /IIm1610 3588 0 R
+ /IIm1611 3590 0 R
+ /IIm1612 3592 0 R
+ /IIm1613 3594 0 R
+ /IIm1614 3596 0 R
+ /IIm1615 3598 0 R
+ /IIm1616 3600 0 R
+ /IIm1617 3602 0 R
+ /IIm1618 3604 0 R
+ /IIm1619 3606 0 R
+ /IIm162 3608 0 R
+ /IIm1620 3610 0 R
+ /IIm1621 3612 0 R
+ /IIm1622 3614 0 R
+ /IIm1623 3616 0 R
+ /IIm1624 3618 0 R
+ /IIm1625 3620 0 R
+ /IIm1626 3622 0 R
+ /IIm1627 3624 0 R
+ /IIm1628 3626 0 R
+ /IIm1629 3628 0 R
+ /IIm163 3630 0 R
+ /IIm1630 3632 0 R
+ /IIm1631 3634 0 R
+ /IIm1632 3636 0 R
+ /IIm1633 3638 0 R
+ /IIm1634 3640 0 R
+ /IIm1635 3642 0 R
+ /IIm1636 3644 0 R
+ /IIm1637 3646 0 R
+ /IIm1638 3648 0 R
+ /IIm1639 3650 0 R
+ /IIm164 3652 0 R
+ /IIm1640 3654 0 R
+ /IIm1641 3656 0 R
+ /IIm1642 3658 0 R
+ /IIm1643 3660 0 R
+ /IIm1644 3662 0 R
+ /IIm1645 3664 0 R
+ /IIm1646 3666 0 R
+ /IIm1647 3668 0 R
+ /IIm1648 3670 0 R
+ /IIm1649 3672 0 R
+ /IIm165 3674 0 R
+ /IIm1650 3676 0 R
+ /IIm1651 3678 0 R
+ /IIm1652 3680 0 R
+ /IIm1653 3682 0 R
+ /IIm1654 3684 0 R
+ /IIm1655 3686 0 R
+ /IIm1656 3688 0 R
+ /IIm1657 3690 0 R
+ /IIm1658 3692 0 R
+ /IIm1659 3694 0 R
+ /IIm166 3696 0 R
+ /IIm1660 3698 0 R
+ /IIm1661 3700 0 R
+ /IIm1662 3702 0 R
+ /IIm1663 3704 0 R
+ /IIm1664 3706 0 R
+ /IIm1665 3708 0 R
+ /IIm1666 3710 0 R
+ /IIm1667 3712 0 R
+ /IIm1668 3714 0 R
+ /IIm1669 3716 0 R
+ /IIm167 3718 0 R
+ /IIm1670 3720 0 R
+ /IIm1671 3722 0 R
+ /IIm1672 3724 0 R
+ /IIm1673 3726 0 R
+ /IIm1674 3728 0 R
+ /IIm1675 3730 0 R
+ /IIm1676 3732 0 R
+ /IIm1677 3734 0 R
+ /IIm1678 3736 0 R
+ /IIm1679 3738 0 R
+ /IIm168 3740 0 R
+ /IIm1680 3742 0 R
+ /IIm1681 3744 0 R
+ /IIm1682 3746 0 R
+ /IIm1683 3748 0 R
+ /IIm1684 3750 0 R
+ /IIm1685 3752 0 R
+ /IIm1686 3754 0 R
+ /IIm1687 3756 0 R
+ /IIm1688 3758 0 R
+ /IIm1689 3760 0 R
+ /IIm169 3762 0 R
+ /IIm1690 3764 0 R
+ /IIm1691 3766 0 R
+ /IIm1692 3768 0 R
+ /IIm1693 3770 0 R
+ /IIm1694 3772 0 R
+ /IIm1695 3774 0 R
+ /IIm1696 3776 0 R
+ /IIm1697 3778 0 R
+ /IIm1698 3780 0 R
+ /IIm1699 3782 0 R
+ /IIm17 3784 0 R
+ /IIm170 3786 0 R
+ /IIm1700 3788 0 R
+ /IIm1701 3790 0 R
+ /IIm1702 3792 0 R
+ /IIm1703 3794 0 R
+ /IIm1704 3796 0 R
+ /IIm1705 3798 0 R
+ /IIm1706 3800 0 R
+ /IIm1707 3802 0 R
+ /IIm1708 3804 0 R
+ /IIm1709 3806 0 R
+ /IIm171 3808 0 R
+ /IIm1710 3810 0 R
+ /IIm1711 3812 0 R
+ /IIm1712 3814 0 R
+ /IIm1713 3816 0 R
+ /IIm1714 3818 0 R
+ /IIm1715 3820 0 R
+ /IIm1716 3822 0 R
+ /IIm1717 3824 0 R
+ /IIm1718 3826 0 R
+ /IIm1719 3828 0 R
+ /IIm172 3830 0 R
+ /IIm1720 3832 0 R
+ /IIm1721 3834 0 R
+ /IIm1722 3836 0 R
+ /IIm1723 3838 0 R
+ /IIm1724 3840 0 R
+ /IIm1725 3842 0 R
+ /IIm1726 3844 0 R
+ /IIm1727 3846 0 R
+ /IIm1728 3848 0 R
+ /IIm1729 3850 0 R
+ /IIm173 3852 0 R
+ /IIm1730 3854 0 R
+ /IIm1731 3856 0 R
+ /IIm1732 3858 0 R
+ /IIm1733 3860 0 R
+ /IIm1734 3862 0 R
+ /IIm1735 3864 0 R
+ /IIm1736 3866 0 R
+ /IIm1737 3868 0 R
+ /IIm1738 3870 0 R
+ /IIm1739 3872 0 R
+ /IIm174 3874 0 R
+ /IIm1740 3876 0 R
+ /IIm1741 3878 0 R
+ /IIm1742 3880 0 R
+ /IIm1743 3882 0 R
+ /IIm1744 3884 0 R
+ /IIm1745 3886 0 R
+ /IIm1746 3888 0 R
+ /IIm1747 3890 0 R
+ /IIm1748 3892 0 R
+ /IIm1749 3894 0 R
+ /IIm175 3896 0 R
+ /IIm1750 3898 0 R
+ /IIm1751 3900 0 R
+ /IIm1752 3902 0 R
+ /IIm1753 3904 0 R
+ /IIm1754 3906 0 R
+ /IIm1755 3908 0 R
+ /IIm1756 3910 0 R
+ /IIm1757 3912 0 R
+ /IIm1758 3914 0 R
+ /IIm1759 3916 0 R
+ /IIm176 3918 0 R
+ /IIm1760 3920 0 R
+ /IIm1761 3922 0 R
+ /IIm1762 3924 0 R
+ /IIm1763 3926 0 R
+ /IIm1764 3928 0 R
+ /IIm1765 3930 0 R
+ /IIm1766 3932 0 R
+ /IIm1767 3934 0 R
+ /IIm1768 3936 0 R
+ /IIm1769 3938 0 R
+ /IIm177 3940 0 R
+ /IIm1770 3942 0 R
+ /IIm1771 3944 0 R
+ /IIm1772 3946 0 R
+ /IIm1773 3948 0 R
+ /IIm1774 3950 0 R
+ /IIm1775 3952 0 R
+ /IIm1776 3954 0 R
+ /IIm1777 3956 0 R
+ /IIm1778 3958 0 R
+ /IIm1779 3960 0 R
+ /IIm178 3962 0 R
+ /IIm1780 3964 0 R
+ /IIm1781 3966 0 R
+ /IIm1782 3968 0 R
+ /IIm1783 3970 0 R
+ /IIm1784 3972 0 R
+ /IIm1785 3974 0 R
+ /IIm1786 3976 0 R
+ /IIm1787 3978 0 R
+ /IIm1788 3980 0 R
+ /IIm1789 3982 0 R
+ /IIm179 3984 0 R
+ /IIm1790 3986 0 R
+ /IIm1791 3988 0 R
+ /IIm1792 3990 0 R
+ /IIm1793 3992 0 R
+ /IIm1794 3994 0 R
+ /IIm1795 3996 0 R
+ /IIm1796 3998 0 R
+ /IIm18 4000 0 R
+ /IIm180 4002 0 R
+ /IIm181 4004 0 R
+ /IIm182 4006 0 R
+ /IIm183 4008 0 R
+ /IIm184 4010 0 R
+ /IIm185 4012 0 R
+ /IIm186 4014 0 R
+ /IIm187 4016 0 R
+ /IIm188 4018 0 R
+ /IIm189 4020 0 R
+ /IIm19 4022 0 R
+ /IIm190 4024 0 R
+ /IIm191 4026 0 R
+ /IIm192 4028 0 R
+ /IIm193 4030 0 R
+ /IIm194 4032 0 R
+ /IIm195 4034 0 R
+ /IIm196 4036 0 R
+ /IIm197 4038 0 R
+ /IIm198 4040 0 R
+ /IIm199 4042 0 R
+ /IIm2 4044 0 R
+ /IIm20 4046 0 R
+ /IIm200 4048 0 R
+ /IIm201 4050 0 R
+ /IIm202 4052 0 R
+ /IIm203 4054 0 R
+ /IIm204 4056 0 R
+ /IIm205 4058 0 R
+ /IIm206 4060 0 R
+ /IIm207 4062 0 R
+ /IIm208 4064 0 R
+ /IIm209 4066 0 R
+ /IIm21 4068 0 R
+ /IIm210 4070 0 R
+ /IIm211 4072 0 R
+ /IIm212 4074 0 R
+ /IIm213 4076 0 R
+ /IIm214 4078 0 R
+ /IIm215 4080 0 R
+ /IIm216 4082 0 R
+ /IIm217 4084 0 R
+ /IIm218 4086 0 R
+ /IIm219 4088 0 R
+ /IIm22 4090 0 R
+ /IIm220 4092 0 R
+ /IIm221 4094 0 R
+ /IIm222 4096 0 R
+ /IIm223 4098 0 R
+ /IIm224 4100 0 R
+ /IIm225 4102 0 R
+ /IIm226 4104 0 R
+ /IIm227 4106 0 R
+ /IIm228 4108 0 R
+ /IIm229 4110 0 R
+ /IIm23 4112 0 R
+ /IIm230 4114 0 R
+ /IIm231 4116 0 R
+ /IIm232 4118 0 R
+ /IIm233 4120 0 R
+ /IIm234 4122 0 R
+ /IIm235 4124 0 R
+ /IIm236 4126 0 R
+ /IIm237 4128 0 R
+ /IIm238 4130 0 R
+ /IIm239 4132 0 R
+ /IIm24 4134 0 R
+ /IIm240 4136 0 R
+ /IIm241 4138 0 R
+ /IIm242 4140 0 R
+ /IIm243 4142 0 R
+ /IIm244 4144 0 R
+ /IIm245 4146 0 R
+ /IIm246 4148 0 R
+ /IIm247 4150 0 R
+ /IIm248 4152 0 R
+ /IIm249 4154 0 R
+ /IIm25 4156 0 R
+ /IIm250 4158 0 R
+ /IIm251 4160 0 R
+ /IIm252 4162 0 R
+ /IIm253 4164 0 R
+ /IIm254 4166 0 R
+ /IIm255 4168 0 R
+ /IIm256 4170 0 R
+ /IIm257 4172 0 R
+ /IIm258 4174 0 R
+ /IIm259 4176 0 R
+ /IIm26 4178 0 R
+ /IIm260 4180 0 R
+ /IIm261 4182 0 R
+ /IIm262 4184 0 R
+ /IIm263 4186 0 R
+ /IIm264 4188 0 R
+ /IIm265 4190 0 R
+ /IIm266 4192 0 R
+ /IIm267 4194 0 R
+ /IIm268 4196 0 R
+ /IIm269 4198 0 R
+ /IIm27 4200 0 R
+ /IIm270 4202 0 R
+ /IIm271 4204 0 R
+ /IIm272 4206 0 R
+ /IIm273 4208 0 R
+ /IIm274 4210 0 R
+ /IIm275 4212 0 R
+ /IIm276 4214 0 R
+ /IIm277 4216 0 R
+ /IIm278 4218 0 R
+ /IIm279 4220 0 R
+ /IIm28 4222 0 R
+ /IIm280 4224 0 R
+ /IIm281 4226 0 R
+ /IIm282 4228 0 R
+ /IIm283 4230 0 R
+ /IIm284 4232 0 R
+ /IIm285 4234 0 R
+ /IIm286 4236 0 R
+ /IIm287 4238 0 R
+ /IIm288 4240 0 R
+ /IIm289 4242 0 R
+ /IIm29 4244 0 R
+ /IIm290 4246 0 R
+ /IIm291 4248 0 R
+ /IIm292 4250 0 R
+ /IIm293 4252 0 R
+ /IIm294 4254 0 R
+ /IIm295 4256 0 R
+ /IIm296 4258 0 R
+ /IIm297 4260 0 R
+ /IIm298 4262 0 R
+ /IIm299 4264 0 R
+ /IIm3 4266 0 R
+ /IIm30 4268 0 R
+ /IIm300 4270 0 R
+ /IIm301 4272 0 R
+ /IIm302 4274 0 R
+ /IIm303 4276 0 R
+ /IIm304 4278 0 R
+ /IIm305 4280 0 R
+ /IIm306 4282 0 R
+ /IIm307 4284 0 R
+ /IIm308 4286 0 R
+ /IIm309 4288 0 R
+ /IIm31 4290 0 R
+ /IIm310 4292 0 R
+ /IIm311 4294 0 R
+ /IIm312 4296 0 R
+ /IIm313 4298 0 R
+ /IIm314 4300 0 R
+ /IIm315 4302 0 R
+ /IIm316 4304 0 R
+ /IIm317 4306 0 R
+ /IIm318 4308 0 R
+ /IIm319 4310 0 R
+ /IIm32 4312 0 R
+ /IIm320 4314 0 R
+ /IIm321 4316 0 R
+ /IIm322 4318 0 R
+ /IIm323 4320 0 R
+ /IIm324 4322 0 R
+ /IIm325 4324 0 R
+ /IIm326 4326 0 R
+ /IIm327 4328 0 R
+ /IIm328 4330 0 R
+ /IIm329 4332 0 R
+ /IIm33 4334 0 R
+ /IIm330 4336 0 R
+ /IIm331 4338 0 R
+ /IIm332 4340 0 R
+ /IIm333 4342 0 R
+ /IIm334 4344 0 R
+ /IIm335 4346 0 R
+ /IIm336 4348 0 R
+ /IIm337 4350 0 R
+ /IIm338 4352 0 R
+ /IIm339 4354 0 R
+ /IIm34 4356 0 R
+ /IIm340 4358 0 R
+ /IIm341 4360 0 R
+ /IIm342 4362 0 R
+ /IIm343 4364 0 R
+ /IIm344 4366 0 R
+ /IIm345 4368 0 R
+ /IIm346 4370 0 R
+ /IIm347 4372 0 R
+ /IIm348 4374 0 R
+ /IIm349 4376 0 R
+ /IIm35 4378 0 R
+ /IIm350 4380 0 R
+ /IIm351 4382 0 R
+ /IIm352 4384 0 R
+ /IIm353 4386 0 R
+ /IIm354 4388 0 R
+ /IIm355 4390 0 R
+ /IIm356 4392 0 R
+ /IIm357 4394 0 R
+ /IIm358 4396 0 R
+ /IIm359 4398 0 R
+ /IIm36 4400 0 R
+ /IIm360 4402 0 R
+ /IIm361 4404 0 R
+ /IIm362 4406 0 R
+ /IIm363 4408 0 R
+ /IIm364 4410 0 R
+ /IIm365 4412 0 R
+ /IIm366 4414 0 R
+ /IIm367 4416 0 R
+ /IIm368 4418 0 R
+ /IIm369 4420 0 R
+ /IIm37 4422 0 R
+ /IIm370 4424 0 R
+ /IIm371 4426 0 R
+ /IIm372 4428 0 R
+ /IIm373 4430 0 R
+ /IIm374 4432 0 R
+ /IIm375 4434 0 R
+ /IIm376 4436 0 R
+ /IIm377 4438 0 R
+ /IIm378 4440 0 R
+ /IIm379 4442 0 R
+ /IIm38 4444 0 R
+ /IIm380 4446 0 R
+ /IIm381 4448 0 R
+ /IIm382 4450 0 R
+ /IIm383 4452 0 R
+ /IIm384 4454 0 R
+ /IIm385 4456 0 R
+ /IIm386 4458 0 R
+ /IIm387 4460 0 R
+ /IIm388 4462 0 R
+ /IIm389 4464 0 R
+ /IIm39 4466 0 R
+ /IIm390 4468 0 R
+ /IIm391 4470 0 R
+ /IIm392 4472 0 R
+ /IIm393 4474 0 R
+ /IIm394 4476 0 R
+ /IIm395 4478 0 R
+ /IIm396 4480 0 R
+ /IIm397 4482 0 R
+ /IIm398 4484 0 R
+ /IIm399 4486 0 R
+ /IIm4 4488 0 R
+ /IIm40 4490 0 R
+ /IIm400 4492 0 R
+ /IIm401 4494 0 R
+ /IIm402 4496 0 R
+ /IIm403 4498 0 R
+ /IIm404 4500 0 R
+ /IIm405 4502 0 R
+ /IIm406 4504 0 R
+ /IIm407 4506 0 R
+ /IIm408 4508 0 R
+ /IIm409 4510 0 R
+ /IIm41 4512 0 R
+ /IIm410 4514 0 R
+ /IIm411 4516 0 R
+ /IIm412 4518 0 R
+ /IIm413 4520 0 R
+ /IIm414 4522 0 R
+ /IIm415 4524 0 R
+ /IIm416 4526 0 R
+ /IIm417 4528 0 R
+ /IIm418 4530 0 R
+ /IIm419 4532 0 R
+ /IIm42 4534 0 R
+ /IIm420 4536 0 R
+ /IIm421 4538 0 R
+ /IIm422 4540 0 R
+ /IIm423 4542 0 R
+ /IIm424 4544 0 R
+ /IIm425 4546 0 R
+ /IIm426 4548 0 R
+ /IIm427 4550 0 R
+ /IIm428 4552 0 R
+ /IIm429 4554 0 R
+ /IIm43 4556 0 R
+ /IIm430 4558 0 R
+ /IIm431 4560 0 R
+ /IIm432 4562 0 R
+ /IIm433 4564 0 R
+ /IIm434 4566 0 R
+ /IIm435 4568 0 R
+ /IIm436 4570 0 R
+ /IIm437 4572 0 R
+ /IIm438 4574 0 R
+ /IIm439 4576 0 R
+ /IIm44 4578 0 R
+ /IIm440 4580 0 R
+ /IIm441 4582 0 R
+ /IIm442 4584 0 R
+ /IIm443 4586 0 R
+ /IIm444 4588 0 R
+ /IIm445 4590 0 R
+ /IIm446 4592 0 R
+ /IIm447 4594 0 R
+ /IIm448 4596 0 R
+ /IIm449 4598 0 R
+ /IIm45 4600 0 R
+ /IIm450 4602 0 R
+ /IIm451 4604 0 R
+ /IIm452 4606 0 R
+ /IIm453 4608 0 R
+ /IIm454 4610 0 R
+ /IIm455 4612 0 R
+ /IIm456 4614 0 R
+ /IIm457 4616 0 R
+ /IIm458 4618 0 R
+ /IIm459 4620 0 R
+ /IIm46 4622 0 R
+ /IIm460 4624 0 R
+ /IIm461 4626 0 R
+ /IIm462 4628 0 R
+ /IIm463 4630 0 R
+ /IIm464 4632 0 R
+ /IIm465 4634 0 R
+ /IIm466 4636 0 R
+ /IIm467 4638 0 R
+ /IIm468 4640 0 R
+ /IIm469 4642 0 R
+ /IIm47 4644 0 R
+ /IIm470 4646 0 R
+ /IIm471 4648 0 R
+ /IIm472 4650 0 R
+ /IIm473 4652 0 R
+ /IIm474 4654 0 R
+ /IIm475 4656 0 R
+ /IIm476 4658 0 R
+ /IIm477 4660 0 R
+ /IIm478 4662 0 R
+ /IIm479 4664 0 R
+ /IIm48 4666 0 R
+ /IIm480 4668 0 R
+ /IIm481 4670 0 R
+ /IIm482 4672 0 R
+ /IIm483 4674 0 R
+ /IIm484 4676 0 R
+ /IIm485 4678 0 R
+ /IIm486 4680 0 R
+ /IIm487 4682 0 R
+ /IIm488 4684 0 R
+ /IIm489 4686 0 R
+ /IIm49 4688 0 R
+ /IIm490 4690 0 R
+ /IIm491 4692 0 R
+ /IIm492 4694 0 R
+ /IIm493 4696 0 R
+ /IIm494 4698 0 R
+ /IIm495 4700 0 R
+ /IIm496 4702 0 R
+ /IIm497 4704 0 R
+ /IIm498 4706 0 R
+ /IIm499 4708 0 R
+ /IIm5 4710 0 R
+ /IIm50 4712 0 R
+ /IIm500 4714 0 R
+ /IIm501 4716 0 R
+ /IIm502 4718 0 R
+ /IIm503 4720 0 R
+ /IIm504 4722 0 R
+ /IIm505 4724 0 R
+ /IIm506 4726 0 R
+ /IIm507 4728 0 R
+ /IIm508 4730 0 R
+ /IIm509 4732 0 R
+ /IIm51 4734 0 R
+ /IIm510 4736 0 R
+ /IIm511 4738 0 R
+ /IIm512 4740 0 R
+ /IIm513 4742 0 R
+ /IIm514 4744 0 R
+ /IIm515 4746 0 R
+ /IIm516 4748 0 R
+ /IIm517 4750 0 R
+ /IIm518 4752 0 R
+ /IIm519 4754 0 R
+ /IIm52 4756 0 R
+ /IIm520 4758 0 R
+ /IIm521 4760 0 R
+ /IIm522 4762 0 R
+ /IIm523 4764 0 R
+ /IIm524 4766 0 R
+ /IIm525 4768 0 R
+ /IIm526 4770 0 R
+ /IIm527 4772 0 R
+ /IIm528 4774 0 R
+ /IIm529 4776 0 R
+ /IIm53 4778 0 R
+ /IIm530 4780 0 R
+ /IIm531 4782 0 R
+ /IIm532 4784 0 R
+ /IIm533 4786 0 R
+ /IIm534 4788 0 R
+ /IIm535 4790 0 R
+ /IIm536 4792 0 R
+ /IIm537 4794 0 R
+ /IIm538 4796 0 R
+ /IIm539 4798 0 R
+ /IIm54 4800 0 R
+ /IIm540 4802 0 R
+ /IIm541 4804 0 R
+ /IIm542 4806 0 R
+ /IIm543 4808 0 R
+ /IIm544 4810 0 R
+ /IIm545 4812 0 R
+ /IIm546 4814 0 R
+ /IIm547 4816 0 R
+ /IIm548 4818 0 R
+ /IIm549 4820 0 R
+ /IIm55 4822 0 R
+ /IIm550 4824 0 R
+ /IIm551 4826 0 R
+ /IIm552 4828 0 R
+ /IIm553 4830 0 R
+ /IIm554 4832 0 R
+ /IIm555 4834 0 R
+ /IIm556 4836 0 R
+ /IIm557 4838 0 R
+ /IIm558 4840 0 R
+ /IIm559 4842 0 R
+ /IIm56 4844 0 R
+ /IIm560 4846 0 R
+ /IIm561 4848 0 R
+ /IIm562 4850 0 R
+ /IIm563 4852 0 R
+ /IIm564 4854 0 R
+ /IIm565 4856 0 R
+ /IIm566 4858 0 R
+ /IIm567 4860 0 R
+ /IIm568 4862 0 R
+ /IIm569 4864 0 R
+ /IIm57 4866 0 R
+ /IIm570 4868 0 R
+ /IIm571 4870 0 R
+ /IIm572 4872 0 R
+ /IIm573 4874 0 R
+ /IIm574 4876 0 R
+ /IIm575 4878 0 R
+ /IIm576 4880 0 R
+ /IIm577 4882 0 R
+ /IIm578 4884 0 R
+ /IIm579 4886 0 R
+ /IIm58 4888 0 R
+ /IIm580 4890 0 R
+ /IIm581 4892 0 R
+ /IIm582 4894 0 R
+ /IIm583 4896 0 R
+ /IIm584 4898 0 R
+ /IIm585 4900 0 R
+ /IIm586 4902 0 R
+ /IIm587 4904 0 R
+ /IIm588 4906 0 R
+ /IIm589 4908 0 R
+ /IIm59 4910 0 R
+ /IIm590 4912 0 R
+ /IIm591 4914 0 R
+ /IIm592 4916 0 R
+ /IIm593 4918 0 R
+ /IIm594 4920 0 R
+ /IIm595 4922 0 R
+ /IIm596 4924 0 R
+ /IIm597 4926 0 R
+ /IIm598 4928 0 R
+ /IIm599 4930 0 R
+ /IIm6 4932 0 R
+ /IIm60 4934 0 R
+ /IIm600 4936 0 R
+ /IIm601 4938 0 R
+ /IIm602 4940 0 R
+ /IIm603 4942 0 R
+ /IIm604 4944 0 R
+ /IIm605 4946 0 R
+ /IIm606 4948 0 R
+ /IIm607 4950 0 R
+ /IIm608 4952 0 R
+ /IIm609 4954 0 R
+ /IIm61 4956 0 R
+ /IIm610 4958 0 R
+ /IIm611 4960 0 R
+ /IIm612 4962 0 R
+ /IIm613 4964 0 R
+ /IIm614 4966 0 R
+ /IIm615 4968 0 R
+ /IIm616 4970 0 R
+ /IIm617 4972 0 R
+ /IIm618 4974 0 R
+ /IIm619 4976 0 R
+ /IIm62 4978 0 R
+ /IIm620 4980 0 R
+ /IIm621 4982 0 R
+ /IIm622 4984 0 R
+ /IIm623 4986 0 R
+ /IIm624 4988 0 R
+ /IIm625 4990 0 R
+ /IIm626 4992 0 R
+ /IIm627 4994 0 R
+ /IIm628 4996 0 R
+ /IIm629 4998 0 R
+ /IIm63 5000 0 R
+ /IIm630 5002 0 R
+ /IIm631 5004 0 R
+ /IIm632 5006 0 R
+ /IIm633 5008 0 R
+ /IIm634 5010 0 R
+ /IIm635 5012 0 R
+ /IIm636 5014 0 R
+ /IIm637 5016 0 R
+ /IIm638 5018 0 R
+ /IIm639 5020 0 R
+ /IIm64 5022 0 R
+ /IIm640 5024 0 R
+ /IIm641 5026 0 R
+ /IIm642 5028 0 R
+ /IIm643 5030 0 R
+ /IIm644 5032 0 R
+ /IIm645 5034 0 R
+ /IIm646 5036 0 R
+ /IIm647 5038 0 R
+ /IIm648 5040 0 R
+ /IIm649 5042 0 R
+ /IIm65 5044 0 R
+ /IIm650 5046 0 R
+ /IIm651 5048 0 R
+ /IIm652 5050 0 R
+ /IIm653 5052 0 R
+ /IIm654 5054 0 R
+ /IIm655 5056 0 R
+ /IIm656 5058 0 R
+ /IIm657 5060 0 R
+ /IIm658 5062 0 R
+ /IIm659 5064 0 R
+ /IIm66 5066 0 R
+ /IIm660 5068 0 R
+ /IIm661 5070 0 R
+ /IIm662 5072 0 R
+ /IIm663 5074 0 R
+ /IIm664 5076 0 R
+ /IIm665 5078 0 R
+ /IIm666 5080 0 R
+ /IIm667 5082 0 R
+ /IIm668 5084 0 R
+ /IIm669 5086 0 R
+ /IIm67 5088 0 R
+ /IIm670 5090 0 R
+ /IIm671 5092 0 R
+ /IIm672 5094 0 R
+ /IIm673 5096 0 R
+ /IIm674 5098 0 R
+ /IIm675 5100 0 R
+ /IIm676 5102 0 R
+ /IIm677 5104 0 R
+ /IIm678 5106 0 R
+ /IIm679 5108 0 R
+ /IIm68 5110 0 R
+ /IIm680 5112 0 R
+ /IIm681 5114 0 R
+ /IIm682 5116 0 R
+ /IIm683 5118 0 R
+ /IIm684 5120 0 R
+ /IIm685 5122 0 R
+ /IIm686 5124 0 R
+ /IIm687 5126 0 R
+ /IIm688 5128 0 R
+ /IIm689 5130 0 R
+ /IIm69 5132 0 R
+ /IIm690 5134 0 R
+ /IIm691 5136 0 R
+ /IIm692 5138 0 R
+ /IIm693 5140 0 R
+ /IIm694 5142 0 R
+ /IIm695 5144 0 R
+ /IIm696 5146 0 R
+ /IIm697 5148 0 R
+ /IIm698 5150 0 R
+ /IIm699 5152 0 R
+ /IIm7 5154 0 R
+ /IIm70 5156 0 R
+ /IIm700 5158 0 R
+ /IIm701 5160 0 R
+ /IIm702 5162 0 R
+ /IIm703 5164 0 R
+ /IIm704 5166 0 R
+ /IIm705 5168 0 R
+ /IIm706 5170 0 R
+ /IIm707 5172 0 R
+ /IIm708 5174 0 R
+ /IIm709 5176 0 R
+ /IIm71 5178 0 R
+ /IIm710 5180 0 R
+ /IIm711 5182 0 R
+ /IIm712 5184 0 R
+ /IIm713 5186 0 R
+ /IIm714 5188 0 R
+ /IIm715 5190 0 R
+ /IIm716 5192 0 R
+ /IIm717 5194 0 R
+ /IIm718 5196 0 R
+ /IIm719 5198 0 R
+ /IIm72 5200 0 R
+ /IIm720 5202 0 R
+ /IIm721 5204 0 R
+ /IIm722 5206 0 R
+ /IIm723 5208 0 R
+ /IIm724 5210 0 R
+ /IIm725 5212 0 R
+ /IIm726 5214 0 R
+ /IIm727 5216 0 R
+ /IIm728 5218 0 R
+ /IIm729 5220 0 R
+ /IIm73 5222 0 R
+ /IIm730 5224 0 R
+ /IIm731 5226 0 R
+ /IIm732 5228 0 R
+ /IIm733 5230 0 R
+ /IIm734 5232 0 R
+ /IIm735 5234 0 R
+ /IIm736 5236 0 R
+ /IIm737 5238 0 R
+ /IIm738 5240 0 R
+ /IIm739 5242 0 R
+ /IIm74 5244 0 R
+ /IIm740 5246 0 R
+ /IIm741 5248 0 R
+ /IIm742 5250 0 R
+ /IIm743 5252 0 R
+ /IIm744 5254 0 R
+ /IIm745 5256 0 R
+ /IIm746 5258 0 R
+ /IIm747 5260 0 R
+ /IIm748 5262 0 R
+ /IIm749 5264 0 R
+ /IIm75 5266 0 R
+ /IIm750 5268 0 R
+ /IIm751 5270 0 R
+ /IIm752 5272 0 R
+ /IIm753 5274 0 R
+ /IIm754 5276 0 R
+ /IIm755 5278 0 R
+ /IIm756 5280 0 R
+ /IIm757 5282 0 R
+ /IIm758 5284 0 R
+ /IIm759 5286 0 R
+ /IIm76 5288 0 R
+ /IIm760 5290 0 R
+ /IIm761 5292 0 R
+ /IIm762 5294 0 R
+ /IIm763 5296 0 R
+ /IIm764 5298 0 R
+ /IIm765 5300 0 R
+ /IIm766 5302 0 R
+ /IIm767 5304 0 R
+ /IIm768 5306 0 R
+ /IIm769 5308 0 R
+ /IIm77 5310 0 R
+ /IIm770 5312 0 R
+ /IIm771 5314 0 R
+ /IIm772 5316 0 R
+ /IIm773 5318 0 R
+ /IIm774 5320 0 R
+ /IIm775 5322 0 R
+ /IIm776 5324 0 R
+ /IIm777 5326 0 R
+ /IIm778 5328 0 R
+ /IIm779 5330 0 R
+ /IIm78 5332 0 R
+ /IIm780 5334 0 R
+ /IIm781 5336 0 R
+ /IIm782 5338 0 R
+ /IIm783 5340 0 R
+ /IIm784 5342 0 R
+ /IIm785 5344 0 R
+ /IIm786 5346 0 R
+ /IIm787 5348 0 R
+ /IIm788 5350 0 R
+ /IIm789 5352 0 R
+ /IIm79 5354 0 R
+ /IIm790 5356 0 R
+ /IIm791 5358 0 R
+ /IIm792 5360 0 R
+ /IIm793 5362 0 R
+ /IIm794 5364 0 R
+ /IIm795 5366 0 R
+ /IIm796 5368 0 R
+ /IIm797 5370 0 R
+ /IIm798 5372 0 R
+ /IIm799 5374 0 R
+ /IIm8 5376 0 R
+ /IIm80 5378 0 R
+ /IIm800 5380 0 R
+ /IIm801 5382 0 R
+ /IIm802 5384 0 R
+ /IIm803 5386 0 R
+ /IIm804 5388 0 R
+ /IIm805 5390 0 R
+ /IIm806 5392 0 R
+ /IIm807 5394 0 R
+ /IIm808 5396 0 R
+ /IIm809 5398 0 R
+ /IIm81 5400 0 R
+ /IIm810 5402 0 R
+ /IIm811 5404 0 R
+ /IIm812 5406 0 R
+ /IIm813 5408 0 R
+ /IIm814 5410 0 R
+ /IIm815 5412 0 R
+ /IIm816 5414 0 R
+ /IIm817 5416 0 R
+ /IIm818 5418 0 R
+ /IIm819 5420 0 R
+ /IIm82 5422 0 R
+ /IIm820 5424 0 R
+ /IIm821 5426 0 R
+ /IIm822 5428 0 R
+ /IIm823 5430 0 R
+ /IIm824 5432 0 R
+ /IIm825 5434 0 R
+ /IIm826 5436 0 R
+ /IIm827 5438 0 R
+ /IIm828 5440 0 R
+ /IIm829 5442 0 R
+ /IIm83 5444 0 R
+ /IIm830 5446 0 R
+ /IIm831 5448 0 R
+ /IIm832 5450 0 R
+ /IIm833 5452 0 R
+ /IIm834 5454 0 R
+ /IIm835 5456 0 R
+ /IIm836 5458 0 R
+ /IIm837 5460 0 R
+ /IIm838 5462 0 R
+ /IIm839 5464 0 R
+ /IIm84 5466 0 R
+ /IIm840 5468 0 R
+ /IIm841 5470 0 R
+ /IIm842 5472 0 R
+ /IIm843 5474 0 R
+ /IIm844 5476 0 R
+ /IIm845 5478 0 R
+ /IIm846 5480 0 R
+ /IIm847 5482 0 R
+ /IIm848 5484 0 R
+ /IIm849 5486 0 R
+ /IIm85 5488 0 R
+ /IIm850 5490 0 R
+ /IIm851 5492 0 R
+ /IIm852 5494 0 R
+ /IIm853 5496 0 R
+ /IIm854 5498 0 R
+ /IIm855 5500 0 R
+ /IIm856 5502 0 R
+ /IIm857 5504 0 R
+ /IIm858 5506 0 R
+ /IIm859 5508 0 R
+ /IIm86 5510 0 R
+ /IIm860 5512 0 R
+ /IIm861 5514 0 R
+ /IIm862 5516 0 R
+ /IIm863 5518 0 R
+ /IIm864 5520 0 R
+ /IIm865 5522 0 R
+ /IIm866 5524 0 R
+ /IIm867 5526 0 R
+ /IIm868 5528 0 R
+ /IIm869 5530 0 R
+ /IIm87 5532 0 R
+ /IIm870 5534 0 R
+ /IIm871 5536 0 R
+ /IIm872 5538 0 R
+ /IIm873 5540 0 R
+ /IIm874 5542 0 R
+ /IIm875 5544 0 R
+ /IIm876 5546 0 R
+ /IIm877 5548 0 R
+ /IIm878 5550 0 R
+ /IIm879 5552 0 R
+ /IIm88 5554 0 R
+ /IIm880 5556 0 R
+ /IIm881 5558 0 R
+ /IIm882 5560 0 R
+ /IIm883 5562 0 R
+ /IIm884 5564 0 R
+ /IIm885 5566 0 R
+ /IIm886 5568 0 R
+ /IIm887 5570 0 R
+ /IIm888 5572 0 R
+ /IIm889 5574 0 R
+ /IIm89 5576 0 R
+ /IIm890 5578 0 R
+ /IIm891 5580 0 R
+ /IIm892 5582 0 R
+ /IIm893 5584 0 R
+ /IIm894 5586 0 R
+ /IIm895 5588 0 R
+ /IIm896 5590 0 R
+ /IIm897 5592 0 R
+ /IIm898 5594 0 R
+ /IIm899 5596 0 R
+ /IIm9 5598 0 R
+ /IIm90 5600 0 R
+ /IIm900 5602 0 R
+ /IIm901 5604 0 R
+ /IIm902 5606 0 R
+ /IIm903 5608 0 R
+ /IIm904 5610 0 R
+ /IIm905 5612 0 R
+ /IIm906 5614 0 R
+ /IIm907 5616 0 R
+ /IIm908 5618 0 R
+ /IIm909 5620 0 R
+ /IIm91 5622 0 R
+ /IIm910 5624 0 R
+ /IIm911 5626 0 R
+ /IIm912 5628 0 R
+ /IIm913 5630 0 R
+ /IIm914 5632 0 R
+ /IIm915 5634 0 R
+ /IIm916 5636 0 R
+ /IIm917 5638 0 R
+ /IIm918 5640 0 R
+ /IIm919 5642 0 R
+ /IIm92 5644 0 R
+ /IIm920 5646 0 R
+ /IIm921 5648 0 R
+ /IIm922 5650 0 R
+ /IIm923 5652 0 R
+ /IIm924 5654 0 R
+ /IIm925 5656 0 R
+ /IIm926 5658 0 R
+ /IIm927 5660 0 R
+ /IIm928 5662 0 R
+ /IIm929 5664 0 R
+ /IIm93 5666 0 R
+ /IIm930 5668 0 R
+ /IIm931 5670 0 R
+ /IIm932 5672 0 R
+ /IIm933 5674 0 R
+ /IIm934 5676 0 R
+ /IIm935 5678 0 R
+ /IIm936 5680 0 R
+ /IIm937 5682 0 R
+ /IIm938 5684 0 R
+ /IIm939 5686 0 R
+ /IIm94 5688 0 R
+ /IIm940 5690 0 R
+ /IIm941 5692 0 R
+ /IIm942 5694 0 R
+ /IIm943 5696 0 R
+ /IIm944 5698 0 R
+ /IIm945 5700 0 R
+ /IIm946 5702 0 R
+ /IIm947 5704 0 R
+ /IIm948 5706 0 R
+ /IIm949 5708 0 R
+ /IIm95 5710 0 R
+ /IIm950 5712 0 R
+ /IIm951 5714 0 R
+ /IIm952 5716 0 R
+ /IIm953 5718 0 R
+ /IIm954 5720 0 R
+ /IIm955 5722 0 R
+ /IIm956 5724 0 R
+ /IIm957 5726 0 R
+ /IIm958 5728 0 R
+ /IIm959 5730 0 R
+ /IIm96 5732 0 R
+ /IIm960 5734 0 R
+ /IIm961 5736 0 R
+ /IIm962 5738 0 R
+ /IIm963 5740 0 R
+ /IIm964 5742 0 R
+ /IIm965 5744 0 R
+ /IIm966 5746 0 R
+ /IIm967 5748 0 R
+ /IIm968 5750 0 R
+ /IIm969 5752 0 R
+ /IIm97 5754 0 R
+ /IIm970 5756 0 R
+ /IIm971 5758 0 R
+ /IIm972 5760 0 R
+ /IIm973 5762 0 R
+ /IIm974 5764 0 R
+ /IIm975 5766 0 R
+ /IIm976 5768 0 R
+ /IIm977 5770 0 R
+ /IIm978 5772 0 R
+ /IIm979 5774 0 R
+ /IIm98 5776 0 R
+ /IIm980 5778 0 R
+ /IIm981 5780 0 R
+ /IIm982 5782 0 R
+ /IIm983 5784 0 R
+ /IIm984 5786 0 R
+ /IIm985 5788 0 R
+ /IIm986 5790 0 R
+ /IIm987 5792 0 R
+ /IIm988 5794 0 R
+ /IIm989 5796 0 R
+ /IIm99 5798 0 R
+ /IIm990 5800 0 R
+ /IIm991 5802 0 R
+ /IIm992 5804 0 R
+ /IIm993 5806 0 R
+ /IIm994 5808 0 R
+ /IIm995 5810 0 R
+ /IIm996 5812 0 R
+ /IIm997 5814 0 R
+ /IIm998 5816 0 R
+ /IIm999 5818 0 R
+ /R101 5820 0 R
+ /R103 5822 0 R
+ /R105 5824 0 R
+ /R107 5826 0 R
+ /R109 5828 0 R
+ /R111 5830 0 R
+ /R113 5832 0 R
+ /R115 5834 0 R
+ /R117 5836 0 R
+ /R119 5838 0 R
+ /R121 5840 0 R
+ /R123 5842 0 R
+ /R125 5844 0 R
+ /R127 5846 0 R
+ /R129 5848 0 R
+ /R131 5850 0 R
+ /R133 5852 0 R
+ /R135 5854 0 R
+ /R137 5856 0 R
+ /R139 5858 0 R
+ /R141 5860 0 R
+ /R143 5862 0 R
+ /R145 5864 0 R
+ /R147 5866 0 R
+ /R149 5868 0 R
+ /R151 5870 0 R
+ /R153 5872 0 R
+ /R155 5874 0 R
+ /R157 5876 0 R
+ /R159 5878 0 R
+ /R161 5880 0 R
+ /R163 5882 0 R
+ /R165 5884 0 R
+ /R167 5886 0 R
+ /R169 5888 0 R
+ /R171 5890 0 R
+ /R173 5892 0 R
+ /R175 5894 0 R
+ /R177 5896 0 R
+ /R179 5898 0 R
+ /R181 5900 0 R
+ /R183 5902 0 R
+ /R185 5904 0 R
+ /R187 5906 0 R
+ /R189 5908 0 R
+ /R191 5910 0 R
+ /R193 5912 0 R
+ /R195 5914 0 R
+ /R197 5916 0 R
+ /R199 5918 0 R
+ /R201 5920 0 R
+ /R203 5922 0 R
+ /R205 5924 0 R
+ /R207 5926 0 R
+ /R209 5928 0 R
+ /R211 5930 0 R
+ /R213 5932 0 R
+ /R215 5934 0 R
+ /R217 5936 0 R
+ /R219 5938 0 R
+ /R221 5940 0 R
+ /R223 5942 0 R
+ /R225 5944 0 R
+ /R227 5946 0 R
+ /R229 5948 0 R
+ /R231 5950 0 R
+ /R233 5952 0 R
+ /R235 5954 0 R
+ /R237 5956 0 R
+ /R239 5958 0 R
+ /R241 5960 0 R
+ /R243 5962 0 R
+ /R245 5964 0 R
+ /R247 5966 0 R
+ /R249 5968 0 R
+ /R251 5970 0 R
+ /R253 5972 0 R
+ /R255 5974 0 R
+ /R257 5976 0 R
+ /R259 5978 0 R
+ /R261 5980 0 R
+ /R263 5982 0 R
+ /R265 5984 0 R
+ /R267 5986 0 R
+ /R269 5988 0 R
+ /R271 5990 0 R
+ /R273 5992 0 R
+ /R275 5994 0 R
+ /R277 5996 0 R
+ /R279 5998 0 R
+ /R281 6000 0 R
+ /R283 6002 0 R
+ /R285 6004 0 R
+ /R287 6006 0 R
+ /R289 6008 0 R
+ /R291 6010 0 R
+ /R293 6012 0 R
+ /R295 6014 0 R
+ /R297 6016 0 R
+ /R299 6018 0 R
+ /R301 6020 0 R
+ /R303 6022 0 R
+ /R305 6024 0 R
+ /R307 6026 0 R
+ /R309 6028 0 R
+ /R311 6030 0 R
+ /R313 6032 0 R
+ /R315 6034 0 R
+ /R317 6036 0 R
+ /R319 6038 0 R
+ /R321 6040 0 R
+ /R323 6042 0 R
+ /R325 6044 0 R
+ /R327 6046 0 R
+ /R329 6048 0 R
+ /R331 6050 0 R
+ /R333 6052 0 R
+ /R335 6054 0 R
+ /R337 6056 0 R
+ /R339 6058 0 R
+ /R341 6060 0 R
+ /R343 6062 0 R
+ /R345 6064 0 R
+ /R347 6066 0 R
+ /R349 6068 0 R
+ /R351 6070 0 R
+ /R353 6072 0 R
+ /R355 6074 0 R
+ /R357 6076 0 R
+ /R359 6078 0 R
+ /R361 6080 0 R
+ /R363 6082 0 R
+ /R365 6084 0 R
+ /R367 6086 0 R
+ /R369 6088 0 R
+ /R371 6090 0 R
+ /R373 6092 0 R
+ /R375 6094 0 R
+ /R377 6096 0 R
+ /R379 6098 0 R
+ /R381 6100 0 R
+ /R383 6102 0 R
+ /R385 6104 0 R
+ /R387 6106 0 R
+ /R389 6108 0 R
+ /R391 6110 0 R
+ /R393 6112 0 R
+ /R395 6114 0 R
+ /R397 6116 0 R
+ /R399 6118 0 R
+ /R401 6120 0 R
+ /R403 6122 0 R
+ /R405 6124 0 R
+ /R407 6126 0 R
+ /R409 6128 0 R
+ /R411 6130 0 R
+ /R413 6132 0 R
+ /R415 6134 0 R
+ /R417 6136 0 R
+ /R419 6138 0 R
+ /R421 6140 0 R
+ /R423 6142 0 R
+ /R425 6144 0 R
+ /R427 6146 0 R
+ /R429 6148 0 R
+ /R431 6150 0 R
+ /R433 6152 0 R
+ /R435 6154 0 R
+ /R437 6156 0 R
+ /R439 6158 0 R
+ /R441 6160 0 R
+ /R443 6162 0 R
+ /R445 6164 0 R
+ /R447 6166 0 R
+ /R449 6168 0 R
+ /R451 6170 0 R
+ /R453 6172 0 R
+ /R455 6174 0 R
+ /R457 6176 0 R
+ /R459 6178 0 R
+ /R461 6180 0 R
+ /R463 6182 0 R
+ /R465 6184 0 R
+ /R467 6186 0 R
+ /R469 6188 0 R
+ /R471 6190 0 R
+ /R473 6192 0 R
+ /R475 6194 0 R
+ /R477 6196 0 R
+ /R479 6198 0 R
+ /R481 6200 0 R
+ /R483 6202 0 R
+ /R485 6204 0 R
+ /R487 6206 0 R
+ /R489 6208 0 R
+ /R491 6210 0 R
+ /R493 6212 0 R
+ /R495 6214 0 R
+ /R497 6216 0 R
+ /R499 6218 0 R
+ /R501 6220 0 R
+ /R503 6222 0 R
+ /R505 6224 0 R
+ /R507 6226 0 R
+ /R509 6228 0 R
+ /R511 6230 0 R
+ /R513 6232 0 R
+ /R515 6234 0 R
+ /R517 6236 0 R
+ /R519 6238 0 R
+ /R521 6240 0 R
+ /R523 6242 0 R
+ /R525 6244 0 R
+ /R527 6246 0 R
+ /R529 6248 0 R
+ /R531 6250 0 R
+ /R533 6252 0 R
+ /R535 6254 0 R
+ /R537 6256 0 R
+ /R539 6258 0 R
+ /R541 6260 0 R
+ /R543 6262 0 R
+ /R545 6264 0 R
+ /R547 6266 0 R
+ /R549 6268 0 R
+ /R551 6270 0 R
+ /R553 6272 0 R
+ /R555 6274 0 R
+ /R85 6276 0 R
+ /R87 6278 0 R
+ /R89 6280 0 R
+ /R91 6282 0 R
+ /R93 6284 0 R
+ /R95 6286 0 R
+ /R97 6288 0 R
+ /R99 6290 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 1629 0
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q
+0 1.1999 -1.1999 -0 121.19 150.009 cm
+/IIm1 Do
+
+Q
+q
+0 140.388 -128.389 -0 431.964 5427.17 cm
+/R6 Do
+Q
+q
+0 103.191 -130.789 -0 434.364 5578.36 cm
+/R8 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 5693.55 cm
+/R10 Do
+Q
+q
+0 98.3918 -95.992 -0 434.364 5818.34 cm
+/R12 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 5932.33 cm
+/R14 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 6071.52 cm
+/R16 Do
+Q
+q
+0 98.3918 -128.389 -0 431.964 6157.91 cm
+/R18 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6273.1 cm
+/R20 Do
+Q
+q
+0 125.99 -133.189 -0 434.364 6455.48 cm
+/R22 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6593.47 cm
+/R24 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 6718.26 cm
+/R26 Do
+Q
+q
+0 110.391 -93.5922 -0 431.964 6827.45 cm
+/R28 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6942.64 cm
+/R30 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 7067.43 cm
+/R32 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 7181.42 cm
+/R34 Do
+Q
+q
+0 35.997 -128.389 -0 431.964 7269.02 cm
+/IIm2 Do
+
+Q
+q
+0 107.991 -98.3918 -0 434.364 7323.01 cm
+/R36 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 7447.8 cm
+/R38 Do
+Q
+q
+0 38.3968 -93.5922 -0 431.964 7567.79 cm
+/IIm3 Do
+
+Q
+q
+0 956.32 -1034.31 -0 3498.91 3450.93 cm
+/R40 Do
+Q
+1 i
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+1120.71 2970.97 m
+1135.11 2946.98 l
+1149.5 2924.18 l
+1231.1 2916.98 l
+1245.5 2896.58 l
+1259.9 2874.98 l
+760.737 2925.38 l
+746.338 2948.18 l
+731.939 2970.97 l
+1168.7 3021.37 l
+1180.7 2999.77 l
+1193.9 2978.17 l
+1120.71 2970.97 l
+h
+1024.72 2962.57 m
+867.528 2946.98 l
+1043.91 2932.58 l
+1024.72 2962.57 l
+f*
+928.723 3124.56 m
+951.521 3160.56 l
+964.72 3159.36 l
+976.719 3158.16 l
+989.918 3156.96 l
+1001.92 3155.76 l
+1012.72 3154.56 l
+1023.52 3152.16 l
+1034.31 3150.96 l
+1043.91 3148.56 l
+1053.51 3147.36 l
+1063.11 3144.96 l
+1071.51 3142.56 l
+1078.71 3140.16 l
+1087.11 3137.76 l
+1093.11 3135.36 l
+1100.31 3131.76 l
+1106.31 3129.36 l
+1112.31 3126.96 l
+1117.11 3123.36 l
+1121.91 3119.76 l
+1125.51 3116.16 l
+1129.11 3112.56 l
+1132.71 3107.76 l
+1135.11 3104.16 l
+1137.51 3099.36 l
+1139.91 3094.56 l
+1141.11 3089.76 l
+1142.31 3083.76 l
+1142.31 3080.17 l
+1141.11 3075.37 l
+1138.71 3071.77 l
+1136.31 3066.97 l
+1133.91 3063.37 l
+1129.11 3059.77 l
+1123.11 3057.37 l
+1117.11 3053.77 l
+1109.91 3051.37 l
+1100.31 3047.77 l
+1090.71 3045.37 l
+1079.91 3042.97 l
+1067.91 3039.37 l
+1054.71 3036.97 l
+1040.31 3035.77 l
+1024.72 3033.37 l
+1009.12 3032.17 l
+991.118 3030.97 l
+971.919 3030.97 l
+951.521 3029.77 l
+931.123 3029.77 l
+916.724 3029.77 l
+902.325 3029.77 l
+889.126 3030.97 l
+875.927 3030.97 l
+862.729 3030.97 l
+850.729 3032.17 l
+838.73 3033.37 l
+826.731 3034.57 l
+814.732 3035.77 l
+803.933 3036.97 l
+793.134 3038.17 l
+782.335 3039.37 l
+772.736 3041.77 l
+761.937 3042.97 l
+753.538 3045.37 l
+743.938 3047.77 l
+735.539 3050.17 l
+727.14 3052.57 l
+718.74 3054.97 l
+711.541 3057.37 l
+704.342 3059.77 l
+698.342 3063.37 l
+692.343 3065.77 l
+686.343 3069.37 l
+681.543 3071.77 l
+676.744 3075.37 l
+671.944 3078.97 l
+668.345 3082.56 l
+664.745 3086.16 l
+662.345 3089.76 l
+658.745 3093.36 l
+657.546 3098.16 l
+655.146 3104.16 l
+653.946 3110.16 l
+653.946 3114.96 l
+655.146 3120.96 l
+658.745 3125.76 l
+662.345 3129.36 l
+668.345 3134.16 l
+674.344 3137.76 l
+682.743 3141.36 l
+692.343 3144.96 l
+701.942 3147.36 l
+713.941 3149.76 l
+727.14 3153.36 l
+741.539 3155.76 l
+757.137 3156.96 l
+775.136 3159.36 l
+818.332 3122.16 l
+808.733 3122.16 l
+801.534 3120.96 l
+794.334 3119.76 l
+789.535 3118.56 l
+782.335 3116.16 l
+776.336 3114.96 l
+771.536 3112.56 l
+767.936 3110.16 l
+765.537 3107.76 l
+763.137 3104.16 l
+763.137 3101.76 l
+764.337 3098.16 l
+766.737 3095.76 l
+769.136 3092.16 l
+773.936 3088.56 l
+779.935 3086.16 l
+787.135 3083.76 l
+794.334 3081.36 l
+803.933 3078.97 l
+813.532 3076.57 l
+821.932 3075.37 l
+831.531 3074.17 l
+842.33 3074.17 l
+853.129 3072.97 l
+866.328 3071.77 l
+879.527 3071.77 l
+892.726 3071.77 l
+908.325 3071.77 l
+927.523 3071.77 l
+944.322 3071.77 l
+959.92 3072.97 l
+973.119 3072.97 l
+985.118 3074.17 l
+995.917 3075.37 l
+1004.32 3076.57 l
+1011.52 3077.77 l
+1017.52 3080.17 l
+1022.32 3081.36 l
+1025.91 3083.76 l
+1029.51 3086.16 l
+1030.71 3088.56 l
+1031.91 3090.96 l
+1031.91 3094.56 l
+1030.71 3096.96 l
+1029.51 3100.56 l
+1027.11 3102.96 l
+1023.52 3105.36 l
+1019.92 3107.76 l
+1016.32 3110.16 l
+1011.52 3111.36 l
+1005.52 3113.76 l
+999.517 3114.96 l
+993.518 3116.16 l
+985.118 3118.56 l
+977.919 3119.76 l
+969.52 3120.96 l
+959.92 3122.16 l
+950.321 3122.16 l
+939.522 3123.36 l
+928.723 3124.56 l
+928.723 3124.56 l
+f*
+628.748 3180.96 m
+621.549 3201.35 l
+613.149 3220.55 l
+605.95 3239.75 l
+599.95 3258.95 l
+598.75 3263.75 l
+598.75 3268.55 l
+599.95 3272.15 l
+602.35 3276.95 l
+605.95 3280.55 l
+609.55 3282.95 l
+615.549 3286.55 l
+622.749 3288.95 l
+629.948 3291.35 l
+638.347 3293.75 l
+647.946 3294.95 l
+657.546 3297.35 l
+667.145 3298.55 l
+677.944 3298.55 l
+689.943 3299.75 l
+701.942 3299.75 l
+711.541 3299.75 l
+722.34 3298.55 l
+731.939 3298.55 l
+740.339 3297.35 l
+749.938 3296.15 l
+758.337 3294.95 l
+766.737 3293.75 l
+775.136 3292.55 l
+785.935 3288.95 l
+794.334 3286.55 l
+803.933 3281.75 l
+811.133 3278.15 l
+813.532 3280.55 l
+815.932 3284.15 l
+819.532 3287.75 l
+823.132 3290.15 l
+827.931 3292.55 l
+832.731 3294.95 l
+838.73 3297.35 l
+845.93 3298.55 l
+853.129 3300.95 l
+860.329 3302.15 l
+868.728 3303.35 l
+877.127 3304.55 l
+886.727 3304.55 l
+896.326 3305.75 l
+907.125 3305.75 l
+917.924 3305.75 l
+934.722 3305.75 l
+952.721 3304.55 l
+968.32 3303.35 l
+983.918 3300.95 l
+998.317 3298.55 l
+1011.52 3294.95 l
+1023.52 3291.35 l
+1034.31 3287.75 l
+1040.31 3284.15 l
+1045.11 3280.55 l
+1049.91 3276.95 l
+1054.71 3272.15 l
+1059.51 3264.95 l
+1063.11 3260.15 l
+1065.51 3256.55 l
+1066.71 3252.95 l
+1073.91 3234.95 l
+1079.91 3216.95 l
+1087.11 3198.96 l
+1094.31 3180.96 l
+628.748 3180.96 l
+h
+795.534 3222.95 m
+788.335 3240.95 l
+785.935 3245.75 l
+782.335 3249.35 l
+778.735 3252.95 l
+772.736 3255.35 l
+765.537 3256.55 l
+757.137 3257.75 l
+747.538 3258.95 l
+736.739 3258.95 l
+728.34 3258.95 l
+719.94 3257.75 l
+712.741 3256.55 l
+706.741 3255.35 l
+703.142 3252.95 l
+699.542 3249.35 l
+699.542 3245.75 l
+699.542 3242.15 l
+706.741 3222.95 l
+795.534 3222.95 l
+h
+977.919 3222.95 m
+970.719 3244.55 l
+968.32 3249.35 l
+963.52 3254.15 l
+958.72 3256.55 l
+951.521 3260.15 l
+944.322 3261.35 l
+935.922 3262.55 l
+925.123 3263.75 l
+915.524 3263.75 l
+905.925 3263.75 l
+896.326 3262.55 l
+889.126 3261.35 l
+883.127 3260.15 l
+878.327 3256.55 l
+875.927 3254.15 l
+874.728 3249.35 l
+875.927 3244.55 l
+884.327 3222.95 l
+977.919 3222.95 l
+f*
+998.317 3492.93 m
+1005.52 3465.33 l
+1012.72 3437.74 l
+1018.72 3408.94 l
+1027.11 3381.34 l
+1012.72 3381.34 l
+998.317 3382.54 l
+983.918 3383.74 l
+969.52 3384.94 l
+956.321 3386.14 l
+941.922 3388.54 l
+928.723 3390.94 l
+915.524 3393.34 l
+902.325 3395.74 l
+887.926 3398.14 l
+872.328 3402.94 l
+856.729 3406.54 l
+839.93 3411.34 l
+823.132 3417.34 l
+805.133 3423.34 l
+785.935 3429.34 l
+764.337 3436.54 l
+746.338 3442.53 l
+729.54 3447.33 l
+717.541 3450.93 l
+705.542 3452.13 l
+694.742 3453.33 l
+683.943 3454.53 l
+674.344 3454.53 l
+663.545 3454.53 l
+655.146 3453.33 l
+646.747 3452.13 l
+638.347 3450.93 l
+632.348 3448.53 l
+628.748 3444.93 l
+626.348 3442.53 l
+626.348 3438.94 l
+628.748 3435.34 l
+632.348 3432.94 l
+637.147 3429.34 l
+645.547 3426.94 l
+655.146 3425.74 l
+667.145 3423.34 l
+682.743 3422.14 l
+700.742 3420.94 l
+700.742 3383.74 l
+687.543 3384.94 l
+674.344 3384.94 l
+662.345 3386.14 l
+651.546 3387.34 l
+640.747 3388.54 l
+631.148 3389.74 l
+621.549 3390.94 l
+613.149 3392.14 l
+605.95 3393.34 l
+598.75 3394.54 l
+591.551 3396.94 l
+584.352 3399.34 l
+578.352 3400.54 l
+572.353 3402.94 l
+567.553 3405.34 l
+562.753 3408.94 l
+557.954 3411.34 l
+553.154 3413.74 l
+549.555 3417.34 l
+545.955 3420.94 l
+543.555 3424.54 l
+541.155 3429.34 l
+539.955 3432.94 l
+537.556 3437.74 l
+537.556 3442.53 l
+536.356 3447.33 l
+537.556 3452.13 l
+537.556 3455.73 l
+538.755 3459.33 l
+541.155 3462.93 l
+543.555 3465.33 l
+545.955 3468.93 l
+549.555 3471.33 l
+554.354 3473.73 l
+559.154 3476.13 l
+563.953 3478.53 l
+569.953 3480.93 l
+575.952 3482.13 l
+583.152 3484.53 l
+590.351 3485.73 l
+598.75 3486.93 l
+605.95 3488.13 l
+614.349 3489.33 l
+623.948 3490.53 l
+632.348 3491.73 l
+641.947 3491.73 l
+651.546 3491.73 l
+661.145 3491.73 l
+671.944 3491.73 l
+682.743 3491.73 l
+692.343 3491.73 l
+703.142 3490.53 l
+713.941 3489.33 l
+723.54 3488.13 l
+734.339 3486.93 l
+743.938 3484.53 l
+754.738 3483.33 l
+765.537 3480.93 l
+776.336 3477.33 l
+787.135 3474.93 l
+799.134 3471.33 l
+811.133 3467.73 l
+823.132 3462.93 l
+835.131 3459.33 l
+860.329 3449.73 l
+877.127 3443.73 l
+890.326 3440.14 l
+907.125 3435.34 l
+899.925 3464.13 l
+893.926 3492.93 l
+998.317 3492.93 l
+f*
+760.737 3509.73 m
+745.138 3509.73 l
+729.54 3509.73 l
+713.941 3509.73 l
+699.542 3510.93 l
+685.143 3510.93 l
+671.944 3510.93 l
+659.945 3512.13 l
+647.946 3513.33 l
+635.947 3513.33 l
+625.148 3514.53 l
+614.349 3515.73 l
+604.75 3516.93 l
+596.351 3518.13 l
+586.751 3520.53 l
+579.552 3521.73 l
+572.353 3522.93 l
+565.153 3525.33 l
+559.154 3526.53 l
+553.154 3528.93 l
+547.155 3531.33 l
+542.355 3533.73 l
+537.556 3536.13 l
+532.756 3538.53 l
+529.156 3540.93 l
+525.557 3543.33 l
+521.957 3545.73 l
+519.557 3549.33 l
+515.957 3551.73 l
+514.758 3555.33 l
+512.358 3558.93 l
+511.158 3561.32 l
+511.158 3564.92 l
+509.958 3572.12 l
+511.158 3578.12 l
+513.558 3582.92 l
+518.357 3587.72 l
+524.357 3591.32 l
+530.356 3594.92 l
+537.556 3598.52 l
+545.955 3602.12 l
+555.554 3604.52 l
+563.953 3606.92 l
+574.752 3608.12 l
+584.352 3610.52 l
+593.951 3611.72 l
+605.95 3612.92 l
+617.949 3614.12 l
+631.148 3615.32 l
+644.347 3616.52 l
+657.546 3617.72 l
+670.744 3617.72 l
+683.943 3618.92 l
+697.142 3618.92 l
+711.541 3618.92 l
+724.74 3618.92 l
+739.139 3618.92 l
+754.738 3618.92 l
+769.136 3618.92 l
+784.735 3618.92 l
+797.934 3618.92 l
+812.333 3617.72 l
+824.332 3617.72 l
+837.531 3616.52 l
+849.53 3616.52 l
+860.329 3615.32 l
+871.128 3614.12 l
+881.927 3612.92 l
+891.526 3612.92 l
+901.125 3610.52 l
+910.724 3609.32 l
+919.124 3608.12 l
+926.323 3606.92 l
+933.522 3605.72 l
+940.722 3603.32 l
+947.921 3602.12 l
+953.921 3599.72 l
+958.72 3597.32 l
+964.72 3594.92 l
+969.52 3592.52 l
+973.119 3590.12 l
+977.919 3587.72 l
+980.319 3584.12 l
+983.918 3581.72 l
+986.318 3578.12 l
+988.718 3574.52 l
+989.918 3570.92 l
+992.318 3568.52 l
+992.318 3563.72 l
+993.518 3560.12 l
+993.518 3556.53 l
+992.318 3552.93 l
+991.118 3549.33 l
+988.718 3545.73 l
+986.318 3542.13 l
+982.719 3539.73 l
+979.119 3537.33 l
+974.319 3533.73 l
+969.52 3531.33 l
+964.72 3528.93 l
+957.521 3527.73 l
+951.521 3525.33 l
+944.322 3522.93 l
+935.922 3521.73 l
+927.523 3519.33 l
+914.324 3516.93 l
+898.726 3515.73 l
+879.527 3513.33 l
+859.129 3512.13 l
+836.331 3510.93 l
+812.333 3509.73 l
+787.135 3509.73 l
+760.737 3509.73 l
+760.737 3509.73 l
+h
+753.538 3546.93 m
+775.136 3546.93 l
+794.334 3546.93 l
+812.333 3546.93 l
+829.131 3548.13 l
+842.33 3548.13 l
+855.529 3549.33 l
+866.328 3550.53 l
+874.728 3550.53 l
+881.927 3551.73 l
+887.926 3554.13 l
+893.926 3555.33 l
+897.526 3556.53 l
+901.125 3557.73 l
+903.525 3560.12 l
+904.725 3562.52 l
+904.725 3563.72 l
+903.525 3567.32 l
+899.925 3569.72 l
+895.126 3572.12 l
+889.126 3574.52 l
+880.727 3575.72 l
+871.128 3578.12 l
+857.929 3579.32 l
+844.73 3580.52 l
+826.731 3580.52 l
+806.333 3581.72 l
+781.135 3581.72 l
+751.138 3581.72 l
+728.34 3581.72 l
+707.941 3581.72 l
+689.943 3581.72 l
+673.144 3580.52 l
+658.745 3580.52 l
+646.747 3579.32 l
+635.947 3579.32 l
+626.348 3578.12 l
+619.149 3576.92 l
+613.149 3574.52 l
+608.35 3573.32 l
+603.55 3572.12 l
+599.95 3569.72 l
+598.75 3568.52 l
+597.551 3566.12 l
+597.551 3563.72 l
+597.551 3561.32 l
+599.95 3560.12 l
+602.35 3557.73 l
+607.15 3556.53 l
+611.949 3554.13 l
+617.949 3552.93 l
+625.148 3551.73 l
+632.348 3550.53 l
+641.947 3549.33 l
+652.746 3549.33 l
+664.745 3548.13 l
+679.144 3548.13 l
+695.942 3546.93 l
+713.941 3546.93 l
+733.139 3546.93 l
+753.538 3546.93 l
+753.538 3546.93 l
+f*
+737.939 3634.52 m
+722.34 3634.52 l
+706.741 3634.52 l
+691.143 3634.52 l
+676.744 3635.72 l
+663.545 3635.72 l
+649.146 3636.92 l
+637.147 3636.92 l
+625.148 3638.12 l
+613.149 3639.32 l
+602.35 3640.52 l
+592.751 3640.52 l
+583.152 3642.92 l
+573.552 3644.12 l
+565.153 3645.32 l
+557.954 3646.52 l
+550.754 3648.92 l
+543.555 3650.12 l
+537.556 3652.52 l
+531.556 3653.72 l
+525.557 3656.12 l
+520.757 3658.52 l
+515.957 3660.92 l
+512.358 3663.32 l
+507.558 3665.72 l
+503.958 3668.12 l
+501.559 3671.72 l
+499.159 3674.12 l
+496.759 3677.72 l
+494.359 3680.11 l
+493.159 3683.71 l
+491.959 3687.31 l
+491.959 3690.91 l
+491.959 3696.91 l
+493.159 3702.91 l
+495.559 3707.71 l
+500.359 3712.51 l
+506.358 3717.31 l
+513.558 3720.91 l
+520.757 3723.31 l
+529.156 3726.91 l
+538.755 3729.31 l
+547.155 3731.71 l
+557.954 3734.11 l
+567.553 3735.31 l
+578.352 3736.51 l
+589.151 3738.91 l
+601.15 3740.11 l
+614.349 3740.11 l
+627.548 3741.31 l
+640.747 3742.51 l
+653.946 3742.51 l
+667.145 3743.71 l
+681.543 3743.71 l
+694.742 3743.71 l
+709.141 3744.91 l
+722.34 3744.91 l
+737.939 3744.91 l
+753.538 3743.71 l
+767.936 3743.71 l
+782.335 3743.71 l
+795.534 3743.71 l
+808.733 3742.51 l
+820.732 3742.51 l
+832.731 3741.31 l
+844.73 3740.11 l
+855.529 3740.11 l
+865.128 3738.91 l
+875.927 3737.71 l
+884.327 3736.51 l
+893.926 3735.31 l
+902.325 3734.11 l
+909.525 3731.71 l
+916.724 3730.51 l
+923.923 3728.11 l
+929.923 3726.91 l
+935.922 3724.51 l
+941.922 3722.11 l
+946.721 3719.71 l
+951.521 3717.31 l
+955.121 3714.91 l
+959.92 3712.51 l
+962.32 3710.11 l
+965.92 3706.51 l
+968.32 3702.91 l
+969.52 3700.51 l
+971.919 3696.91 l
+973.119 3693.31 l
+973.119 3689.71 l
+973.119 3684.91 l
+973.119 3681.31 l
+971.919 3677.72 l
+970.719 3674.12 l
+968.32 3670.52 l
+965.92 3668.12 l
+962.32 3664.52 l
+958.72 3662.12 l
+953.921 3659.72 l
+949.121 3657.32 l
+943.122 3654.92 l
+935.922 3652.52 l
+929.923 3650.12 l
+922.723 3648.92 l
+914.324 3646.52 l
+905.925 3645.32 l
+891.526 3642.92 l
+875.927 3640.52 l
+857.929 3639.32 l
+836.331 3636.92 l
+813.532 3635.72 l
+789.535 3635.72 l
+764.337 3634.52 l
+737.939 3634.52 l
+737.939 3634.52 l
+h
+733.139 3671.72 m
+754.738 3671.72 l
+773.936 3671.72 l
+791.934 3672.92 l
+808.733 3672.92 l
+821.932 3672.92 l
+835.131 3674.12 l
+845.93 3675.32 l
+854.329 3676.52 l
+861.529 3677.72 l
+868.728 3678.92 l
+873.528 3680.11 l
+878.327 3681.31 l
+881.927 3683.71 l
+884.327 3684.91 l
+885.527 3687.31 l
+885.527 3689.71 l
+884.327 3692.11 l
+880.727 3694.51 l
+877.127 3696.91 l
+869.928 3699.31 l
+862.729 3700.51 l
+851.929 3702.91 l
+839.93 3704.11 l
+825.531 3705.31 l
+808.733 3706.51 l
+787.135 3706.51 l
+761.937 3707.71 l
+733.139 3707.71 l
+710.341 3707.71 l
+689.943 3706.51 l
+671.944 3706.51 l
+655.146 3706.51 l
+640.747 3705.31 l
+627.548 3705.31 l
+616.749 3704.11 l
+608.35 3702.91 l
+601.15 3701.71 l
+593.951 3700.51 l
+589.151 3699.31 l
+584.352 3696.91 l
+581.952 3695.71 l
+579.552 3693.31 l
+578.352 3690.91 l
+578.352 3689.71 l
+578.352 3687.31 l
+580.752 3684.91 l
+583.152 3682.51 l
+586.751 3681.31 l
+591.551 3680.11 l
+597.551 3677.72 l
+604.75 3676.52 l
+611.949 3675.32 l
+621.549 3675.32 l
+632.348 3674.12 l
+645.547 3672.92 l
+658.745 3672.92 l
+675.544 3671.72 l
+693.542 3671.72 l
+712.741 3671.72 l
+733.139 3671.72 l
+733.139 3671.72 l
+f*
+950.321 3869.7 m
+951.521 3842.1 l
+953.921 3813.3 l
+955.121 3785.71 l
+957.521 3756.91 l
+943.122 3758.11 l
+929.923 3759.31 l
+915.524 3760.51 l
+901.125 3761.71 l
+887.926 3762.91 l
+874.728 3765.31 l
+861.529 3766.51 l
+848.33 3768.91 l
+835.131 3771.31 l
+821.932 3774.91 l
+807.533 3778.51 l
+791.934 3783.31 l
+776.336 3788.11 l
+760.737 3792.91 l
+743.938 3798.91 l
+725.94 3806.1 l
+705.542 3813.3 l
+688.743 3819.3 l
+673.144 3824.1 l
+661.145 3826.5 l
+649.146 3828.9 l
+638.347 3830.1 l
+628.748 3831.3 l
+619.149 3831.3 l
+608.35 3831.3 l
+598.75 3830.1 l
+590.351 3828.9 l
+581.952 3826.5 l
+575.952 3824.1 l
+571.153 3821.7 l
+568.753 3818.1 l
+567.553 3815.7 l
+568.753 3812.1 l
+572.353 3808.5 l
+577.152 3806.1 l
+584.352 3803.7 l
+593.951 3801.3 l
+605.95 3800.1 l
+621.549 3798.91 l
+639.547 3797.71 l
+632.348 3760.51 l
+619.149 3760.51 l
+605.95 3761.71 l
+595.151 3762.91 l
+583.152 3762.91 l
+573.552 3764.11 l
+563.953 3765.31 l
+554.354 3766.51 l
+547.155 3767.71 l
+538.755 3770.11 l
+531.556 3771.31 l
+525.557 3773.71 l
+519.557 3774.91 l
+513.558 3777.31 l
+507.558 3779.71 l
+502.759 3782.11 l
+497.959 3784.51 l
+494.359 3788.11 l
+490.76 3790.51 l
+487.16 3794.11 l
+484.76 3797.71 l
+482.36 3801.3 l
+481.16 3804.9 l
+479.96 3809.7 l
+479.96 3814.5 l
+478.76 3819.3 l
+479.96 3824.1 l
+481.16 3827.7 l
+482.36 3831.3 l
+484.76 3836.1 l
+487.16 3838.5 l
+489.56 3842.1 l
+493.159 3844.5 l
+496.759 3848.1 l
+501.559 3850.5 l
+506.358 3852.9 l
+512.358 3855.3 l
+518.357 3856.5 l
+525.557 3858.9 l
+532.756 3860.1 l
+539.955 3862.5 l
+548.355 3863.7 l
+556.754 3864.9 l
+565.153 3866.1 l
+573.552 3867.3 l
+583.152 3867.3 l
+592.751 3868.5 l
+602.35 3868.5 l
+611.949 3868.5 l
+622.749 3868.5 l
+633.548 3868.5 l
+643.147 3867.3 l
+653.946 3867.3 l
+663.545 3866.1 l
+674.344 3864.9 l
+683.943 3862.5 l
+693.542 3861.3 l
+704.342 3858.9 l
+713.941 3856.5 l
+724.74 3854.1 l
+735.539 3851.7 l
+746.338 3848.1 l
+757.137 3844.5 l
+769.136 3839.7 l
+781.135 3834.9 l
+803.933 3825.3 l
+819.532 3820.5 l
+832.731 3815.7 l
+848.33 3810.9 l
+845.93 3840.9 l
+844.73 3869.7 l
+950.321 3869.7 l
+f*
+758.337 4043.68 m
+797.934 4079.68 l
+811.133 4079.68 l
+823.132 4078.48 l
+835.131 4077.28 l
+845.93 4074.88 l
+856.729 4073.68 l
+867.528 4072.48 l
+877.127 4070.08 l
+886.727 4068.88 l
+895.126 4066.48 l
+902.325 4064.08 l
+909.525 4061.68 l
+916.724 4059.28 l
+922.723 4056.88 l
+928.723 4054.48 l
+934.722 4052.08 l
+938.322 4048.48 l
+943.122 4046.08 l
+946.721 4042.48 l
+949.121 4038.89 l
+951.521 4035.29 l
+953.921 4031.69 l
+955.121 4028.09 l
+956.321 4023.29 l
+956.321 4019.69 l
+956.321 4013.69 l
+955.121 4008.89 l
+952.721 4004.09 l
+950.321 3999.29 l
+947.921 3994.49 l
+943.122 3990.89 l
+939.522 3987.29 l
+933.522 3983.69 l
+927.523 3980.09 l
+921.524 3976.49 l
+913.124 3972.89 l
+903.525 3970.49 l
+893.926 3966.89 l
+881.927 3964.49 l
+869.928 3962.09 l
+856.729 3959.69 l
+842.33 3957.29 l
+826.731 3954.89 l
+809.933 3953.69 l
+793.134 3951.29 l
+775.136 3951.29 l
+755.937 3950.09 l
+735.539 3950.09 l
+713.941 3948.89 l
+699.542 3948.89 l
+686.343 3950.09 l
+673.144 3950.09 l
+659.945 3950.09 l
+646.747 3951.29 l
+634.748 3951.29 l
+622.749 3952.49 l
+611.949 3953.69 l
+601.15 3954.89 l
+590.351 3956.09 l
+580.752 3957.29 l
+571.153 3959.69 l
+561.553 3960.89 l
+553.154 3963.29 l
+544.755 3964.49 l
+536.356 3966.89 l
+529.156 3969.29 l
+521.957 3971.69 l
+514.758 3974.09 l
+508.758 3976.49 l
+503.958 3980.09 l
+497.959 3982.49 l
+494.359 3984.89 l
+489.56 3988.49 l
+485.96 3992.09 l
+482.36 3994.49 l
+479.96 3998.09 l
+477.561 4001.69 l
+476.361 4005.29 l
+475.161 4008.89 l
+473.961 4013.69 l
+473.961 4017.29 l
+475.161 4023.29 l
+476.361 4029.29 l
+479.96 4035.29 l
+483.56 4040.08 l
+488.36 4044.88 l
+495.559 4049.68 l
+502.759 4053.28 l
+511.158 4056.88 l
+520.757 4060.48 l
+531.556 4064.08 l
+543.555 4066.48 l
+556.754 4070.08 l
+571.153 4072.48 l
+586.751 4074.88 l
+603.55 4077.28 l
+621.549 4078.48 l
+647.946 4042.48 l
+638.347 4041.28 l
+629.948 4040.08 l
+622.749 4038.89 l
+616.749 4037.69 l
+609.55 4036.49 l
+602.35 4034.09 l
+596.351 4031.69 l
+591.551 4029.29 l
+586.751 4026.89 l
+584.352 4024.49 l
+581.952 4020.89 l
+581.952 4018.49 l
+581.952 4014.89 l
+584.352 4011.29 l
+586.751 4008.89 l
+591.551 4005.29 l
+597.551 4002.89 l
+603.55 4000.49 l
+611.949 3998.09 l
+621.549 3996.89 l
+628.748 3995.69 l
+638.347 3994.49 l
+647.946 3993.29 l
+658.745 3992.09 l
+670.744 3992.09 l
+683.943 3990.89 l
+698.342 3990.89 l
+712.741 3990.89 l
+731.939 3990.89 l
+748.738 3990.89 l
+764.337 3992.09 l
+778.735 3992.09 l
+790.734 3993.29 l
+801.534 3994.49 l
+811.133 3995.69 l
+819.532 3998.09 l
+826.731 3999.29 l
+831.531 4001.69 l
+836.331 4004.09 l
+841.13 4005.29 l
+843.53 4008.89 l
+845.93 4011.29 l
+848.33 4013.69 l
+848.33 4017.29 l
+848.33 4019.69 l
+847.13 4022.09 l
+844.73 4024.49 l
+842.33 4026.89 l
+839.93 4029.29 l
+835.131 4031.69 l
+830.331 4032.89 l
+825.531 4035.29 l
+819.532 4036.49 l
+812.333 4037.69 l
+805.133 4038.89 l
+797.934 4040.08 l
+788.335 4041.28 l
+778.735 4042.48 l
+769.136 4042.48 l
+758.337 4043.68 l
+758.337 4043.68 l
+f*
+783.535 4092.88 m
+764.337 4094.08 l
+746.338 4094.08 l
+729.54 4095.28 l
+712.741 4097.68 l
+697.142 4098.88 l
+682.743 4101.28 l
+669.545 4104.88 l
+656.346 4108.48 l
+644.347 4112.08 l
+634.748 4116.88 l
+626.348 4121.68 l
+620.349 4126.48 l
+614.349 4131.28 l
+610.75 4137.28 l
+609.55 4143.28 l
+608.35 4149.28 l
+609.55 4152.88 l
+610.75 4156.48 l
+611.949 4158.88 l
+613.149 4162.47 l
+615.549 4166.07 l
+619.149 4168.47 l
+621.549 4172.07 l
+625.148 4174.47 l
+629.948 4176.87 l
+634.748 4180.47 l
+639.547 4182.87 l
+644.347 4185.27 l
+650.346 4186.47 l
+657.546 4188.87 l
+663.545 4191.27 l
+671.944 4193.67 l
+683.943 4196.07 l
+697.142 4198.47 l
+710.341 4200.87 l
+724.74 4202.07 l
+740.339 4203.27 l
+755.937 4204.47 l
+771.536 4204.47 l
+789.535 4205.67 l
+807.533 4204.47 l
+825.531 4204.47 l
+843.53 4203.27 l
+859.129 4202.07 l
+874.728 4199.67 l
+889.126 4197.27 l
+902.325 4193.67 l
+915.524 4190.07 l
+926.323 4186.47 l
+935.922 4181.67 l
+944.322 4176.87 l
+950.321 4172.07 l
+956.321 4167.27 l
+958.72 4161.27 l
+961.12 4155.28 l
+961.12 4149.28 l
+959.92 4143.28 l
+958.72 4138.48 l
+955.121 4132.48 l
+950.321 4127.68 l
+944.322 4122.88 l
+935.922 4119.28 l
+927.523 4114.48 l
+917.924 4110.88 l
+911.924 4108.48 l
+904.725 4107.28 l
+897.526 4104.88 l
+890.326 4103.68 l
+881.927 4101.28 l
+874.728 4100.08 l
+866.328 4098.88 l
+857.929 4097.68 l
+849.53 4096.48 l
+841.13 4095.28 l
+831.531 4095.28 l
+823.132 4094.08 l
+813.532 4094.08 l
+802.733 4094.08 l
+793.134 4092.88 l
+783.535 4092.88 l
+783.535 4092.88 l
+h
+784.735 4131.28 m
+795.534 4131.28 l
+806.333 4131.28 l
+815.932 4131.28 l
+824.332 4132.48 l
+832.731 4132.48 l
+839.93 4133.68 l
+845.93 4134.88 l
+851.929 4136.08 l
+861.529 4138.48 l
+868.728 4142.08 l
+872.328 4145.68 l
+874.728 4149.28 l
+873.528 4152.88 l
+869.928 4156.48 l
+862.729 4160.07 l
+854.329 4162.47 l
+848.33 4163.67 l
+842.33 4164.87 l
+835.131 4166.07 l
+826.731 4166.07 l
+818.332 4167.27 l
+807.533 4167.27 l
+797.934 4167.27 l
+785.935 4167.27 l
+775.136 4167.27 l
+765.537 4167.27 l
+755.937 4167.27 l
+747.538 4166.07 l
+740.339 4166.07 l
+733.139 4164.87 l
+725.94 4163.67 l
+719.94 4162.47 l
+710.341 4160.07 l
+703.142 4156.48 l
+699.542 4152.88 l
+698.342 4149.28 l
+698.342 4145.68 l
+703.142 4142.08 l
+709.141 4138.48 l
+718.74 4136.08 l
+724.74 4134.88 l
+730.74 4133.68 l
+737.939 4132.48 l
+746.338 4132.48 l
+754.738 4131.28 l
+764.337 4131.28 l
+773.936 4131.28 l
+784.735 4131.28 l
+784.735 4131.28 l
+f*
+622.749 4223.67 m
+626.348 4258.47 l
+681.543 4258.47 l
+665.945 4262.07 l
+653.946 4265.67 l
+643.147 4270.47 l
+634.748 4274.07 l
+629.948 4277.67 l
+625.148 4282.46 l
+623.948 4288.46 l
+622.749 4293.26 l
+623.948 4296.86 l
+626.348 4300.46 l
+628.748 4304.06 l
+633.548 4307.66 l
+638.347 4310.06 l
+644.347 4312.46 l
+650.346 4314.86 l
+658.745 4317.26 l
+667.145 4319.66 l
+676.744 4322.06 l
+688.743 4323.26 l
+700.742 4324.46 l
+712.741 4325.66 l
+727.14 4325.66 l
+742.739 4326.86 l
+758.337 4326.86 l
+973.119 4326.86 l
+967.12 4289.66 l
+782.335 4289.66 l
+767.936 4288.46 l
+754.738 4288.46 l
+745.138 4287.26 l
+736.739 4286.06 l
+730.74 4283.66 l
+725.94 4281.26 l
+723.54 4278.87 l
+722.34 4276.47 l
+722.34 4272.87 l
+725.94 4270.47 l
+730.74 4266.87 l
+739.139 4264.47 l
+743.938 4264.47 l
+748.738 4263.27 l
+755.937 4262.07 l
+763.137 4262.07 l
+771.536 4260.87 l
+781.135 4260.87 l
+790.734 4260.87 l
+801.534 4260.87 l
+964.72 4260.87 l
+959.92 4223.67 l
+622.749 4223.67 l
+f*
+637.147 4337.66 m
+643.147 4376.06 l
+860.329 4395.26 l
+650.346 4414.45 l
+657.546 4452.85 l
+986.318 4410.85 l
+980.319 4378.46 l
+637.147 4337.66 l
+f*
+885.527 4571.64 m
+880.727 4553.64 l
+875.927 4534.44 l
+872.328 4515.25 l
+867.528 4497.25 l
+881.927 4497.25 l
+895.126 4498.45 l
+905.925 4499.65 l
+915.524 4502.05 l
+920.324 4503.25 l
+925.123 4504.45 l
+929.923 4506.85 l
+933.522 4508.05 l
+935.922 4510.45 l
+938.322 4511.65 l
+939.522 4514.05 l
+940.722 4516.45 l
+940.722 4518.85 l
+939.522 4521.24 l
+937.122 4523.64 l
+933.522 4526.04 l
+929.923 4528.44 l
+926.323 4529.64 l
+920.324 4530.84 l
+913.124 4533.24 l
+934.722 4569.24 l
+945.521 4568.04 l
+956.321 4565.64 l
+967.12 4563.24 l
+975.519 4560.84 l
+983.918 4557.24 l
+991.118 4554.84 l
+997.117 4552.44 l
+1001.92 4548.84 l
+1006.72 4546.44 l
+1010.32 4542.84 l
+1012.72 4539.24 l
+1015.12 4534.44 l
+1016.32 4530.84 l
+1017.52 4526.04 l
+1017.52 4520.05 l
+1016.32 4515.25 l
+1015.12 4510.45 l
+1012.72 4505.65 l
+1010.32 4502.05 l
+1007.92 4498.45 l
+1004.32 4493.65 l
+999.517 4491.25 l
+995.917 4487.65 l
+991.118 4485.25 l
+985.118 4481.65 l
+979.119 4479.25 l
+971.919 4476.85 l
+963.52 4474.45 l
+955.121 4472.05 l
+946.721 4469.65 l
+937.122 4468.45 l
+926.323 4466.05 l
+915.524 4464.85 l
+904.725 4463.65 l
+892.726 4462.45 l
+880.727 4461.25 l
+868.728 4460.05 l
+855.529 4460.05 l
+842.33 4458.85 l
+827.931 4458.85 l
+808.733 4458.85 l
+790.734 4460.05 l
+773.936 4461.25 l
+757.137 4462.45 l
+742.739 4464.85 l
+728.34 4467.25 l
+715.141 4469.65 l
+703.142 4473.25 l
+692.343 4478.05 l
+683.943 4481.65 l
+675.544 4486.45 l
+670.744 4491.25 l
+665.945 4496.05 l
+663.545 4502.05 l
+662.345 4508.05 l
+663.545 4514.05 l
+664.745 4518.85 l
+667.145 4523.64 l
+669.545 4528.44 l
+673.144 4533.24 l
+676.744 4536.84 l
+681.543 4540.44 l
+687.543 4544.04 l
+693.542 4546.44 l
+699.542 4550.04 l
+706.741 4552.44 l
+713.941 4554.84 l
+722.34 4557.24 l
+731.939 4559.64 l
+741.539 4562.04 l
+751.138 4563.24 l
+761.937 4565.64 l
+772.736 4566.84 l
+784.735 4568.04 l
+796.734 4569.24 l
+811.133 4570.44 l
+824.332 4570.44 l
+839.93 4571.64 l
+855.529 4571.64 l
+871.128 4571.64 l
+885.527 4571.64 l
+h
+813.532 4533.24 m
+796.734 4533.24 l
+781.135 4532.04 l
+769.136 4529.64 l
+759.537 4528.44 l
+751.138 4524.84 l
+745.138 4522.44 l
+741.539 4518.85 l
+740.339 4515.25 l
+739.139 4512.85 l
+740.339 4511.65 l
+741.539 4509.25 l
+743.938 4508.05 l
+747.538 4505.65 l
+751.138 4504.45 l
+755.937 4503.25 l
+761.937 4502.05 l
+769.136 4499.65 l
+779.935 4498.45 l
+791.934 4497.25 l
+805.133 4497.25 l
+813.532 4533.24 l
+f*
+689.943 4588.44 m
+699.542 4623.24 l
+754.738 4623.24 l
+740.339 4628.04 l
+728.34 4631.64 l
+718.74 4635.24 l
+711.541 4638.84 l
+705.542 4643.63 l
+703.142 4648.43 l
+701.942 4653.23 l
+703.142 4659.23 l
+704.342 4662.83 l
+706.741 4666.43 l
+710.341 4668.83 l
+715.141 4672.43 l
+719.94 4676.03 l
+727.14 4678.43 l
+734.339 4680.83 l
+742.739 4683.23 l
+752.338 4685.63 l
+761.937 4686.83 l
+772.736 4688.03 l
+785.935 4689.23 l
+799.134 4690.43 l
+812.333 4691.63 l
+827.931 4691.63 l
+844.73 4691.63 l
+1058.31 4691.63 l
+1052.31 4673.63 l
+1046.31 4654.43 l
+860.329 4654.43 l
+845.93 4654.43 l
+833.931 4653.23 l
+823.132 4652.03 l
+814.732 4650.83 l
+808.733 4648.43 l
+803.933 4647.23 l
+800.334 4643.63 l
+797.934 4641.23 l
+797.934 4637.64 l
+801.534 4635.24 l
+806.333 4632.84 l
+813.532 4630.44 l
+817.132 4629.24 l
+823.132 4628.04 l
+829.131 4628.04 l
+836.331 4626.84 l
+844.73 4626.84 l
+854.329 4626.84 l
+863.928 4626.84 l
+875.927 4625.64 l
+1037.91 4625.64 l
+1031.91 4607.64 l
+1027.11 4588.44 l
+689.943 4588.44 l
+f*
+616.749 4760.03 m
+745.138 4760.03 l
+753.538 4780.42 l
+848.33 4780.42 l
+839.93 4760.03 l
+959.92 4760.03 l
+969.52 4760.03 l
+977.919 4760.03 l
+983.918 4760.03 l
+988.718 4761.22 l
+993.518 4761.22 l
+997.117 4763.62 l
+999.517 4764.82 l
+1001.92 4767.22 l
+1001.92 4769.62 l
+1001.92 4772.02 l
+999.517 4775.62 l
+998.317 4778.02 l
+1088.31 4781.62 l
+1090.71 4774.42 l
+1090.71 4768.42 l
+1090.71 4761.22 l
+1088.31 4755.23 l
+1085.91 4749.23 l
+1081.11 4743.23 l
+1075.11 4738.43 l
+1069.11 4734.83 l
+1060.71 4732.43 l
+1051.11 4728.83 l
+1040.31 4727.63 l
+1028.31 4725.23 l
+1012.72 4724.03 l
+993.518 4722.83 l
+971.919 4722.83 l
+945.521 4721.63 l
+826.731 4721.63 l
+821.932 4708.43 l
+727.14 4708.43 l
+731.939 4721.63 l
+669.545 4721.63 l
+616.749 4760.03 l
+f*
+632.348 4798.42 m
+640.747 4817.62 l
+647.946 4835.62 l
+736.739 4835.62 l
+728.34 4817.62 l
+721.14 4798.42 l
+632.348 4798.42 l
+h
+760.737 4798.42 m
+769.136 4817.62 l
+776.336 4835.62 l
+1113.51 4835.62 l
+1106.31 4817.62 l
+1097.91 4798.42 l
+760.737 4798.42 l
+f*
+955.121 4856.02 m
+935.922 4856.02 l
+919.124 4856.02 l
+902.325 4857.22 l
+886.727 4859.62 l
+872.328 4862.02 l
+859.129 4864.42 l
+845.93 4866.82 l
+835.131 4870.42 l
+825.531 4874.02 l
+817.132 4878.82 l
+809.933 4883.61 l
+806.333 4888.41 l
+802.733 4893.21 l
+801.534 4899.21 l
+802.733 4905.21 l
+805.133 4911.21 l
+806.333 4914.81 l
+808.733 4918.41 l
+812.333 4922.01 l
+815.932 4924.41 l
+819.532 4928.01 l
+823.132 4931.61 l
+827.931 4934.01 l
+832.731 4936.41 l
+838.73 4940.01 l
+843.53 4942.41 l
+850.729 4944.81 l
+856.729 4947.21 l
+863.928 4949.61 l
+871.128 4950.81 l
+879.527 4953.21 l
+886.727 4955.61 l
+901.125 4958.01 l
+915.524 4960.41 l
+929.923 4962.81 l
+945.521 4964.01 l
+961.12 4965.21 l
+976.719 4966.41 l
+993.518 4967.61 l
+1010.32 4967.61 l
+1029.51 4967.61 l
+1047.51 4966.41 l
+1063.11 4965.21 l
+1078.71 4964.01 l
+1093.11 4961.61 l
+1106.31 4959.21 l
+1118.31 4955.61 l
+1129.11 4952.01 l
+1138.71 4948.41 l
+1147.1 4944.81 l
+1153.1 4940.01 l
+1156.7 4935.21 l
+1160.3 4929.21 l
+1160.3 4923.21 l
+1160.3 4917.21 l
+1156.7 4911.21 l
+1154.3 4905.21 l
+1149.5 4900.41 l
+1143.51 4894.41 l
+1136.31 4889.61 l
+1127.91 4886.01 l
+1119.51 4881.22 l
+1108.71 4877.62 l
+1097.91 4872.82 l
+1089.51 4871.62 l
+1082.31 4869.22 l
+1073.91 4866.82 l
+1066.71 4865.62 l
+1058.31 4864.42 l
+1049.91 4862.02 l
+1041.51 4860.82 l
+1031.91 4859.62 l
+1023.52 4858.42 l
+1013.92 4858.42 l
+1004.32 4857.22 l
+994.718 4857.22 l
+985.118 4856.02 l
+975.519 4856.02 l
+965.92 4856.02 l
+955.121 4856.02 l
+955.121 4856.02 l
+h
+973.119 4893.21 m
+983.918 4893.21 l
+994.718 4893.21 l
+1004.32 4893.21 l
+1012.72 4894.41 l
+1021.12 4894.41 l
+1028.31 4895.61 l
+1035.51 4896.81 l
+1042.71 4898.01 l
+1053.51 4900.41 l
+1060.71 4904.01 l
+1066.71 4907.61 l
+1070.31 4911.21 l
+1070.31 4914.81 l
+1069.11 4918.41 l
+1063.11 4922.01 l
+1055.91 4924.41 l
+1051.11 4925.61 l
+1045.11 4926.81 l
+1037.91 4928.01 l
+1030.71 4929.21 l
+1021.12 4929.21 l
+1012.72 4929.21 l
+1001.92 4930.41 l
+989.918 4930.41 l
+980.319 4930.41 l
+969.52 4929.21 l
+959.92 4929.21 l
+951.521 4929.21 l
+943.122 4928.01 l
+935.922 4926.81 l
+928.723 4925.61 l
+922.723 4924.41 l
+910.724 4922.01 l
+902.325 4918.41 l
+897.526 4916.01 l
+893.926 4911.21 l
+892.726 4907.61 l
+895.126 4904.01 l
+901.125 4901.61 l
+909.525 4898.01 l
+914.324 4896.81 l
+920.324 4895.61 l
+927.523 4894.41 l
+934.722 4894.41 l
+943.122 4893.21 l
+952.721 4893.21 l
+962.32 4893.21 l
+973.119 4893.21 l
+973.119 4893.21 l
+f*
+853.129 4985.61 m
+863.928 5003.6 l
+874.728 5020.4 l
+929.923 5020.4 l
+916.724 5024 l
+905.925 5028.8 l
+897.526 5032.4 l
+891.526 5036 l
+887.926 5040.8 l
+886.727 5045.6 l
+887.926 5050.4 l
+890.326 5055.2 l
+893.926 5060 l
+897.526 5063.6 l
+902.325 5066 l
+908.325 5069.6 l
+915.524 5072 l
+922.723 5075.6 l
+931.123 5078 l
+939.522 5080.4 l
+950.321 5081.6 l
+961.12 5084 l
+973.119 5085.2 l
+986.318 5086.4 l
+999.517 5087.6 l
+1013.92 5088.8 l
+1029.51 5088.8 l
+1045.11 5088.8 l
+1259.9 5088.8 l
+1245.5 5069.6 l
+1232.3 5051.6 l
+1046.31 5051.6 l
+1031.91 5051.6 l
+1019.92 5050.4 l
+1009.12 5049.2 l
+999.517 5048 l
+992.318 5045.6 l
+986.318 5043.2 l
+982.719 5040.8 l
+980.319 5038.4 l
+979.119 5034.8 l
+980.319 5032.4 l
+983.918 5030 l
+991.118 5027.6 l
+994.718 5026.4 l
+999.517 5025.2 l
+1006.72 5025.2 l
+1012.72 5024 l
+1021.12 5024 l
+1030.71 5022.8 l
+1040.31 5022.8 l
+1051.11 5022.8 l
+1213.1 5022.8 l
+1202.3 5004.8 l
+1190.3 4985.61 l
+853.129 4985.61 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3396.92 2880.98 m
+3407.72 2896.58 l
+3418.52 2910.98 l
+3546.9 2910.98 l
+3557.7 2926.58 l
+3568.5 2943.38 l
+3440.11 2943.38 l
+3449.71 2957.78 l
+3459.31 2973.37 l
+3826.48 2973.37 l
+3816.88 2957.78 l
+3807.28 2943.38 l
+3658.5 2943.38 l
+3647.7 2926.58 l
+3636.9 2910.98 l
+3785.69 2910.98 l
+3774.89 2896.58 l
+3764.09 2880.98 l
+3396.92 2880.98 l
+f*
+3702.89 2987.77 m
+3687.29 2987.77 l
+3674.09 2987.77 l
+3660.9 2988.97 l
+3648.9 2990.17 l
+3636.9 2991.37 l
+3627.3 2993.77 l
+3617.7 2996.17 l
+3608.1 2998.57 l
+3600.9 3000.97 l
+3594.9 3004.57 l
+3588.9 3006.97 l
+3585.3 3010.57 l
+3584.1 3014.17 l
+3582.9 3018.97 l
+3582.9 3022.57 l
+3585.3 3027.37 l
+3588.9 3032.17 l
+3593.7 3036.97 l
+3599.7 3041.77 l
+3606.9 3045.37 l
+3615.3 3048.97 l
+3624.9 3052.57 l
+3635.7 3056.17 l
+3648.9 3058.57 l
+3658.5 3060.97 l
+3669.29 3062.17 l
+3681.29 3063.37 l
+3693.29 3064.57 l
+3705.29 3065.77 l
+3718.49 3066.97 l
+3731.69 3066.97 l
+3744.89 3066.97 l
+3759.29 3066.97 l
+3773.69 3066.97 l
+3786.88 3065.77 l
+3798.88 3064.57 l
+3810.88 3063.37 l
+3820.48 3060.97 l
+3831.28 3058.57 l
+3839.68 3056.17 l
+3846.88 3053.77 l
+3854.08 3051.37 l
+3858.88 3047.77 l
+3862.48 3044.17 l
+3864.88 3040.57 l
+3866.08 3035.77 l
+3864.88 3032.17 l
+3863.68 3027.37 l
+3860.08 3023.77 l
+3856.48 3018.97 l
+3852.88 3015.37 l
+3846.88 3011.77 l
+3840.88 3009.37 l
+3833.68 3005.77 l
+3825.28 3003.37 l
+3815.68 2999.77 l
+3803.68 2997.37 l
+3790.48 2994.97 l
+3777.29 2992.57 l
+3764.09 2990.17 l
+3749.69 2988.97 l
+3734.09 2987.77 l
+3718.49 2987.77 l
+3702.89 2987.77 l
+3702.89 2987.77 l
+h
+3718.49 3014.17 m
+3735.29 3014.17 l
+3749.69 3015.37 l
+3761.69 3016.57 l
+3772.49 3017.77 l
+3780.89 3020.17 l
+3788.08 3022.57 l
+3791.68 3024.97 l
+3795.28 3027.37 l
+3795.28 3029.77 l
+3792.88 3032.17 l
+3789.28 3034.57 l
+3783.29 3036.97 l
+3773.69 3038.17 l
+3762.89 3039.37 l
+3748.49 3040.57 l
+3731.69 3040.57 l
+3714.89 3040.57 l
+3700.49 3039.37 l
+3688.49 3038.17 l
+3677.69 3036.97 l
+3669.29 3034.57 l
+3662.1 3032.17 l
+3658.5 3029.77 l
+3654.9 3027.37 l
+3654.9 3024.97 l
+3657.3 3022.57 l
+3660.9 3020.17 l
+3668.09 3017.77 l
+3676.49 3016.57 l
+3687.29 3015.37 l
+3701.69 3014.17 l
+3718.49 3014.17 l
+3718.49 3014.17 l
+f*
+3808.48 3075.37 m
+3812.08 3101.76 l
+3820.48 3102.96 l
+3827.68 3104.16 l
+3834.88 3105.36 l
+3839.68 3106.56 l
+3843.28 3107.76 l
+3846.88 3110.16 l
+3849.28 3111.36 l
+3850.48 3113.76 l
+3851.68 3116.16 l
+3850.48 3118.56 l
+3849.28 3120.96 l
+3845.68 3122.16 l
+3843.28 3123.36 l
+3839.68 3124.56 l
+3834.88 3124.56 l
+3830.08 3124.56 l
+3825.28 3124.56 l
+3820.48 3123.36 l
+3815.68 3123.36 l
+3812.08 3122.16 l
+3809.68 3119.76 l
+3806.08 3117.36 l
+3801.28 3114.96 l
+3796.48 3110.16 l
+3789.28 3104.16 l
+3782.09 3098.16 l
+3776.09 3094.56 l
+3770.09 3090.96 l
+3764.09 3088.56 l
+3758.09 3086.16 l
+3748.49 3083.76 l
+3738.89 3081.36 l
+3729.29 3080.17 l
+3718.49 3078.97 l
+3706.49 3078.97 l
+3694.49 3077.77 l
+3682.49 3078.97 l
+3670.49 3078.97 l
+3660.9 3080.17 l
+3651.3 3082.56 l
+3644.1 3084.96 l
+3636.9 3087.36 l
+3632.1 3089.76 l
+3628.5 3093.36 l
+3626.1 3096.96 l
+3624.9 3101.76 l
+3624.9 3106.56 l
+3627.3 3111.36 l
+3630.9 3117.36 l
+3634.5 3122.16 l
+3638.1 3126.96 l
+3642.9 3130.56 l
+3648.9 3132.96 l
+3654.9 3135.36 l
+3662.1 3137.76 l
+3670.49 3140.16 l
+3678.89 3141.36 l
+3689.69 3143.76 l
+3700.49 3144.96 l
+3713.69 3146.16 l
+3712.49 3120.96 l
+3700.49 3119.76 l
+3692.09 3118.56 l
+3688.49 3116.16 l
+3684.89 3114.96 l
+3682.49 3112.56 l
+3680.09 3110.16 l
+3680.09 3108.96 l
+3680.09 3106.56 l
+3681.29 3105.36 l
+3683.69 3104.16 l
+3689.69 3102.96 l
+3698.09 3101.76 l
+3702.89 3101.76 l
+3706.49 3102.96 l
+3710.09 3102.96 l
+3713.69 3104.16 l
+3717.29 3106.56 l
+3720.89 3108.96 l
+3724.49 3112.56 l
+3728.09 3116.16 l
+3734.09 3122.16 l
+3740.09 3126.96 l
+3746.09 3131.76 l
+3753.29 3135.36 l
+3759.29 3138.96 l
+3767.69 3141.36 l
+3777.29 3143.76 l
+3786.88 3146.16 l
+3796.48 3147.36 l
+3807.28 3148.56 l
+3818.08 3148.56 l
+3830.08 3148.56 l
+3840.88 3148.56 l
+3852.88 3148.56 l
+3862.48 3147.36 l
+3873.28 3144.96 l
+3882.88 3143.76 l
+3891.28 3140.16 l
+3897.28 3137.76 l
+3903.28 3134.16 l
+3906.87 3129.36 l
+3908.07 3124.56 l
+3908.07 3118.56 l
+3905.68 3112.56 l
+3903.28 3107.76 l
+3900.88 3104.16 l
+3897.28 3100.56 l
+3893.68 3096.96 l
+3888.88 3093.36 l
+3884.08 3089.76 l
+3878.08 3087.36 l
+3872.08 3086.16 l
+3866.08 3083.76 l
+3858.88 3081.36 l
+3851.68 3080.17 l
+3844.48 3078.97 l
+3836.08 3077.77 l
+3827.68 3076.57 l
+3818.08 3075.37 l
+3808.48 3075.37 l
+3808.48 3075.37 l
+f*
+3567.3 3194.16 m
+3668.09 3194.16 l
+3674.09 3208.55 l
+3748.49 3208.55 l
+3743.69 3194.16 l
+3837.28 3194.16 l
+3851.68 3194.16 l
+3860.08 3195.36 l
+3864.88 3195.36 l
+3867.28 3196.56 l
+3869.68 3197.76 l
+3870.88 3200.16 l
+3869.68 3203.75 l
+3867.28 3207.35 l
+3938.07 3209.75 l
+3940.47 3204.95 l
+3940.47 3200.16 l
+3940.47 3195.36 l
+3939.27 3191.76 l
+3936.87 3186.96 l
+3933.27 3183.36 l
+3929.67 3179.76 l
+3923.67 3177.36 l
+3917.67 3174.96 l
+3910.47 3172.56 l
+3902.08 3171.36 l
+3891.28 3170.16 l
+3879.28 3168.96 l
+3864.88 3167.76 l
+3846.88 3167.76 l
+3826.48 3167.76 l
+3732.89 3167.76 l
+3728.09 3158.16 l
+3653.7 3158.16 l
+3657.3 3167.76 l
+3609.3 3167.76 l
+3567.3 3194.16 l
+f*
+3863.68 3298.55 m
+3855.28 3272.15 l
+3845.68 3245.75 l
+3857.68 3245.75 l
+3868.48 3246.95 l
+3876.88 3248.15 l
+3884.08 3249.35 l
+3892.48 3250.55 l
+3898.48 3252.95 l
+3902.08 3256.55 l
+3904.48 3258.95 l
+3904.48 3261.35 l
+3904.48 3262.55 l
+3902.08 3264.95 l
+3899.68 3266.15 l
+3893.68 3268.55 l
+3884.08 3270.95 l
+3902.08 3297.35 l
+3911.67 3296.15 l
+3920.07 3293.75 l
+3927.27 3292.55 l
+3934.47 3290.15 l
+3940.47 3288.95 l
+3946.47 3286.55 l
+3951.27 3284.15 l
+3954.87 3282.95 l
+3958.47 3280.55 l
+3960.87 3278.15 l
+3963.27 3275.75 l
+3964.47 3272.15 l
+3965.67 3269.75 l
+3965.67 3266.15 l
+3965.67 3262.55 l
+3964.47 3257.75 l
+3963.27 3255.35 l
+3960.87 3251.75 l
+3958.47 3249.35 l
+3956.07 3245.75 l
+3953.67 3243.35 l
+3950.07 3240.95 l
+3946.47 3238.55 l
+3941.67 3236.15 l
+3932.07 3232.55 l
+3920.07 3228.95 l
+3905.68 3226.55 l
+3890.08 3224.15 l
+3881.68 3222.95 l
+3872.08 3221.75 l
+3862.48 3220.55 l
+3852.88 3219.35 l
+3843.28 3219.35 l
+3832.48 3219.35 l
+3822.88 3218.15 l
+3810.88 3218.15 l
+3796.48 3218.15 l
+3782.09 3219.35 l
+3768.89 3219.35 l
+3755.69 3220.55 l
+3744.89 3222.95 l
+3732.89 3224.15 l
+3723.29 3226.55 l
+3714.89 3228.95 l
+3706.49 3231.35 l
+3699.29 3234.95 l
+3694.49 3237.35 l
+3689.69 3240.95 l
+3687.29 3244.55 l
+3684.89 3249.35 l
+3684.89 3252.95 l
+3686.09 3257.75 l
+3687.29 3261.35 l
+3689.69 3264.95 l
+3692.09 3267.35 l
+3694.49 3270.95 l
+3698.09 3273.35 l
+3701.69 3275.75 l
+3706.49 3279.35 l
+3711.29 3280.55 l
+3716.09 3282.95 l
+3722.09 3285.35 l
+3728.09 3286.55 l
+3735.29 3288.95 l
+3742.49 3290.15 l
+3749.69 3291.35 l
+3758.09 3292.55 l
+3766.49 3293.75 l
+3774.89 3294.95 l
+3784.49 3296.15 l
+3794.08 3297.35 l
+3804.88 3297.35 l
+3815.68 3298.55 l
+3827.68 3298.55 l
+3839.68 3298.55 l
+3852.88 3298.55 l
+3863.68 3298.55 l
+h
+3806.08 3272.15 m
+3791.68 3270.95 l
+3780.89 3269.75 l
+3770.09 3268.55 l
+3762.89 3267.35 l
+3755.69 3266.15 l
+3750.89 3263.75 l
+3748.49 3261.35 l
+3746.09 3258.95 l
+3746.09 3255.35 l
+3749.69 3252.95 l
+3754.49 3250.55 l
+3762.89 3248.15 l
+3768.89 3246.95 l
+3777.29 3246.95 l
+3785.69 3245.75 l
+3797.68 3245.75 l
+3806.08 3272.15 l
+f*
+3629.7 3383.74 m
+3996.87 3383.74 l
+3989.67 3358.54 l
+3951.27 3358.54 l
+3962.07 3356.14 l
+3970.47 3353.74 l
+3977.67 3351.34 l
+3982.47 3348.94 l
+3986.07 3346.54 l
+3988.47 3342.94 l
+3989.67 3340.54 l
+3989.67 3336.94 l
+3988.47 3333.34 l
+3984.87 3329.74 l
+3981.27 3327.34 l
+3975.27 3323.74 l
+3969.27 3321.34 l
+3960.87 3318.95 l
+3952.47 3316.55 l
+3941.67 3315.35 l
+3930.87 3312.95 l
+3918.87 3311.75 l
+3906.87 3310.55 l
+3894.88 3309.35 l
+3881.68 3308.15 l
+3867.28 3308.15 l
+3854.08 3308.15 l
+3838.48 3308.15 l
+3822.88 3308.15 l
+3808.48 3308.15 l
+3794.08 3309.35 l
+3780.89 3309.35 l
+3770.09 3310.55 l
+3759.29 3311.75 l
+3749.69 3314.15 l
+3740.09 3315.35 l
+3732.89 3317.75 l
+3726.89 3320.15 l
+3720.89 3322.54 l
+3717.29 3324.94 l
+3713.69 3327.34 l
+3712.49 3330.94 l
+3711.29 3333.34 l
+3711.29 3336.94 l
+3712.49 3339.34 l
+3714.89 3342.94 l
+3718.49 3345.34 l
+3723.29 3347.74 l
+3728.09 3350.14 l
+3734.09 3352.54 l
+3741.29 3354.94 l
+3749.69 3357.34 l
+3622.5 3357.34 l
+3629.7 3383.74 l
+h
+3856.48 3357.34 m
+3840.88 3357.34 l
+3828.88 3356.14 l
+3818.08 3354.94 l
+3808.48 3353.74 l
+3801.28 3352.54 l
+3795.28 3350.14 l
+3791.68 3347.74 l
+3790.48 3345.34 l
+3790.48 3342.94 l
+3792.88 3340.54 l
+3796.48 3339.34 l
+3802.48 3336.94 l
+3810.88 3335.74 l
+3821.68 3334.54 l
+3834.88 3334.54 l
+3851.68 3334.54 l
+3867.28 3334.54 l
+3880.48 3334.54 l
+3891.28 3335.74 l
+3899.68 3336.94 l
+3906.87 3339.34 l
+3912.87 3340.54 l
+3916.47 3342.94 l
+3917.67 3345.34 l
+3917.67 3347.74 l
+3915.27 3350.14 l
+3910.47 3352.54 l
+3904.48 3353.74 l
+3896.08 3354.94 l
+3885.28 3356.14 l
+3872.08 3357.34 l
+3856.48 3357.34 l
+3856.48 3357.34 l
+f*
+3645.3 3444.93 m
+3651.3 3471.33 l
+3779.69 3471.33 l
+3772.49 3473.73 l
+3766.49 3476.13 l
+3760.49 3478.53 l
+3756.89 3480.93 l
+3754.49 3483.33 l
+3752.09 3485.73 l
+3750.89 3489.33 l
+3750.89 3491.73 l
+3752.09 3495.33 l
+3754.49 3497.73 l
+3758.09 3500.13 l
+3762.89 3503.73 l
+3767.69 3506.13 l
+3774.89 3508.53 l
+3782.09 3510.93 l
+3790.48 3512.13 l
+3800.08 3514.53 l
+3810.88 3515.73 l
+3822.88 3518.13 l
+3834.88 3519.33 l
+3848.08 3519.33 l
+3862.48 3520.53 l
+3876.88 3520.53 l
+3892.48 3520.53 l
+3914.07 3520.53 l
+3933.27 3520.53 l
+3952.47 3519.33 l
+3969.27 3516.93 l
+3983.67 3514.53 l
+3996.87 3512.13 l
+4007.67 3509.73 l
+4016.07 3506.13 l
+4023.27 3503.73 l
+4026.86 3500.13 l
+4029.26 3495.33 l
+4029.26 3491.73 l
+4028.06 3488.13 l
+4025.67 3485.73 l
+4020.87 3482.13 l
+4014.87 3478.53 l
+4008.87 3477.33 l
+4001.67 3474.93 l
+3990.87 3472.53 l
+3978.87 3468.93 l
+4018.47 3468.93 l
+4012.47 3444.93 l
+3645.3 3444.93 l
+h
+3885.28 3471.33 m
+3900.88 3471.33 l
+3915.27 3472.53 l
+3926.07 3473.73 l
+3935.67 3474.93 l
+3942.87 3476.13 l
+3947.67 3478.53 l
+3951.27 3480.93 l
+3952.47 3483.33 l
+3952.47 3485.73 l
+3950.07 3486.93 l
+3945.27 3489.33 l
+3939.27 3490.53 l
+3930.87 3492.93 l
+3920.07 3494.13 l
+3905.68 3494.13 l
+3888.88 3494.13 l
+3874.48 3494.13 l
+3861.28 3494.13 l
+3850.48 3492.93 l
+3842.08 3491.73 l
+3834.88 3489.33 l
+3830.08 3488.13 l
+3827.68 3485.73 l
+3825.28 3483.33 l
+3826.48 3480.93 l
+3828.88 3478.53 l
+3832.48 3476.13 l
+3839.68 3474.93 l
+3848.08 3473.73 l
+3857.68 3472.53 l
+3870.88 3471.33 l
+3885.28 3471.33 l
+3885.28 3471.33 l
+f*
+3764.09 3526.53 m
+3770.09 3554.13 l
+3950.07 3568.52 l
+3774.89 3581.72 l
+3779.69 3608.12 l
+4059.26 3580.52 l
+4080.86 3578.12 l
+4098.86 3575.72 l
+4113.26 3573.32 l
+4122.86 3570.92 l
+4128.86 3569.72 l
+4132.46 3567.32 l
+4136.06 3564.92 l
+4139.66 3562.52 l
+4142.06 3560.12 l
+4143.26 3556.53 l
+4143.26 3554.13 l
+4143.26 3550.53 l
+4142.06 3546.93 l
+4140.86 3543.33 l
+4137.26 3538.53 l
+4133.66 3532.53 l
+4062.86 3530.13 l
+4066.46 3533.73 l
+4068.86 3536.13 l
+4070.06 3539.73 l
+4071.26 3543.33 l
+4071.26 3545.73 l
+4070.06 3546.93 l
+4067.66 3549.33 l
+4065.26 3550.53 l
+4060.46 3551.73 l
+4054.46 3552.93 l
+4046.06 3554.13 l
+4036.46 3555.33 l
+3764.09 3526.53 l
+f*
+3911.67 3726.91 m
+3944.07 3752.11 l
+3964.47 3750.91 l
+3982.47 3748.51 l
+3998.07 3746.11 l
+4013.67 3743.71 l
+4025.67 3741.31 l
+4036.46 3737.71 l
+4046.06 3734.11 l
+4053.26 3730.51 l
+4059.26 3725.71 l
+4062.86 3720.91 l
+4065.26 3714.91 l
+4065.26 3708.91 l
+4065.26 3705.31 l
+4064.06 3701.71 l
+4061.66 3698.11 l
+4059.26 3694.51 l
+4056.86 3692.11 l
+4053.26 3688.51 l
+4049.66 3686.11 l
+4044.86 3683.71 l
+4040.06 3681.31 l
+4034.06 3678.92 l
+4028.06 3676.52 l
+4019.67 3674.12 l
+4011.27 3671.72 l
+4002.87 3670.52 l
+3993.27 3668.12 l
+3982.47 3665.72 l
+3970.47 3664.52 l
+3958.47 3663.32 l
+3945.27 3662.12 l
+3930.87 3660.92 l
+3916.47 3659.72 l
+3900.88 3659.72 l
+3885.28 3659.72 l
+3868.48 3658.52 l
+3846.88 3659.72 l
+3825.28 3659.72 l
+3806.08 3660.92 l
+3788.08 3662.12 l
+3771.29 3664.52 l
+3756.89 3665.72 l
+3742.49 3668.12 l
+3730.49 3671.72 l
+3718.49 3675.32 l
+3708.89 3678.92 l
+3701.69 3682.51 l
+3695.69 3687.31 l
+3690.89 3692.11 l
+3687.29 3696.91 l
+3684.89 3701.71 l
+3684.89 3707.71 l
+3686.09 3711.31 l
+3688.49 3716.11 l
+3690.89 3719.71 l
+3694.49 3723.31 l
+3698.09 3726.91 l
+3704.09 3730.51 l
+3710.09 3732.91 l
+3717.29 3735.31 l
+3724.49 3738.91 l
+3732.89 3741.31 l
+3742.49 3742.51 l
+3753.29 3744.91 l
+3764.09 3747.31 l
+3777.29 3748.51 l
+3790.48 3749.71 l
+3804.88 3750.91 l
+3824.08 3725.71 l
+3809.68 3723.31 l
+3798.88 3722.11 l
+3792.88 3720.91 l
+3786.88 3719.71 l
+3782.09 3718.51 l
+3778.49 3716.11 l
+3774.89 3714.91 l
+3772.49 3712.51 l
+3771.29 3710.11 l
+3770.09 3707.71 l
+3770.09 3705.31 l
+3771.29 3702.91 l
+3773.69 3701.71 l
+3777.29 3699.31 l
+3780.89 3696.91 l
+3786.88 3695.71 l
+3792.88 3694.51 l
+3800.08 3693.31 l
+3806.08 3692.11 l
+3813.28 3690.91 l
+3820.48 3690.91 l
+3828.88 3689.71 l
+3838.48 3689.71 l
+3848.08 3688.51 l
+3860.08 3688.51 l
+3872.08 3688.51 l
+3886.48 3688.51 l
+3899.68 3688.51 l
+3911.67 3689.71 l
+3923.67 3689.71 l
+3933.27 3690.91 l
+3941.67 3690.91 l
+3950.07 3692.11 l
+3956.07 3693.31 l
+3962.07 3694.51 l
+3966.87 3695.71 l
+3970.47 3698.11 l
+3974.07 3699.31 l
+3976.47 3700.51 l
+3978.87 3702.91 l
+3980.07 3705.31 l
+3980.07 3707.71 l
+3980.07 3711.31 l
+3976.47 3714.91 l
+3971.67 3717.31 l
+3963.27 3719.71 l
+3953.67 3722.11 l
+3941.67 3723.31 l
+3927.27 3725.71 l
+3911.67 3726.91 l
+3911.67 3726.91 l
+f*
+3698.09 3765.31 m
+3700.49 3791.71 l
+3770.09 3791.71 l
+3767.69 3765.31 l
+3698.09 3765.31 l
+h
+3798.88 3765.31 m
+3801.28 3791.71 l
+4067.66 3791.71 l
+4065.26 3765.31 l
+3798.88 3765.31 l
+f*
+3704.09 3842.1 m
+3804.88 3842.1 l
+3806.08 3856.5 l
+3880.48 3856.5 l
+3879.28 3842.1 l
+3974.07 3842.1 l
+3988.47 3842.1 l
+3996.87 3842.1 l
+4000.47 3843.3 l
+4002.87 3844.5 l
+4004.07 3845.7 l
+4005.27 3846.9 l
+4004.07 3850.5 l
+3999.27 3855.3 l
+4070.06 3857.7 l
+4072.46 3852.9 l
+4074.86 3848.1 l
+4076.06 3843.3 l
+4077.26 3838.5 l
+4076.06 3833.7 l
+4073.66 3830.1 l
+4070.06 3826.5 l
+4066.46 3824.1 l
+4060.46 3821.7 l
+4053.26 3820.5 l
+4046.06 3818.1 l
+4036.46 3816.9 l
+4024.47 3815.7 l
+4010.07 3815.7 l
+3992.07 3814.5 l
+3971.67 3814.5 l
+3878.08 3814.5 l
+3876.88 3804.9 l
+3802.48 3804.9 l
+3803.68 3814.5 l
+3754.49 3814.5 l
+3704.09 3842.1 l
+f*
+3806.08 3861.3 m
+3807.28 3888.9 l
+3984.87 3903.3 l
+3808.48 3916.5 l
+3809.68 3942.89 l
+4092.86 3915.3 l
+4115.66 3912.9 l
+4133.66 3910.5 l
+4148.05 3908.1 l
+4157.65 3905.7 l
+4163.65 3904.5 l
+4168.45 3902.1 l
+4172.05 3899.7 l
+4175.65 3897.3 l
+4178.05 3894.9 l
+4180.45 3891.3 l
+4180.45 3888.9 l
+4181.65 3885.3 l
+4180.45 3881.7 l
+4179.25 3878.1 l
+4176.85 3873.3 l
+4174.45 3867.3 l
+4103.66 3864.9 l
+4106.06 3868.5 l
+4108.46 3870.9 l
+4109.66 3874.5 l
+4110.86 3878.1 l
+4110.86 3880.5 l
+4108.46 3881.7 l
+4106.06 3884.1 l
+4102.46 3885.3 l
+4097.66 3886.5 l
+4091.66 3887.7 l
+4083.26 3888.9 l
+4073.66 3890.1 l
+3806.08 3861.3 l
+f*
+3944.07 3992.09 m
+3928.47 3992.09 l
+3914.07 3993.29 l
+3900.88 3993.29 l
+3887.68 3994.49 l
+3875.68 3996.89 l
+3863.68 3998.09 l
+3852.88 4000.49 l
+3843.28 4002.89 l
+3833.68 4005.29 l
+3825.28 4008.89 l
+3819.28 4012.49 l
+3813.28 4016.09 l
+3808.48 4019.69 l
+3806.08 4023.29 l
+3803.68 4026.89 l
+3803.68 4031.69 l
+3803.68 4036.49 l
+3806.08 4041.28 l
+3809.68 4046.08 l
+3814.48 4049.68 l
+3821.68 4053.28 l
+3828.88 4056.88 l
+3838.48 4060.48 l
+3849.28 4062.88 l
+3858.88 4065.28 l
+3868.48 4066.48 l
+3879.28 4068.88 l
+3890.08 4070.08 l
+3902.08 4071.28 l
+3915.27 4071.28 l
+3927.27 4071.28 l
+3940.47 4072.48 l
+3956.07 4071.28 l
+3970.47 4071.28 l
+3983.67 4070.08 l
+3996.87 4068.88 l
+4008.87 4067.68 l
+4020.87 4066.48 l
+4031.66 4064.08 l
+4041.26 4061.68 l
+4050.86 4058.08 l
+4059.26 4055.68 l
+4065.26 4052.08 l
+4071.26 4048.48 l
+4076.06 4044.88 l
+4078.46 4041.28 l
+4080.86 4036.49 l
+4082.06 4031.69 l
+4080.86 4028.09 l
+4079.66 4024.49 l
+4077.26 4019.69 l
+4073.66 4017.29 l
+4068.86 4013.69 l
+4064.06 4010.09 l
+4056.86 4007.69 l
+4049.66 4005.29 l
+4038.86 4001.69 l
+4028.06 3999.29 l
+4016.07 3996.89 l
+4002.87 3995.69 l
+3989.67 3994.49 l
+3975.27 3993.29 l
+3959.67 3992.09 l
+3944.07 3992.09 l
+3944.07 3992.09 l
+h
+3944.07 4018.49 m
+3959.67 4018.49 l
+3974.07 4019.69 l
+3986.07 4020.89 l
+3995.67 4022.09 l
+4004.07 4024.49 l
+4008.87 4026.89 l
+4011.27 4029.29 l
+4012.47 4031.69 l
+4011.27 4035.29 l
+4008.87 4037.69 l
+4002.87 4040.08 l
+3995.67 4041.28 l
+3986.07 4043.68 l
+3974.07 4044.88 l
+3959.67 4044.88 l
+3941.67 4044.88 l
+3926.07 4044.88 l
+3911.67 4043.68 l
+3899.68 4042.48 l
+3890.08 4041.28 l
+3882.88 4038.89 l
+3878.08 4037.69 l
+3874.48 4035.29 l
+3873.28 4031.69 l
+3874.48 4029.29 l
+3878.08 4026.89 l
+3882.88 4024.49 l
+3891.28 4022.09 l
+3900.88 4020.89 l
+3912.87 4019.69 l
+3927.27 4018.49 l
+3944.07 4018.49 l
+3944.07 4018.49 l
+f*
+3807.28 4114.48 m
+3806.08 4126.48 l
+3880.48 4126.48 l
+3881.68 4114.48 l
+4072.46 4114.48 l
+4073.66 4088.08 l
+3882.88 4088.08 l
+3882.88 4077.28 l
+3808.48 4077.28 l
+3808.48 4088.08 l
+3796.48 4088.08 l
+3778.49 4088.08 l
+3760.49 4088.08 l
+3750.89 4089.28 l
+3742.49 4089.28 l
+3735.29 4090.48 l
+3728.09 4091.68 l
+3722.09 4092.88 l
+3716.09 4095.28 l
+3711.29 4096.48 l
+3707.69 4098.88 l
+3704.09 4101.28 l
+3701.69 4104.88 l
+3700.49 4108.48 l
+3699.29 4112.08 l
+3699.29 4115.68 l
+3700.49 4120.48 l
+3701.69 4126.48 l
+3704.09 4132.48 l
+3766.49 4130.08 l
+3764.09 4125.28 l
+3764.09 4121.68 l
+3765.29 4119.28 l
+3768.89 4116.88 l
+3774.89 4115.68 l
+3783.29 4114.48 l
+3791.68 4114.48 l
+3807.28 4114.48 l
+3807.28 4114.48 l
+f*
+3700.49 4182.87 m
+3698.09 4220.07 l
+3693.29 4256.07 l
+3772.49 4256.07 l
+3774.89 4234.47 l
+3777.29 4212.87 l
+3840.88 4212.87 l
+3837.28 4250.07 l
+3911.67 4250.07 l
+3915.27 4212.87 l
+4065.26 4212.87 l
+4067.66 4182.87 l
+3700.49 4182.87 l
+f*
+3876.88 4294.46 m
+3869.68 4269.27 l
+3857.68 4270.47 l
+3846.88 4271.67 l
+3837.28 4272.87 l
+3828.88 4274.07 l
+3821.68 4275.27 l
+3814.48 4276.47 l
+3808.48 4278.87 l
+3802.48 4281.26 l
+3798.88 4283.66 l
+3795.28 4286.06 l
+3791.68 4288.46 l
+3789.28 4290.86 l
+3786.88 4294.46 l
+3784.49 4298.06 l
+3783.29 4301.66 l
+3783.29 4305.26 l
+3782.09 4311.26 l
+3782.09 4316.06 l
+3783.29 4320.86 l
+3785.69 4324.46 l
+3788.08 4328.06 l
+3791.68 4331.66 l
+3797.68 4334.06 l
+3804.88 4336.46 l
+3810.88 4337.66 l
+3818.08 4340.06 l
+3826.48 4341.26 l
+3836.08 4342.46 l
+3846.88 4342.46 l
+3856.48 4343.66 l
+3866.08 4343.66 l
+3875.68 4343.66 l
+3993.27 4343.66 l
+4010.07 4343.66 l
+4022.07 4344.86 l
+4034.06 4346.06 l
+4048.46 4347.26 l
+4052.06 4322.06 l
+4043.66 4320.86 l
+4037.66 4320.86 l
+4020.87 4319.66 l
+4029.26 4317.26 l
+4037.66 4314.86 l
+4044.86 4311.26 l
+4049.66 4308.86 l
+4054.46 4305.26 l
+4059.26 4301.66 l
+4061.66 4296.86 l
+4062.86 4292.06 l
+4062.86 4289.66 l
+4061.66 4287.26 l
+4060.46 4283.66 l
+4058.06 4281.26 l
+4055.66 4280.06 l
+4052.06 4277.67 l
+4048.46 4275.27 l
+4043.66 4274.07 l
+4037.66 4272.87 l
+4031.66 4270.47 l
+4025.67 4270.47 l
+4019.67 4269.27 l
+4012.47 4268.07 l
+4005.27 4268.07 l
+3998.07 4268.07 l
+3989.67 4266.87 l
+3975.27 4268.07 l
+3962.07 4268.07 l
+3950.07 4270.47 l
+3939.27 4271.67 l
+3934.47 4272.87 l
+3929.67 4275.27 l
+3924.87 4276.47 l
+3921.27 4278.87 l
+3917.67 4281.26 l
+3914.07 4283.66 l
+3910.47 4286.06 l
+3908.07 4289.66 l
+3896.08 4301.66 l
+3888.88 4308.86 l
+3882.88 4313.66 l
+3875.68 4318.46 l
+3867.28 4318.46 l
+3860.08 4317.26 l
+3854.08 4317.26 l
+3849.28 4316.06 l
+3846.88 4314.86 l
+3844.48 4313.66 l
+3843.28 4311.26 l
+3843.28 4308.86 l
+3843.28 4305.26 l
+3845.68 4302.86 l
+3848.08 4300.46 l
+3852.88 4299.26 l
+3856.48 4298.06 l
+3861.28 4296.86 l
+3868.48 4295.66 l
+3876.88 4294.46 l
+3876.88 4294.46 l
+h
+3927.27 4318.46 m
+3934.47 4312.46 l
+3941.67 4306.46 l
+3946.47 4302.86 l
+3951.27 4300.46 l
+3954.87 4298.06 l
+3959.67 4295.66 l
+3968.07 4294.46 l
+3978.87 4294.46 l
+3984.87 4294.46 l
+3989.67 4294.46 l
+3994.47 4295.66 l
+3998.07 4295.66 l
+4001.67 4296.86 l
+4002.87 4299.26 l
+4004.07 4300.46 l
+4005.27 4302.86 l
+4004.07 4305.26 l
+4001.67 4306.46 l
+3999.27 4308.86 l
+3995.67 4311.26 l
+3990.87 4312.46 l
+3986.07 4313.66 l
+3980.07 4314.86 l
+3974.07 4316.06 l
+3968.07 4317.26 l
+3960.87 4317.26 l
+3952.47 4318.46 l
+3942.87 4318.46 l
+3927.27 4318.46 l
+f*
+3678.89 4360.46 m
+3675.29 4388.06 l
+3744.89 4388.06 l
+3748.49 4360.46 l
+3678.89 4360.46 l
+h
+3780.89 4360.46 m
+3776.09 4388.06 l
+4042.46 4388.06 l
+4046.06 4360.46 l
+3780.89 4360.46 l
+f*
+3772.49 4404.85 m
+3767.69 4428.85 l
+3812.08 4428.85 l
+3798.88 4431.25 l
+3786.88 4433.65 l
+3778.49 4434.85 l
+3771.29 4437.25 l
+3766.49 4438.45 l
+3762.89 4440.85 l
+3760.49 4443.25 l
+3759.29 4445.65 l
+3759.29 4449.25 l
+3760.49 4452.85 l
+3765.29 4455.25 l
+3770.09 4458.85 l
+3844.48 4450.45 l
+3839.68 4446.85 l
+3838.48 4443.25 l
+3839.68 4440.85 l
+3843.28 4438.45 l
+3849.28 4437.25 l
+3856.48 4434.85 l
+3863.68 4434.85 l
+3870.88 4433.65 l
+3880.48 4432.45 l
+3891.28 4432.45 l
+3902.08 4431.25 l
+3915.27 4431.25 l
+3929.67 4431.25 l
+3945.27 4431.25 l
+4034.06 4431.25 l
+4038.86 4404.85 l
+3772.49 4404.85 l
+f*
+3754.49 4493.65 m
+3752.09 4505.65 l
+3826.48 4505.65 l
+3828.88 4493.65 l
+4020.87 4493.65 l
+4026.86 4467.25 l
+3834.88 4467.25 l
+3837.28 4456.45 l
+3762.89 4456.45 l
+3760.49 4467.25 l
+3748.49 4467.25 l
+3731.69 4467.25 l
+3712.49 4467.25 l
+3702.89 4468.45 l
+3694.49 4468.45 l
+3687.29 4469.65 l
+3680.09 4470.85 l
+3674.09 4472.05 l
+3668.09 4474.45 l
+3663.3 4475.65 l
+3658.5 4478.05 l
+3654.9 4480.45 l
+3651.3 4484.05 l
+3648.9 4487.65 l
+3647.7 4491.25 l
+3646.5 4494.85 l
+3647.7 4499.65 l
+3647.7 4505.65 l
+3648.9 4511.65 l
+3711.29 4509.25 l
+3710.09 4504.45 l
+3710.09 4500.85 l
+3712.49 4498.45 l
+3716.09 4496.05 l
+3722.09 4494.85 l
+3731.69 4493.65 l
+3740.09 4493.65 l
+3754.49 4493.65 l
+3754.49 4493.65 l
+f*
+3830.08 4540.44 m
+3825.28 4514.05 l
+3813.28 4515.25 l
+3802.48 4516.45 l
+3792.88 4517.65 l
+3784.49 4518.85 l
+3777.29 4520.05 l
+3770.09 4522.44 l
+3762.89 4523.64 l
+3756.89 4526.04 l
+3753.29 4528.44 l
+3749.69 4530.84 l
+3746.09 4533.24 l
+3742.49 4536.84 l
+3740.09 4539.24 l
+3737.69 4542.84 l
+3736.49 4546.44 l
+3735.29 4550.04 l
+3734.09 4556.04 l
+3732.89 4560.84 l
+3734.09 4565.64 l
+3735.29 4569.24 l
+3737.69 4572.84 l
+3741.29 4576.44 l
+3746.09 4578.84 l
+3753.29 4581.24 l
+3759.29 4583.64 l
+3766.49 4584.84 l
+3773.69 4586.04 l
+3783.29 4587.24 l
+3794.08 4587.24 l
+3803.68 4588.44 l
+3813.28 4588.44 l
+3822.88 4588.44 l
+3940.47 4588.44 l
+3957.27 4589.64 l
+3969.27 4589.64 l
+3981.27 4590.84 l
+3995.67 4592.04 l
+4002.87 4566.84 l
+3994.47 4565.64 l
+3987.27 4565.64 l
+3970.47 4564.44 l
+3980.07 4562.04 l
+3988.47 4559.64 l
+3995.67 4557.24 l
+4001.67 4553.64 l
+4006.47 4550.04 l
+4011.27 4546.44 l
+4014.87 4541.64 l
+4016.07 4538.04 l
+4016.07 4534.44 l
+4016.07 4532.04 l
+4014.87 4529.64 l
+4013.67 4527.24 l
+4011.27 4524.84 l
+4007.67 4522.44 l
+4004.07 4520.05 l
+3999.27 4518.85 l
+3993.27 4517.65 l
+3988.47 4516.45 l
+3982.47 4515.25 l
+3975.27 4514.05 l
+3969.27 4512.85 l
+3962.07 4512.85 l
+3953.67 4512.85 l
+3946.47 4512.85 l
+3932.07 4512.85 l
+3917.67 4514.05 l
+3905.68 4515.25 l
+3894.88 4516.45 l
+3890.08 4518.85 l
+3885.28 4520.05 l
+3880.48 4521.24 l
+3876.88 4523.64 l
+3872.08 4526.04 l
+3868.48 4528.44 l
+3864.88 4530.84 l
+3861.28 4534.44 l
+3849.28 4546.44 l
+3840.88 4553.64 l
+3833.68 4558.44 l
+3825.28 4563.24 l
+3816.88 4563.24 l
+3809.68 4562.04 l
+3804.88 4562.04 l
+3800.08 4560.84 l
+3797.68 4559.64 l
+3795.28 4558.44 l
+3794.08 4556.04 l
+3794.08 4553.64 l
+3795.28 4551.24 l
+3797.68 4547.64 l
+3801.28 4545.24 l
+3804.88 4544.04 l
+3809.68 4542.84 l
+3814.48 4541.64 l
+3821.68 4540.44 l
+3830.08 4540.44 l
+3830.08 4540.44 l
+h
+3876.88 4563.24 m
+3886.48 4557.24 l
+3893.68 4551.24 l
+3898.48 4547.64 l
+3903.28 4545.24 l
+3908.07 4542.84 l
+3912.87 4541.64 l
+3922.47 4539.24 l
+3932.07 4539.24 l
+3938.07 4539.24 l
+3942.87 4539.24 l
+3947.67 4540.44 l
+3951.27 4541.64 l
+3953.67 4542.84 l
+3956.07 4544.04 l
+3957.27 4545.24 l
+3957.27 4547.64 l
+3956.07 4550.04 l
+3953.67 4552.44 l
+3951.27 4553.64 l
+3946.47 4556.04 l
+3941.67 4557.24 l
+3936.87 4559.64 l
+3930.87 4560.84 l
+3924.87 4560.84 l
+3918.87 4562.04 l
+3911.67 4562.04 l
+3903.28 4563.24 l
+3893.68 4563.24 l
+3876.88 4563.24 l
+f*
+3728.09 4599.24 m
+3718.49 4630.44 l
+3789.28 4641.23 l
+3711.29 4654.43 l
+3701.69 4683.23 l
+3836.08 4660.43 l
+3966.87 4685.63 l
+3977.67 4654.43 l
+3896.08 4641.23 l
+3986.07 4626.84 l
+3994.47 4598.04 l
+3848.08 4623.24 l
+3728.09 4599.24 l
+f*
+3580.5 4740.83 m
+3569.7 4768.42 l
+3558.9 4796.02 l
+3557.7 4799.62 l
+3557.7 4803.22 l
+3557.7 4805.62 l
+3560.1 4808.02 l
+3562.5 4810.42 l
+3566.1 4812.82 l
+3570.9 4815.22 l
+3575.7 4817.62 l
+3581.7 4818.82 l
+3588.9 4821.22 l
+3596.1 4822.42 l
+3603.3 4823.62 l
+3611.7 4823.62 l
+3620.1 4824.82 l
+3628.5 4824.82 l
+3638.1 4824.82 l
+3653.7 4824.82 l
+3669.29 4823.62 l
+3682.49 4822.42 l
+3695.69 4820.02 l
+3704.09 4817.62 l
+3712.49 4815.22 l
+3718.49 4812.82 l
+3725.69 4809.22 l
+3726.89 4811.62 l
+3729.29 4814.02 l
+3731.69 4816.42 l
+3734.09 4818.82 l
+3737.69 4820.02 l
+3742.49 4821.22 l
+3746.09 4823.62 l
+3752.09 4824.82 l
+3762.89 4827.22 l
+3776.09 4828.42 l
+3791.68 4829.62 l
+3807.28 4829.62 l
+3821.68 4829.62 l
+3834.88 4828.42 l
+3848.08 4827.22 l
+3861.28 4826.02 l
+3872.08 4823.62 l
+3882.88 4821.22 l
+3892.48 4818.82 l
+3900.88 4816.42 l
+3905.68 4814.02 l
+3909.27 4811.62 l
+3914.07 4809.22 l
+3917.67 4805.62 l
+3924.87 4797.22 l
+3927.27 4792.42 l
+3938.07 4766.02 l
+3947.67 4740.83 l
+3580.5 4740.83 l
+h
+3712.49 4770.82 m
+3707.69 4784.02 l
+3706.49 4786.42 l
+3702.89 4788.82 l
+3699.29 4791.22 l
+3695.69 4793.62 l
+3689.69 4794.82 l
+3682.49 4794.82 l
+3675.29 4796.02 l
+3666.89 4796.02 l
+3659.7 4796.02 l
+3653.7 4794.82 l
+3647.7 4794.82 l
+3644.1 4793.62 l
+3640.5 4791.22 l
+3638.1 4790.02 l
+3636.9 4786.42 l
+3638.1 4784.02 l
+3642.9 4770.82 l
+3712.49 4770.82 l
+h
+3857.68 4770.82 m
+3851.68 4785.22 l
+3849.28 4788.82 l
+3845.68 4792.42 l
+3842.08 4794.82 l
+3836.08 4796.02 l
+3830.08 4798.42 l
+3824.08 4798.42 l
+3815.68 4799.62 l
+3807.28 4799.62 l
+3800.08 4799.62 l
+3792.88 4798.42 l
+3786.88 4798.42 l
+3782.09 4796.02 l
+3778.49 4794.82 l
+3777.29 4792.42 l
+3776.09 4788.82 l
+3777.29 4785.22 l
+3783.29 4770.82 l
+3857.68 4770.82 l
+f*
+3714.89 4868.02 m
+3716.09 4841.62 l
+3704.09 4842.82 l
+3692.09 4844.02 l
+3682.49 4845.22 l
+3674.09 4846.42 l
+3666.89 4847.62 l
+3658.5 4850.02 l
+3651.3 4851.22 l
+3645.3 4853.62 l
+3640.5 4856.02 l
+3635.7 4858.42 l
+3632.1 4860.82 l
+3628.5 4864.42 l
+3624.9 4866.82 l
+3622.5 4870.42 l
+3620.1 4874.02 l
+3617.7 4877.62 l
+3615.3 4883.61 l
+3614.1 4888.41 l
+3612.9 4893.21 l
+3614.1 4896.81 l
+3615.3 4900.41 l
+3618.9 4904.01 l
+3622.5 4906.41 l
+3629.7 4908.81 l
+3634.5 4911.21 l
+3641.7 4912.41 l
+3648.9 4913.61 l
+3658.5 4914.81 l
+3668.09 4916.01 l
+3677.69 4916.01 l
+3687.29 4916.01 l
+3696.89 4917.21 l
+3814.48 4917.21 l
+3831.28 4917.21 l
+3843.28 4917.21 l
+3855.28 4918.41 l
+3869.68 4919.61 l
+3881.68 4894.41 l
+3873.28 4893.21 l
+3867.28 4893.21 l
+3850.48 4892.01 l
+3861.28 4889.61 l
+3869.68 4887.21 l
+3876.88 4884.81 l
+3882.88 4881.22 l
+3890.08 4877.62 l
+3894.88 4874.02 l
+3899.68 4870.42 l
+3902.08 4865.62 l
+3903.28 4862.02 l
+3903.28 4859.62 l
+3902.08 4857.22 l
+3900.88 4854.82 l
+3899.68 4852.42 l
+3896.08 4850.02 l
+3892.48 4847.62 l
+3888.88 4846.42 l
+3884.08 4845.22 l
+3878.08 4844.02 l
+3872.08 4842.82 l
+3866.08 4841.62 l
+3858.88 4840.42 l
+3852.88 4840.42 l
+3844.48 4840.42 l
+3837.28 4840.42 l
+3822.88 4840.42 l
+3808.48 4841.62 l
+3796.48 4842.82 l
+3785.69 4845.22 l
+3779.69 4846.42 l
+3774.89 4847.62 l
+3770.09 4848.82 l
+3765.29 4851.22 l
+3760.49 4853.62 l
+3755.69 4856.02 l
+3752.09 4858.42 l
+3748.49 4862.02 l
+3732.89 4874.02 l
+3723.29 4881.22 l
+3714.89 4886.01 l
+3706.49 4890.81 l
+3698.09 4890.81 l
+3690.89 4889.61 l
+3684.89 4889.61 l
+3681.29 4888.41 l
+3677.69 4887.21 l
+3676.49 4886.01 l
+3676.49 4883.61 l
+3676.49 4881.22 l
+3678.89 4878.82 l
+3681.29 4875.22 l
+3684.89 4874.02 l
+3689.69 4871.62 l
+3693.29 4870.42 l
+3699.29 4869.22 l
+3706.49 4868.02 l
+3714.89 4868.02 l
+3714.89 4868.02 l
+h
+3756.89 4890.81 m
+3767.69 4884.81 l
+3776.09 4878.82 l
+3782.09 4875.22 l
+3788.08 4872.82 l
+3792.88 4870.42 l
+3797.68 4869.22 l
+3807.28 4866.82 l
+3818.08 4866.82 l
+3822.88 4866.82 l
+3827.68 4866.82 l
+3832.48 4868.02 l
+3836.08 4869.22 l
+3838.48 4870.42 l
+3840.88 4871.62 l
+3840.88 4872.82 l
+3840.88 4875.22 l
+3838.48 4877.62 l
+3836.08 4880.02 l
+3832.48 4881.22 l
+3828.88 4883.61 l
+3822.88 4884.81 l
+3818.08 4887.21 l
+3812.08 4888.41 l
+3806.08 4888.41 l
+3798.88 4889.61 l
+3791.68 4890.81 l
+3783.29 4890.81 l
+3773.69 4890.81 l
+3756.89 4890.81 l
+f*
+3596.1 4932.81 m
+3582.9 4956.81 l
+3627.3 4956.81 l
+3612.9 4960.41 l
+3600.9 4962.81 l
+3591.3 4965.21 l
+3582.9 4968.81 l
+3575.7 4971.21 l
+3570.9 4974.81 l
+3566.1 4978.41 l
+3563.7 4982.01 l
+3562.5 4985.61 l
+3561.3 4988.01 l
+3562.5 4990.41 l
+3563.7 4992.81 l
+3566.1 4994.01 l
+3569.7 4996.41 l
+3573.3 4997.61 l
+3578.1 5000.01 l
+3584.1 5001.21 l
+3591.3 5002.4 l
+3598.5 5003.6 l
+3608.1 5004.8 l
+3617.7 5004.8 l
+3628.5 5006 l
+3640.5 5006 l
+3652.5 5006 l
+3821.68 5006 l
+3830.08 4992.81 l
+3837.28 4979.61 l
+3690.89 4979.61 l
+3678.89 4979.61 l
+3670.49 4978.41 l
+3662.1 4978.41 l
+3657.3 4977.21 l
+3652.5 4976.01 l
+3650.1 4973.61 l
+3650.1 4972.41 l
+3650.1 4970.01 l
+3652.5 4967.61 l
+3656.1 4965.21 l
+3662.1 4964.01 l
+3669.29 4961.61 l
+3677.69 4960.41 l
+3689.69 4960.41 l
+3704.09 4959.21 l
+3720.89 4959.21 l
+3848.08 4959.21 l
+3862.48 4932.81 l
+3596.1 4932.81 l
+f*
+3395.72 5094.8 m
+3762.89 5094.8 l
+3772.49 5082.8 l
+3780.89 5069.6 l
+3741.29 5069.6 l
+3754.49 5067.2 l
+3765.29 5064.8 l
+3774.89 5062.4 l
+3782.09 5060 l
+3789.28 5057.6 l
+3794.08 5054 l
+3798.88 5051.6 l
+3801.28 5048 l
+3803.68 5044.4 l
+3803.68 5040.8 l
+3802.48 5038.4 l
+3798.88 5034.8 l
+3795.28 5032.4 l
+3789.28 5030 l
+3782.09 5027.6 l
+3773.69 5026.4 l
+3764.09 5024 l
+3754.49 5022.8 l
+3743.69 5021.6 l
+3731.69 5020.4 l
+3719.69 5019.2 l
+3706.49 5019.2 l
+3693.29 5019.2 l
+3677.69 5018 l
+3662.1 5019.2 l
+3646.5 5019.2 l
+3632.1 5019.2 l
+3618.9 5020.4 l
+3605.7 5021.6 l
+3593.7 5022.8 l
+3582.9 5025.2 l
+3572.1 5026.4 l
+3562.5 5028.8 l
+3554.1 5031.2 l
+3545.7 5033.6 l
+3539.71 5036 l
+3533.71 5038.4 l
+3528.91 5042 l
+3525.31 5044.4 l
+3522.91 5048 l
+3521.71 5050.4 l
+3521.71 5054 l
+3521.71 5056.4 l
+3524.11 5058.8 l
+3526.51 5061.2 l
+3531.31 5063.6 l
+3536.11 5066 l
+3542.11 5068.4 l
+3414.92 5068.4 l
+3395.72 5094.8 l
+h
+3648.9 5068.4 m
+3633.3 5068.4 l
+3621.3 5067.2 l
+3611.7 5066 l
+3604.5 5064.8 l
+3598.5 5062.4 l
+3594.9 5061.2 l
+3593.7 5058.8 l
+3593.7 5056.4 l
+3596.1 5054 l
+3600.9 5051.6 l
+3606.9 5050.4 l
+3614.1 5048 l
+3623.7 5046.8 l
+3635.7 5045.6 l
+3648.9 5045.6 l
+3665.7 5045.6 l
+3681.29 5045.6 l
+3693.29 5045.6 l
+3704.09 5046.8 l
+3711.29 5048 l
+3717.29 5050.4 l
+3719.69 5051.6 l
+3722.09 5054 l
+3720.89 5056.4 l
+3718.49 5058.8 l
+3713.69 5061.2 l
+3707.69 5062.4 l
+3700.49 5064.8 l
+3690.89 5066 l
+3678.89 5067.2 l
+3664.5 5068.4 l
+3648.9 5068.4 l
+3648.9 5068.4 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+4821.2 2964.97 m
+4821.2 2898.98 l
+4871.59 2889.38 l
+4871.59 2830.59 l
+4566.82 2901.38 l
+4566.82 2963.77 l
+4871.59 3034.57 l
+4871.59 2973.37 l
+4821.2 2964.97 l
+h
+4755.2 2952.98 m
+4646.01 2931.38 l
+4755.2 2910.98 l
+4755.2 2952.98 l
+f*
+4955.59 3050.17 m
+4650.81 3050.17 l
+4650.81 3099.36 l
+4684.41 3099.36 l
+4674.81 3104.16 l
+4666.41 3108.96 l
+4660.41 3113.76 l
+4655.61 3117.36 l
+4652.01 3123.36 l
+4648.41 3129.36 l
+4647.21 3135.36 l
+4646.01 3142.56 l
+4646.01 3149.76 l
+4648.41 3155.76 l
+4650.81 3161.76 l
+4654.41 3166.56 l
+4659.21 3171.36 l
+4665.21 3176.16 l
+4672.41 3180.96 l
+4679.61 3184.56 l
+4689.21 3188.16 l
+4697.61 3190.56 l
+4707.21 3194.16 l
+4718.01 3195.36 l
+4728.81 3197.76 l
+4739.61 3198.96 l
+4751.6 3198.96 l
+4763.6 3198.96 l
+4776.8 3198.96 l
+4790 3198.96 l
+4802 3197.76 l
+4812.8 3195.36 l
+4822.4 3192.96 l
+4832 3190.56 l
+4840.4 3186.96 l
+4847.6 3183.36 l
+4854.8 3178.56 l
+4860.8 3174.96 l
+4865.59 3170.16 l
+4869.19 3165.36 l
+4872.79 3159.36 l
+4875.19 3154.56 l
+4876.39 3148.56 l
+4876.39 3142.56 l
+4876.39 3136.56 l
+4875.19 3130.56 l
+4872.79 3125.76 l
+4870.39 3120.96 l
+4866.79 3116.16 l
+4862 3111.36 l
+4856 3106.56 l
+4850 3102.96 l
+4955.59 3102.96 l
+4955.59 3050.17 l
+h
+4762.4 3102.96 m
+4774.4 3102.96 l
+4785.2 3104.16 l
+4793.6 3106.56 l
+4800.8 3108.96 l
+4806.8 3112.56 l
+4810.4 3117.36 l
+4812.8 3120.96 l
+4814 3125.76 l
+4812.8 3130.56 l
+4810.4 3134.16 l
+4806.8 3137.76 l
+4800.8 3141.36 l
+4794.8 3143.76 l
+4785.2 3146.16 l
+4773.2 3147.36 l
+4760 3147.36 l
+4748 3147.36 l
+4737.21 3146.16 l
+4727.61 3143.76 l
+4720.41 3141.36 l
+4715.61 3137.76 l
+4710.81 3134.16 l
+4708.41 3130.56 l
+4708.41 3125.76 l
+4708.41 3120.96 l
+4710.81 3116.16 l
+4715.61 3112.56 l
+4720.41 3108.96 l
+4724.01 3107.76 l
+4727.61 3106.56 l
+4732.41 3105.36 l
+4737.21 3104.16 l
+4743.21 3102.96 l
+4749.2 3102.96 l
+4755.2 3102.96 l
+4762.4 3102.96 l
+4762.4 3102.96 l
+f*
+4650.81 3225.35 m
+4650.81 3273.35 l
+4686.81 3273.35 l
+4676.01 3276.95 l
+4667.61 3280.55 l
+4660.41 3284.15 l
+4654.41 3287.75 l
+4650.81 3291.35 l
+4648.41 3296.15 l
+4647.21 3300.95 l
+4646.01 3306.95 l
+4647.21 3311.75 l
+4649.61 3318.95 l
+4653.21 3324.94 l
+4658.01 3332.14 l
+4718.01 3315.35 l
+4715.61 3310.55 l
+4713.21 3306.95 l
+4712.01 3303.35 l
+4712.01 3300.95 l
+4712.01 3296.15 l
+4715.61 3291.35 l
+4719.21 3287.75 l
+4725.21 3285.35 l
+4731.21 3282.95 l
+4737.21 3281.75 l
+4744.41 3280.55 l
+4752.8 3279.35 l
+4762.4 3278.15 l
+4773.2 3278.15 l
+4785.2 3276.95 l
+4798.4 3276.95 l
+4871.59 3276.95 l
+4871.59 3225.35 l
+4650.81 3225.35 l
+f*
+4566.82 3342.94 m
+4566.82 3394.54 l
+4624.42 3394.54 l
+4624.42 3342.94 l
+4566.82 3342.94 l
+h
+4650.81 3342.94 m
+4650.81 3394.54 l
+4871.59 3394.54 l
+4871.59 3342.94 l
+4650.81 3342.94 l
+f*
+4566.82 3429.34 304.775 52.7957 re
+f*
+4871.59 3749.71 m
+4871.59 3593.72 l
+4862 3593.72 l
+4853.6 3594.92 l
+4844 3597.32 l
+4835.6 3598.52 l
+4826 3600.92 l
+4817.6 3603.32 l
+4809.2 3606.92 l
+4800.8 3609.32 l
+4792.4 3612.92 l
+4784 3617.72 l
+4774.4 3623.72 l
+4764.8 3629.72 l
+4755.2 3635.72 l
+4744.41 3642.92 l
+4733.61 3651.32 l
+4722.81 3660.92 l
+4709.61 3670.52 l
+4698.81 3678.92 l
+4689.21 3686.11 l
+4680.81 3689.71 l
+4673.61 3692.11 l
+4666.41 3694.51 l
+4660.41 3695.71 l
+4653.21 3695.71 l
+4647.21 3695.71 l
+4641.21 3694.51 l
+4635.21 3692.11 l
+4630.41 3689.71 l
+4625.61 3686.11 l
+4622.02 3682.51 l
+4620.82 3678.92 l
+4619.62 3674.12 l
+4620.82 3669.32 l
+4622.02 3664.52 l
+4625.61 3660.92 l
+4630.41 3657.32 l
+4636.41 3654.92 l
+4643.61 3652.52 l
+4654.41 3650.12 l
+4666.41 3648.92 l
+4659.21 3597.32 l
+4650.81 3598.52 l
+4642.41 3598.52 l
+4634.01 3599.72 l
+4626.81 3600.92 l
+4620.82 3603.32 l
+4614.82 3604.52 l
+4608.82 3606.92 l
+4604.02 3608.12 l
+4599.22 3610.52 l
+4594.42 3612.92 l
+4589.62 3615.32 l
+4586.02 3617.72 l
+4582.42 3621.32 l
+4578.82 3624.92 l
+4575.22 3627.32 l
+4572.82 3630.92 l
+4570.42 3635.72 l
+4568.02 3639.32 l
+4565.62 3644.12 l
+4564.42 3648.92 l
+4563.22 3654.92 l
+4562.02 3659.72 l
+4562.02 3665.72 l
+4562.02 3672.92 l
+4562.02 3678.92 l
+4562.02 3686.11 l
+4563.22 3690.91 l
+4564.42 3696.91 l
+4565.62 3701.71 l
+4568.02 3706.51 l
+4570.42 3711.31 l
+4572.82 3714.91 l
+4575.22 3718.51 l
+4577.62 3722.11 l
+4581.22 3725.71 l
+4584.82 3729.31 l
+4589.62 3731.71 l
+4593.22 3734.11 l
+4598.02 3736.51 l
+4604.02 3738.91 l
+4608.82 3741.31 l
+4614.82 3742.51 l
+4619.62 3744.91 l
+4625.61 3746.11 l
+4631.61 3747.31 l
+4637.61 3747.31 l
+4644.81 3748.51 l
+4650.81 3748.51 l
+4658.01 3748.51 l
+4664.01 3747.31 l
+4671.21 3746.11 l
+4678.41 3746.11 l
+4684.41 3743.71 l
+4691.61 3742.51 l
+4697.61 3740.11 l
+4703.61 3737.71 l
+4710.81 3735.31 l
+4716.81 3731.71 l
+4724.01 3728.11 l
+4730.01 3723.31 l
+4737.21 3718.51 l
+4744.41 3713.71 l
+4752.8 3707.71 l
+4760 3701.71 l
+4774.4 3688.51 l
+4784 3680.11 l
+4792.4 3675.32 l
+4803.2 3668.12 l
+4803.2 3749.71 l
+4871.59 3749.71 l
+f*
+4566.82 3792.91 m
+4566.82 3916.5 l
+4635.21 3916.5 l
+4635.21 3832.5 l
+4680.81 3828.9 l
+4677.21 3832.5 l
+4674.81 3837.3 l
+4672.41 3840.9 l
+4671.21 3845.7 l
+4668.81 3849.3 l
+4667.61 3854.1 l
+4667.61 3857.7 l
+4667.61 3862.5 l
+4667.61 3868.5 l
+4668.81 3875.7 l
+4671.21 3881.7 l
+4674.81 3887.7 l
+4678.41 3893.7 l
+4683.21 3898.5 l
+4688.01 3903.3 l
+4695.21 3908.1 l
+4702.41 3911.7 l
+4709.61 3915.3 l
+4718.01 3918.9 l
+4726.41 3921.29 l
+4734.81 3922.49 l
+4744.41 3924.89 l
+4754 3924.89 l
+4764.8 3924.89 l
+4772 3924.89 l
+4779.2 3924.89 l
+4786.4 3923.69 l
+4793.6 3923.69 l
+4800.8 3922.49 l
+4808 3920.09 l
+4814 3918.9 l
+4821.2 3916.5 l
+4827.2 3914.1 l
+4834.4 3911.7 l
+4839.2 3908.1 l
+4845.2 3905.7 l
+4850 3902.1 l
+4854.8 3898.5 l
+4858.4 3894.9 l
+4863.2 3891.3 l
+4865.59 3886.5 l
+4869.19 3881.7 l
+4871.59 3876.9 l
+4873.99 3872.1 l
+4875.19 3866.1 l
+4876.39 3861.3 l
+4876.39 3855.3 l
+4876.39 3848.1 l
+4876.39 3839.7 l
+4875.19 3831.3 l
+4873.99 3824.1 l
+4871.59 3816.9 l
+4867.99 3810.9 l
+4864.4 3804.9 l
+4859.6 3798.91 l
+4854.8 3794.11 l
+4848.8 3790.51 l
+4842.8 3785.71 l
+4835.6 3782.11 l
+4828.4 3779.71 l
+4821.2 3776.11 l
+4812.8 3773.71 l
+4803.2 3771.31 l
+4793.6 3770.11 l
+4784 3822.9 l
+4793.6 3824.1 l
+4802 3825.3 l
+4809.2 3827.7 l
+4815.2 3831.3 l
+4820 3834.9 l
+4822.4 3838.5 l
+4824.8 3843.3 l
+4826 3848.1 l
+4824.8 3852.9 l
+4822.4 3857.7 l
+4817.6 3862.5 l
+4812.8 3866.1 l
+4809.2 3867.3 l
+4804.4 3869.7 l
+4800.8 3870.9 l
+4796 3870.9 l
+4790 3872.1 l
+4785.2 3872.1 l
+4779.2 3873.3 l
+4772 3873.3 l
+4766 3873.3 l
+4760 3872.1 l
+4754 3872.1 l
+4749.2 3870.9 l
+4744.41 3869.7 l
+4739.61 3868.5 l
+4736.01 3867.3 l
+4732.41 3866.1 l
+4726.41 3862.5 l
+4722.81 3857.7 l
+4720.41 3852.9 l
+4719.21 3846.9 l
+4720.41 3843.3 l
+4721.61 3839.7 l
+4722.81 3836.1 l
+4725.21 3832.5 l
+4728.81 3830.1 l
+4732.41 3826.5 l
+4736.01 3824.1 l
+4742.01 3820.5 l
+4731.21 3776.11 l
+4566.82 3792.91 l
+f*
+4727.61 3941.69 65.9946 75.5935 re
+f*
+4871.59 4186.47 m
+4871.59 4030.49 l
+4862 4030.49 l
+4853.6 4031.69 l
+4844 4032.89 l
+4835.6 4035.29 l
+4826 4037.69 l
+4817.6 4040.08 l
+4809.2 4042.48 l
+4800.8 4046.08 l
+4792.4 4049.68 l
+4784 4054.48 l
+4774.4 4059.28 l
+4764.8 4065.28 l
+4755.2 4072.48 l
+4744.41 4079.68 l
+4733.61 4088.08 l
+4722.81 4097.68 l
+4709.61 4107.28 l
+4698.81 4115.68 l
+4689.21 4121.68 l
+4680.81 4126.48 l
+4673.61 4128.88 l
+4666.41 4131.28 l
+4660.41 4132.48 l
+4653.21 4132.48 l
+4647.21 4132.48 l
+4641.21 4131.28 l
+4635.21 4128.88 l
+4630.41 4126.48 l
+4625.61 4122.88 l
+4622.02 4119.28 l
+4620.82 4114.48 l
+4619.62 4110.88 l
+4620.82 4106.08 l
+4622.02 4101.28 l
+4625.61 4097.68 l
+4630.41 4094.08 l
+4636.41 4091.68 l
+4643.61 4089.28 l
+4654.41 4086.88 l
+4666.41 4085.68 l
+4659.21 4034.09 l
+4650.81 4034.09 l
+4642.41 4035.29 l
+4634.01 4036.49 l
+4626.81 4037.69 l
+4620.82 4038.89 l
+4614.82 4041.28 l
+4608.82 4042.48 l
+4604.02 4044.88 l
+4599.22 4047.28 l
+4594.42 4049.68 l
+4589.62 4052.08 l
+4586.02 4054.48 l
+4582.42 4058.08 l
+4578.82 4060.48 l
+4575.22 4064.08 l
+4572.82 4067.68 l
+4570.42 4071.28 l
+4568.02 4076.08 l
+4565.62 4080.88 l
+4564.42 4085.68 l
+4563.22 4090.48 l
+4562.02 4096.48 l
+4562.02 4102.48 l
+4562.02 4109.68 l
+4562.02 4115.68 l
+4562.02 4121.68 l
+4563.22 4127.68 l
+4564.42 4133.68 l
+4565.62 4138.48 l
+4568.02 4143.28 l
+4570.42 4148.08 l
+4572.82 4151.68 l
+4575.22 4155.28 l
+4577.62 4158.88 l
+4581.22 4162.47 l
+4584.82 4164.87 l
+4589.62 4168.47 l
+4593.22 4170.87 l
+4598.02 4173.27 l
+4604.02 4175.67 l
+4608.82 4178.07 l
+4614.82 4179.27 l
+4619.62 4181.67 l
+4625.61 4182.87 l
+4631.61 4182.87 l
+4637.61 4184.07 l
+4644.81 4184.07 l
+4650.81 4184.07 l
+4658.01 4184.07 l
+4664.01 4184.07 l
+4671.21 4182.87 l
+4678.41 4181.67 l
+4684.41 4180.47 l
+4691.61 4179.27 l
+4697.61 4176.87 l
+4703.61 4174.47 l
+4710.81 4172.07 l
+4716.81 4168.47 l
+4724.01 4164.87 l
+4730.01 4160.07 l
+4737.21 4155.28 l
+4744.41 4150.48 l
+4752.8 4144.48 l
+4760 4138.48 l
+4774.4 4125.28 l
+4784 4116.88 l
+4792.4 4110.88 l
+4803.2 4104.88 l
+4803.2 4186.47 l
+4871.59 4186.47 l
+f*
+4708.41 4239.27 m
+4702.41 4233.27 l
+4696.41 4228.47 l
+4690.41 4224.87 l
+4684.41 4221.27 l
+4674.81 4217.67 l
+4665.21 4215.27 l
+4654.41 4214.07 l
+4643.61 4214.07 l
+4634.01 4214.07 l
+4625.61 4215.27 l
+4616.02 4216.47 l
+4608.82 4218.87 l
+4600.42 4222.47 l
+4593.22 4226.07 l
+4587.22 4230.87 l
+4581.22 4235.67 l
+4576.42 4240.47 l
+4572.82 4245.27 l
+4569.22 4250.07 l
+4566.82 4256.07 l
+4564.42 4262.07 l
+4563.22 4268.07 l
+4562.02 4274.07 l
+4562.02 4281.26 l
+4562.02 4290.86 l
+4563.22 4299.26 l
+4565.62 4306.46 l
+4568.02 4313.66 l
+4571.62 4320.86 l
+4575.22 4326.86 l
+4580.02 4331.66 l
+4584.82 4336.46 l
+4590.82 4341.26 l
+4598.02 4344.86 l
+4604.02 4347.26 l
+4611.22 4349.66 l
+4619.62 4352.06 l
+4626.81 4353.26 l
+4635.21 4354.46 l
+4643.61 4354.46 l
+4654.41 4354.46 l
+4664.01 4353.26 l
+4673.61 4350.86 l
+4682.01 4347.26 l
+4689.21 4344.86 l
+4695.21 4340.06 l
+4702.41 4336.46 l
+4708.41 4330.46 l
+4710.81 4334.06 l
+4714.41 4337.66 l
+4718.01 4341.26 l
+4721.61 4343.66 l
+4726.41 4346.06 l
+4730.01 4349.66 l
+4734.81 4350.86 l
+4739.61 4353.26 l
+4749.2 4356.86 l
+4760 4359.26 l
+4770.8 4360.46 l
+4782.8 4360.46 l
+4793.6 4360.46 l
+4804.4 4359.26 l
+4815.2 4356.86 l
+4826 4354.46 l
+4834.4 4350.86 l
+4842.8 4347.26 l
+4850 4343.66 l
+4856 4338.86 l
+4860.8 4334.06 l
+4865.59 4328.06 l
+4869.19 4322.06 l
+4871.59 4314.86 l
+4873.99 4307.66 l
+4875.19 4300.46 l
+4876.39 4293.26 l
+4876.39 4286.06 l
+4876.39 4277.67 l
+4876.39 4271.67 l
+4875.19 4265.67 l
+4873.99 4259.67 l
+4872.79 4253.67 l
+4870.39 4248.87 l
+4867.99 4244.07 l
+4865.59 4239.27 l
+4863.2 4235.67 l
+4859.6 4232.07 l
+4856 4229.67 l
+4851.2 4226.07 l
+4847.6 4223.67 l
+4842.8 4220.07 l
+4838 4217.67 l
+4832 4216.47 l
+4826 4214.07 l
+4820 4212.87 l
+4814 4211.67 l
+4808 4210.47 l
+4802 4209.27 l
+4796 4208.07 l
+4788.8 4208.07 l
+4782.8 4208.07 l
+4775.6 4208.07 l
+4769.6 4208.07 l
+4763.6 4209.27 l
+4757.6 4210.47 l
+4751.6 4210.47 l
+4746.8 4212.87 l
+4742.01 4214.07 l
+4737.21 4215.27 l
+4732.41 4217.67 l
+4728.81 4220.07 l
+4724.01 4222.47 l
+4720.41 4224.87 l
+4716.81 4228.47 l
+4713.21 4232.07 l
+4710.81 4235.67 l
+4708.41 4239.27 l
+4708.41 4239.27 l
+h
+4648.41 4263.27 m
+4655.61 4263.27 l
+4662.81 4264.47 l
+4668.81 4265.67 l
+4673.61 4269.27 l
+4678.41 4271.67 l
+4680.81 4275.27 l
+4683.21 4280.06 l
+4683.21 4284.86 l
+4683.21 4288.46 l
+4680.81 4293.26 l
+4678.41 4296.86 l
+4673.61 4299.26 l
+4668.81 4301.66 l
+4662.81 4304.06 l
+4656.81 4305.26 l
+4649.61 4305.26 l
+4641.21 4305.26 l
+4635.21 4304.06 l
+4629.21 4301.66 l
+4623.22 4299.26 l
+4618.42 4295.66 l
+4616.02 4292.06 l
+4613.62 4288.46 l
+4613.62 4283.66 l
+4613.62 4280.06 l
+4616.02 4275.27 l
+4618.42 4271.67 l
+4623.22 4268.07 l
+4628.01 4265.67 l
+4634.01 4264.47 l
+4641.21 4263.27 l
+4648.41 4263.27 l
+4648.41 4263.27 l
+h
+4779.2 4259.67 m
+4788.8 4260.87 l
+4797.2 4262.07 l
+4805.6 4264.47 l
+4812.8 4266.87 l
+4817.6 4271.67 l
+4822.4 4275.27 l
+4823.6 4280.06 l
+4824.8 4284.86 l
+4823.6 4289.66 l
+4822.4 4293.26 l
+4817.6 4296.86 l
+4812.8 4301.66 l
+4805.6 4304.06 l
+4797.2 4306.46 l
+4788.8 4308.86 l
+4779.2 4308.86 l
+4769.6 4308.86 l
+4761.2 4306.46 l
+4752.8 4304.06 l
+4745.6 4301.66 l
+4740.81 4296.86 l
+4736.01 4293.26 l
+4733.61 4288.46 l
+4733.61 4283.66 l
+4733.61 4278.87 l
+4736.01 4275.27 l
+4740.81 4270.47 l
+4745.6 4266.87 l
+4752.8 4263.27 l
+4760 4262.07 l
+4769.6 4260.87 l
+4779.2 4259.67 l
+4779.2 4259.67 l
+f*
+4787.6 4388.06 m
+4787.6 4443.25 l
+4857.2 4443.25 l
+4866.79 4443.25 l
+4875.19 4443.25 l
+4883.59 4442.05 l
+4891.99 4440.85 l
+4899.19 4439.65 l
+4906.39 4437.25 l
+4912.39 4436.05 l
+4918.39 4433.65 l
+4923.19 4431.25 l
+4929.19 4427.65 l
+4933.99 4424.05 l
+4938.79 4420.45 l
+4943.59 4415.65 l
+4948.39 4410.85 l
+4953.19 4406.05 l
+4956.79 4400.06 l
+4920.79 4388.06 l
+4914.79 4395.26 l
+4908.79 4400.06 l
+4903.99 4404.85 l
+4897.99 4408.45 l
+4891.99 4410.85 l
+4885.99 4412.05 l
+4878.79 4413.25 l
+4871.59 4414.45 l
+4871.59 4388.06 l
+4787.6 4388.06 l
+f*
+4871.59 4709.63 m
+4871.59 4553.64 l
+4862 4553.64 l
+4853.6 4554.84 l
+4844 4557.24 l
+4835.6 4558.44 l
+4826 4560.84 l
+4817.6 4563.24 l
+4809.2 4566.84 l
+4800.8 4569.24 l
+4792.4 4572.84 l
+4784 4577.64 l
+4774.4 4583.64 l
+4764.8 4589.64 l
+4755.2 4595.64 l
+4744.41 4602.84 l
+4733.61 4611.24 l
+4722.81 4620.84 l
+4709.61 4630.44 l
+4698.81 4638.84 l
+4689.21 4646.03 l
+4680.81 4649.63 l
+4673.61 4652.03 l
+4666.41 4654.43 l
+4660.41 4655.63 l
+4653.21 4655.63 l
+4647.21 4655.63 l
+4641.21 4654.43 l
+4635.21 4653.23 l
+4630.41 4649.63 l
+4625.61 4646.03 l
+4622.02 4642.43 l
+4620.82 4638.84 l
+4619.62 4634.04 l
+4620.82 4629.24 l
+4622.02 4624.44 l
+4625.61 4620.84 l
+4630.41 4617.24 l
+4636.41 4614.84 l
+4643.61 4612.44 l
+4654.41 4610.04 l
+4666.41 4608.84 l
+4659.21 4557.24 l
+4650.81 4558.44 l
+4642.41 4558.44 l
+4634.01 4559.64 l
+4626.81 4560.84 l
+4620.82 4563.24 l
+4614.82 4564.44 l
+4608.82 4566.84 l
+4604.02 4568.04 l
+4599.22 4570.44 l
+4594.42 4572.84 l
+4589.62 4575.24 l
+4586.02 4577.64 l
+4582.42 4581.24 l
+4578.82 4584.84 l
+4575.22 4587.24 l
+4572.82 4590.84 l
+4570.42 4595.64 l
+4568.02 4599.24 l
+4565.62 4604.04 l
+4564.42 4608.84 l
+4563.22 4614.84 l
+4562.02 4619.64 l
+4562.02 4625.64 l
+4562.02 4632.84 l
+4562.02 4638.84 l
+4562.02 4646.03 l
+4563.22 4650.83 l
+4564.42 4656.83 l
+4565.62 4661.63 l
+4568.02 4666.43 l
+4570.42 4671.23 l
+4572.82 4674.83 l
+4575.22 4678.43 l
+4577.62 4682.03 l
+4581.22 4685.63 l
+4584.82 4689.23 l
+4589.62 4691.63 l
+4593.22 4694.03 l
+4598.02 4696.43 l
+4604.02 4698.83 l
+4608.82 4701.23 l
+4614.82 4702.43 l
+4619.62 4704.83 l
+4625.61 4706.03 l
+4631.61 4707.23 l
+4637.61 4707.23 l
+4644.81 4708.43 l
+4650.81 4708.43 l
+4658.01 4708.43 l
+4664.01 4707.23 l
+4671.21 4706.03 l
+4678.41 4706.03 l
+4684.41 4703.63 l
+4691.61 4702.43 l
+4697.61 4700.03 l
+4703.61 4697.63 l
+4710.81 4695.23 l
+4716.81 4691.63 l
+4724.01 4688.03 l
+4730.01 4683.23 l
+4737.21 4678.43 l
+4744.41 4673.63 l
+4752.8 4667.63 l
+4760 4661.63 l
+4774.4 4648.43 l
+4784 4640.04 l
+4792.4 4635.24 l
+4803.2 4628.04 l
+4803.2 4709.63 l
+4871.59 4709.63 l
+f*
+4718.01 4732.43 m
+4707.21 4732.43 l
+4697.61 4732.43 l
+4688.01 4732.43 l
+4678.41 4733.63 l
+4668.81 4733.63 l
+4660.41 4734.83 l
+4652.01 4736.03 l
+4644.81 4737.23 l
+4637.61 4738.43 l
+4630.41 4739.63 l
+4623.22 4740.83 l
+4617.22 4743.23 l
+4611.22 4744.43 l
+4606.42 4746.83 l
+4601.62 4749.23 l
+4596.82 4751.63 l
+4588.42 4756.43 l
+4581.22 4762.42 l
+4575.22 4768.42 l
+4570.42 4775.62 l
+4566.82 4782.82 l
+4564.42 4791.22 l
+4562.02 4799.62 l
+4562.02 4809.22 l
+4562.02 4818.82 l
+4564.42 4827.22 l
+4566.82 4834.42 l
+4569.22 4840.42 l
+4574.02 4846.42 l
+4578.82 4851.22 l
+4583.62 4856.02 l
+4589.62 4860.82 l
+4595.62 4864.42 l
+4601.62 4866.82 l
+4608.82 4870.42 l
+4614.82 4872.82 l
+4622.02 4874.02 l
+4629.21 4876.42 l
+4637.61 4877.62 l
+4646.01 4880.02 l
+4654.41 4881.22 l
+4664.01 4882.41 l
+4672.41 4882.41 l
+4680.81 4883.61 l
+4690.41 4883.61 l
+4698.81 4884.81 l
+4708.41 4884.81 l
+4716.81 4884.81 l
+4737.21 4884.81 l
+4756.4 4883.61 l
+4773.2 4882.41 l
+4788.8 4880.02 l
+4803.2 4877.62 l
+4816.4 4875.22 l
+4828.4 4871.62 l
+4838 4868.02 l
+4842.8 4865.62 l
+4847.6 4863.22 l
+4851.2 4860.82 l
+4854.8 4857.22 l
+4858.4 4854.82 l
+4862 4851.22 l
+4864.4 4847.62 l
+4866.79 4844.02 l
+4869.19 4840.42 l
+4871.59 4836.82 l
+4872.79 4832.02 l
+4873.99 4827.22 l
+4875.19 4823.62 l
+4876.39 4818.82 l
+4876.39 4812.82 l
+4876.39 4808.02 l
+4876.39 4802.02 l
+4876.39 4797.22 l
+4875.19 4791.22 l
+4873.99 4786.42 l
+4872.79 4781.62 l
+4870.39 4778.02 l
+4867.99 4773.22 l
+4864.4 4769.62 l
+4862 4766.02 l
+4858.4 4762.42 l
+4853.6 4760.03 l
+4850 4756.43 l
+4845.2 4754.03 l
+4840.4 4751.63 l
+4834.4 4748.03 l
+4828.4 4745.63 l
+4820 4743.23 l
+4809.2 4739.63 l
+4797.2 4737.23 l
+4782.8 4736.03 l
+4767.2 4733.63 l
+4751.6 4732.43 l
+4736.01 4732.43 l
+4718.01 4732.43 l
+4718.01 4732.43 l
+h
+4719.21 4784.02 m
+4732.41 4784.02 l
+4745.6 4784.02 l
+4757.6 4784.02 l
+4767.2 4785.22 l
+4776.8 4786.42 l
+4785.2 4787.62 l
+4792.4 4788.82 l
+4798.4 4790.02 l
+4803.2 4791.22 l
+4808 4793.62 l
+4811.6 4794.82 l
+4814 4797.22 l
+4816.4 4799.62 l
+4817.6 4802.02 l
+4818.8 4805.62 l
+4818.8 4808.02 l
+4818.8 4811.62 l
+4817.6 4815.22 l
+4814 4818.82 l
+4810.4 4821.22 l
+4805.6 4824.82 l
+4798.4 4827.22 l
+4791.2 4828.42 l
+4781.6 4830.82 l
+4770.8 4832.02 l
+4756.4 4832.02 l
+4740.81 4833.22 l
+4721.61 4833.22 l
+4706.01 4833.22 l
+4692.81 4833.22 l
+4680.81 4832.02 l
+4670.01 4832.02 l
+4660.41 4830.82 l
+4652.01 4829.62 l
+4644.81 4828.42 l
+4638.81 4827.22 l
+4634.01 4824.82 l
+4630.41 4823.62 l
+4626.81 4821.22 l
+4623.22 4818.82 l
+4620.82 4816.42 l
+4619.62 4814.02 l
+4618.42 4810.42 l
+4618.42 4808.02 l
+4618.42 4804.42 l
+4619.62 4802.02 l
+4620.82 4799.62 l
+4623.22 4797.22 l
+4626.81 4794.82 l
+4630.41 4792.42 l
+4635.21 4791.22 l
+4640.01 4788.82 l
+4646.01 4787.62 l
+4653.21 4786.42 l
+4660.41 4785.22 l
+4670.01 4785.22 l
+4680.81 4784.02 l
+4691.61 4784.02 l
+4704.81 4784.02 l
+4719.21 4784.02 l
+4719.21 4784.02 l
+f*
+4718.01 4906.41 m
+4707.21 4906.41 l
+4697.61 4906.41 l
+4688.01 4906.41 l
+4678.41 4907.61 l
+4668.81 4907.61 l
+4660.41 4908.81 l
+4652.01 4910.01 l
+4644.81 4911.21 l
+4637.61 4912.41 l
+4630.41 4913.61 l
+4623.22 4914.81 l
+4617.22 4917.21 l
+4611.22 4918.41 l
+4606.42 4920.81 l
+4601.62 4923.21 l
+4596.82 4925.61 l
+4588.42 4930.41 l
+4581.22 4936.41 l
+4575.22 4942.41 l
+4570.42 4949.61 l
+4566.82 4956.81 l
+4564.42 4965.21 l
+4562.02 4974.81 l
+4562.02 4984.41 l
+4562.02 4992.81 l
+4564.42 5001.21 l
+4566.82 5008.4 l
+4569.22 5014.4 l
+4574.02 5020.4 l
+4578.82 5026.4 l
+4583.62 5030 l
+4589.62 5034.8 l
+4595.62 5038.4 l
+4601.62 5042 l
+4608.82 5044.4 l
+4614.82 5046.8 l
+4622.02 5049.2 l
+4629.21 5050.4 l
+4637.61 5052.8 l
+4646.01 5054 l
+4654.41 5055.2 l
+4664.01 5056.4 l
+4672.41 5057.6 l
+4680.81 5057.6 l
+4690.41 5058.8 l
+4698.81 5058.8 l
+4708.41 5058.8 l
+4716.81 5058.8 l
+4737.21 5058.8 l
+4756.4 5057.6 l
+4773.2 5056.4 l
+4788.8 5055.2 l
+4803.2 5052.8 l
+4816.4 5049.2 l
+4828.4 5045.6 l
+4838 5042 l
+4842.8 5039.6 l
+4847.6 5037.2 l
+4851.2 5034.8 l
+4854.8 5031.2 l
+4858.4 5028.8 l
+4862 5025.2 l
+4864.4 5021.6 l
+4866.79 5018 l
+4869.19 5014.4 l
+4871.59 5010.8 l
+4872.79 5006 l
+4873.99 5002.4 l
+4875.19 4997.61 l
+4876.39 4992.81 l
+4876.39 4988.01 l
+4876.39 4982.01 l
+4876.39 4977.21 l
+4876.39 4971.21 l
+4875.19 4966.41 l
+4873.99 4961.61 l
+4872.79 4956.81 l
+4870.39 4952.01 l
+4867.99 4948.41 l
+4864.4 4944.81 l
+4862 4941.21 l
+4858.4 4937.61 l
+4853.6 4934.01 l
+4850 4931.61 l
+4845.2 4928.01 l
+4840.4 4925.61 l
+4834.4 4923.21 l
+4828.4 4920.81 l
+4820 4917.21 l
+4809.2 4914.81 l
+4797.2 4912.41 l
+4782.8 4910.01 l
+4767.2 4908.81 l
+4751.6 4907.61 l
+4736.01 4906.41 l
+4718.01 4906.41 l
+4718.01 4906.41 l
+h
+4719.21 4958.01 m
+4732.41 4958.01 l
+4745.6 4958.01 l
+4757.6 4959.21 l
+4767.2 4959.21 l
+4776.8 4960.41 l
+4785.2 4961.61 l
+4792.4 4962.81 l
+4798.4 4964.01 l
+4803.2 4965.21 l
+4808 4967.61 l
+4811.6 4970.01 l
+4814 4972.41 l
+4816.4 4974.81 l
+4817.6 4977.21 l
+4818.8 4979.61 l
+4818.8 4982.01 l
+4818.8 4986.81 l
+4817.6 4989.21 l
+4814 4992.81 l
+4810.4 4996.41 l
+4805.6 4998.81 l
+4798.4 5001.21 l
+4791.2 5003.6 l
+4781.6 5004.8 l
+4770.8 5006 l
+4756.4 5007.2 l
+4740.81 5007.2 l
+4721.61 5007.2 l
+4706.01 5007.2 l
+4692.81 5007.2 l
+4680.81 5007.2 l
+4670.01 5006 l
+4660.41 5004.8 l
+4652.01 5003.6 l
+4644.81 5002.4 l
+4638.81 5001.21 l
+4634.01 5000.01 l
+4630.41 4997.61 l
+4626.81 4995.21 l
+4623.22 4992.81 l
+4620.82 4990.41 l
+4619.62 4988.01 l
+4618.42 4985.61 l
+4618.42 4982.01 l
+4618.42 4979.61 l
+4619.62 4976.01 l
+4620.82 4973.61 l
+4623.22 4971.21 l
+4626.81 4968.81 l
+4630.41 4966.41 l
+4635.21 4965.21 l
+4640.01 4964.01 l
+4646.01 4961.61 l
+4653.21 4961.61 l
+4660.41 4960.41 l
+4670.01 4959.21 l
+4680.81 4959.21 l
+4691.61 4958.01 l
+4704.81 4958.01 l
+4719.21 4958.01 l
+4719.21 4958.01 l
+f*
+4871.59 5232.79 m
+4871.59 5076.8 l
+4862 5078 l
+4853.6 5079.2 l
+4844 5080.4 l
+4835.6 5082.8 l
+4826 5085.2 l
+4817.6 5087.6 l
+4809.2 5090 l
+4800.8 5093.6 l
+4792.4 5097.2 l
+4784 5102 l
+4774.4 5106.8 l
+4764.8 5112.8 l
+4755.2 5120 l
+4744.41 5127.19 l
+4733.61 5135.59 l
+4722.81 5143.99 l
+4709.61 5154.79 l
+4698.81 5163.19 l
+4689.21 5169.19 l
+4680.81 5173.99 l
+4673.61 5176.39 l
+4666.41 5178.79 l
+4660.41 5179.99 l
+4653.21 5179.99 l
+4647.21 5179.99 l
+4641.21 5178.79 l
+4635.21 5176.39 l
+4630.41 5173.99 l
+4625.61 5170.39 l
+4622.02 5166.79 l
+4620.82 5161.99 l
+4619.62 5157.19 l
+4620.82 5153.59 l
+4622.02 5148.79 l
+4625.61 5145.19 l
+4630.41 5141.59 l
+4636.41 5137.99 l
+4643.61 5135.59 l
+4654.41 5134.39 l
+4666.41 5133.19 l
+4659.21 5081.6 l
+4650.81 5081.6 l
+4642.41 5082.8 l
+4634.01 5084 l
+4626.81 5085.2 l
+4620.82 5086.4 l
+4614.82 5088.8 l
+4608.82 5090 l
+4604.02 5092.4 l
+4599.22 5094.8 l
+4594.42 5097.2 l
+4589.62 5099.6 l
+4586.02 5102 l
+4582.42 5105.6 l
+4578.82 5108 l
+4575.22 5111.6 l
+4572.82 5115.2 l
+4570.42 5118.8 l
+4568.02 5123.59 l
+4565.62 5128.39 l
+4564.42 5133.19 l
+4563.22 5137.99 l
+4562.02 5143.99 l
+4562.02 5149.99 l
+4562.02 5155.99 l
+4562.02 5163.19 l
+4562.02 5169.19 l
+4563.22 5175.19 l
+4564.42 5181.19 l
+4565.62 5185.99 l
+4568.02 5190.79 l
+4570.42 5195.59 l
+4572.82 5199.19 l
+4575.22 5202.79 l
+4577.62 5206.39 l
+4581.22 5209.99 l
+4584.82 5212.39 l
+4589.62 5215.99 l
+4593.22 5218.39 l
+4598.02 5220.79 l
+4604.02 5223.19 l
+4608.82 5225.59 l
+4614.82 5226.79 l
+4619.62 5227.99 l
+4625.61 5229.19 l
+4631.61 5230.39 l
+4637.61 5231.59 l
+4644.81 5231.59 l
+4650.81 5231.59 l
+4658.01 5231.59 l
+4664.01 5231.59 l
+4671.21 5230.39 l
+4678.41 5229.19 l
+4684.41 5227.99 l
+4691.61 5226.79 l
+4697.61 5224.39 l
+4703.61 5221.99 l
+4710.81 5219.59 l
+4716.81 5215.99 l
+4724.01 5212.39 l
+4730.01 5207.59 l
+4737.21 5202.79 l
+4744.41 5197.99 l
+4752.8 5191.99 l
+4760 5185.99 l
+4774.4 5172.79 l
+4784 5164.39 l
+4792.4 5158.39 l
+4803.2 5152.39 l
+4803.2 5232.79 l
+4871.59 5232.79 l
+f*
+4968.79 2915.78 m
+4968.79 3058.57 l
+5033.58 3058.57 l
+5033.58 2973.37 l
+5087.58 2973.37 l
+5087.58 3046.57 l
+5148.77 3046.57 l
+5148.77 2973.37 l
+5273.56 2973.37 l
+5273.56 2915.78 l
+4968.79 2915.78 l
+f*
+5123.57 3132.96 m
+5115.17 3083.76 l
+5105.57 3084.96 l
+5097.18 3087.36 l
+5088.78 3089.76 l
+5082.78 3092.16 l
+5076.78 3094.56 l
+5070.78 3098.16 l
+5065.98 3102.96 l
+5061.18 3106.56 l
+5057.58 3111.36 l
+5055.18 3116.16 l
+5052.78 3120.96 l
+5051.58 3126.96 l
+5049.18 3132.96 l
+5047.98 3140.16 l
+5047.98 3146.16 l
+5047.98 3153.36 l
+5047.98 3165.36 l
+5047.98 3174.96 l
+5050.38 3183.36 l
+5051.58 3191.76 l
+5053.98 3197.76 l
+5058.78 3204.95 l
+5063.58 3209.75 l
+5069.58 3214.55 l
+5074.38 3218.15 l
+5080.38 3220.55 l
+5087.58 3222.95 l
+5095.98 3225.35 l
+5104.38 3227.75 l
+5112.77 3228.95 l
+5121.17 3228.95 l
+5128.37 3228.95 l
+5226.76 3228.95 l
+5239.96 3230.15 l
+5250.76 3230.15 l
+5260.36 3232.55 l
+5273.56 3236.15 l
+5273.56 3186.96 l
+5265.16 3184.56 l
+5260.36 3183.36 l
+5245.96 3182.16 l
+5253.16 3176.16 l
+5260.36 3171.36 l
+5265.16 3166.56 l
+5268.76 3161.76 l
+5273.56 3154.56 l
+5275.96 3146.16 l
+5277.16 3137.76 l
+5278.36 3129.36 l
+5277.16 3123.36 l
+5277.16 3117.36 l
+5275.96 3112.56 l
+5273.56 3107.76 l
+5271.16 3102.96 l
+5267.56 3099.36 l
+5263.96 3095.76 l
+5260.36 3092.16 l
+5255.56 3089.76 l
+5250.76 3087.36 l
+5244.76 3084.96 l
+5239.96 3082.56 l
+5233.96 3081.36 l
+5227.96 3080.17 l
+5221.97 3080.17 l
+5214.77 3080.17 l
+5208.77 3080.17 l
+5202.77 3080.17 l
+5196.77 3081.36 l
+5191.97 3082.56 l
+5187.17 3083.76 l
+5182.37 3084.96 l
+5177.57 3086.16 l
+5173.97 3088.56 l
+5169.17 3090.96 l
+5165.57 3094.56 l
+5161.97 3098.16 l
+5159.57 3101.76 l
+5155.97 3106.56 l
+5153.57 3111.36 l
+5151.17 3116.16 l
+5148.77 3122.16 l
+5145.17 3135.36 l
+5141.57 3146.16 l
+5137.97 3154.56 l
+5135.57 3160.56 l
+5131.97 3168.96 l
+5125.97 3178.56 l
+5118.77 3178.56 l
+5112.77 3177.36 l
+5107.97 3176.16 l
+5104.38 3174.96 l
+5100.78 3172.56 l
+5099.58 3168.96 l
+5098.38 3165.36 l
+5097.18 3160.56 l
+5098.38 3154.56 l
+5099.58 3149.76 l
+5101.98 3144.96 l
+5104.38 3141.36 l
+5107.97 3138.96 l
+5111.57 3136.56 l
+5117.57 3135.36 l
+5123.57 3132.96 l
+5123.57 3132.96 l
+h
+5167.97 3178.56 m
+5171.57 3173.76 l
+5173.97 3167.76 l
+5176.37 3161.76 l
+5179.97 3155.76 l
+5182.37 3148.56 l
+5185.97 3143.76 l
+5189.57 3138.96 l
+5193.17 3136.56 l
+5196.77 3134.16 l
+5200.37 3132.96 l
+5203.97 3131.76 l
+5208.77 3131.76 l
+5213.57 3131.76 l
+5217.17 3132.96 l
+5221.97 3134.16 l
+5224.36 3136.56 l
+5227.96 3138.96 l
+5229.16 3141.36 l
+5230.36 3144.96 l
+5231.56 3148.56 l
+5230.36 3153.36 l
+5229.16 3156.96 l
+5226.76 3160.56 l
+5224.36 3165.36 l
+5220.77 3167.76 l
+5217.17 3171.36 l
+5212.37 3173.76 l
+5207.57 3174.96 l
+5202.77 3177.36 l
+5196.77 3177.36 l
+5189.57 3178.56 l
+5182.37 3178.56 l
+5167.97 3178.56 l
+f*
+4968.79 3262.55 m
+4968.79 3315.35 l
+5026.38 3315.35 l
+5026.38 3262.55 l
+4968.79 3262.55 l
+h
+5052.78 3262.55 m
+5052.78 3315.35 l
+5273.56 3315.35 l
+5273.56 3262.55 l
+5052.78 3262.55 l
+f*
+5052.78 3348.94 m
+5052.78 3396.94 l
+5088.78 3396.94 l
+5077.98 3400.54 l
+5068.38 3404.14 l
+5061.18 3408.94 l
+5056.38 3412.54 l
+5052.78 3416.14 l
+5049.18 3420.94 l
+5047.98 3425.74 l
+5047.98 3430.54 l
+5047.98 3436.54 l
+5050.38 3442.53 l
+5053.98 3448.53 l
+5058.78 3455.73 l
+5119.97 3438.94 l
+5116.37 3435.34 l
+5115.17 3431.74 l
+5113.97 3428.14 l
+5112.77 3424.54 l
+5113.97 3419.74 l
+5116.37 3416.14 l
+5121.17 3412.54 l
+5127.17 3408.94 l
+5131.97 3407.74 l
+5139.17 3405.34 l
+5146.37 3404.14 l
+5154.77 3402.94 l
+5164.37 3401.74 l
+5175.17 3401.74 l
+5185.97 3401.74 l
+5199.17 3401.74 l
+5273.56 3401.74 l
+5273.56 3348.94 l
+5052.78 3348.94 l
+f*
+5052.78 3521.73 m
+5052.78 3546.93 l
+5113.97 3546.93 l
+5113.97 3521.73 l
+5273.56 3521.73 l
+5273.56 3470.13 l
+5113.97 3470.13 l
+5113.97 3450.93 l
+5052.78 3450.93 l
+5052.78 3470.13 l
+5043.18 3470.13 l
+5028.78 3470.13 l
+5013.18 3471.33 l
+5004.78 3472.53 l
+4997.58 3474.93 l
+4991.58 3476.13 l
+4986.78 3478.53 l
+4981.99 3480.93 l
+4977.19 3484.53 l
+4973.59 3488.13 l
+4969.99 3492.93 l
+4966.39 3497.73 l
+4965.19 3503.73 l
+4963.99 3510.93 l
+4962.79 3518.13 l
+4963.99 3526.53 l
+4965.19 3534.93 l
+4966.39 3545.73 l
+4968.79 3557.73 l
+5019.18 3551.73 l
+5017.98 3543.33 l
+5016.78 3537.33 l
+5016.78 3533.73 l
+5017.98 3531.33 l
+5019.18 3528.93 l
+5021.58 3527.73 l
+5026.38 3524.13 l
+5033.58 3522.93 l
+5040.78 3522.93 l
+5052.78 3521.73 l
+5052.78 3521.73 l
+f*
+5123.57 3612.92 m
+5115.17 3563.72 l
+5105.57 3564.92 l
+5097.18 3567.32 l
+5088.78 3568.52 l
+5082.78 3572.12 l
+5076.78 3574.52 l
+5070.78 3578.12 l
+5065.98 3581.72 l
+5061.18 3586.52 l
+5057.58 3591.32 l
+5055.18 3594.92 l
+5052.78 3600.92 l
+5051.58 3606.92 l
+5049.18 3612.92 l
+5047.98 3620.12 l
+5047.98 3626.12 l
+5047.98 3633.32 l
+5047.98 3645.32 l
+5047.98 3654.92 l
+5050.38 3663.32 l
+5051.58 3671.72 l
+5053.98 3677.72 l
+5058.78 3683.71 l
+5063.58 3689.71 l
+5069.58 3694.51 l
+5074.38 3698.11 l
+5080.38 3700.51 l
+5087.58 3702.91 l
+5095.98 3705.31 l
+5104.38 3706.51 l
+5112.77 3707.71 l
+5121.17 3708.91 l
+5128.37 3708.91 l
+5226.76 3708.91 l
+5239.96 3708.91 l
+5250.76 3710.11 l
+5260.36 3712.51 l
+5273.56 3716.11 l
+5273.56 3666.92 l
+5265.16 3664.52 l
+5260.36 3663.32 l
+5245.96 3660.92 l
+5253.16 3656.12 l
+5260.36 3651.32 l
+5265.16 3646.52 l
+5268.76 3640.52 l
+5273.56 3633.32 l
+5275.96 3626.12 l
+5277.16 3617.72 l
+5278.36 3609.32 l
+5277.16 3603.32 l
+5277.16 3597.32 l
+5275.96 3592.52 l
+5273.56 3587.72 l
+5271.16 3582.92 l
+5267.56 3579.32 l
+5263.96 3575.72 l
+5260.36 3572.12 l
+5255.56 3569.72 l
+5250.76 3566.12 l
+5244.76 3564.92 l
+5239.96 3562.52 l
+5233.96 3561.32 l
+5227.96 3560.12 l
+5221.97 3560.12 l
+5214.77 3560.12 l
+5208.77 3560.12 l
+5202.77 3560.12 l
+5196.77 3561.32 l
+5191.97 3561.32 l
+5187.17 3562.52 l
+5182.37 3564.92 l
+5177.57 3566.12 l
+5173.97 3568.52 l
+5169.17 3570.92 l
+5165.57 3574.52 l
+5161.97 3576.92 l
+5159.57 3581.72 l
+5155.97 3585.32 l
+5153.57 3591.32 l
+5151.17 3596.12 l
+5148.77 3602.12 l
+5145.17 3615.32 l
+5141.57 3626.12 l
+5137.97 3634.52 l
+5135.57 3640.52 l
+5131.97 3648.92 l
+5125.97 3658.52 l
+5118.77 3658.52 l
+5112.77 3657.32 l
+5107.97 3656.12 l
+5104.38 3654.92 l
+5100.78 3652.52 l
+5099.58 3648.92 l
+5098.38 3645.32 l
+5097.18 3640.52 l
+5098.38 3634.52 l
+5099.58 3629.72 l
+5101.98 3624.92 l
+5104.38 3621.32 l
+5107.97 3618.92 l
+5111.57 3616.52 l
+5117.57 3615.32 l
+5123.57 3612.92 l
+5123.57 3612.92 l
+h
+5167.97 3658.52 m
+5171.57 3652.52 l
+5173.97 3647.72 l
+5176.37 3641.72 l
+5179.97 3635.72 l
+5182.37 3628.52 l
+5185.97 3622.52 l
+5189.57 3618.92 l
+5193.17 3615.32 l
+5196.77 3614.12 l
+5200.37 3612.92 l
+5203.97 3611.72 l
+5208.77 3611.72 l
+5213.57 3611.72 l
+5217.17 3612.92 l
+5221.97 3614.12 l
+5224.36 3615.32 l
+5227.96 3617.72 l
+5229.16 3621.32 l
+5230.36 3624.92 l
+5231.56 3628.52 l
+5230.36 3632.12 l
+5229.16 3636.92 l
+5226.76 3640.52 l
+5224.36 3644.12 l
+5220.77 3647.72 l
+5217.17 3651.32 l
+5212.37 3653.72 l
+5207.57 3654.92 l
+5202.77 3656.12 l
+5196.77 3657.32 l
+5189.57 3658.52 l
+5182.37 3658.52 l
+5167.97 3658.52 l
+f*
+5052.78 3728.11 m
+5052.78 3790.51 l
+5113.97 3812.1 l
+5052.78 3837.3 l
+5052.78 3893.7 l
+5157.17 3848.1 l
+5273.56 3897.3 l
+5273.56 3837.3 l
+5201.57 3812.1 l
+5273.56 3782.11 l
+5273.56 3725.71 l
+5157.17 3774.91 l
+5052.78 3728.11 l
+f*
+5189.57 3915.3 m
+5189.57 3970.49 l
+5259.16 3970.49 l
+5268.76 3970.49 l
+5277.16 3970.49 l
+5285.56 3969.29 l
+5292.76 3968.09 l
+5299.96 3966.89 l
+5307.16 3965.69 l
+5313.16 3963.29 l
+5319.16 3960.89 l
+5325.16 3958.49 l
+5329.96 3954.89 l
+5335.96 3951.29 l
+5340.76 3947.69 l
+5345.55 3942.89 l
+5350.35 3938.09 l
+5353.95 3933.29 l
+5358.75 3927.29 l
+5321.56 3915.3 l
+5315.56 3922.49 l
+5310.76 3927.29 l
+5304.76 3932.09 l
+5298.76 3935.69 l
+5293.96 3938.09 l
+5286.76 3939.29 l
+5280.76 3941.69 l
+5273.56 3941.69 l
+5273.56 3915.3 l
+5189.57 3915.3 l
+f*
+4968.79 4074.88 m
+4968.79 4134.88 l
+5187.17 4176.87 l
+4968.79 4218.87 l
+4968.79 4277.67 l
+5273.56 4208.07 l
+5273.56 4144.48 l
+4968.79 4074.88 l
+f*
+4968.79 4295.66 m
+4968.79 4347.26 l
+5026.38 4347.26 l
+5026.38 4295.66 l
+4968.79 4295.66 l
+h
+5052.78 4295.66 m
+5052.78 4347.26 l
+5273.56 4347.26 l
+5273.56 4295.66 l
+5052.78 4295.66 l
+f*
+5052.78 4380.86 m
+5052.78 4430.05 l
+5088.78 4430.05 l
+5077.98 4433.65 l
+5068.38 4437.25 l
+5061.18 4440.85 l
+5056.38 4444.45 l
+5052.78 4448.05 l
+5049.18 4452.85 l
+5047.98 4457.65 l
+5047.98 4462.45 l
+5047.98 4468.45 l
+5050.38 4474.45 l
+5053.98 4481.65 l
+5058.78 4487.65 l
+5119.97 4472.05 l
+5116.37 4467.25 l
+5115.17 4463.65 l
+5113.97 4460.05 l
+5112.77 4457.65 l
+5113.97 4452.85 l
+5116.37 4448.05 l
+5121.17 4444.45 l
+5127.17 4440.85 l
+5131.97 4439.65 l
+5139.17 4438.45 l
+5146.37 4436.05 l
+5154.77 4434.85 l
+5164.37 4434.85 l
+5175.17 4433.65 l
+5185.97 4433.65 l
+5199.17 4433.65 l
+5273.56 4433.65 l
+5273.56 4380.86 l
+5052.78 4380.86 l
+f*
+5052.78 4590.84 m
+5052.78 4640.04 l
+5260.36 4640.04 l
+5271.16 4640.04 l
+5280.76 4640.04 l
+5290.36 4638.84 l
+5301.16 4636.44 l
+5310.76 4634.04 l
+5319.16 4631.64 l
+5327.56 4628.04 l
+5334.76 4624.44 l
+5340.76 4619.64 l
+5345.55 4614.84 l
+5350.35 4610.04 l
+5353.95 4604.04 l
+5357.55 4596.84 l
+5359.95 4589.64 l
+5361.15 4582.44 l
+5362.35 4574.04 l
+5362.35 4565.64 l
+5362.35 4556.04 l
+5361.15 4546.44 l
+5359.95 4538.04 l
+5357.55 4530.84 l
+5355.15 4523.64 l
+5351.55 4518.85 l
+5346.75 4512.85 l
+5343.16 4509.25 l
+5337.16 4505.65 l
+5332.36 4502.05 l
+5326.36 4499.65 l
+5319.16 4497.25 l
+5311.96 4496.05 l
+5304.76 4494.85 l
+5297.56 4494.85 l
+5289.16 4493.65 l
+5278.36 4493.65 l
+5287.96 4545.24 l
+5292.76 4545.24 l
+5297.56 4547.64 l
+5301.16 4548.84 l
+5303.56 4550.04 l
+5305.96 4553.64 l
+5308.36 4557.24 l
+5309.56 4560.84 l
+5309.56 4564.44 l
+5309.56 4570.44 l
+5307.16 4575.24 l
+5303.56 4578.84 l
+5299.96 4581.24 l
+5293.96 4584.84 l
+5286.76 4586.04 l
+5277.16 4587.24 l
+5266.36 4587.24 l
+5232.76 4587.24 l
+5239.96 4583.64 l
+5244.76 4580.04 l
+5249.56 4576.44 l
+5254.36 4571.64 l
+5257.96 4565.64 l
+5261.56 4559.64 l
+5263.96 4552.44 l
+5263.96 4546.44 l
+5263.96 4539.24 l
+5261.56 4533.24 l
+5259.16 4527.24 l
+5254.36 4521.24 l
+5249.56 4516.45 l
+5242.36 4511.65 l
+5235.16 4506.85 l
+5225.56 4502.05 l
+5218.37 4499.65 l
+5211.17 4497.25 l
+5202.77 4494.85 l
+5194.37 4493.65 l
+5184.77 4492.45 l
+5175.17 4491.25 l
+5164.37 4490.05 l
+5153.57 4490.05 l
+5140.37 4490.05 l
+5128.37 4491.25 l
+5117.57 4492.45 l
+5107.97 4493.65 l
+5098.38 4496.05 l
+5089.98 4498.45 l
+5081.58 4502.05 l
+5074.38 4505.65 l
+5068.38 4509.25 l
+5062.38 4514.05 l
+5057.58 4518.85 l
+5053.98 4523.64 l
+5051.58 4528.44 l
+5049.18 4534.44 l
+5047.98 4539.24 l
+5047.98 4545.24 l
+5047.98 4553.64 l
+5049.18 4559.64 l
+5052.78 4566.84 l
+5056.38 4571.64 l
+5061.18 4576.44 l
+5068.38 4581.24 l
+5075.58 4586.04 l
+5085.18 4590.84 l
+5052.78 4590.84 l
+h
+5159.57 4541.64 m
+5170.37 4542.84 l
+5179.97 4544.04 l
+5188.37 4545.24 l
+5195.57 4548.84 l
+5200.37 4551.24 l
+5203.97 4556.04 l
+5206.37 4559.64 l
+5206.37 4564.44 l
+5206.37 4569.24 l
+5203.97 4574.04 l
+5200.37 4577.64 l
+5194.37 4581.24 l
+5188.37 4583.64 l
+5179.97 4586.04 l
+5170.37 4587.24 l
+5158.37 4587.24 l
+5147.57 4587.24 l
+5136.77 4586.04 l
+5128.37 4583.64 l
+5121.17 4581.24 l
+5116.37 4577.64 l
+5111.57 4572.84 l
+5109.17 4569.24 l
+5107.97 4564.44 l
+5109.17 4559.64 l
+5111.57 4554.84 l
+5115.17 4551.24 l
+5119.97 4547.64 l
+5127.17 4545.24 l
+5135.57 4544.04 l
+5146.37 4542.84 l
+5159.57 4541.64 l
+5159.57 4541.64 l
+f*
+4968.79 4673.63 m
+4968.79 4725.23 l
+5026.38 4725.23 l
+5026.38 4673.63 l
+4968.79 4673.63 l
+h
+5052.78 4673.63 m
+5052.78 4725.23 l
+5273.56 4725.23 l
+5273.56 4673.63 l
+5052.78 4673.63 l
+f*
+5052.78 4758.83 m
+5052.78 4806.82 l
+5088.78 4806.82 l
+5077.98 4812.82 l
+5069.58 4817.62 l
+5062.38 4823.62 l
+5056.38 4828.42 l
+5052.78 4834.42 l
+5050.38 4841.62 l
+5047.98 4847.62 l
+5047.98 4856.02 l
+5047.98 4860.82 l
+5049.18 4865.62 l
+5050.38 4870.42 l
+5052.78 4875.22 l
+5055.18 4878.82 l
+5058.78 4882.41 l
+5063.58 4886.01 l
+5068.38 4889.61 l
+5074.38 4892.01 l
+5080.38 4894.41 l
+5087.58 4896.81 l
+5094.78 4899.21 l
+5103.18 4900.41 l
+5112.77 4901.61 l
+5122.37 4901.61 l
+5133.17 4901.61 l
+5273.56 4901.61 l
+5273.56 4850.02 l
+5151.17 4850.02 l
+5141.57 4848.82 l
+5134.37 4848.82 l
+5127.17 4846.42 l
+5122.37 4845.22 l
+5118.77 4841.62 l
+5116.37 4839.22 l
+5113.97 4835.62 l
+5113.97 4832.02 l
+5113.97 4827.22 l
+5116.37 4822.42 l
+5119.97 4818.82 l
+5125.97 4816.42 l
+5131.97 4814.02 l
+5141.57 4811.62 l
+5153.57 4810.42 l
+5166.77 4810.42 l
+5273.56 4810.42 l
+5273.56 4758.83 l
+5052.78 4758.83 l
+f*
+4968.79 4935.21 m
+4968.79 4986.81 l
+5026.38 4986.81 l
+5026.38 4935.21 l
+4968.79 4935.21 l
+h
+5052.78 4935.21 m
+5052.78 4986.81 l
+5273.56 4986.81 l
+5273.56 4935.21 l
+5052.78 4935.21 l
+f*
+5123.57 5067.2 m
+5115.17 5018 l
+5105.57 5019.2 l
+5097.18 5021.6 l
+5088.78 5022.8 l
+5082.78 5025.2 l
+5076.78 5028.8 l
+5070.78 5032.4 l
+5065.98 5036 l
+5061.18 5040.8 l
+5057.58 5044.4 l
+5055.18 5049.2 l
+5052.78 5055.2 l
+5051.58 5061.2 l
+5049.18 5067.2 l
+5047.98 5073.2 l
+5047.98 5080.4 l
+5047.98 5087.6 l
+5047.98 5098.4 l
+5047.98 5109.2 l
+5050.38 5117.6 l
+5051.58 5125.99 l
+5053.98 5131.99 l
+5058.78 5137.99 l
+5063.58 5143.99 l
+5069.58 5148.79 l
+5074.38 5152.39 l
+5080.38 5154.79 l
+5087.58 5157.19 l
+5095.98 5159.59 l
+5104.38 5160.79 l
+5112.77 5161.99 l
+5121.17 5163.19 l
+5128.37 5163.19 l
+5226.76 5163.19 l
+5239.96 5163.19 l
+5250.76 5164.39 l
+5260.36 5166.79 l
+5273.56 5169.19 l
+5273.56 5121.2 l
+5265.16 5118.8 l
+5260.36 5117.6 l
+5245.96 5115.2 l
+5253.16 5110.4 l
+5260.36 5105.6 l
+5265.16 5100.8 l
+5268.76 5094.8 l
+5273.56 5087.6 l
+5275.96 5080.4 l
+5277.16 5072 l
+5278.36 5063.6 l
+5277.16 5057.6 l
+5277.16 5051.6 l
+5275.96 5046.8 l
+5273.56 5042 l
+5271.16 5037.2 l
+5267.56 5033.6 l
+5263.96 5030 l
+5260.36 5026.4 l
+5255.56 5024 l
+5250.76 5020.4 l
+5244.76 5019.2 l
+5239.96 5016.8 l
+5233.96 5015.6 l
+5227.96 5014.4 l
+5221.97 5014.4 l
+5214.77 5013.2 l
+5208.77 5014.4 l
+5202.77 5014.4 l
+5196.77 5015.6 l
+5191.97 5015.6 l
+5187.17 5016.8 l
+5182.37 5019.2 l
+5177.57 5020.4 l
+5173.97 5022.8 l
+5169.17 5025.2 l
+5165.57 5028.8 l
+5161.97 5031.2 l
+5159.57 5036 l
+5155.97 5039.6 l
+5153.57 5045.6 l
+5151.17 5050.4 l
+5148.77 5056.4 l
+5145.17 5069.6 l
+5141.57 5080.4 l
+5137.97 5088.8 l
+5135.57 5093.6 l
+5131.97 5103.2 l
+5125.97 5112.8 l
+5118.77 5112.8 l
+5112.77 5111.6 l
+5107.97 5110.4 l
+5104.38 5109.2 l
+5100.78 5106.8 l
+5099.58 5103.2 l
+5098.38 5099.6 l
+5097.18 5094.8 l
+5098.38 5088.8 l
+5099.58 5084 l
+5101.98 5079.2 l
+5104.38 5075.6 l
+5107.97 5073.2 l
+5111.57 5070.8 l
+5117.57 5069.6 l
+5123.57 5067.2 l
+5123.57 5067.2 l
+h
+5167.97 5112.8 m
+5171.57 5106.8 l
+5173.97 5102 l
+5176.37 5096 l
+5179.97 5090 l
+5182.37 5082.8 l
+5185.97 5076.8 l
+5189.57 5073.2 l
+5193.17 5069.6 l
+5196.77 5068.4 l
+5200.37 5067.2 l
+5203.97 5066 l
+5208.77 5066 l
+5213.57 5066 l
+5217.17 5067.2 l
+5221.97 5068.4 l
+5224.36 5069.6 l
+5227.96 5072 l
+5229.16 5075.6 l
+5230.36 5079.2 l
+5231.56 5082.8 l
+5230.36 5086.4 l
+5229.16 5091.2 l
+5226.76 5094.8 l
+5224.36 5098.4 l
+5220.77 5102 l
+5217.17 5105.6 l
+5212.37 5108 l
+5207.57 5109.2 l
+5202.77 5110.4 l
+5196.77 5111.6 l
+5189.57 5112.8 l
+5182.37 5112.8 l
+5167.97 5112.8 l
+f*
+q
+0 82.7931 -70.7941 -0 385.168 2427.42 cm
+/R42 Do
+Q
+q
+0 83.993 -26.3978 -0 419.965 2428.62 cm
+/IIm4 Do
+
+Q
+q
+0 73.1939 -33.5972 -0 457.162 2427.42 cm
+/IIm5 Do
+
+Q
+q
+0 79.1934 -56.3953 -0 512.358 2403.42 cm
+/IIm6 Do
+
+Q
+q
+0 56.3953 -51.5957 -0 601.15 2427.42 cm
+/IIm7 Do
+
+Q
+q
+0 83.993 -47.996 -0 657.546 2428.62 cm
+/IIm8 Do
+
+Q
+q
+0 80.3933 -58.7951 -0 737.939 2428.62 cm
+/IIm9 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 796.734 2427.42 cm
+/IIm10 Do
+
+Q
+q
+0 83.993 -26.3978 -0 826.732 2428.62 cm
+/IIm11 Do
+
+Q
+q
+0 55.1954 -38.3968 -0 868.728 2428.62 cm
+/IIm12 Do
+
+Q
+q
+0 83.993 -47.996 -0 921.524 2428.62 cm
+/IIm13 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 963.52 2427.42 cm
+/IIm14 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 1021.12 2428.62 cm
+/IIm15 Do
+
+Q
+q
+0 80.3933 -70.7941 -0 1125.51 2428.62 cm
+/IIm16 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 1186.7 2427.42 cm
+/IIm17 Do
+
+Q
+q
+0 55.1954 -58.7951 -0 1245.5 2428.62 cm
+/IIm18 Do
+
+Q
+q
+0 85.1929 -55.1954 -0 1304.29 2427.42 cm
+/IIm19 Do
+
+Q
+q
+0 85.1929 -33.5972 -0 1339.09 2427.42 cm
+/IIm20 Do
+
+Q
+q
+0 81.5932 -83.993 -0 1424.28 2428.62 cm
+/R44 Do
+Q
+q
+0 82.7931 -70.7941 -0 1501.08 2427.42 cm
+/R46 Do
+Q
+q
+0 80.3933 -70.7941 -0 1579.07 2428.62 cm
+/IIm21 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1671.46 2428.62 cm
+/IIm22 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1731.46 2427.42 cm
+/IIm23 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1791.45 2427.42 cm
+/IIm24 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1851.45 2428.62 cm
+/IIm25 Do
+
+Q
+q
+0 80.3933 -59.995 -0 371.969 2248.63 cm
+/IIm26 Do
+
+Q
+q
+0 13.1989 -13.1989 -0 398.367 2247.43 cm
+/IIm27 Do
+
+Q
+q
+0 82.7931 -76.7936 -0 488.36 2247.43 cm
+/R48 Do
+Q
+q
+0 13.1989 -13.1989 -0 514.758 2247.43 cm
+/IIm28 Do
+
+Q
+q
+0 80.3933 -70.7941 -0 626.348 2248.63 cm
+/IIm29 Do
+
+Q
+q
+0 56.3953 -51.5957 -0 688.743 2247.43 cm
+/IIm30 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 752.338 2248.63 cm
+/IIm31 Do
+
+Q
+q
+0 81.5932 -31.1974 -0 827.931 2248.63 cm
+/IIm32 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 892.726 2247.43 cm
+/IIm33 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 958.721 2247.43 cm
+/IIm34 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1018.72 2247.43 cm
+/IIm35 Do
+
+Q
+q
+0 80.3933 -58.7951 -0 370.769 2068.65 cm
+/IIm36 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 430.764 2067.45 cm
+/IIm37 Do
+
+Q
+q
+0 83.993 -26.3978 -0 459.562 2068.65 cm
+/IIm38 Do
+
+Q
+q
+0 55.1954 -38.3968 -0 502.758 2068.65 cm
+/IIm39 Do
+
+Q
+q
+0 83.993 -47.996 -0 554.354 2068.65 cm
+/IIm40 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 597.551 2067.45 cm
+/IIm41 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 655.146 2068.65 cm
+/IIm42 Do
+
+Q
+q
+0 31.1974 -17.9985 -0 680.344 2049.45 cm
+/IIm43 Do
+
+Q
+q
+0 81.5932 -81.5932 -0 799.134 2067.45 cm
+/R50 Do
+Q
+q
+0 81.5932 -83.993 -0 887.926 2068.65 cm
+/R52 Do
+Q
+q
+0 81.5932 -52.7956 -0 975.519 2068.65 cm
+/IIm44 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1035.51 2068.65 cm
+/IIm45 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1095.51 2067.45 cm
+/IIm46 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 1149.5 2067.45 cm
+/IIm47 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1215.5 2067.45 cm
+/IIm48 Do
+
+Q
+q
+0 9.5992 -29.9975 -0 1255.1 2091.45 cm
+/IIm49 Do
+
+Q
+q
+0 81.5932 -31.1974 -0 1304.29 2068.65 cm
+/IIm50 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 1369.09 2067.45 cm
+/IIm51 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1435.08 2067.45 cm
+/IIm52 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1495.08 2067.45 cm
+/IIm53 Do
+
+Q
+q
+0 125.99 -133.189 -0 4232.05 5399.57 cm
+/R54 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 5537.56 cm
+/R56 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 5662.35 cm
+/R58 Do
+Q
+q
+0 110.391 -93.5922 -0 4229.65 5771.54 cm
+/R60 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 5886.73 cm
+/R62 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 6011.52 cm
+/R64 Do
+Q
+q
+0 70.7941 -130.789 -0 4232.05 6125.51 cm
+/R66 Do
+Q
+q
+0 35.997 -128.389 -0 4229.65 6213.1 cm
+/IIm54 Do
+
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6267.1 cm
+/R68 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 6391.89 cm
+/R70 Do
+Q
+q
+0 123.59 -128.389 -0 4229.65 6574.27 cm
+/R72 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6717.06 cm
+/R74 Do
+Q
+q
+0 70.7941 -130.789 -0 4232.05 6835.85 cm
+/R76 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6917.45 cm
+/R78 Do
+Q
+q
+0 35.997 -128.389 -0 4229.65 7043.44 cm
+/IIm55 Do
+
+Q
+q
+0 38.3968 -93.5922 -0 4229.65 7102.23 cm
+/IIm56 Do
+
+Q
+q
+0 57.5952 -71.994 -0 4528.42 5429.57 cm
+/IIm57 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4528.42 5495.56 cm
+/IIm58 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 5547.16 cm
+/IIm59 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 4529.62 5673.15 cm
+/IIm60 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 4528.42 5748.74 cm
+/IIm61 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 4528.42 5776.34 cm
+/IIm62 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5808.74 cm
+/IIm63 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4529.62 5827.94 cm
+/IIm64 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5880.73 cm
+/IIm65 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 5899.93 cm
+/IIm66 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5958.73 cm
+/IIm67 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 4529.62 6048.72 cm
+/IIm68 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6119.51 cm
+/IIm69 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6178.31 cm
+/IIm70 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 4528.42 6228.7 cm
+/IIm71 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6280.3 cm
+/IIm72 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6340.29 cm
+/IIm73 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 6390.69 cm
+/IIm74 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6423.09 cm
+/IIm75 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6442.29 cm
+/IIm76 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6501.08 cm
+/IIm77 Do
+
+Q
+q
+0 55.1954 -71.994 -0 4528.42 6627.07 cm
+/IIm78 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6694.26 cm
+/IIm79 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 6749.46 cm
+/IIm80 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6778.26 cm
+/IIm81 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6837.05 cm
+/IIm82 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6928.24 cm
+/IIm83 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4529.62 6947.44 cm
+/IIm84 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 7065.03 cm
+/IIm85 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4528.42 7097.43 cm
+/IIm86 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7149.03 cm
+/IIm87 Do
+
+Q
+q
+0 68.3943 -71.994 -0 4528.42 7277.42 cm
+/IIm88 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4529.62 7357.81 cm
+/IIm89 Do
+
+Q
+q
+0 43.1964 -71.994 -0 4528.42 7411.8 cm
+/IIm90 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7463.4 cm
+/IIm91 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7518.6 cm
+/IIm92 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 7577.39 cm
+/IIm93 Do
+
+Q
+q
+0 55.1954 -71.994 -0 4647.21 5435.57 cm
+/IIm94 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4647.21 5506.36 cm
+/IIm95 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4647.21 5529.16 cm
+/IIm96 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4648.41 5547.16 cm
+/IIm97 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 5575.96 cm
+/IIm98 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 5634.75 cm
+/IIm99 Do
+
+Q
+q
+0 57.5952 -71.994 -0 4647.21 5722.34 cm
+/IIm100 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 4668.81 5782.34 cm
+/IIm101 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 5835.14 cm
+/IIm102 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 5884.33 cm
+/IIm103 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 5944.33 cm
+/IIm104 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 5995.92 cm
+/IIm105 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 4648.41 6083.51 cm
+/IIm106 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6155.51 cm
+/IIm107 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 6214.3 cm
+/IIm108 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 6247.9 cm
+/IIm109 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6299.5 cm
+/IIm110 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 6358.29 cm
+/IIm111 Do
+
+Q
+q
+0 8.3993 -23.998 -0 4662.81 6393.09 cm
+/IIm112 Do
+
+Q
+q
+0 45.5962 -70.7941 -0 4647.21 6454.28 cm
+/IIm113 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4648.41 6509.48 cm
+/IIm114 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4647.21 6562.28 cm
+/IIm115 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4648.41 6621.07 cm
+/IIm116 Do
+
+Q
+q
+0 38.3968 -73.1939 -0 4648.41 6711.06 cm
+/IIm117 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6761.46 cm
+/IIm118 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 6820.25 cm
+/IIm119 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6873.05 cm
+/IIm120 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 6928.24 cm
+/IIm121 Do
+
+Q
+q
+0 52.7956 -71.994 -0 4647.21 7019.44 cm
+/IIm122 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 7085.43 cm
+/IIm123 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 7115.43 cm
+/IIm124 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 7174.22 cm
+/IIm125 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4648.41 7225.82 cm
+/IIm126 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4647.21 7279.82 cm
+/IIm127 Do
+
+Q
+q
+0 58.7951 -71.994 -0 4647.21 7373.41 cm
+/IIm128 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 7444.2 cm
+/IIm129 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4647.21 7477.8 cm
+/IIm130 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 4647.21 7494.6 cm
+/IIm131 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 7546.19 cm
+/IIm132 Do
+
+Q
+q
+0 8.3993 -23.998 -0 4662.81 7607.39 cm
+/IIm133 Do
+
+Q
+q
+0 68.3943 -71.994 -0 4767.2 5434.37 cm
+/IIm134 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 5513.56 cm
+/IIm135 Do
+
+Q
+q
+0 43.1964 -71.994 -0 4767.2 5568.76 cm
+/IIm136 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 5619.15 cm
+/IIm137 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 5675.55 cm
+/IIm138 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 5734.34 cm
+/IIm139 Do
+
+Q
+q
+0 8.3993 -23.998 -0 4782.8 5790.74 cm
+/IIm140 Do
+
+Q
+q
+0 68.3943 -71.994 -0 4767.2 5867.53 cm
+/IIm141 Do
+
+Q
+q
+0 65.9945 -71.994 -0 4767.2 5934.73 cm
+/IIm142 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6061.92 cm
+/IIm143 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6117.11 cm
+/IIm144 Do
+
+Q
+q
+0 26.3978 -71.994 -0 4767.2 6181.91 cm
+/IIm145 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4768.4 6231.1 cm
+/IIm146 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6283.9 cm
+/IIm147 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 4767.2 6346.29 cm
+/IIm148 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 4768.4 6427.89 cm
+/IIm149 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6498.68 cm
+/IIm150 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6558.68 cm
+/IIm151 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 4767.2 6607.87 cm
+/IIm152 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6660.67 cm
+/IIm153 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6719.46 cm
+/IIm154 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4768.4 6769.86 cm
+/IIm155 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 6802.25 cm
+/IIm156 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6821.45 cm
+/IIm157 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6880.25 cm
+/IIm158 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 6990.64 cm
+/IIm159 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7044.63 cm
+/IIm160 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7066.23 cm
+/IIm161 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 7089.03 cm
+/IIm162 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7144.23 cm
+/IIm163 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 7163.42 cm
+/IIm164 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4768.4 7213.82 cm
+/IIm165 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 4767.2 7315.81 cm
+/IIm166 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7397.41 cm
+/IIm167 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7419 cm
+/IIm168 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7441.8 cm
+/IIm169 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 4768.4 7522.2 cm
+/IIm170 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 7573.79 cm
+/IIm171 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5434.37 cm
+/IIm172 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5485.96 cm
+/IIm173 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4887.19 5545.96 cm
+/IIm174 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 4888.39 5563.96 cm
+/IIm175 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5647.95 cm
+/IIm176 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4888.39 5701.95 cm
+/IIm177 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4888.39 5757.14 cm
+/IIm178 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5789.54 cm
+/IIm179 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5841.13 cm
+/IIm180 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5928.73 cm
+/IIm181 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5980.32 cm
+/IIm182 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4888.39 6034.32 cm
+/IIm183 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 6063.12 cm
+/IIm184 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4887.19 6123.11 cm
+/IIm185 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 4887.19 6145.91 cm
+/IIm186 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5127.17 5431.97 cm
+/IIm187 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5502.76 cm
+/IIm188 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5562.76 cm
+/IIm189 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 5125.97 5611.95 cm
+/IIm190 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5664.75 cm
+/IIm191 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5723.54 cm
+/IIm192 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 5773.94 cm
+/IIm193 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5125.97 5806.34 cm
+/IIm194 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5825.54 cm
+/IIm195 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5884.33 cm
+/IIm196 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 5125.97 5968.32 cm
+/IIm197 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5997.12 cm
+/IIm198 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6052.32 cm
+/IIm199 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 6081.12 cm
+/IIm200 Do
+
+Q
+q
+0 8.3993 -52.7956 -0 5125.97 6141.11 cm
+/IIm201 Do
+
+Q
+q
+0 46.7961 -85.1929 -0 5135.57 6191.51 cm
+/IIm202 Do
+
+Q
+q
+0 26.3978 -71.994 -0 5125.97 6253.9 cm
+/IIm203 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5127.17 6304.3 cm
+/IIm204 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5127.17 6359.49 cm
+/IIm205 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5125.97 6409.89 cm
+/IIm206 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 6444.68 cm
+/IIm207 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5125.97 6501.08 cm
+/IIm208 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 5147.57 6519.08 cm
+/IIm209 Do
+
+Q
+q
+0 40.7966 -71.994 -0 5125.97 6579.07 cm
+/IIm210 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6629.47 cm
+/IIm211 Do
+
+Q
+q
+0 46.7961 -46.7961 -0 5113.97 6687.06 cm
+/IIm212 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6771.06 cm
+/IIm213 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 6799.86 cm
+/IIm214 Do
+
+Q
+q
+0 47.996 -52.7956 -0 5125.97 6852.65 cm
+/IIm215 Do
+
+Q
+q
+0 59.995 -71.994 -0 5245.96 5435.57 cm
+/IIm216 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5502.76 cm
+/IIm217 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 5266.36 5559.16 cm
+/IIm218 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5247.16 5617.95 cm
+/IIm219 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5669.55 cm
+/IIm220 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 5247.16 5725.94 cm
+/IIm221 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5247.16 5773.94 cm
+/IIm222 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5247.16 5829.14 cm
+/IIm223 Do
+
+Q
+q
+0 40.7966 -71.994 -0 5245.96 5861.53 cm
+/IIm224 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5914.33 cm
+/IIm225 Do
+
+Q
+q
+0 65.9945 -71.994 -0 5245.96 5993.52 cm
+/IIm226 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5247.16 6065.52 cm
+/IIm227 Do
+
+Q
+q
+0 52.7956 -71.994 -0 5245.96 6141.11 cm
+/IIm228 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5247.16 6232.3 cm
+/IIm229 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6303.1 cm
+/IIm230 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6361.89 cm
+/IIm231 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 5245.96 6412.29 cm
+/IIm232 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6463.88 cm
+/IIm233 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6523.88 cm
+/IIm234 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5247.16 6574.27 cm
+/IIm235 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5245.96 6606.67 cm
+/IIm236 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6625.87 cm
+/IIm237 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6684.67 cm
+/IIm238 Do
+
+Q
+q
+0 52.7956 -71.994 -0 5245.96 6768.66 cm
+/IIm239 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5245.96 6834.65 cm
+/IIm240 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6853.85 cm
+/IIm241 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 5247.16 6909.05 cm
+/IIm242 Do
+
+Q
+q
+0 43.1964 -71.994 -0 5245.96 6963.04 cm
+/IIm243 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5485.94 5431.97 cm
+/IIm244 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5485.94 5502.76 cm
+/IIm245 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5484.74 5562.76 cm
+/IIm246 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5484.74 5584.36 cm
+/IIm247 Do
+
+Q
+q
+0 26.3978 -71.994 -0 5484.74 5673.15 cm
+/IIm248 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 5463.15 5722.34 cm
+/IIm249 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5755.94 cm
+/IIm250 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5812.34 cm
+/IIm251 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5867.53 cm
+/IIm252 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 5463.15 5921.53 cm
+/IIm253 Do
+
+Q
+q
+0 55.1954 -71.994 -0 5484.74 5959.93 cm
+/IIm254 Do
+
+Q
+q
+0 9.5992 -71.994 -0 5484.74 6031.92 cm
+/IIm255 Do
+
+Q
+q
+0 43.1964 -71.994 -0 5484.74 6059.52 cm
+/IIm256 Do
+
+Q
+q
+0 57.5952 -71.994 -0 5484.74 6109.91 cm
+/IIm257 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 5485.94 6173.51 cm
+/IIm258 Do
+
+Q
+q
+0 55.1954 -71.994 -0 5484.74 6253.9 cm
+/IIm259 Do
+
+Q
+q
+0 56.3953 -74.3938 -0 5485.94 6323.5 cm
+/IIm260 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 5485.94 6455.48 cm
+/IIm261 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 5506.34 6504.68 cm
+/IIm262 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6621.07 cm
+/IIm263 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5484.74 6671.47 cm
+/IIm264 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 6701.46 cm
+/IIm265 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6760.26 cm
+/IIm266 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5484.74 6810.65 cm
+/IIm267 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 6840.65 cm
+/IIm268 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6898.25 cm
+/IIm269 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6954.64 cm
+/IIm270 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 7007.44 cm
+/IIm271 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7125.03 cm
+/IIm272 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5485.94 7153.83 cm
+/IIm273 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 5506.34 7272.62 cm
+/IIm274 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5485.94 7327.81 cm
+/IIm275 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7383.01 cm
+/IIm276 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7473 cm
+/IIm277 Do
+
+Q
+q
+0 40.7966 -71.994 -0 5484.74 7505.4 cm
+/IIm278 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5484.74 7560.59 cm
+/IIm279 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 5485.94 7579.79 cm
+/IIm280 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 5645.53 5430.77 cm
+/IIm281 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 5623.93 5489.56 cm
+/IIm282 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5519.56 cm
+/IIm283 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5574.76 cm
+/IIm284 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5625.13 5629.95 cm
+/IIm285 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 5623.93 5689.95 cm
+/IIm286 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5718.75 cm
+/IIm287 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5625.13 5773.94 cm
+/IIm288 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5802.74 cm
+/IIm289 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5623.93 5865.13 cm
+/IIm290 Do
+
+Q
+q
+0 1373.89 -1369.09 -0 2425 3233.75 cm
+/R80 Do
+Q
+q
+0 57.5952 -71.994 -0 608.35 5393.57 cm
+/IIm291 Do
+
+Q
+q
+0 40.7966 -71.994 -0 608.35 5459.57 cm
+/IIm292 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 5511.16 cm
+/IIm293 Do
+
+Q
+q
+0 65.9945 -71.994 -0 608.35 5665.95 cm
+/IIm294 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 5735.54 cm
+/IIm295 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 5785.94 cm
+/IIm296 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 5836.34 cm
+/IIm297 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 609.55 5891.53 cm
+/IIm298 Do
+
+Q
+q
+0 8.3993 -71.994 -0 608.35 5945.53 cm
+/IIm299 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 5963.52 cm
+/IIm300 Do
+
+Q
+q
+0 25.1979 -71.994 -0 609.55 6018.72 cm
+/IIm301 Do
+
+Q
+q
+0 8.3993 -71.994 -0 608.35 6051.12 cm
+/IIm302 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6069.12 cm
+/IIm303 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 6129.11 cm
+/IIm304 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6282.7 cm
+/IIm305 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 608.35 6337.89 cm
+/IIm306 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 609.55 6469.88 cm
+/IIm307 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6540.68 cm
+/IIm308 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 6599.47 cm
+/IIm309 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 609.55 6652.27 cm
+/IIm310 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6701.46 cm
+/IIm311 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 608.35 6761.46 cm
+/IIm312 Do
+
+Q
+q
+0 25.1979 -71.994 -0 609.55 6789.06 cm
+/IIm313 Do
+
+Q
+q
+0 52.7956 -71.994 -0 608.35 6924.64 cm
+/IIm314 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6987.04 cm
+/IIm315 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 7045.83 cm
+/IIm316 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 609.55 7098.63 cm
+/IIm317 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 7153.83 cm
+/IIm318 Do
+
+Q
+q
+0 8.3993 -71.994 -0 608.35 7309.81 cm
+/IIm319 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 7329.01 cm
+/IIm320 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 7480.2 cm
+/IIm321 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 5398.37 cm
+/IIm322 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 5449.97 cm
+/IIm323 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 5509.96 cm
+/IIm324 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 705.542 5561.56 cm
+/IIm325 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 747.538 5598.76 cm
+/IIm326 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 727.14 5653.95 cm
+/IIm327 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 5683.95 cm
+/IIm328 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 727.14 5737.94 cm
+/IIm329 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 5770.34 cm
+/IIm330 Do
+
+Q
+q
+0 25.1979 -71.994 -0 728.34 5788.34 cm
+/IIm331 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 5868.73 cm
+/IIm332 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 727.14 5928.73 cm
+/IIm333 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 748.738 5957.53 cm
+/IIm334 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6013.92 cm
+/IIm335 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 6072.72 cm
+/IIm336 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 6127.91 cm
+/IIm337 Do
+
+Q
+q
+0 44.3963 -52.7956 -0 727.14 6144.71 cm
+/IIm338 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6197.51 cm
+/IIm339 Do
+
+Q
+q
+0 25.1979 -71.994 -0 728.34 6251.5 cm
+/IIm340 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 6283.9 cm
+/IIm341 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6303.1 cm
+/IIm342 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 6361.89 cm
+/IIm343 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 727.14 6469.88 cm
+/IIm344 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6550.28 cm
+/IIm345 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 728.34 6605.47 cm
+/IIm346 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6660.67 cm
+/IIm347 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 728.34 6772.26 cm
+/IIm348 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 747.538 6828.65 cm
+/IIm349 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6933.04 cm
+/IIm350 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 727.14 6987.04 cm
+/IIm351 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7072.23 cm
+/IIm352 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 7095.03 cm
+/IIm353 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 728.34 7146.63 cm
+/IIm354 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7205.42 cm
+/IIm355 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 727.14 7222.22 cm
+/IIm356 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7278.62 cm
+/IIm357 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 728.34 7296.61 cm
+/IIm358 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 728.34 7356.61 cm
+/IIm359 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 7408.2 cm
+/IIm360 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7467 cm
+/IIm361 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 728.34 7486.2 cm
+/IIm362 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 5394.77 cm
+/IIm363 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 5453.57 cm
+/IIm364 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 5506.36 cm
+/IIm365 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 5658.75 cm
+/IIm366 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 5713.95 cm
+/IIm367 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 848.33 5773.94 cm
+/IIm368 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 5829.14 cm
+/IIm369 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 5847.13 cm
+/IIm370 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 848.33 5973.12 cm
+/IIm371 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6022.32 cm
+/IIm372 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 847.13 6082.31 cm
+/IIm373 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 847.13 6165.11 cm
+/IIm374 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 848.33 6247.9 cm
+/IIm375 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 6304.3 cm
+/IIm376 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 6359.49 cm
+/IIm377 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 6377.49 cm
+/IIm378 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 868.728 6403.89 cm
+/IIm379 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6556.28 cm
+/IIm380 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6607.87 cm
+/IIm381 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 6667.87 cm
+/IIm382 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6719.46 cm
+/IIm383 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 848.33 6774.66 cm
+/IIm384 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6922.25 cm
+/IIm385 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6977.44 cm
+/IIm386 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 7033.84 cm
+/IIm387 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 7092.63 cm
+/IIm388 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 848.33 7111.83 cm
+/IIm389 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 7161.03 cm
+/IIm390 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 7216.22 cm
+/IIm391 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 7245.02 cm
+/IIm392 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 7300.21 cm
+/IIm393 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 7451.4 cm
+/IIm394 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 7480.2 cm
+/IIm395 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 967.12 5393.57 cm
+/IIm396 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 5422.37 cm
+/IIm397 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 968.32 5477.57 cm
+/IIm398 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 5526.76 cm
+/IIm399 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 5555.56 cm
+/IIm400 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 967.12 5614.35 cm
+/IIm401 Do
+
+Q
+q
+0 8.3993 -71.994 -0 967.12 5647.95 cm
+/IIm402 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 5670.75 cm
+/IIm403 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 988.718 5722.34 cm
+/IIm404 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 5832.74 cm
+/IIm405 Do
+
+Q
+q
+0 40.7966 -71.994 -0 967.12 5865.13 cm
+/IIm406 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 5916.73 cm
+/IIm407 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 968.32 6029.52 cm
+/IIm408 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6078.72 cm
+/IIm409 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6138.71 cm
+/IIm410 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6221.5 cm
+/IIm411 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 968.32 6304.3 cm
+/IIm412 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 6360.69 cm
+/IIm413 Do
+
+Q
+q
+0 8.3993 -71.994 -0 967.12 6415.89 cm
+/IIm414 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 6433.89 cm
+/IIm415 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 988.718 6460.28 cm
+/IIm416 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 6571.87 cm
+/IIm417 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6623.47 cm
+/IIm418 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 6683.46 cm
+/IIm419 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 6735.06 cm
+/IIm420 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6850.25 cm
+/IIm421 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6930.64 cm
+/IIm422 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 967.12 6983.44 cm
+/IIm423 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 7036.24 cm
+/IIm424 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 7095.03 cm
+/IIm425 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 7174.22 cm
+/IIm426 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 7234.22 cm
+/IIm427 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 7284.61 cm
+/IIm428 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 7369.81 cm
+/IIm429 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 7428.6 cm
+/IIm430 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 7480.2 cm
+/IIm431 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 5393.57 cm
+/IIm432 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1085.91 5425.97 cm
+/IIm433 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5477.57 cm
+/IIm434 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1106.31 5569.96 cm
+/IIm435 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5621.55 cm
+/IIm436 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 5681.55 cm
+/IIm437 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1085.91 5709.15 cm
+/IIm438 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5737.94 cm
+/IIm439 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 5797.94 cm
+/IIm440 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1085.91 5830.34 cm
+/IIm441 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5910.73 cm
+/IIm442 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1085.91 5969.52 cm
+/IIm443 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1087.11 6021.12 cm
+/IIm444 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6071.52 cm
+/IIm445 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6160.31 cm
+/IIm446 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1085.91 6214.3 cm
+/IIm447 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1106.31 6276.7 cm
+/IIm448 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1087.11 6335.49 cm
+/IIm449 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6387.09 cm
+/IIm450 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6447.08 cm
+/IIm451 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6468.68 cm
+/IIm452 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 6486.68 cm
+/IIm453 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1107.51 6513.08 cm
+/IIm454 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1087.11 6601.87 cm
+/IIm455 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6653.47 cm
+/IIm456 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1085.91 6713.46 cm
+/IIm457 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1087.11 6765.06 cm
+/IIm458 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6857.45 cm
+/IIm459 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6879.05 cm
+/IIm460 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 6897.05 cm
+/IIm461 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6925.84 cm
+/IIm462 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 6984.64 cm
+/IIm463 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 7014.64 cm
+/IIm464 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 7068.63 cm
+/IIm465 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1087.11 7101.03 cm
+/IIm466 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 7157.43 cm
+/IIm467 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 7186.22 cm
+/IIm468 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 1085.91 7247.42 cm
+/IIm469 Do
+
+Q
+q
+0 65.9945 -71.994 -0 1085.91 7326.61 cm
+/IIm470 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1087.11 7398.61 cm
+/IIm471 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1085.91 7474.2 cm
+/IIm472 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5394.77 cm
+/IIm473 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1207.1 5449.97 cm
+/IIm474 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 5499.16 cm
+/IIm475 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 5527.96 cm
+/IIm476 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5621.55 cm
+/IIm477 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 5676.75 cm
+/IIm478 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5769.14 cm
+/IIm479 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1207.1 5868.73 cm
+/IIm480 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 5921.53 cm
+/IIm481 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5940.73 cm
+/IIm482 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5995.92 cm
+/IIm483 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6055.92 cm
+/IIm484 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 6088.31 cm
+/IIm485 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 6111.11 cm
+/IIm486 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1227.5 6162.71 cm
+/IIm487 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1205.9 6222.7 cm
+/IIm488 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6274.3 cm
+/IIm489 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1207.1 6333.09 cm
+/IIm490 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 6385.89 cm
+/IIm491 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6435.09 cm
+/IIm492 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1205.9 6532.28 cm
+/IIm493 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6561.08 cm
+/IIm494 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6621.07 cm
+/IIm495 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 6696.66 cm
+/IIm496 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 6719.46 cm
+/IIm497 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1205.9 6769.86 cm
+/IIm498 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6798.66 cm
+/IIm499 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6858.65 cm
+/IIm500 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1205.9 6891.05 cm
+/IIm501 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6971.44 cm
+/IIm502 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 7025.44 cm
+/IIm503 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 7057.83 cm
+/IIm504 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7077.03 cm
+/IIm505 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 7135.83 cm
+/IIm506 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 7234.22 cm
+/IIm507 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7264.22 cm
+/IIm508 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 7323.01 cm
+/IIm509 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7342.21 cm
+/IIm510 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 7396.21 cm
+/IIm511 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7425 cm
+/IIm512 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1207.1 7480.2 cm
+/IIm513 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 5393.57 cm
+/IIm514 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5422.37 cm
+/IIm515 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 5515.96 cm
+/IIm516 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1325.89 5548.36 cm
+/IIm517 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5601.16 cm
+/IIm518 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 5695.95 cm
+/IIm519 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5751.14 cm
+/IIm520 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 1325.89 5803.94 cm
+/IIm521 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5856.73 cm
+/IIm522 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 5915.53 cm
+/IIm523 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5934.73 cm
+/IIm524 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1346.29 5993.52 cm
+/IIm525 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1325.89 6049.92 cm
+/IIm526 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 6129.11 cm
+/IIm527 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6187.91 cm
+/IIm528 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 6239.5 cm
+/IIm529 Do
+
+Q
+q
+0 8.3993 -23.998 -0 1341.49 6273.1 cm
+/IIm530 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1325.89 6361.89 cm
+/IIm531 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1327.09 6394.29 cm
+/IIm532 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6449.48 cm
+/IIm533 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 6501.08 cm
+/IIm534 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 6561.08 cm
+/IIm535 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6582.67 cm
+/IIm536 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1347.49 6635.47 cm
+/IIm537 Do
+
+Q
+q
+0 8.3993 -23.998 -0 1341.49 6695.46 cm
+/IIm538 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1325.89 6761.46 cm
+/IIm539 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 6840.65 cm
+/IIm540 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 6899.45 cm
+/IIm541 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6922.25 cm
+/IIm542 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 6972.64 cm
+/IIm543 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7001.44 cm
+/IIm544 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7061.43 cm
+/IIm545 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7113.03 cm
+/IIm546 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7171.82 cm
+/IIm547 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1327.09 7224.62 cm
+/IIm548 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7273.82 cm
+/IIm549 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7369.81 cm
+/IIm550 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7428.6 cm
+/IIm551 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 7480.2 cm
+/IIm552 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1465.08 5398.37 cm
+/IIm553 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1444.68 5453.57 cm
+/IIm554 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5483.56 cm
+/IIm555 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1444.68 5542.36 cm
+/IIm556 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5622.75 cm
+/IIm557 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 5676.75 cm
+/IIm558 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 5709.15 cm
+/IIm559 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5728.34 cm
+/IIm560 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 5787.14 cm
+/IIm561 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5914.33 cm
+/IIm562 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1444.68 5968.32 cm
+/IIm563 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 6075.12 cm
+/IIm564 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 6127.91 cm
+/IIm565 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 6186.71 cm
+/IIm566 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 6238.3 cm
+/IIm567 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 6294.7 cm
+/IIm568 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 6418.29 cm
+/IIm569 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1444.68 6450.68 cm
+/IIm570 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1444.68 6505.88 cm
+/IIm571 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 6535.88 cm
+/IIm572 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1445.88 6594.67 cm
+/IIm573 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1466.28 6647.47 cm
+/IIm574 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1444.68 6706.26 cm
+/IIm575 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 6837.05 cm
+/IIm576 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 6853.85 cm
+/IIm577 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 6882.65 cm
+/IIm578 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1465.08 7011.04 cm
+/IIm579 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1445.88 7067.43 cm
+/IIm580 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 7122.63 cm
+/IIm581 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7177.82 cm
+/IIm582 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7200.62 cm
+/IIm583 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1445.88 7219.82 cm
+/IIm584 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 7269.02 cm
+/IIm585 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 7324.21 cm
+/IIm586 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7356.61 cm
+/IIm587 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 7374.61 cm
+/IIm588 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 7434.6 cm
+/IIm589 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 7486.2 cm
+/IIm590 Do
+
+Q
+q
+0 65.9945 -71.994 -0 1564.67 5391.17 cm
+/IIm591 Do
+
+Q
+q
+0 58.7951 -71.994 -0 1564.67 5466.77 cm
+/IIm592 Do
+
+Q
+q
+0 68.3943 -71.994 -0 1564.67 5529.16 cm
+/IIm593 Do
+
+Q
+q
+0 65.9945 -71.994 -0 1564.67 5597.56 cm
+/IIm594 Do
+
+Q
+q
+0 55.1954 -71.994 -0 1564.67 5671.95 cm
+/IIm595 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1565.87 5741.54 cm
+/IIm596 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 5817.14 cm
+/IIm597 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1564.67 5926.33 cm
+/IIm598 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6005.52 cm
+/IIm599 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1586.27 6060.72 cm
+/IIm600 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6117.11 cm
+/IIm601 Do
+
+Q
+q
+0 44.3963 -52.7956 -0 1564.67 6169.91 cm
+/IIm602 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1564.67 6226.3 cm
+/IIm603 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 6247.9 cm
+/IIm604 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6300.7 cm
+/IIm605 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6399.09 cm
+/IIm606 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 6457.88 cm
+/IIm607 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1565.87 6510.68 cm
+/IIm608 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 6613.87 cm
+/IIm609 Do
+
+Q
+q
+0 55.1954 -71.994 -0 1564.67 6681.07 cm
+/IIm610 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1565.87 6749.46 cm
+/IIm611 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 1565.87 6821.45 cm
+/IIm612 Do
+
+Q
+q
+0 59.995 -71.994 -0 1564.67 6903.05 cm
+/IIm613 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 6975.04 cm
+/IIm614 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 7084.23 cm
+/IIm615 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7135.83 cm
+/IIm616 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 1564.67 7187.42 cm
+/IIm617 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1565.87 7264.22 cm
+/IIm618 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1564.67 7318.21 cm
+/IIm619 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7336.21 cm
+/IIm620 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1565.87 7391.41 cm
+/IIm621 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1565.87 7419 cm
+/IIm622 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7447.8 cm
+/IIm623 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1564.67 7506.6 cm
+/IIm624 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5394.77 cm
+/IIm625 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5453.57 cm
+/IIm626 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1685.86 5506.36 cm
+/IIm627 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1684.66 5592.76 cm
+/IIm628 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1685.86 5610.75 cm
+/IIm629 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1685.86 5639.55 cm
+/IIm630 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5716.35 cm
+/IIm631 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5776.34 cm
+/IIm632 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5831.54 cm
+/IIm633 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1685.86 5886.73 cm
+/IIm634 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5939.53 cm
+/IIm635 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1684.66 5998.32 cm
+/IIm636 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1685.86 6045.12 cm
+/IIm637 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6094.31 cm
+/IIm638 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 6154.31 cm
+/IIm639 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1684.66 6204.71 cm
+/IIm640 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6233.5 cm
+/IIm641 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1684.66 6292.3 cm
+/IIm642 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6322.29 cm
+/IIm643 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 6381.09 cm
+/IIm644 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1685.86 6433.89 cm
+/IIm645 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6483.08 cm
+/IIm646 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 1684.66 6544.28 cm
+/IIm647 Do
+
+Q
+q
+0 68.3943 -71.994 -0 1923.44 5398.37 cm
+/IIm648 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5477.57 cm
+/IIm649 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1923.44 5537.56 cm
+/IIm650 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1924.64 5620.35 cm
+/IIm651 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5671.95 cm
+/IIm652 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 5731.94 cm
+/IIm653 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1924.64 5760.74 cm
+/IIm654 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 5875.93 cm
+/IIm655 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5904.73 cm
+/IIm656 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1924.64 5961.12 cm
+/IIm657 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6010.32 cm
+/IIm658 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6070.32 cm
+/IIm659 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 1923.44 6085.92 cm
+/IIm660 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6138.71 cm
+/IIm661 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6258.7 cm
+/IIm662 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6280.3 cm
+/IIm663 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1923.44 6331.89 cm
+/IIm664 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6360.69 cm
+/IIm665 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 6419.49 cm
+/IIm666 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1923.44 6453.08 cm
+/IIm667 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6532.28 cm
+/IIm668 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1924.64 6586.27 cm
+/IIm669 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6618.67 cm
+/IIm670 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6637.87 cm
+/IIm671 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6696.66 cm
+/IIm672 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6809.45 cm
+/IIm673 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6869.45 cm
+/IIm674 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6982.24 cm
+/IIm675 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 1923.44 7095.03 cm
+/IIm676 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7147.83 cm
+/IIm677 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 7206.62 cm
+/IIm678 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 7240.22 cm
+/IIm679 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7259.42 cm
+/IIm680 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1924.64 7313.41 cm
+/IIm681 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1945.04 7339.81 cm
+/IIm682 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7452.6 cm
+/IIm683 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1923.44 7507.8 cm
+/IIm684 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2044.63 5393.57 cm
+/IIm685 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 5422.37 cm
+/IIm686 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2063.83 5481.17 cm
+/IIm687 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2043.43 5537.56 cm
+/IIm688 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 5555.56 cm
+/IIm689 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 5605.96 cm
+/IIm690 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2043.43 5764.34 cm
+/IIm691 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 5796.74 cm
+/IIm692 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 5825.54 cm
+/IIm693 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2043.43 5885.53 cm
+/IIm694 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 6073.92 cm
+/IIm695 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6124.31 cm
+/IIm696 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2043.43 6183.11 cm
+/IIm697 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2044.63 6234.7 cm
+/IIm698 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2044.63 6294.7 cm
+/IIm699 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 6346.29 cm
+/IIm700 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2044.63 6395.49 cm
+/IIm701 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6424.29 cm
+/IIm702 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6483.08 cm
+/IIm703 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 6513.08 cm
+/IIm704 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2059.03 6567.07 cm
+/IIm705 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6699.06 cm
+/IIm706 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6759.06 cm
+/IIm707 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6791.46 cm
+/IIm708 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6821.45 cm
+/IIm709 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2043.43 6880.25 cm
+/IIm710 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2065.03 6933.04 cm
+/IIm711 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6988.24 cm
+/IIm712 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 7047.03 cm
+/IIm713 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 7077.03 cm
+/IIm714 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2059.03 7132.23 cm
+/IIm715 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2043.43 7267.82 cm
+/IIm716 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 7319.41 cm
+/IIm717 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 7374.61 cm
+/IIm718 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2043.43 7434.6 cm
+/IIm719 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2044.63 7451.4 cm
+/IIm720 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2043.43 7483.8 cm
+/IIm721 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2182.62 5398.37 cm
+/IIm722 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 5453.57 cm
+/IIm723 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5483.56 cm
+/IIm724 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2162.22 5537.56 cm
+/IIm725 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5566.36 cm
+/IIm726 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5622.75 cm
+/IIm727 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5671.95 cm
+/IIm728 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2162.22 5725.94 cm
+/IIm729 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5745.14 cm
+/IIm730 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 5803.94 cm
+/IIm731 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5855.53 cm
+/IIm732 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2162.22 5915.53 cm
+/IIm733 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5933.53 cm
+/IIm734 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2177.82 5988.72 cm
+/IIm735 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2162.22 6090.71 cm
+/IIm736 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6112.31 cm
+/IIm737 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 6165.11 cm
+/IIm738 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 6213.1 cm
+/IIm739 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 6245.5 cm
+/IIm740 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 6279.1 cm
+/IIm741 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2162.22 6334.29 cm
+/IIm742 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6414.69 cm
+/IIm743 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6473.48 cm
+/IIm744 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 6523.88 cm
+/IIm745 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2162.22 6631.87 cm
+/IIm746 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6711.06 cm
+/IIm747 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6771.06 cm
+/IIm748 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 6826.25 cm
+/IIm749 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2162.22 6876.65 cm
+/IIm750 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6905.45 cm
+/IIm751 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2163.42 6961.84 cm
+/IIm752 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 7009.84 cm
+/IIm753 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 7042.24 cm
+/IIm754 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 7098.63 cm
+/IIm755 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 7127.43 cm
+/IIm756 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 7187.42 cm
+/IIm757 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 7216.22 cm
+/IIm758 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2177.82 7271.42 cm
+/IIm759 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 7369.81 cm
+/IIm760 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 7428.6 cm
+/IIm761 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2163.42 7480.2 cm
+/IIm762 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 5394.77 cm
+/IIm763 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5449.97 cm
+/IIm764 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2282.21 5503.96 cm
+/IIm765 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5555.56 cm
+/IIm766 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2282.21 5615.55 cm
+/IIm767 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 5647.95 cm
+/IIm768 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2282.21 5704.35 cm
+/IIm769 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5783.54 cm
+/IIm770 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 5842.33 cm
+/IIm771 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2283.41 5893.93 cm
+/IIm772 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5981.52 cm
+/IIm773 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 6036.72 cm
+/IIm774 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6091.91 cm
+/IIm775 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 6151.91 cm
+/IIm776 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 6203.5 cm
+/IIm777 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6257.5 cm
+/IIm778 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6275.5 cm
+/IIm779 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 6331.89 cm
+/IIm780 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2283.41 6438.69 cm
+/IIm781 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2282.21 6471.08 cm
+/IIm782 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2282.21 6527.48 cm
+/IIm783 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6556.28 cm
+/IIm784 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2283.41 6616.27 cm
+/IIm785 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 6667.87 cm
+/IIm786 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2282.21 6726.66 cm
+/IIm787 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 6838.25 cm
+/IIm788 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6891.05 cm
+/IIm789 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6913.85 cm
+/IIm790 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 6936.64 cm
+/IIm791 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6991.84 cm
+/IIm792 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 7011.04 cm
+/IIm793 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 7060.23 cm
+/IIm794 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2297.81 7115.43 cm
+/IIm795 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 7197.02 cm
+/IIm796 Do
+
+Q
+q
+0 47.996 -52.7956 -0 2282.21 7249.82 cm
+/IIm797 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2282.21 7306.21 cm
+/IIm798 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 7361.41 cm
+/IIm799 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2283.41 7384.21 cm
+/IIm800 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 7439.4 cm
+/IIm801 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2283.41 7457.4 cm
+/IIm802 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 7486.2 cm
+/IIm803 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 5394.77 cm
+/IIm804 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 5453.57 cm
+/IIm805 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2403.4 5506.36 cm
+/IIm806 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2403.4 5670.75 cm
+/IIm807 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 5729.54 cm
+/IIm808 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5748.74 cm
+/IIm809 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2403.4 5799.14 cm
+/IIm810 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2403.4 5851.93 cm
+/IIm811 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5904.73 cm
+/IIm812 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5953.93 cm
+/IIm813 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 6007.92 cm
+/IIm814 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6027.12 cm
+/IIm815 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 6085.92 cm
+/IIm816 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 6137.51 cm
+/IIm817 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2402.2 6192.71 cm
+/IIm818 Do
+
+Q
+q
+0 52.7956 -71.994 -0 2402.2 6329.49 cm
+/IIm819 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6390.69 cm
+/IIm820 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6450.68 cm
+/IIm821 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2402.2 6478.28 cm
+/IIm822 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6507.08 cm
+/IIm823 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6567.07 cm
+/IIm824 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2402.2 6599.47 cm
+/IIm825 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 6683.46 cm
+/IIm826 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 6705.06 cm
+/IIm827 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2423.8 6757.86 cm
+/IIm828 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2423.8 6922.25 cm
+/IIm829 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6981.04 cm
+/IIm830 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 7011.04 cm
+/IIm831 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2403.4 7069.83 cm
+/IIm832 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2422.6 7126.23 cm
+/IIm833 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 7177.82 cm
+/IIm834 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2402.2 7335.01 cm
+/IIm835 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 7367.41 cm
+/IIm836 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 7397.41 cm
+/IIm837 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2402.2 7456.2 cm
+/IIm838 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5394.77 cm
+/IIm839 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 5453.57 cm
+/IIm840 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5483.56 cm
+/IIm841 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 5542.36 cm
+/IIm842 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 5598.76 cm
+/IIm843 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2522.19 5650.35 cm
+/IIm844 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 5749.94 cm
+/IIm845 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2520.99 5782.34 cm
+/IIm846 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5835.14 cm
+/IIm847 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2522.19 5935.93 cm
+/IIm848 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5986.32 cm
+/IIm849 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 6045.12 cm
+/IIm850 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 6100.31 cm
+/IIm851 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 6151.91 cm
+/IIm852 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 6184.31 cm
+/IIm853 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2542.59 6210.7 cm
+/IIm854 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 2520.99 6304.3 cm
+/IIm855 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6384.69 cm
+/IIm856 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6407.49 cm
+/IIm857 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6430.29 cm
+/IIm858 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2520.99 6497.48 cm
+/IIm859 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6549.08 cm
+/IIm860 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2520.99 6603.07 cm
+/IIm861 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6654.67 cm
+/IIm862 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6756.66 cm
+/IIm863 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 6815.45 cm
+/IIm864 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6912.65 cm
+/IIm865 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2541.39 6972.64 cm
+/IIm866 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2541.39 7027.84 cm
+/IIm867 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 7079.43 cm
+/IIm868 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 7139.43 cm
+/IIm869 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7167.02 cm
+/IIm870 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 7199.42 cm
+/IIm871 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 7255.82 cm
+/IIm872 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 7311.01 cm
+/IIm873 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7329.01 cm
+/IIm874 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2542.59 7355.41 cm
+/IIm875 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7451.4 cm
+/IIm876 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 7480.2 cm
+/IIm877 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2661.38 5398.37 cm
+/IIm878 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 5449.97 cm
+/IIm879 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5509.96 cm
+/IIm880 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2640.98 5537.56 cm
+/IIm881 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 5566.36 cm
+/IIm882 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5626.35 cm
+/IIm883 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2640.98 5658.75 cm
+/IIm884 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2642.18 5766.74 cm
+/IIm885 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2642.18 5825.54 cm
+/IIm886 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5880.73 cm
+/IIm887 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2640.98 5914.33 cm
+/IIm888 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2640.98 5937.13 cm
+/IIm889 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2662.58 5988.72 cm
+/IIm890 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2642.18 6070.32 cm
+/IIm891 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2640.98 6102.71 cm
+/IIm892 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6155.51 cm
+/IIm893 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2642.18 6238.3 cm
+/IIm894 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6288.7 cm
+/IIm895 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2640.98 6347.49 cm
+/IIm896 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2642.18 6399.09 cm
+/IIm897 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6449.48 cm
+/IIm898 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 6508.28 cm
+/IIm899 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2642.18 6537.08 cm
+/IIm900 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2642.18 6565.88 cm
+/IIm901 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2640.98 6621.07 cm
+/IIm902 Do
+
+Q
+q
+0 57.5952 -71.994 -0 2879.76 5393.57 cm
+/IIm903 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2879.76 5459.57 cm
+/IIm904 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 5511.16 cm
+/IIm905 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2879.76 5614.35 cm
+/IIm906 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 2880.96 5673.15 cm
+/IIm907 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 2880.96 5728.34 cm
+/IIm908 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2879.76 5781.14 cm
+/IIm909 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2880.96 5886.73 cm
+/IIm910 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 5937.13 cm
+/IIm911 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 5995.92 cm
+/IIm912 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2879.76 6046.32 cm
+/IIm913 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6097.91 cm
+/IIm914 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 6157.91 cm
+/IIm915 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 6208.3 cm
+/IIm916 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2879.76 6240.7 cm
+/IIm917 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6259.9 cm
+/IIm918 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 6318.7 cm
+/IIm919 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2879.76 6423.09 cm
+/IIm920 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2880.96 6442.29 cm
+/IIm921 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2879.76 6544.28 cm
+/IIm922 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6597.07 cm
+/IIm923 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2880.96 6652.27 cm
+/IIm924 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 6701.46 cm
+/IIm925 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6730.26 cm
+/IIm926 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2880.96 6785.46 cm
+/IIm927 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2880.96 6893.45 cm
+/IIm928 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2901.36 6942.64 cm
+/IIm929 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 7043.44 cm
+/IIm930 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2879.76 7075.83 cm
+/IIm931 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 7127.43 cm
+/IIm932 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 2880.96 7233.02 cm
+/IIm933 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2879.76 7307.41 cm
+/IIm934 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 7325.41 cm
+/IIm935 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2901.36 7351.81 cm
+/IIm936 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 7452.6 cm
+/IIm937 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2879.76 7507.8 cm
+/IIm938 Do
+
+Q
+q
+0 47.996 -71.994 -0 2999.75 5399.57 cm
+/IIm939 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5455.97 cm
+/IIm940 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2999.75 5514.76 cm
+/IIm941 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2999.75 5537.56 cm
+/IIm942 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2999.75 5566.36 cm
+/IIm943 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5595.16 cm
+/IIm944 Do
+
+Q
+q
+0 47.996 -52.7956 -0 2999.75 5647.95 cm
+/IIm945 Do
+
+Q
+q
+0 52.7956 -71.994 -0 2999.75 5805.14 cm
+/IIm946 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5867.53 cm
+/IIm947 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2999.75 5926.33 cm
+/IIm948 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3000.95 5979.12 cm
+/IIm949 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3015.35 6039.12 cm
+/IIm950 Do
+
+Q
+q
+0 65.9945 -71.994 -0 2999.75 6159.11 cm
+/IIm951 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3020.15 6232.3 cm
+/IIm952 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2999.75 6288.7 cm
+/IIm953 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2999.75 6321.1 cm
+/IIm954 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2999.75 6343.89 cm
+/IIm955 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6462.68 cm
+/IIm956 Do
+
+Q
+q
+0 49.1959 -70.7941 -0 2999.75 6516.68 cm
+/IIm957 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 2978.15 6574.27 cm
+/IIm958 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6606.67 cm
+/IIm959 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6664.27 cm
+/IIm960 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3015.35 6724.26 cm
+/IIm961 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6845.45 cm
+/IIm962 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6904.25 cm
+/IIm963 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6959.44 cm
+/IIm964 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2999.75 7012.24 cm
+/IIm965 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2999.75 7074.63 cm
+/IIm966 Do
+
+Q
+q
+0 22.7981 -92.3923 -0 3020.15 7199.42 cm
+/IIm967 Do
+
+Q
+q
+0 55.1954 -71.994 -0 2999.75 7235.42 cm
+/IIm968 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 3000.95 7303.81 cm
+/IIm969 Do
+
+Q
+q
+0 57.5952 -71.994 -0 2999.75 7379.41 cm
+/IIm970 Do
+
+Q
+q
+0 52.7956 -71.994 -0 2999.75 7446.6 cm
+/IIm971 Do
+
+Q
+q
+0 8.3993 -52.7956 -0 2999.75 7513.8 cm
+/IIm972 Do
+
+Q
+q
+0 67.1944 -74.3938 -0 3120.94 5395.97 cm
+/IIm973 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5472.77 cm
+/IIm974 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 5531.56 cm
+/IIm975 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5583.16 cm
+/IIm976 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5643.15 cm
+/IIm977 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5671.95 cm
+/IIm978 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 5731.94 cm
+/IIm979 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3140.14 5781.14 cm
+/IIm980 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5837.54 cm
+/IIm981 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5866.33 cm
+/IIm982 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 5922.73 cm
+/IIm983 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5981.52 cm
+/IIm984 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6011.52 cm
+/IIm985 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3119.74 6070.32 cm
+/IIm986 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3119.74 6153.11 cm
+/IIm987 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 6237.1 cm
+/IIm988 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6258.7 cm
+/IIm989 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 6311.5 cm
+/IIm990 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3120.94 6397.89 cm
+/IIm991 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6449.48 cm
+/IIm992 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 6505.88 cm
+/IIm993 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 6564.67 cm
+/IIm994 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6587.47 cm
+/IIm995 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3120.94 6639.07 cm
+/IIm996 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6717.06 cm
+/IIm997 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6775.86 cm
+/IIm998 Do
+
+Q
+q
+0 65.9945 -71.994 -0 3119.74 6851.45 cm
+/IIm999 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3140.14 6925.84 cm
+/IIm1000 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 6981.04 cm
+/IIm1001 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 7014.64 cm
+/IIm1002 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 7037.44 cm
+/IIm1003 Do
+
+Q
+q
+0 46.7961 -71.994 -0 3119.74 7081.83 cm
+/IIm1004 Do
+
+Q
+q
+0 45.5962 -71.994 -0 3120.94 7140.63 cm
+/IIm1005 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3119.74 7199.42 cm
+/IIm1006 Do
+
+Q
+q
+0 22.7981 -92.3923 -0 3140.14 7223.42 cm
+/IIm1007 Do
+
+Q
+q
+0 47.996 -71.994 -0 3358.52 5399.57 cm
+/IIm1008 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5455.97 cm
+/IIm1009 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 5514.76 cm
+/IIm1010 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3358.52 5592.76 cm
+/IIm1011 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5673.15 cm
+/IIm1012 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 5731.94 cm
+/IIm1013 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5761.94 cm
+/IIm1014 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3358.52 5865.13 cm
+/IIm1015 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3358.52 5887.93 cm
+/IIm1016 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 3358.52 5938.33 cm
+/IIm1017 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5967.12 cm
+/IIm1018 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 6027.12 cm
+/IIm1019 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3358.52 6059.52 cm
+/IIm1020 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6139.91 cm
+/IIm1021 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6193.91 cm
+/IIm1022 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3358.52 6226.3 cm
+/IIm1023 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6245.5 cm
+/IIm1024 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3358.52 6304.3 cm
+/IIm1025 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3374.12 6360.69 cm
+/IIm1026 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 3359.72 6429.09 cm
+/IIm1027 Do
+
+Q
+q
+0 40.7966 -71.994 -0 3358.52 6481.88 cm
+/IIm1028 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6534.68 cm
+/IIm1029 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 3359.72 6589.87 cm
+/IIm1030 Do
+
+Q
+q
+0 43.1964 -71.994 -0 3358.52 6643.87 cm
+/IIm1031 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6735.06 cm
+/IIm1032 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3359.72 6793.86 cm
+/IIm1033 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6844.25 cm
+/IIm1034 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6917.45 cm
+/IIm1035 Do
+
+Q
+q
+0 40.7966 -71.994 -0 3358.52 6949.84 cm
+/IIm1036 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 7001.44 cm
+/IIm1037 Do
+
+Q
+q
+0 65.9945 -71.994 -0 3358.52 7098.63 cm
+/IIm1038 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 3359.72 7169.42 cm
+/IIm1039 Do
+
+Q
+q
+0 52.7956 -71.994 -0 3358.52 7246.22 cm
+/IIm1040 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3358.52 7348.21 cm
+/IIm1041 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 7425 cm
+/IIm1042 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3359.72 7483.8 cm
+/IIm1043 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3479.71 5394.77 cm
+/IIm1044 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3478.51 5448.77 cm
+/IIm1045 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5465.57 cm
+/IIm1046 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 5494.36 cm
+/IIm1047 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 5578.36 cm
+/IIm1048 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5632.35 cm
+/IIm1049 Do
+
+Q
+q
+0 40.7966 -71.994 -0 3478.51 5692.35 cm
+/IIm1050 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5742.74 cm
+/IIm1051 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5770.34 cm
+/IIm1052 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3498.91 5802.74 cm
+/IIm1053 Do
+
+Q
+q
+0 8.3993 -52.7956 -0 3478.51 5860.33 cm
+/IIm1054 Do
+
+Q
+q
+0 27.5977 -71.994 -0 3478.51 5879.53 cm
+/IIm1055 Do
+
+Q
+q
+0 27.5977 -71.994 -0 3478.51 5907.13 cm
+/IIm1056 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 5933.53 cm
+/IIm1057 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 6005.52 cm
+/IIm1058 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 6077.52 cm
+/IIm1059 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3478.51 6160.31 cm
+/IIm1060 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6183.11 cm
+/IIm1061 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 3479.71 6238.3 cm
+/IIm1062 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3479.71 6292.3 cm
+/IIm1063 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6343.89 cm
+/IIm1064 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3478.51 6402.69 cm
+/IIm1065 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3479.71 6455.48 cm
+/IIm1066 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3479.71 6510.68 cm
+/IIm1067 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3478.51 6565.88 cm
+/IIm1068 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6588.67 cm
+/IIm1069 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3478.51 6647.47 cm
+/IIm1070 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3500.11 6677.47 cm
+/IIm1071 Do
+
+Q
+Q
+endstream
+endobj
+
+7 0 obj
+161216
+endobj
+
+%% Original object ID: 558 0
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 1
+ /Subtype /Image
+ /Type /XObject
+ /Width 1
+ /Length 9 0 R
+>>
+stream
+ÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+1
+endobj
+
+%% Original object ID: 567 0
+10 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 11 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+11 0 obj
+1974
+endobj
+
+%% Original object ID: 657 0
+12 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 13 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+13 0 obj
+2880
+endobj
+
+%% Original object ID: 1557 0
+14 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 15 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+15 0 obj
+2294
+endobj
+
+%% Original object ID: 1558 0
+16 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 17 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+17 0 obj
+1035
+endobj
+
+%% Original object ID: 1559 0
+18 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 19 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+19 0 obj
+420
+endobj
+
+%% Original object ID: 1560 0
+20 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 21 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+21 0 obj
+420
+endobj
+
+%% Original object ID: 1561 0
+22 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 23 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+23 0 obj
+2340
+endobj
+
+%% Original object ID: 1562 0
+24 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 25 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+25 0 obj
+2280
+endobj
+
+%% Original object ID: 1563 0
+26 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 27 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+27 0 obj
+49
+endobj
+
+%% Original object ID: 1564 0
+28 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 29 0 R
+>>
+stream
+ÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+29 0 obj
+1463
+endobj
+
+%% Original object ID: 1565 0
+30 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 31 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+31 0 obj
+2400
+endobj
+
+%% Original object ID: 1566 0
+32 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 33 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+33 0 obj
+1840
+endobj
+
+%% Original object ID: 658 0
+34 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 35 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+35 0 obj
+2294
+endobj
+
+%% Original object ID: 1567 0
+36 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 37 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+37 0 obj
+1035
+endobj
+
+%% Original object ID: 1568 0
+38 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 39 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+39 0 obj
+2655
+endobj
+
+%% Original object ID: 1569 0
+40 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 41 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+41 0 obj
+1840
+endobj
+
+%% Original object ID: 1570 0
+42 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 43 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+43 0 obj
+1035
+endobj
+
+%% Original object ID: 1571 0
+44 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 45 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+45 0 obj
+1840
+endobj
+
+%% Original object ID: 1572 0
+46 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 47 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+47 0 obj
+420
+endobj
+
+%% Original object ID: 1573 0
+48 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 49 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+49 0 obj
+1530
+endobj
+
+%% Original object ID: 1574 0
+50 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 51 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+1464
+endobj
+
+%% Original object ID: 1575 0
+52 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 53 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+1840
+endobj
+
+%% Original object ID: 1576 0
+54 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 55 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+55 0 obj
+1035
+endobj
+
+%% Original object ID: 659 0
+56 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 57 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+57 0 obj
+1656
+endobj
+
+%% Original object ID: 1577 0
+58 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 59 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+59 0 obj
+2655
+endobj
+
+%% Original object ID: 1578 0
+60 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 61 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+61 0 obj
+1840
+endobj
+
+%% Original object ID: 1579 0
+62 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 63 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+63 0 obj
+1260
+endobj
+
+%% Original object ID: 1580 0
+64 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 65 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+65 0 obj
+420
+endobj
+
+%% Original object ID: 1581 0
+66 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 67 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+67 0 obj
+1840
+endobj
+
+%% Original object ID: 1582 0
+68 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 69 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+69 0 obj
+1530
+endobj
+
+%% Original object ID: 1583 0
+70 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 71 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+140
+endobj
+
+%% Original object ID: 1584 0
+72 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 73 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+73 0 obj
+1748
+endobj
+
+%% Original object ID: 1585 0
+74 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 75 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+75 0 obj
+2040
+endobj
+
+%% Original object ID: 1586 0
+76 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 77 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+77 0 obj
+1840
+endobj
+
+%% Original object ID: 660 0
+78 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 79 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+79 0 obj
+1840
+endobj
+
+%% Original object ID: 1587 0
+80 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 81 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+81 0 obj
+1748
+endobj
+
+%% Original object ID: 1588 0
+82 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 83 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+83 0 obj
+2160
+endobj
+
+%% Original object ID: 1589 0
+84 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 85 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+85 0 obj
+1840
+endobj
+
+%% Original object ID: 1590 0
+86 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 87 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+87 0 obj
+1530
+endobj
+
+%% Original object ID: 1591 0
+88 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 89 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+89 0 obj
+1260
+endobj
+
+%% Original object ID: 1592 0
+90 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 91 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+91 0 obj
+1260
+endobj
+
+%% Original object ID: 1593 0
+92 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 93 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+93 0 obj
+2040
+endobj
+
+%% Original object ID: 1594 0
+94 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 95 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+95 0 obj
+1840
+endobj
+
+%% Original object ID: 1595 0
+96 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 97 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+97 0 obj
+3300
+endobj
+
+%% Original object ID: 1596 0
+98 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 99 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+99 0 obj
+3224
+endobj
+
+%% Original object ID: 661 0
+100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+101 0 obj
+1530
+endobj
+
+%% Original object ID: 1597 0
+102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 103 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+103 0 obj
+2640
+endobj
+
+%% Original object ID: 1598 0
+104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+105 0 obj
+2684
+endobj
+
+%% Original object ID: 1599 0
+106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+107 0 obj
+1840
+endobj
+
+%% Original object ID: 1600 0
+108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 109 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+109 0 obj
+2257
+endobj
+
+%% Original object ID: 1601 0
+110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+111 0 obj
+1656
+endobj
+
+%% Original object ID: 1602 0
+112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 113 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+113 0 obj
+420
+endobj
+
+%% Original object ID: 1603 0
+114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+115 0 obj
+1260
+endobj
+
+%% Original object ID: 1604 0
+116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+117 0 obj
+1840
+endobj
+
+%% Original object ID: 1605 0
+118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+119 0 obj
+1840
+endobj
+
+%% Original object ID: 1606 0
+120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+121 0 obj
+1260
+endobj
+
+%% Original object ID: 662 0
+122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+123 0 obj
+1656
+endobj
+
+%% Original object ID: 1607 0
+124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+125 0 obj
+2040
+endobj
+
+%% Original object ID: 1608 0
+126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+127 0 obj
+1260
+endobj
+
+%% Original object ID: 1609 0
+128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+129 0 obj
+1260
+endobj
+
+%% Original object ID: 1610 0
+130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+131 0 obj
+2294
+endobj
+
+%% Original object ID: 1611 0
+132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 133 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+133 0 obj
+308
+endobj
+
+%% Original object ID: 1612 0
+134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+135 0 obj
+1380
+endobj
+
+%% Original object ID: 1613 0
+136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+137 0 obj
+1380
+endobj
+
+%% Original object ID: 1614 0
+138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+139 0 obj
+2684
+endobj
+
+%% Original object ID: 1615 0
+140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+141 0 obj
+2684
+endobj
+
+%% Original object ID: 1616 0
+142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+143 0 obj
+2684
+endobj
+
+%% Original object ID: 663 0
+144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+145 0 obj
+3224
+endobj
+
+%% Original object ID: 1617 0
+146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 147 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+147 0 obj
+49
+endobj
+
+%% Original object ID: 1618 0
+148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+149 0 obj
+1840
+endobj
+
+%% Original object ID: 1619 0
+150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+151 0 obj
+1748
+endobj
+
+%% Original object ID: 1620 0
+152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+153 0 obj
+2257
+endobj
+
+%% Original object ID: 1621 0
+154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+155 0 obj
+1840
+endobj
+
+%% Original object ID: 1622 0
+156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+157 0 obj
+1530
+endobj
+
+%% Original object ID: 1623 0
+158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+159 0 obj
+2257
+endobj
+
+%% Original object ID: 1624 0
+160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+161 0 obj
+1656
+endobj
+
+%% Original object ID: 1625 0
+162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 163 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+163 0 obj
+49
+endobj
+
+%% Original object ID: 1626 0
+164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+165 0 obj
+1840
+endobj
+
+%% Original object ID: 664 0
+166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+167 0 obj
+1840
+endobj
+
+%% Original object ID: 1627 0
+168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+169 0 obj
+1035
+endobj
+
+%% Original object ID: 1628 0
+170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+171 0 obj
+2331
+endobj
+
+%% Original object ID: 665 0
+172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+173 0 obj
+1035
+endobj
+
+%% Original object ID: 666 0
+174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+175 0 obj
+1530
+endobj
+
+%% Original object ID: 568 0
+176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 177 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+177 0 obj
+1540
+endobj
+
+%% Original object ID: 667 0
+178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+179 0 obj
+1840
+endobj
+
+%% Original object ID: 668 0
+180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+181 0 obj
+1035
+endobj
+
+%% Original object ID: 669 0
+182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 183 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+183 0 obj
+140
+endobj
+
+%% Original object ID: 670 0
+184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 185 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+185 0 obj
+2242
+endobj
+
+%% Original object ID: 671 0
+186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+187 0 obj
+2318
+endobj
+
+%% Original object ID: 672 0
+188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+189 0 obj
+2340
+endobj
+
+%% Original object ID: 673 0
+190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+191 0 obj
+2318
+endobj
+
+%% Original object ID: 674 0
+192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+193 0 obj
+1952
+endobj
+
+%% Original object ID: 675 0
+194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+195 0 obj
+1840
+endobj
+
+%% Original object ID: 676 0
+196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+197 0 obj
+1530
+endobj
+
+%% Original object ID: 569 0
+198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 32
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 199 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+199 0 obj
+1472
+endobj
+
+%% Original object ID: 677 0
+200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+201 0 obj
+1840
+endobj
+
+%% Original object ID: 678 0
+202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+203 0 obj
+1656
+endobj
+
+%% Original object ID: 679 0
+204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 205 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+205 0 obj
+2640
+endobj
+
+%% Original object ID: 680 0
+206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+207 0 obj
+1035
+endobj
+
+%% Original object ID: 681 0
+208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+209 0 obj
+1840
+endobj
+
+%% Original object ID: 682 0
+210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+211 0 obj
+1530
+endobj
+
+%% Original object ID: 683 0
+212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+213 0 obj
+1748
+endobj
+
+%% Original object ID: 684 0
+214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 215 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+215 0 obj
+2040
+endobj
+
+%% Original object ID: 685 0
+216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 217 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+217 0 obj
+2940
+endobj
+
+%% Original object ID: 686 0
+218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+219 0 obj
+1035
+endobj
+
+%% Original object ID: 570 0
+220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 221 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+221 0 obj
+2800
+endobj
+
+%% Original object ID: 687 0
+222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 223 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+223 0 obj
+420
+endobj
+
+%% Original object ID: 688 0
+224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+225 0 obj
+1716
+endobj
+
+%% Original object ID: 689 0
+226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+227 0 obj
+1840
+endobj
+
+%% Original object ID: 690 0
+228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 229 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+229 0 obj
+140
+endobj
+
+%% Original object ID: 691 0
+230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 231 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+231 0 obj
+3420
+endobj
+
+%% Original object ID: 692 0
+232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+233 0 obj
+1748
+endobj
+
+%% Original object ID: 693 0
+234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+235 0 obj
+2160
+endobj
+
+%% Original object ID: 694 0
+236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+237 0 obj
+1840
+endobj
+
+%% Original object ID: 695 0
+238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+239 0 obj
+1840
+endobj
+
+%% Original object ID: 696 0
+240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+241 0 obj
+1530
+endobj
+
+%% Original object ID: 571 0
+242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+243 0 obj
+1974
+endobj
+
+%% Original object ID: 697 0
+244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 245 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+245 0 obj
+140
+endobj
+
+%% Original object ID: 698 0
+246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+247 0 obj
+3420
+endobj
+
+%% Original object ID: 699 0
+248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+249 0 obj
+3300
+endobj
+
+%% Original object ID: 700 0
+250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+251 0 obj
+2340
+endobj
+
+%% Original object ID: 701 0
+252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+253 0 obj
+2340
+endobj
+
+%% Original object ID: 702 0
+254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+255 0 obj
+1320
+endobj
+
+%% Original object ID: 703 0
+256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+257 0 obj
+2318
+endobj
+
+%% Original object ID: 704 0
+258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+259 0 obj
+2340
+endobj
+
+%% Original object ID: 705 0
+260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 261 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+261 0 obj
+49
+endobj
+
+%% Original object ID: 706 0
+262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+263 0 obj
+3224
+endobj
+
+%% Original object ID: 572 0
+264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+265 0 obj
+2160
+endobj
+
+%% Original object ID: 707 0
+266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+267 0 obj
+1840
+endobj
+
+%% Original object ID: 708 0
+268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+269 0 obj
+1530
+endobj
+
+%% Original object ID: 709 0
+270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 271 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+271 0 obj
+1716
+endobj
+
+%% Original object ID: 710 0
+272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+273 0 obj
+1840
+endobj
+
+%% Original object ID: 711 0
+274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+275 0 obj
+1530
+endobj
+
+%% Original object ID: 712 0
+276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+277 0 obj
+1260
+endobj
+
+%% Original object ID: 713 0
+278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 279 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+279 0 obj
+420
+endobj
+
+%% Original object ID: 714 0
+280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+281 0 obj
+1840
+endobj
+
+%% Original object ID: 715 0
+282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+283 0 obj
+1530
+endobj
+
+%% Original object ID: 716 0
+284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 285 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+285 0 obj
+1748
+endobj
+
+%% Original object ID: 573 0
+286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 287 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+287 0 obj
+3953
+endobj
+
+%% Original object ID: 717 0
+288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 289 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+289 0 obj
+420
+endobj
+
+%% Original object ID: 718 0
+290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 291 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+291 0 obj
+420
+endobj
+
+%% Original object ID: 719 0
+292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+293 0 obj
+1530
+endobj
+
+%% Original object ID: 720 0
+294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 295 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+295 0 obj
+420
+endobj
+
+%% Original object ID: 721 0
+296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+297 0 obj
+1748
+endobj
+
+%% Original object ID: 722 0
+298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+299 0 obj
+1656
+endobj
+
+%% Original object ID: 723 0
+300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+301 0 obj
+2684
+endobj
+
+%% Original object ID: 724 0
+302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 303 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+303 0 obj
+420
+endobj
+
+%% Original object ID: 725 0
+304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 305 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+305 0 obj
+420
+endobj
+
+%% Original object ID: 726 0
+306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 307 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+307 0 obj
+420
+endobj
+
+%% Original object ID: 574 0
+308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+309 0 obj
+1974
+endobj
+
+%% Original object ID: 727 0
+310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 311 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+311 0 obj
+2257
+endobj
+
+%% Original object ID: 728 0
+312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+313 0 obj
+1840
+endobj
+
+%% Original object ID: 729 0
+314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 315 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+315 0 obj
+2040
+endobj
+
+%% Original object ID: 730 0
+316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+317 0 obj
+1840
+endobj
+
+%% Original object ID: 731 0
+318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 319 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+319 0 obj
+420
+endobj
+
+%% Original object ID: 732 0
+320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+321 0 obj
+2257
+endobj
+
+%% Original object ID: 733 0
+322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+323 0 obj
+1840
+endobj
+
+%% Original object ID: 734 0
+324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+325 0 obj
+1260
+endobj
+
+%% Original object ID: 735 0
+326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+327 0 obj
+1260
+endobj
+
+%% Original object ID: 736 0
+328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 329 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+329 0 obj
+2040
+endobj
+
+%% Original object ID: 575 0
+330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 331 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+331 0 obj
+2254
+endobj
+
+%% Original object ID: 737 0
+332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+333 0 obj
+1840
+endobj
+
+%% Original object ID: 738 0
+334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 335 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+335 0 obj
+2040
+endobj
+
+%% Original object ID: 739 0
+336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+337 0 obj
+1840
+endobj
+
+%% Original object ID: 740 0
+338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+339 0 obj
+1260
+endobj
+
+%% Original object ID: 741 0
+340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+341 0 obj
+1840
+endobj
+
+%% Original object ID: 742 0
+342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 343 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+343 0 obj
+420
+endobj
+
+%% Original object ID: 743 0
+344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 345 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+345 0 obj
+49
+endobj
+
+%% Original object ID: 744 0
+346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+347 0 obj
+3224
+endobj
+
+%% Original object ID: 745 0
+348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+349 0 obj
+1840
+endobj
+
+%% Original object ID: 746 0
+350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+351 0 obj
+1530
+endobj
+
+%% Original object ID: 576 0
+352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+353 0 obj
+3266
+endobj
+
+%% Original object ID: 747 0
+354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 355 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+355 0 obj
+1716
+endobj
+
+%% Original object ID: 748 0
+356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+357 0 obj
+1840
+endobj
+
+%% Original object ID: 749 0
+358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+359 0 obj
+1530
+endobj
+
+%% Original object ID: 750 0
+360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+361 0 obj
+1260
+endobj
+
+%% Original object ID: 751 0
+362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 363 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+363 0 obj
+420
+endobj
+
+%% Original object ID: 752 0
+364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+365 0 obj
+1840
+endobj
+
+%% Original object ID: 753 0
+366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+367 0 obj
+1530
+endobj
+
+%% Original object ID: 754 0
+368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+369 0 obj
+1035
+endobj
+
+%% Original object ID: 755 0
+370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+371 0 obj
+1840
+endobj
+
+%% Original object ID: 756 0
+372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+373 0 obj
+1260
+endobj
+
+%% Original object ID: 559 0
+374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 375 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+375 0 obj
+3210
+endobj
+
+%% Original object ID: 577 0
+376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 28
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 377 0 R
+>>
+stream
+ÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+377 0 obj
+1988
+endobj
+
+%% Original object ID: 757 0
+378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+379 0 obj
+1840
+endobj
+
+%% Original object ID: 758 0
+380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 381 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+381 0 obj
+308
+endobj
+
+%% Original object ID: 759 0
+382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+383 0 obj
+2769
+endobj
+
+%% Original object ID: 760 0
+384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+385 0 obj
+1320
+endobj
+
+%% Original object ID: 761 0
+386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+387 0 obj
+2318
+endobj
+
+%% Original object ID: 762 0
+388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+389 0 obj
+2318
+endobj
+
+%% Original object ID: 763 0
+390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+391 0 obj
+1380
+endobj
+
+%% Original object ID: 764 0
+392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+393 0 obj
+1530
+endobj
+
+%% Original object ID: 765 0
+394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+395 0 obj
+420
+endobj
+
+%% Original object ID: 766 0
+396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+397 0 obj
+2331
+endobj
+
+%% Original object ID: 578 0
+398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 399 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+399 0 obj
+3953
+endobj
+
+%% Original object ID: 767 0
+400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 401 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+401 0 obj
+2040
+endobj
+
+%% Original object ID: 768 0
+402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+403 0 obj
+1260
+endobj
+
+%% Original object ID: 769 0
+404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 39
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+405 0 obj
+1521
+endobj
+
+%% Original object ID: 770 0
+406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+407 0 obj
+1260
+endobj
+
+%% Original object ID: 771 0
+408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+409 0 obj
+1840
+endobj
+
+%% Original object ID: 772 0
+410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+411 0 obj
+1760
+endobj
+
+%% Original object ID: 773 0
+412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 413 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+413 0 obj
+3000
+endobj
+
+%% Original object ID: 774 0
+414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+415 0 obj
+1840
+endobj
+
+%% Original object ID: 775 0
+416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+417 0 obj
+2294
+endobj
+
+%% Original object ID: 776 0
+418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+419 0 obj
+1530
+endobj
+
+%% Original object ID: 579 0
+420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 421 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+421 0 obj
+2992
+endobj
+
+%% Original object ID: 777 0
+422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+423 0 obj
+1840
+endobj
+
+%% Original object ID: 778 0
+424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+425 0 obj
+1656
+endobj
+
+%% Original object ID: 779 0
+426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+427 0 obj
+1260
+endobj
+
+%% Original object ID: 780 0
+428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+429 0 obj
+1260
+endobj
+
+%% Original object ID: 781 0
+430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 431 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+431 0 obj
+2040
+endobj
+
+%% Original object ID: 782 0
+432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+433 0 obj
+1840
+endobj
+
+%% Original object ID: 783 0
+434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+435 0 obj
+3300
+endobj
+
+%% Original object ID: 784 0
+436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+437 0 obj
+3224
+endobj
+
+%% Original object ID: 785 0
+438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 439 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+439 0 obj
+2640
+endobj
+
+%% Original object ID: 786 0
+440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+441 0 obj
+3224
+endobj
+
+%% Original object ID: 580 0
+442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+443 0 obj
+2898
+endobj
+
+%% Original object ID: 787 0
+444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+445 0 obj
+1840
+endobj
+
+%% Original object ID: 788 0
+446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+447 0 obj
+1530
+endobj
+
+%% Original object ID: 789 0
+448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 449 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+449 0 obj
+1716
+endobj
+
+%% Original object ID: 790 0
+450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+451 0 obj
+1840
+endobj
+
+%% Original object ID: 791 0
+452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+453 0 obj
+1530
+endobj
+
+%% Original object ID: 792 0
+454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+455 0 obj
+1260
+endobj
+
+%% Original object ID: 793 0
+456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 457 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+457 0 obj
+420
+endobj
+
+%% Original object ID: 794 0
+458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+459 0 obj
+1840
+endobj
+
+%% Original object ID: 795 0
+460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+461 0 obj
+1530
+endobj
+
+%% Original object ID: 796 0
+462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 463 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+463 0 obj
+2640
+endobj
+
+%% Original object ID: 581 0
+464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+465 0 obj
+2898
+endobj
+
+%% Original object ID: 797 0
+466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 467 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+467 0 obj
+420
+endobj
+
+%% Original object ID: 798 0
+468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+469 0 obj
+1840
+endobj
+
+%% Original object ID: 799 0
+470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+471 0 obj
+1748
+endobj
+
+%% Original object ID: 800 0
+472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 473 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+473 0 obj
+2160
+endobj
+
+%% Original object ID: 801 0
+474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+475 0 obj
+3224
+endobj
+
+%% Original object ID: 802 0
+476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+477 0 obj
+1840
+endobj
+
+%% Original object ID: 803 0
+478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 479 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+479 0 obj
+420
+endobj
+
+%% Original object ID: 804 0
+480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 481 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+481 0 obj
+420
+endobj
+
+%% Original object ID: 805 0
+482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+483 0 obj
+1320
+endobj
+
+%% Original object ID: 806 0
+484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 485 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+485 0 obj
+161
+endobj
+
+%% Original object ID: 582 0
+486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 487 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+487 0 obj
+2992
+endobj
+
+%% Original object ID: 807 0
+488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+489 0 obj
+2318
+endobj
+
+%% Original object ID: 808 0
+490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+491 0 obj
+2318
+endobj
+
+%% Original object ID: 809 0
+492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+493 0 obj
+2318
+endobj
+
+%% Original object ID: 810 0
+494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 495 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+495 0 obj
+161
+endobj
+
+%% Original object ID: 811 0
+496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 497 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+497 0 obj
+2760
+endobj
+
+%% Original object ID: 812 0
+498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 8
+ /Length 499 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+499 0 obj
+480
+endobj
+
+%% Original object ID: 813 0
+500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 501 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+501 0 obj
+2160
+endobj
+
+%% Original object ID: 814 0
+502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 503 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+503 0 obj
+2880
+endobj
+
+%% Original object ID: 815 0
+504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+505 0 obj
+3534
+endobj
+
+%% Original object ID: 816 0
+506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 507 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+507 0 obj
+2760
+endobj
+
+%% Original object ID: 583 0
+508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 509 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+509 0 obj
+3350
+endobj
+
+%% Original object ID: 817 0
+510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+511 0 obj
+2914
+endobj
+
+%% Original object ID: 818 0
+512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 513 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+513 0 obj
+2257
+endobj
+
+%% Original object ID: 819 0
+514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 515 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+515 0 obj
+2294
+endobj
+
+%% Original object ID: 820 0
+516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+517 0 obj
+2318
+endobj
+
+%% Original object ID: 821 0
+518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+519 0 obj
+1380
+endobj
+
+%% Original object ID: 822 0
+520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+521 0 obj
+2340
+endobj
+
+%% Original object ID: 823 0
+522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+523 0 obj
+2318
+endobj
+
+%% Original object ID: 824 0
+524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+525 0 obj
+1380
+endobj
+
+%% Original object ID: 825 0
+526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+527 0 obj
+2340
+endobj
+
+%% Original object ID: 826 0
+528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+529 0 obj
+2318
+endobj
+
+%% Original object ID: 584 0
+530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 11
+ /Subtype /Image
+ /Type /XObject
+ /Width 11
+ /Length 531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+531 0 obj
+121
+endobj
+
+%% Original object ID: 827 0
+532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+533 0 obj
+2318
+endobj
+
+%% Original object ID: 828 0
+534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 535 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+535 0 obj
+2340
+endobj
+
+%% Original object ID: 829 0
+536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+537 0 obj
+1260
+endobj
+
+%% Original object ID: 830 0
+538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+539 0 obj
+1840
+endobj
+
+%% Original object ID: 831 0
+540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+541 0 obj
+2331
+endobj
+
+%% Original object ID: 832 0
+542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+543 0 obj
+1840
+endobj
+
+%% Original object ID: 833 0
+544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+545 0 obj
+1260
+endobj
+
+%% Original object ID: 834 0
+546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+547 0 obj
+1260
+endobj
+
+%% Original object ID: 835 0
+548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 549 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+549 0 obj
+2040
+endobj
+
+%% Original object ID: 836 0
+550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 551 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+551 0 obj
+420
+endobj
+
+%% Original object ID: 585 0
+552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 11
+ /Subtype /Image
+ /Type /XObject
+ /Width 11
+ /Length 553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+553 0 obj
+121
+endobj
+
+%% Original object ID: 837 0
+554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+555 0 obj
+1656
+endobj
+
+%% Original object ID: 838 0
+556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+557 0 obj
+2331
+endobj
+
+%% Original object ID: 839 0
+558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+559 0 obj
+1035
+endobj
+
+%% Original object ID: 840 0
+560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 561 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+561 0 obj
+1840
+endobj
+
+%% Original object ID: 841 0
+562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+563 0 obj
+1840
+endobj
+
+%% Original object ID: 842 0
+564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+565 0 obj
+1260
+endobj
+
+%% Original object ID: 843 0
+566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+567 0 obj
+1035
+endobj
+
+%% Original object ID: 844 0
+568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+569 0 obj
+1840
+endobj
+
+%% Original object ID: 845 0
+570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+571 0 obj
+1260
+endobj
+
+%% Original object ID: 846 0
+572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+573 0 obj
+1840
+endobj
+
+%% Original object ID: 586 0
+574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 575 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+575 0 obj
+3953
+endobj
+
+%% Original object ID: 847 0
+576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 577 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+577 0 obj
+420
+endobj
+
+%% Original object ID: 848 0
+578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+579 0 obj
+2880
+endobj
+
+%% Original object ID: 849 0
+580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 581 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+581 0 obj
+2040
+endobj
+
+%% Original object ID: 850 0
+582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+583 0 obj
+1840
+endobj
+
+%% Original object ID: 851 0
+584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+585 0 obj
+3300
+endobj
+
+%% Original object ID: 852 0
+586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+587 0 obj
+1656
+endobj
+
+%% Original object ID: 853 0
+588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+589 0 obj
+1656
+endobj
+
+%% Original object ID: 854 0
+590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+591 0 obj
+1840
+endobj
+
+%% Original object ID: 855 0
+592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+593 0 obj
+1748
+endobj
+
+%% Original object ID: 856 0
+594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 595 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+595 0 obj
+420
+endobj
+
+%% Original object ID: 560 0
+596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 597 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+597 0 obj
+2496
+endobj
+
+%% Original object ID: 587 0
+598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 43
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+599 0 obj
+2021
+endobj
+
+%% Original object ID: 857 0
+600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+601 0 obj
+1840
+endobj
+
+%% Original object ID: 858 0
+602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+603 0 obj
+1260
+endobj
+
+%% Original object ID: 859 0
+604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 605 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+605 0 obj
+420
+endobj
+
+%% Original object ID: 860 0
+606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+607 0 obj
+1840
+endobj
+
+%% Original object ID: 861 0
+608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+609 0 obj
+1530
+endobj
+
+%% Original object ID: 862 0
+610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+611 0 obj
+1840
+endobj
+
+%% Original object ID: 863 0
+612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+613 0 obj
+1464
+endobj
+
+%% Original object ID: 864 0
+614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+615 0 obj
+3224
+endobj
+
+%% Original object ID: 865 0
+616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+617 0 obj
+1840
+endobj
+
+%% Original object ID: 866 0
+618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+619 0 obj
+1530
+endobj
+
+%% Original object ID: 588 0
+620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+621 0 obj
+2160
+endobj
+
+%% Original object ID: 867 0
+622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+623 0 obj
+1748
+endobj
+
+%% Original object ID: 868 0
+624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+625 0 obj
+1840
+endobj
+
+%% Original object ID: 869 0
+626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+627 0 obj
+1035
+endobj
+
+%% Original object ID: 870 0
+628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+629 0 obj
+1260
+endobj
+
+%% Original object ID: 871 0
+630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 631 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+631 0 obj
+2640
+endobj
+
+%% Original object ID: 872 0
+632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+633 0 obj
+1840
+endobj
+
+%% Original object ID: 873 0
+634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+635 0 obj
+1530
+endobj
+
+%% Original object ID: 874 0
+636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+637 0 obj
+2257
+endobj
+
+%% Original object ID: 875 0
+638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+639 0 obj
+1656
+endobj
+
+%% Original object ID: 876 0
+640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 641 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+641 0 obj
+420
+endobj
+
+%% Original object ID: 589 0
+642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+643 0 obj
+1768
+endobj
+
+%% Original object ID: 877 0
+644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+645 0 obj
+1656
+endobj
+
+%% Original object ID: 878 0
+646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+647 0 obj
+1840
+endobj
+
+%% Original object ID: 879 0
+648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+649 0 obj
+1530
+endobj
+
+%% Original object ID: 880 0
+650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+651 0 obj
+1840
+endobj
+
+%% Original object ID: 881 0
+652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+653 0 obj
+1530
+endobj
+
+%% Original object ID: 882 0
+654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 655 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+655 0 obj
+161
+endobj
+
+%% Original object ID: 883 0
+656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+657 0 obj
+2294
+endobj
+
+%% Original object ID: 884 0
+658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+659 0 obj
+1035
+endobj
+
+%% Original object ID: 885 0
+660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+661 0 obj
+1840
+endobj
+
+%% Original object ID: 886 0
+662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+663 0 obj
+1464
+endobj
+
+%% Original object ID: 590 0
+664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+665 0 obj
+2553
+endobj
+
+%% Original object ID: 887 0
+666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 667 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+667 0 obj
+420
+endobj
+
+%% Original object ID: 888 0
+668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+669 0 obj
+1260
+endobj
+
+%% Original object ID: 889 0
+670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+671 0 obj
+1840
+endobj
+
+%% Original object ID: 890 0
+672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+673 0 obj
+1035
+endobj
+
+%% Original object ID: 891 0
+674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+675 0 obj
+2331
+endobj
+
+%% Original object ID: 892 0
+676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+677 0 obj
+1840
+endobj
+
+%% Original object ID: 893 0
+678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+679 0 obj
+1530
+endobj
+
+%% Original object ID: 894 0
+680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 681 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+681 0 obj
+420
+endobj
+
+%% Original object ID: 895 0
+682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+683 0 obj
+1628
+endobj
+
+%% Original object ID: 896 0
+684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+685 0 obj
+1840
+endobj
+
+%% Original object ID: 591 0
+686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+687 0 obj
+2898
+endobj
+
+%% Original object ID: 897 0
+688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+689 0 obj
+1260
+endobj
+
+%% Original object ID: 898 0
+690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 691 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+691 0 obj
+420
+endobj
+
+%% Original object ID: 899 0
+692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+693 0 obj
+1840
+endobj
+
+%% Original object ID: 900 0
+694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+695 0 obj
+1530
+endobj
+
+%% Original object ID: 901 0
+696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+697 0 obj
+2655
+endobj
+
+%% Original object ID: 902 0
+698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+699 0 obj
+1840
+endobj
+
+%% Original object ID: 903 0
+700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+701 0 obj
+2257
+endobj
+
+%% Original object ID: 904 0
+702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 703 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+703 0 obj
+1840
+endobj
+
+%% Original object ID: 905 0
+704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 705 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+705 0 obj
+1530
+endobj
+
+%% Original object ID: 906 0
+706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+707 0 obj
+2294
+endobj
+
+%% Original object ID: 592 0
+708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+709 0 obj
+2898
+endobj
+
+%% Original object ID: 907 0
+710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+711 0 obj
+1840
+endobj
+
+%% Original object ID: 908 0
+712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+713 0 obj
+1464
+endobj
+
+%% Original object ID: 909 0
+714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 715 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+715 0 obj
+420
+endobj
+
+%% Original object ID: 910 0
+716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+717 0 obj
+1530
+endobj
+
+%% Original object ID: 911 0
+718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+719 0 obj
+2257
+endobj
+
+%% Original object ID: 912 0
+720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 721 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+721 0 obj
+420
+endobj
+
+%% Original object ID: 913 0
+722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 723 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+723 0 obj
+1716
+endobj
+
+%% Original object ID: 914 0
+724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 725 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+725 0 obj
+420
+endobj
+
+%% Original object ID: 915 0
+726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+727 0 obj
+2257
+endobj
+
+%% Original object ID: 916 0
+728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 729 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+729 0 obj
+1530
+endobj
+
+%% Original object ID: 593 0
+730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 731 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+731 0 obj
+3283
+endobj
+
+%% Original object ID: 917 0
+732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+733 0 obj
+1840
+endobj
+
+%% Original object ID: 918 0
+734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 735 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+735 0 obj
+420
+endobj
+
+%% Original object ID: 919 0
+736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+737 0 obj
+1656
+endobj
+
+%% Original object ID: 920 0
+738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+739 0 obj
+1840
+endobj
+
+%% Original object ID: 921 0
+740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+741 0 obj
+1530
+endobj
+
+%% Original object ID: 922 0
+742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+743 0 obj
+2257
+endobj
+
+%% Original object ID: 923 0
+744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+745 0 obj
+1840
+endobj
+
+%% Original object ID: 924 0
+746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+747 0 obj
+2257
+endobj
+
+%% Original object ID: 925 0
+748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+749 0 obj
+1530
+endobj
+
+%% Original object ID: 926 0
+750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 751 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+751 0 obj
+420
+endobj
+
+%% Original object ID: 594 0
+752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+753 0 obj
+1974
+endobj
+
+%% Original object ID: 927 0
+754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+755 0 obj
+1260
+endobj
+
+%% Original object ID: 928 0
+756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+757 0 obj
+1748
+endobj
+
+%% Original object ID: 929 0
+758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+759 0 obj
+1840
+endobj
+
+%% Original object ID: 930 0
+760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+761 0 obj
+2655
+endobj
+
+%% Original object ID: 931 0
+762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+763 0 obj
+2655
+endobj
+
+%% Original object ID: 932 0
+764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 765 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+765 0 obj
+1530
+endobj
+
+%% Original object ID: 933 0
+766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+767 0 obj
+1530
+endobj
+
+%% Original object ID: 934 0
+768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 769 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+769 0 obj
+420
+endobj
+
+%% Original object ID: 935 0
+770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+771 0 obj
+1260
+endobj
+
+%% Original object ID: 936 0
+772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 773 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+773 0 obj
+2294
+endobj
+
+%% Original object ID: 595 0
+774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 775 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+775 0 obj
+1540
+endobj
+
+%% Original object ID: 937 0
+776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 777 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+777 0 obj
+2257
+endobj
+
+%% Original object ID: 938 0
+778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+779 0 obj
+1840
+endobj
+
+%% Original object ID: 939 0
+780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+781 0 obj
+1530
+endobj
+
+%% Original object ID: 940 0
+782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+783 0 obj
+2257
+endobj
+
+%% Original object ID: 941 0
+784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+785 0 obj
+1656
+endobj
+
+%% Original object ID: 942 0
+786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+787 0 obj
+2257
+endobj
+
+%% Original object ID: 943 0
+788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+789 0 obj
+1840
+endobj
+
+%% Original object ID: 944 0
+790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+791 0 obj
+2257
+endobj
+
+%% Original object ID: 945 0
+792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 793 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+793 0 obj
+420
+endobj
+
+%% Original object ID: 946 0
+794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+795 0 obj
+1748
+endobj
+
+%% Original object ID: 596 0
+796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 32
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 797 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+797 0 obj
+1472
+endobj
+
+%% Original object ID: 947 0
+798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+799 0 obj
+1840
+endobj
+
+%% Original object ID: 948 0
+800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+801 0 obj
+1260
+endobj
+
+%% Original object ID: 949 0
+802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+803 0 obj
+1840
+endobj
+
+%% Original object ID: 950 0
+804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+805 0 obj
+2257
+endobj
+
+%% Original object ID: 951 0
+806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+807 0 obj
+1260
+endobj
+
+%% Original object ID: 952 0
+808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+809 0 obj
+1840
+endobj
+
+%% Original object ID: 953 0
+810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+811 0 obj
+1464
+endobj
+
+%% Original object ID: 954 0
+812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+813 0 obj
+1840
+endobj
+
+%% Original object ID: 955 0
+814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+815 0 obj
+1656
+endobj
+
+%% Original object ID: 956 0
+816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+817 0 obj
+1260
+endobj
+
+%% Original object ID: 561 0
+818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 819 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+819 0 obj
+1540
+endobj
+
+%% Original object ID: 597 0
+820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 821 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+821 0 obj
+2800
+endobj
+
+%% Original object ID: 957 0
+822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+823 0 obj
+1840
+endobj
+
+%% Original object ID: 958 0
+824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+825 0 obj
+1035
+endobj
+
+%% Original object ID: 959 0
+826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 827 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+827 0 obj
+420
+endobj
+
+%% Original object ID: 960 0
+828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+829 0 obj
+1530
+endobj
+
+%% Original object ID: 961 0
+830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+831 0 obj
+2331
+endobj
+
+%% Original object ID: 962 0
+832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+833 0 obj
+1260
+endobj
+
+%% Original object ID: 963 0
+834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+835 0 obj
+2040
+endobj
+
+%% Original object ID: 964 0
+836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 837 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+837 0 obj
+1840
+endobj
+
+%% Original object ID: 965 0
+838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 839 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+839 0 obj
+1748
+endobj
+
+%% Original object ID: 966 0
+840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+841 0 obj
+1840
+endobj
+
+%% Original object ID: 598 0
+842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+843 0 obj
+1974
+endobj
+
+%% Original object ID: 967 0
+844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 845 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+845 0 obj
+2655
+endobj
+
+%% Original object ID: 968 0
+846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+847 0 obj
+2655
+endobj
+
+%% Original object ID: 969 0
+848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 849 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+849 0 obj
+1530
+endobj
+
+%% Original object ID: 970 0
+850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+851 0 obj
+1530
+endobj
+
+%% Original object ID: 971 0
+852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 853 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+853 0 obj
+420
+endobj
+
+%% Original object ID: 972 0
+854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+855 0 obj
+1260
+endobj
+
+%% Original object ID: 973 0
+856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 857 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+857 0 obj
+2294
+endobj
+
+%% Original object ID: 974 0
+858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 859 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+859 0 obj
+2257
+endobj
+
+%% Original object ID: 975 0
+860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+861 0 obj
+1840
+endobj
+
+%% Original object ID: 976 0
+862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+863 0 obj
+1530
+endobj
+
+%% Original object ID: 599 0
+864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+865 0 obj
+2160
+endobj
+
+%% Original object ID: 977 0
+866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+867 0 obj
+2257
+endobj
+
+%% Original object ID: 978 0
+868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+869 0 obj
+2655
+endobj
+
+%% Original object ID: 979 0
+870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+871 0 obj
+1840
+endobj
+
+%% Original object ID: 980 0
+872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 873 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+873 0 obj
+1716
+endobj
+
+%% Original object ID: 981 0
+874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+875 0 obj
+1840
+endobj
+
+%% Original object ID: 982 0
+876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+877 0 obj
+2655
+endobj
+
+%% Original object ID: 983 0
+878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+879 0 obj
+1840
+endobj
+
+%% Original object ID: 984 0
+880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+881 0 obj
+1530
+endobj
+
+%% Original object ID: 985 0
+882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+883 0 obj
+1260
+endobj
+
+%% Original object ID: 986 0
+884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+885 0 obj
+1840
+endobj
+
+%% Original object ID: 600 0
+886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 15
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 887 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+887 0 obj
+390
+endobj
+
+%% Original object ID: 987 0
+888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+889 0 obj
+1530
+endobj
+
+%% Original object ID: 988 0
+890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+891 0 obj
+2257
+endobj
+
+%% Original object ID: 989 0
+892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+893 0 obj
+1260
+endobj
+
+%% Original object ID: 990 0
+894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 895 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+895 0 obj
+2040
+endobj
+
+%% Original object ID: 991 0
+896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+897 0 obj
+1840
+endobj
+
+%% Original object ID: 992 0
+898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+899 0 obj
+2294
+endobj
+
+%% Original object ID: 993 0
+900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+901 0 obj
+1840
+endobj
+
+%% Original object ID: 994 0
+902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+903 0 obj
+1035
+endobj
+
+%% Original object ID: 995 0
+904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+905 0 obj
+1464
+endobj
+
+%% Original object ID: 996 0
+906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+907 0 obj
+1840
+endobj
+
+%% Original object ID: 601 0
+908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 909 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+909 0 obj
+2992
+endobj
+
+%% Original object ID: 997 0
+910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+911 0 obj
+1035
+endobj
+
+%% Original object ID: 998 0
+912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+913 0 obj
+2655
+endobj
+
+%% Original object ID: 999 0
+914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+915 0 obj
+1840
+endobj
+
+%% Original object ID: 1000 0
+916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+917 0 obj
+1530
+endobj
+
+%% Original object ID: 1001 0
+918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+919 0 obj
+1748
+endobj
+
+%% Original object ID: 1002 0
+920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+921 0 obj
+1840
+endobj
+
+%% Original object ID: 1003 0
+922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+923 0 obj
+1840
+endobj
+
+%% Original object ID: 1004 0
+924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+925 0 obj
+1464
+endobj
+
+%% Original object ID: 1005 0
+926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+927 0 obj
+2294
+endobj
+
+%% Original object ID: 1006 0
+928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 929 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+929 0 obj
+1530
+endobj
+
+%% Original object ID: 602 0
+930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 931 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+931 0 obj
+2992
+endobj
+
+%% Original object ID: 1007 0
+932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+933 0 obj
+1840
+endobj
+
+%% Original object ID: 1008 0
+934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 935 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+935 0 obj
+420
+endobj
+
+%% Original object ID: 1009 0
+936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 937 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+937 0 obj
+420
+endobj
+
+%% Original object ID: 1010 0
+938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+939 0 obj
+1260
+endobj
+
+%% Original object ID: 1011 0
+940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 941 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+941 0 obj
+2294
+endobj
+
+%% Original object ID: 1012 0
+942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 943 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+943 0 obj
+2257
+endobj
+
+%% Original object ID: 1013 0
+944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+945 0 obj
+1840
+endobj
+
+%% Original object ID: 1014 0
+946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+947 0 obj
+1530
+endobj
+
+%% Original object ID: 1015 0
+948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+949 0 obj
+2257
+endobj
+
+%% Original object ID: 1016 0
+950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 951 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+951 0 obj
+420
+endobj
+
+%% Original object ID: 603 0
+952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+953 0 obj
+2898
+endobj
+
+%% Original object ID: 1017 0
+954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 955 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+955 0 obj
+420
+endobj
+
+%% Original object ID: 1018 0
+956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+957 0 obj
+1260
+endobj
+
+%% Original object ID: 1019 0
+958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+959 0 obj
+1840
+endobj
+
+%% Original object ID: 1020 0
+960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+961 0 obj
+1035
+endobj
+
+%% Original object ID: 1021 0
+962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+963 0 obj
+1840
+endobj
+
+%% Original object ID: 1022 0
+964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+965 0 obj
+1260
+endobj
+
+%% Original object ID: 1023 0
+966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 967 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+967 0 obj
+1530
+endobj
+
+%% Original object ID: 1024 0
+968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+969 0 obj
+1035
+endobj
+
+%% Original object ID: 1025 0
+970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+971 0 obj
+1840
+endobj
+
+%% Original object ID: 1026 0
+972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 973 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+973 0 obj
+49
+endobj
+
+%% Original object ID: 604 0
+974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+975 0 obj
+2553
+endobj
+
+%% Original object ID: 1027 0
+976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+977 0 obj
+3300
+endobj
+
+%% Original object ID: 1028 0
+978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+979 0 obj
+3224
+endobj
+
+%% Original object ID: 1029 0
+980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 981 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+981 0 obj
+2640
+endobj
+
+%% Original object ID: 1030 0
+982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+983 0 obj
+1840
+endobj
+
+%% Original object ID: 1031 0
+984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+985 0 obj
+1748
+endobj
+
+%% Original object ID: 1032 0
+986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+987 0 obj
+1260
+endobj
+
+%% Original object ID: 1033 0
+988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+989 0 obj
+1656
+endobj
+
+%% Original object ID: 1034 0
+990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+991 0 obj
+1840
+endobj
+
+%% Original object ID: 1035 0
+992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+993 0 obj
+1656
+endobj
+
+%% Original object ID: 1036 0
+994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+995 0 obj
+1840
+endobj
+
+%% Original object ID: 605 0
+996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+997 0 obj
+2898
+endobj
+
+%% Original object ID: 1037 0
+998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+999 0 obj
+1748
+endobj
+
+%% Original object ID: 1038 0
+1000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1001 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1001 0 obj
+420
+endobj
+
+%% Original object ID: 1039 0
+1002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1003 0 obj
+1840
+endobj
+
+%% Original object ID: 1040 0
+1004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1005 0 obj
+1840
+endobj
+
+%% Original object ID: 1041 0
+1006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1007 0 obj
+1035
+endobj
+
+%% Original object ID: 1042 0
+1008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1009 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1009 0 obj
+420
+endobj
+
+%% Original object ID: 1043 0
+1010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1011 0 obj
+1530
+endobj
+
+%% Original object ID: 1044 0
+1012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1013 0 obj
+2331
+endobj
+
+%% Original object ID: 1045 0
+1014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1015 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1015 0 obj
+2040
+endobj
+
+%% Original object ID: 1046 0
+1016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1017 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1017 0 obj
+1840
+endobj
+
+%% Original object ID: 606 0
+1018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 25
+ /Subtype /Image
+ /Type /XObject
+ /Width 8
+ /Length 1019 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1019 0 obj
+200
+endobj
+
+%% Original object ID: 1047 0
+1020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1021 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1021 0 obj
+1530
+endobj
+
+%% Original object ID: 1048 0
+1022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1023 0 obj
+1656
+endobj
+
+%% Original object ID: 1049 0
+1024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1025 0 obj
+1840
+endobj
+
+%% Original object ID: 1050 0
+1026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1027 0 obj
+1464
+endobj
+
+%% Original object ID: 1051 0
+1028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1029 0 obj
+1840
+endobj
+
+%% Original object ID: 1052 0
+1030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1031 0 obj
+1035
+endobj
+
+%% Original object ID: 1053 0
+1032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1033 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1033 0 obj
+420
+endobj
+
+%% Original object ID: 1054 0
+1034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1035 0 obj
+1530
+endobj
+
+%% Original object ID: 1055 0
+1036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1037 0 obj
+1464
+endobj
+
+%% Original object ID: 1056 0
+1038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1039 0 obj
+1840
+endobj
+
+%% Original object ID: 562 0
+1040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 28
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1041 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1041 0 obj
+1708
+endobj
+
+%% Original object ID: 607 0
+1042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 1043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1043 0 obj
+1768
+endobj
+
+%% Original object ID: 1057 0
+1044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1045 0 obj
+1035
+endobj
+
+%% Original object ID: 1058 0
+1046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1047 0 obj
+2655
+endobj
+
+%% Original object ID: 1059 0
+1048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1049 0 obj
+1840
+endobj
+
+%% Original object ID: 1060 0
+1050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1051 0 obj
+1260
+endobj
+
+%% Original object ID: 1061 0
+1052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1053 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1053 0 obj
+420
+endobj
+
+%% Original object ID: 1062 0
+1054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1055 0 obj
+1840
+endobj
+
+%% Original object ID: 1063 0
+1056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1057 0 obj
+1530
+endobj
+
+%% Original object ID: 1064 0
+1058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1059 0 obj
+1035
+endobj
+
+%% Original object ID: 1065 0
+1060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1061 0 obj
+1840
+endobj
+
+%% Original object ID: 1066 0
+1062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1063 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1063 0 obj
+420
+endobj
+
+%% Original object ID: 608 0
+1064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1065 0 obj
+2553
+endobj
+
+%% Original object ID: 1067 0
+1066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1067 0 obj
+1840
+endobj
+
+%% Original object ID: 1068 0
+1068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1069 0 obj
+1260
+endobj
+
+%% Original object ID: 1069 0
+1070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1071 0 obj
+1840
+endobj
+
+%% Original object ID: 1070 0
+1072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1073 0 obj
+2257
+endobj
+
+%% Original object ID: 1071 0
+1074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1075 0 obj
+1260
+endobj
+
+%% Original object ID: 1072 0
+1076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1077 0 obj
+1840
+endobj
+
+%% Original object ID: 1073 0
+1078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1079 0 obj
+1260
+endobj
+
+%% Original object ID: 1074 0
+1080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1081 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1081 0 obj
+2040
+endobj
+
+%% Original object ID: 1075 0
+1082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1083 0 obj
+1840
+endobj
+
+%% Original object ID: 1076 0
+1084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1085 0 obj
+2257
+endobj
+
+%% Original object ID: 609 0
+1086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1087 0 obj
+2898
+endobj
+
+%% Original object ID: 1077 0
+1088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1089 0 obj
+1840
+endobj
+
+%% Original object ID: 1078 0
+1090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1091 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1091 0 obj
+1716
+endobj
+
+%% Original object ID: 1079 0
+1092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1093 0 obj
+1840
+endobj
+
+%% Original object ID: 1080 0
+1094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1095 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1095 0 obj
+420
+endobj
+
+%% Original object ID: 1081 0
+1096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1097 0 obj
+1840
+endobj
+
+%% Original object ID: 1082 0
+1098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1099 0 obj
+2294
+endobj
+
+%% Original object ID: 1083 0
+1100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1101 0 obj
+2655
+endobj
+
+%% Original object ID: 1084 0
+1102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1103 0 obj
+1840
+endobj
+
+%% Original object ID: 1085 0
+1104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1105 0 obj
+1530
+endobj
+
+%% Original object ID: 1086 0
+1106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1107 0 obj
+1260
+endobj
+
+%% Original object ID: 610 0
+1108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1109 0 obj
+2898
+endobj
+
+%% Original object ID: 1087 0
+1110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1111 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1111 0 obj
+140
+endobj
+
+%% Original object ID: 1088 0
+1112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1113 0 obj
+1464
+endobj
+
+%% Original object ID: 1089 0
+1114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1115 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1115 0 obj
+1530
+endobj
+
+%% Original object ID: 1090 0
+1116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1117 0 obj
+1530
+endobj
+
+%% Original object ID: 1091 0
+1118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1119 0 obj
+2257
+endobj
+
+%% Original object ID: 1092 0
+1120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1121 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1121 0 obj
+420
+endobj
+
+%% Original object ID: 1093 0
+1122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1123 0 obj
+1530
+endobj
+
+%% Original object ID: 1094 0
+1124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1125 0 obj
+2331
+endobj
+
+%% Original object ID: 1095 0
+1126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1127 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1127 0 obj
+140
+endobj
+
+%% Original object ID: 1096 0
+1128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1129 0 obj
+2655
+endobj
+
+%% Original object ID: 611 0
+1130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 1131 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1131 0 obj
+3210
+endobj
+
+%% Original object ID: 1097 0
+1132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1133 0 obj
+1840
+endobj
+
+%% Original object ID: 1098 0
+1134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1135 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1135 0 obj
+420
+endobj
+
+%% Original object ID: 1099 0
+1136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1137 0 obj
+1530
+endobj
+
+%% Original object ID: 1100 0
+1138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1139 0 obj
+1260
+endobj
+
+%% Original object ID: 1101 0
+1140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1141 0 obj
+1840
+endobj
+
+%% Original object ID: 1102 0
+1142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1143 0 obj
+1530
+endobj
+
+%% Original object ID: 1103 0
+1144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1145 0 obj
+1840
+endobj
+
+%% Original object ID: 1104 0
+1146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1147 0 obj
+1530
+endobj
+
+%% Original object ID: 1105 0
+1148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1149 0 obj
+1748
+endobj
+
+%% Original object ID: 1106 0
+1150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1151 0 obj
+1840
+endobj
+
+%% Original object ID: 612 0
+1152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 1153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1153 0 obj
+3210
+endobj
+
+%% Original object ID: 1107 0
+1154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1155 0 obj
+1840
+endobj
+
+%% Original object ID: 1108 0
+1156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1157 0 obj
+1530
+endobj
+
+%% Original object ID: 1109 0
+1158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1159 0 obj
+2257
+endobj
+
+%% Original object ID: 1110 0
+1160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1161 0 obj
+2294
+endobj
+
+%% Original object ID: 1111 0
+1162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1163 0 obj
+1035
+endobj
+
+%% Original object ID: 1112 0
+1164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1165 0 obj
+1840
+endobj
+
+%% Original object ID: 1113 0
+1166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1167 0 obj
+2655
+endobj
+
+%% Original object ID: 1114 0
+1168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1169 0 obj
+1840
+endobj
+
+%% Original object ID: 1115 0
+1170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1171 0 obj
+1260
+endobj
+
+%% Original object ID: 1116 0
+1172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1173 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1173 0 obj
+420
+endobj
+
+%% Original object ID: 613 0
+1174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 1175 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1175 0 obj
+2496
+endobj
+
+%% Original object ID: 1117 0
+1176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1177 0 obj
+1840
+endobj
+
+%% Original object ID: 1118 0
+1178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1179 0 obj
+1530
+endobj
+
+%% Original object ID: 1119 0
+1180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1181 0 obj
+1840
+endobj
+
+%% Original object ID: 1120 0
+1182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1183 0 obj
+1464
+endobj
+
+%% Original object ID: 1121 0
+1184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1185 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1185 0 obj
+2257
+endobj
+
+%% Original object ID: 1122 0
+1186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1187 0 obj
+1840
+endobj
+
+%% Original object ID: 1123 0
+1188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1189 0 obj
+1530
+endobj
+
+%% Original object ID: 1124 0
+1190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1191 0 obj
+2257
+endobj
+
+%% Original object ID: 1125 0
+1192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1193 0 obj
+1656
+endobj
+
+%% Original object ID: 1126 0
+1194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1195 0 obj
+1260
+endobj
+
+%% Original object ID: 614 0
+1196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1197 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1197 0 obj
+2880
+endobj
+
+%% Original object ID: 1127 0
+1198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1199 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1199 0 obj
+2040
+endobj
+
+%% Original object ID: 1128 0
+1200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1201 0 obj
+1035
+endobj
+
+%% Original object ID: 1129 0
+1202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1203 0 obj
+1840
+endobj
+
+%% Original object ID: 1130 0
+1204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1205 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1205 0 obj
+1530
+endobj
+
+%% Original object ID: 1131 0
+1206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1207 0 obj
+2331
+endobj
+
+%% Original object ID: 1132 0
+1208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1209 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1209 0 obj
+2040
+endobj
+
+%% Original object ID: 1133 0
+1210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1211 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1211 0 obj
+420
+endobj
+
+%% Original object ID: 1134 0
+1212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1213 0 obj
+1260
+endobj
+
+%% Original object ID: 1135 0
+1214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1215 0 obj
+1656
+endobj
+
+%% Original object ID: 1136 0
+1216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1217 0 obj
+2294
+endobj
+
+%% Original object ID: 615 0
+1218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1219 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1219 0 obj
+2040
+endobj
+
+%% Original object ID: 1137 0
+1220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1221 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1221 0 obj
+1530
+endobj
+
+%% Original object ID: 1138 0
+1222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1223 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1223 0 obj
+2257
+endobj
+
+%% Original object ID: 1139 0
+1224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1225 0 obj
+420
+endobj
+
+%% Original object ID: 1140 0
+1226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1227 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1227 0 obj
+420
+endobj
+
+%% Original object ID: 1141 0
+1228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1229 0 obj
+1748
+endobj
+
+%% Original object ID: 1142 0
+1230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1231 0 obj
+1840
+endobj
+
+%% Original object ID: 1143 0
+1232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1233 0 obj
+1260
+endobj
+
+%% Original object ID: 1144 0
+1234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1235 0 obj
+420
+endobj
+
+%% Original object ID: 1145 0
+1236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1237 0 obj
+1840
+endobj
+
+%% Original object ID: 1146 0
+1238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1239 0 obj
+1530
+endobj
+
+%% Original object ID: 616 0
+1240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1241 0 obj
+1840
+endobj
+
+%% Original object ID: 1147 0
+1242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1243 0 obj
+1656
+endobj
+
+%% Original object ID: 1148 0
+1244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 1245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1245 0 obj
+3300
+endobj
+
+%% Original object ID: 1149 0
+1246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1247 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1247 0 obj
+2940
+endobj
+
+%% Original object ID: 1150 0
+1248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1249 0 obj
+3420
+endobj
+
+%% Original object ID: 1151 0
+1250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 1251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1251 0 obj
+3300
+endobj
+
+%% Original object ID: 1152 0
+1252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1253 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1253 0 obj
+2760
+endobj
+
+%% Original object ID: 1153 0
+1254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1255 0 obj
+3224
+endobj
+
+%% Original object ID: 1154 0
+1256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1257 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1257 0 obj
+2640
+endobj
+
+%% Original object ID: 1155 0
+1258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1259 0 obj
+2655
+endobj
+
+%% Original object ID: 1156 0
+1260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1261 0 obj
+1840
+endobj
+
+%% Original object ID: 563 0
+1262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 47
+ /Subtype /Image
+ /Type /XObject
+ /Width 66
+ /Length 1263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1263 0 obj
+3102
+endobj
+
+%% Original object ID: 617 0
+1264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1265 0 obj
+3534
+endobj
+
+%% Original object ID: 1157 0
+1266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1267 0 obj
+2331
+endobj
+
+%% Original object ID: 1158 0
+1268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1269 0 obj
+1840
+endobj
+
+%% Original object ID: 1159 0
+1270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1271 0 obj
+1628
+endobj
+
+%% Original object ID: 1160 0
+1272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1273 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1273 0 obj
+420
+endobj
+
+%% Original object ID: 1161 0
+1274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1275 0 obj
+1530
+endobj
+
+%% Original object ID: 1162 0
+1276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1277 0 obj
+1840
+endobj
+
+%% Original object ID: 1163 0
+1278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1279 0 obj
+1840
+endobj
+
+%% Original object ID: 1164 0
+1280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1281 0 obj
+1530
+endobj
+
+%% Original object ID: 1165 0
+1282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1283 0 obj
+2257
+endobj
+
+%% Original object ID: 1166 0
+1284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1285 0 obj
+2640
+endobj
+
+%% Original object ID: 618 0
+1286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1287 0 obj
+1464
+endobj
+
+%% Original object ID: 1167 0
+1288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1289 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1289 0 obj
+2760
+endobj
+
+%% Original object ID: 1168 0
+1290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1291 0 obj
+3224
+endobj
+
+%% Original object ID: 1169 0
+1292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1293 0 obj
+3534
+endobj
+
+%% Original object ID: 1170 0
+1294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1295 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1295 0 obj
+3000
+endobj
+
+%% Original object ID: 1171 0
+1296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1297 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1297 0 obj
+2640
+endobj
+
+%% Original object ID: 1172 0
+1298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1299 0 obj
+1530
+endobj
+
+%% Original object ID: 1173 0
+1300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1301 0 obj
+1840
+endobj
+
+%% Original object ID: 1174 0
+1302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1303 0 obj
+2684
+endobj
+
+%% Original object ID: 1175 0
+1304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1305 0 obj
+1656
+endobj
+
+%% Original object ID: 1176 0
+1306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1307 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1307 0 obj
+420
+endobj
+
+%% Original object ID: 619 0
+1308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1309 0 obj
+1464
+endobj
+
+%% Original object ID: 1177 0
+1310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1311 0 obj
+1840
+endobj
+
+%% Original object ID: 1178 0
+1312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1313 0 obj
+1260
+endobj
+
+%% Original object ID: 1179 0
+1314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1315 0 obj
+1260
+endobj
+
+%% Original object ID: 1180 0
+1316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1317 0 obj
+1840
+endobj
+
+%% Original object ID: 1181 0
+1318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1319 0 obj
+1035
+endobj
+
+%% Original object ID: 1182 0
+1320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1321 0 obj
+1840
+endobj
+
+%% Original object ID: 1183 0
+1322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1323 0 obj
+1530
+endobj
+
+%% Original object ID: 1184 0
+1324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1325 0 obj
+2257
+endobj
+
+%% Original object ID: 1185 0
+1326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1327 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1327 0 obj
+420
+endobj
+
+%% Original object ID: 1186 0
+1328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1329 0 obj
+1260
+endobj
+
+%% Original object ID: 620 0
+1330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1331 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1331 0 obj
+420
+endobj
+
+%% Original object ID: 1187 0
+1332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1333 0 obj
+1656
+endobj
+
+%% Original object ID: 1188 0
+1334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1335 0 obj
+1840
+endobj
+
+%% Original object ID: 1189 0
+1336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1337 0 obj
+1530
+endobj
+
+%% Original object ID: 1190 0
+1338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1339 0 obj
+1530
+endobj
+
+%% Original object ID: 1191 0
+1340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1341 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1341 0 obj
+1530
+endobj
+
+%% Original object ID: 1192 0
+1342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1343 0 obj
+1840
+endobj
+
+%% Original object ID: 1193 0
+1344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1345 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1345 0 obj
+420
+endobj
+
+%% Original object ID: 1194 0
+1346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1347 0 obj
+1748
+endobj
+
+%% Original object ID: 1195 0
+1348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1349 0 obj
+1840
+endobj
+
+%% Original object ID: 1196 0
+1350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1351 0 obj
+1530
+endobj
+
+%% Original object ID: 621 0
+1352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1353 0 obj
+1748
+endobj
+
+%% Original object ID: 1197 0
+1354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1355 0 obj
+1464
+endobj
+
+%% Original object ID: 1198 0
+1356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1357 0 obj
+1840
+endobj
+
+%% Original object ID: 1199 0
+1358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1359 0 obj
+1035
+endobj
+
+%% Original object ID: 1200 0
+1360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1361 0 obj
+1840
+endobj
+
+%% Original object ID: 1201 0
+1362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1363 0 obj
+1530
+endobj
+
+%% Original object ID: 1202 0
+1364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1365 0 obj
+1748
+endobj
+
+%% Original object ID: 1203 0
+1366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1367 0 obj
+1840
+endobj
+
+%% Original object ID: 1204 0
+1368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1369 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1369 0 obj
+49
+endobj
+
+%% Original object ID: 1205 0
+1370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1371 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1371 0 obj
+3420
+endobj
+
+%% Original object ID: 1206 0
+1372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1373 0 obj
+1840
+endobj
+
+%% Original object ID: 622 0
+1374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1375 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1375 0 obj
+420
+endobj
+
+%% Original object ID: 1207 0
+1376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1377 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1377 0 obj
+2655
+endobj
+
+%% Original object ID: 1208 0
+1378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1379 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1379 0 obj
+2257
+endobj
+
+%% Original object ID: 1209 0
+1380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1381 0 obj
+1840
+endobj
+
+%% Original object ID: 1210 0
+1382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1383 0 obj
+1035
+endobj
+
+%% Original object ID: 1211 0
+1384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1385 0 obj
+1656
+endobj
+
+%% Original object ID: 1212 0
+1386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1387 0 obj
+1035
+endobj
+
+%% Original object ID: 1213 0
+1388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1389 0 obj
+1840
+endobj
+
+%% Original object ID: 1214 0
+1390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1391 0 obj
+1748
+endobj
+
+%% Original object ID: 1215 0
+1392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1393 0 obj
+1840
+endobj
+
+%% Original object ID: 1216 0
+1394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1395 0 obj
+420
+endobj
+
+%% Original object ID: 623 0
+1396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1397 0 obj
+1840
+endobj
+
+%% Original object ID: 1217 0
+1398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1399 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1399 0 obj
+1716
+endobj
+
+%% Original object ID: 1218 0
+1400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1401 0 obj
+1840
+endobj
+
+%% Original object ID: 1219 0
+1402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1403 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1403 0 obj
+420
+endobj
+
+%% Original object ID: 1220 0
+1404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1405 0 obj
+1530
+endobj
+
+%% Original object ID: 1221 0
+1406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1407 0 obj
+1464
+endobj
+
+%% Original object ID: 1222 0
+1408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1409 0 obj
+1840
+endobj
+
+%% Original object ID: 1223 0
+1410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1411 0 obj
+1035
+endobj
+
+%% Original object ID: 1224 0
+1412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1413 0 obj
+2655
+endobj
+
+%% Original object ID: 1225 0
+1414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1415 0 obj
+1840
+endobj
+
+%% Original object ID: 1226 0
+1416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1417 0 obj
+1260
+endobj
+
+%% Original object ID: 624 0
+1418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1419 0 obj
+420
+endobj
+
+%% Original object ID: 1227 0
+1420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1421 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1421 0 obj
+420
+endobj
+
+%% Original object ID: 1228 0
+1422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1423 0 obj
+1840
+endobj
+
+%% Original object ID: 1229 0
+1424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1425 0 obj
+1530
+endobj
+
+%% Original object ID: 1230 0
+1426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1427 0 obj
+1840
+endobj
+
+%% Original object ID: 1231 0
+1428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1429 0 obj
+1530
+endobj
+
+%% Original object ID: 1232 0
+1430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1431 0 obj
+1840
+endobj
+
+%% Original object ID: 1233 0
+1432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1433 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1433 0 obj
+1716
+endobj
+
+%% Original object ID: 1234 0
+1434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1435 0 obj
+1840
+endobj
+
+%% Original object ID: 1235 0
+1436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1437 0 obj
+1035
+endobj
+
+%% Original object ID: 1236 0
+1438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1439 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1439 0 obj
+420
+endobj
+
+%% Original object ID: 625 0
+1440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1441 0 obj
+3224
+endobj
+
+%% Original object ID: 1237 0
+1442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1443 0 obj
+1840
+endobj
+
+%% Original object ID: 1238 0
+1444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1445 0 obj
+1260
+endobj
+
+%% Original object ID: 1239 0
+1446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1447 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1447 0 obj
+2294
+endobj
+
+%% Original object ID: 1240 0
+1448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1449 0 obj
+1840
+endobj
+
+%% Original object ID: 1241 0
+1450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1451 0 obj
+1464
+endobj
+
+%% Original object ID: 1242 0
+1452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1453 0 obj
+1260
+endobj
+
+%% Original object ID: 1243 0
+1454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1455 0 obj
+1840
+endobj
+
+%% Original object ID: 1244 0
+1456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1457 0 obj
+2294
+endobj
+
+%% Original object ID: 1245 0
+1458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1459 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1459 0 obj
+420
+endobj
+
+%% Original object ID: 1246 0
+1460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1461 0 obj
+1748
+endobj
+
+%% Original object ID: 626 0
+1462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1463 0 obj
+1840
+endobj
+
+%% Original object ID: 1247 0
+1464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1465 0 obj
+1656
+endobj
+
+%% Original object ID: 1248 0
+1466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1467 0 obj
+1464
+endobj
+
+%% Original object ID: 1249 0
+1468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1469 0 obj
+1035
+endobj
+
+%% Original object ID: 1250 0
+1470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1471 0 obj
+1840
+endobj
+
+%% Original object ID: 1251 0
+1472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1473 0 obj
+2655
+endobj
+
+%% Original object ID: 1252 0
+1474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1475 0 obj
+1748
+endobj
+
+%% Original object ID: 1253 0
+1476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1477 0 obj
+1840
+endobj
+
+%% Original object ID: 1254 0
+1478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1479 0 obj
+1530
+endobj
+
+%% Original object ID: 1255 0
+1480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1481 0 obj
+2257
+endobj
+
+%% Original object ID: 1256 0
+1482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1483 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1483 0 obj
+1530
+endobj
+
+%% Original object ID: 564 0
+1484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 43
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1485 0 obj
+2021
+endobj
+
+%% Original object ID: 627 0
+1486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1487 0 obj
+1530
+endobj
+
+%% Original object ID: 1257 0
+1488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1489 0 obj
+1748
+endobj
+
+%% Original object ID: 1258 0
+1490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1491 0 obj
+1260
+endobj
+
+%% Original object ID: 1259 0
+1492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1493 0 obj
+1840
+endobj
+
+%% Original object ID: 1260 0
+1494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1495 0 obj
+1035
+endobj
+
+%% Original object ID: 1261 0
+1496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1497 0 obj
+1656
+endobj
+
+%% Original object ID: 1262 0
+1498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1499 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1499 0 obj
+140
+endobj
+
+%% Original object ID: 1263 0
+1500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1501 0 obj
+1840
+endobj
+
+%% Original object ID: 1264 0
+1502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1503 0 obj
+1035
+endobj
+
+%% Original object ID: 1265 0
+1504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1505 0 obj
+1035
+endobj
+
+%% Original object ID: 1266 0
+1506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1507 0 obj
+1840
+endobj
+
+%% Original object ID: 628 0
+1508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1509 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1509 0 obj
+1716
+endobj
+
+%% Original object ID: 1267 0
+1510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1511 0 obj
+1530
+endobj
+
+%% Original object ID: 1268 0
+1512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1513 0 obj
+2331
+endobj
+
+%% Original object ID: 1269 0
+1514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1515 0 obj
+1840
+endobj
+
+%% Original object ID: 1270 0
+1516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1517 0 obj
+1035
+endobj
+
+%% Original object ID: 1271 0
+1518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1519 0 obj
+1656
+endobj
+
+%% Original object ID: 1272 0
+1520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1521 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1521 0 obj
+140
+endobj
+
+%% Original object ID: 1273 0
+1522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1523 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1523 0 obj
+2040
+endobj
+
+%% Original object ID: 1274 0
+1524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1525 0 obj
+1840
+endobj
+
+%% Original object ID: 1275 0
+1526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1527 0 obj
+1840
+endobj
+
+%% Original object ID: 1276 0
+1528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1529 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1529 0 obj
+420
+endobj
+
+%% Original object ID: 629 0
+1530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1531 0 obj
+1840
+endobj
+
+%% Original object ID: 1277 0
+1532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1533 0 obj
+1260
+endobj
+
+%% Original object ID: 1278 0
+1534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1535 0 obj
+2040
+endobj
+
+%% Original object ID: 1279 0
+1536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1537 0 obj
+2294
+endobj
+
+%% Original object ID: 1280 0
+1538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1539 0 obj
+1035
+endobj
+
+%% Original object ID: 1281 0
+1540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1541 0 obj
+1840
+endobj
+
+%% Original object ID: 1282 0
+1542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1543 0 obj
+1464
+endobj
+
+%% Original object ID: 1283 0
+1544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1545 0 obj
+1840
+endobj
+
+%% Original object ID: 1284 0
+1546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1547 0 obj
+1656
+endobj
+
+%% Original object ID: 1285 0
+1548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1549 0 obj
+1656
+endobj
+
+%% Original object ID: 1286 0
+1550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1551 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1551 0 obj
+420
+endobj
+
+%% Original object ID: 630 0
+1552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1553 0 obj
+1530
+endobj
+
+%% Original object ID: 1287 0
+1554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1555 0 obj
+1840
+endobj
+
+%% Original object ID: 1288 0
+1556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1557 0 obj
+1530
+endobj
+
+%% Original object ID: 1289 0
+1558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1559 0 obj
+1840
+endobj
+
+%% Original object ID: 1290 0
+1560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1561 0 obj
+420
+endobj
+
+%% Original object ID: 1291 0
+1562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1563 0 obj
+1656
+endobj
+
+%% Original object ID: 1292 0
+1564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1565 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1565 0 obj
+140
+endobj
+
+%% Original object ID: 1293 0
+1566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1567 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1567 0 obj
+420
+endobj
+
+%% Original object ID: 1294 0
+1568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1569 0 obj
+1530
+endobj
+
+%% Original object ID: 1295 0
+1570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1571 0 obj
+1656
+endobj
+
+%% Original object ID: 1296 0
+1572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1573 0 obj
+1260
+endobj
+
+%% Original object ID: 631 0
+1574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1575 0 obj
+1260
+endobj
+
+%% Original object ID: 1297 0
+1576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1577 0 obj
+1035
+endobj
+
+%% Original object ID: 1298 0
+1578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1579 0 obj
+1530
+endobj
+
+%% Original object ID: 1299 0
+1580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1581 0 obj
+2655
+endobj
+
+%% Original object ID: 1300 0
+1582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1583 0 obj
+1840
+endobj
+
+%% Original object ID: 1301 0
+1584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1585 0 obj
+1530
+endobj
+
+%% Original object ID: 1302 0
+1586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1587 0 obj
+1260
+endobj
+
+%% Original object ID: 1303 0
+1588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1589 0 obj
+2655
+endobj
+
+%% Original object ID: 1304 0
+1590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1591 0 obj
+1840
+endobj
+
+%% Original object ID: 1305 0
+1592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1593 0 obj
+1530
+endobj
+
+%% Original object ID: 1306 0
+1594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1595 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1595 0 obj
+1530
+endobj
+
+%% Original object ID: 632 0
+1596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1597 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1597 0 obj
+420
+endobj
+
+%% Original object ID: 1307 0
+1598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1599 0 obj
+1464
+endobj
+
+%% Original object ID: 1308 0
+1600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1601 0 obj
+1840
+endobj
+
+%% Original object ID: 1309 0
+1602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1603 0 obj
+1748
+endobj
+
+%% Original object ID: 1310 0
+1604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1605 0 obj
+1260
+endobj
+
+%% Original object ID: 1311 0
+1606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1607 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1607 0 obj
+1530
+endobj
+
+%% Original object ID: 1312 0
+1608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1609 0 obj
+1035
+endobj
+
+%% Original object ID: 1313 0
+1610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1611 0 obj
+1840
+endobj
+
+%% Original object ID: 1314 0
+1612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1613 0 obj
+1035
+endobj
+
+%% Original object ID: 1315 0
+1614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1615 0 obj
+1656
+endobj
+
+%% Original object ID: 1316 0
+1616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1617 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1617 0 obj
+140
+endobj
+
+%% Original object ID: 633 0
+1618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1619 0 obj
+1840
+endobj
+
+%% Original object ID: 1317 0
+1620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1621 0 obj
+1840
+endobj
+
+%% Original object ID: 1318 0
+1622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1623 0 obj
+1530
+endobj
+
+%% Original object ID: 1319 0
+1624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1625 0 obj
+2257
+endobj
+
+%% Original object ID: 1320 0
+1626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1627 0 obj
+2331
+endobj
+
+%% Original object ID: 1321 0
+1628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1629 0 obj
+1840
+endobj
+
+%% Original object ID: 1322 0
+1630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1631 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1631 0 obj
+1716
+endobj
+
+%% Original object ID: 1323 0
+1632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1633 0 obj
+1840
+endobj
+
+%% Original object ID: 1324 0
+1634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1635 0 obj
+1035
+endobj
+
+%% Original object ID: 1325 0
+1636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1637 0 obj
+1530
+endobj
+
+%% Original object ID: 1326 0
+1638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1639 0 obj
+2655
+endobj
+
+%% Original object ID: 634 0
+1640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1641 0 obj
+1530
+endobj
+
+%% Original object ID: 1327 0
+1642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1643 0 obj
+1840
+endobj
+
+%% Original object ID: 1328 0
+1644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1645 0 obj
+1530
+endobj
+
+%% Original object ID: 1329 0
+1646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1647 0 obj
+1260
+endobj
+
+%% Original object ID: 1330 0
+1648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1649 0 obj
+1840
+endobj
+
+%% Original object ID: 1331 0
+1650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1651 0 obj
+2331
+endobj
+
+%% Original object ID: 1332 0
+1652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1653 0 obj
+1840
+endobj
+
+%% Original object ID: 1333 0
+1654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1655 0 obj
+1530
+endobj
+
+%% Original object ID: 1334 0
+1656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1657 0 obj
+1748
+endobj
+
+%% Original object ID: 1335 0
+1658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1659 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1659 0 obj
+420
+endobj
+
+%% Original object ID: 1336 0
+1660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1661 0 obj
+1840
+endobj
+
+%% Original object ID: 635 0
+1662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1663 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1663 0 obj
+2760
+endobj
+
+%% Original object ID: 1337 0
+1664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1665 0 obj
+1656
+endobj
+
+%% Original object ID: 1338 0
+1666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1667 0 obj
+1260
+endobj
+
+%% Original object ID: 1339 0
+1668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1669 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1669 0 obj
+2040
+endobj
+
+%% Original object ID: 1340 0
+1670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1671 0 obj
+1035
+endobj
+
+%% Original object ID: 1341 0
+1672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1673 0 obj
+1840
+endobj
+
+%% Original object ID: 1342 0
+1674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1675 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1675 0 obj
+1530
+endobj
+
+%% Original object ID: 1343 0
+1676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1677 0 obj
+2331
+endobj
+
+%% Original object ID: 1344 0
+1678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1679 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1679 0 obj
+2040
+endobj
+
+%% Original object ID: 1345 0
+1680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1681 0 obj
+1748
+endobj
+
+%% Original object ID: 1346 0
+1682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1683 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1683 0 obj
+420
+endobj
+
+%% Original object ID: 636 0
+1684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1685 0 obj
+1840
+endobj
+
+%% Original object ID: 1347 0
+1686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1687 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1687 0 obj
+420
+endobj
+
+%% Original object ID: 1348 0
+1688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1689 0 obj
+1530
+endobj
+
+%% Original object ID: 1349 0
+1690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1691 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1691 0 obj
+420
+endobj
+
+%% Original object ID: 1350 0
+1692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1693 0 obj
+1748
+endobj
+
+%% Original object ID: 1351 0
+1694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1695 0 obj
+1656
+endobj
+
+%% Original object ID: 1352 0
+1696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1697 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1697 0 obj
+140
+endobj
+
+%% Original object ID: 1353 0
+1698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1699 0 obj
+1840
+endobj
+
+%% Original object ID: 1354 0
+1700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1701 0 obj
+1760
+endobj
+
+%% Original object ID: 1355 0
+1702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1703 0 obj
+2040
+endobj
+
+%% Original object ID: 1356 0
+1704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1705 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1705 0 obj
+420
+endobj
+
+%% Original object ID: 565 0
+1706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 1707 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1707 0 obj
+2800
+endobj
+
+%% Original object ID: 637 0
+1708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1709 0 obj
+1260
+endobj
+
+%% Original object ID: 1357 0
+1710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1711 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1711 0 obj
+2257
+endobj
+
+%% Original object ID: 1358 0
+1712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1713 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1713 0 obj
+420
+endobj
+
+%% Original object ID: 1359 0
+1714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1715 0 obj
+1260
+endobj
+
+%% Original object ID: 1360 0
+1716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1717 0 obj
+1656
+endobj
+
+%% Original object ID: 1361 0
+1718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1719 0 obj
+1840
+endobj
+
+%% Original object ID: 1362 0
+1720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1721 0 obj
+1530
+endobj
+
+%% Original object ID: 1363 0
+1722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1723 0 obj
+2257
+endobj
+
+%% Original object ID: 1364 0
+1724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1725 0 obj
+2257
+endobj
+
+%% Original object ID: 1365 0
+1726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1727 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1727 0 obj
+420
+endobj
+
+%% Original object ID: 1366 0
+1728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1729 0 obj
+1656
+endobj
+
+%% Original object ID: 638 0
+1730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1731 0 obj
+1840
+endobj
+
+%% Original object ID: 1367 0
+1732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1733 0 obj
+1748
+endobj
+
+%% Original object ID: 1368 0
+1734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1735 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1735 0 obj
+1530
+endobj
+
+%% Original object ID: 1369 0
+1736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1737 0 obj
+1656
+endobj
+
+%% Original object ID: 1370 0
+1738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1739 0 obj
+1656
+endobj
+
+%% Original object ID: 1371 0
+1740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1741 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1741 0 obj
+420
+endobj
+
+%% Original object ID: 1372 0
+1742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1743 0 obj
+1840
+endobj
+
+%% Original object ID: 1373 0
+1744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1745 0 obj
+1530
+endobj
+
+%% Original object ID: 1374 0
+1746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1747 0 obj
+1656
+endobj
+
+%% Original object ID: 1375 0
+1748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1749 0 obj
+49
+endobj
+
+%% Original object ID: 1376 0
+1750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1751 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1751 0 obj
+2640
+endobj
+
+%% Original object ID: 639 0
+1752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1753 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1753 0 obj
+420
+endobj
+
+%% Original object ID: 1377 0
+1754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1755 0 obj
+1840
+endobj
+
+%% Original object ID: 1378 0
+1756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1757 0 obj
+1035
+endobj
+
+%% Original object ID: 1379 0
+1758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1759 0 obj
+1464
+endobj
+
+%% Original object ID: 1380 0
+1760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1761 0 obj
+1840
+endobj
+
+%% Original object ID: 1381 0
+1762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1763 0 obj
+1035
+endobj
+
+%% Original object ID: 1382 0
+1764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1765 0 obj
+2655
+endobj
+
+%% Original object ID: 1383 0
+1766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1767 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1767 0 obj
+420
+endobj
+
+%% Original object ID: 1384 0
+1768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1769 0 obj
+1530
+endobj
+
+%% Original object ID: 1385 0
+1770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1771 0 obj
+2331
+endobj
+
+%% Original object ID: 1386 0
+1772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1773 0 obj
+2331
+endobj
+
+%% Original object ID: 640 0
+1774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1775 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1775 0 obj
+420
+endobj
+
+%% Original object ID: 1387 0
+1776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1777 0 obj
+1035
+endobj
+
+%% Original object ID: 1388 0
+1778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1779 0 obj
+1840
+endobj
+
+%% Original object ID: 1389 0
+1780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1781 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1781 0 obj
+1530
+endobj
+
+%% Original object ID: 1390 0
+1782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1783 0 obj
+2294
+endobj
+
+%% Original object ID: 1391 0
+1784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1785 0 obj
+1656
+endobj
+
+%% Original object ID: 1392 0
+1786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1787 0 obj
+1464
+endobj
+
+%% Original object ID: 1393 0
+1788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1789 0 obj
+1035
+endobj
+
+%% Original object ID: 1394 0
+1790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1791 0 obj
+1840
+endobj
+
+%% Original object ID: 1395 0
+1792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1793 0 obj
+2655
+endobj
+
+%% Original object ID: 1396 0
+1794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1795 0 obj
+1840
+endobj
+
+%% Original object ID: 641 0
+1796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1797 0 obj
+1656
+endobj
+
+%% Original object ID: 1397 0
+1798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1799 0 obj
+1035
+endobj
+
+%% Original object ID: 1398 0
+1800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1801 0 obj
+1840
+endobj
+
+%% Original object ID: 1399 0
+1802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1803 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1803 0 obj
+1530
+endobj
+
+%% Original object ID: 1400 0
+1804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1805 0 obj
+1530
+endobj
+
+%% Original object ID: 1401 0
+1806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1807 0 obj
+2257
+endobj
+
+%% Original object ID: 1402 0
+1808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1809 0 obj
+1260
+endobj
+
+%% Original object ID: 1403 0
+1810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1811 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1811 0 obj
+2040
+endobj
+
+%% Original object ID: 1404 0
+1812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1813 0 obj
+1840
+endobj
+
+%% Original object ID: 1405 0
+1814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1815 0 obj
+1748
+endobj
+
+%% Original object ID: 1406 0
+1816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1817 0 obj
+1840
+endobj
+
+%% Original object ID: 642 0
+1818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1819 0 obj
+1260
+endobj
+
+%% Original object ID: 1407 0
+1820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1821 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1821 0 obj
+1530
+endobj
+
+%% Original object ID: 1408 0
+1822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1823 0 obj
+1530
+endobj
+
+%% Original object ID: 1409 0
+1824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1825 0 obj
+1260
+endobj
+
+%% Original object ID: 1410 0
+1826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1827 0 obj
+1035
+endobj
+
+%% Original object ID: 1411 0
+1828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1829 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1829 0 obj
+2294
+endobj
+
+%% Original object ID: 1412 0
+1830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1831 0 obj
+2684
+endobj
+
+%% Original object ID: 1413 0
+1832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1833 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1833 0 obj
+420
+endobj
+
+%% Original object ID: 1414 0
+1834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1835 0 obj
+420
+endobj
+
+%% Original object ID: 1415 0
+1836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1837 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1837 0 obj
+420
+endobj
+
+%% Original object ID: 1416 0
+1838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1839 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1839 0 obj
+2040
+endobj
+
+%% Original object ID: 643 0
+1840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1841 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1841 0 obj
+2040
+endobj
+
+%% Original object ID: 1417 0
+1842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1843 0 obj
+1840
+endobj
+
+%% Original object ID: 1418 0
+1844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1845 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1845 0 obj
+1716
+endobj
+
+%% Original object ID: 1419 0
+1846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1847 0 obj
+1840
+endobj
+
+%% Original object ID: 1420 0
+1848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1849 0 obj
+1840
+endobj
+
+%% Original object ID: 1421 0
+1850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1851 0 obj
+1530
+endobj
+
+%% Original object ID: 1422 0
+1852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1853 0 obj
+1840
+endobj
+
+%% Original object ID: 1423 0
+1854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1855 0 obj
+2294
+endobj
+
+%% Original object ID: 1424 0
+1856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1857 0 obj
+2294
+endobj
+
+%% Original object ID: 1425 0
+1858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1859 0 obj
+1840
+endobj
+
+%% Original object ID: 1426 0
+1860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1861 0 obj
+1035
+endobj
+
+%% Original object ID: 644 0
+1862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1863 0 obj
+1840
+endobj
+
+%% Original object ID: 1427 0
+1864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1865 0 obj
+1260
+endobj
+
+%% Original object ID: 1428 0
+1866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1867 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1867 0 obj
+1530
+endobj
+
+%% Original object ID: 1429 0
+1868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1869 0 obj
+1530
+endobj
+
+%% Original object ID: 1430 0
+1870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1871 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1871 0 obj
+420
+endobj
+
+%% Original object ID: 1431 0
+1872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1873 0 obj
+1260
+endobj
+
+%% Original object ID: 1432 0
+1874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1875 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1875 0 obj
+2294
+endobj
+
+%% Original object ID: 1433 0
+1876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1877 0 obj
+1260
+endobj
+
+%% Original object ID: 1434 0
+1878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1879 0 obj
+1840
+endobj
+
+%% Original object ID: 1435 0
+1880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1881 0 obj
+2294
+endobj
+
+%% Original object ID: 1436 0
+1882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1883 0 obj
+1840
+endobj
+
+%% Original object ID: 645 0
+1884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1885 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1885 0 obj
+3420
+endobj
+
+%% Original object ID: 1437 0
+1886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1887 0 obj
+1035
+endobj
+
+%% Original object ID: 1438 0
+1888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1889 0 obj
+1464
+endobj
+
+%% Original object ID: 1439 0
+1890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1891 0 obj
+1840
+endobj
+
+%% Original object ID: 1440 0
+1892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1893 0 obj
+1035
+endobj
+
+%% Original object ID: 1441 0
+1894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1895 0 obj
+2655
+endobj
+
+%% Original object ID: 1442 0
+1896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1897 0 obj
+2257
+endobj
+
+%% Original object ID: 1443 0
+1898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1899 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1899 0 obj
+1530
+endobj
+
+%% Original object ID: 1444 0
+1900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1901 0 obj
+1035
+endobj
+
+%% Original object ID: 1445 0
+1902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1903 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1903 0 obj
+420
+endobj
+
+%% Original object ID: 1446 0
+1904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1905 0 obj
+1530
+endobj
+
+%% Original object ID: 646 0
+1906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1907 0 obj
+1748
+endobj
+
+%% Original object ID: 1447 0
+1908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1909 0 obj
+2331
+endobj
+
+%% Original object ID: 1448 0
+1910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1911 0 obj
+1260
+endobj
+
+%% Original object ID: 1449 0
+1912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1913 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1913 0 obj
+2040
+endobj
+
+%% Original object ID: 1450 0
+1914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1915 0 obj
+1840
+endobj
+
+%% Original object ID: 1451 0
+1916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1917 0 obj
+1748
+endobj
+
+%% Original object ID: 1452 0
+1918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1919 0 obj
+1840
+endobj
+
+%% Original object ID: 1453 0
+1920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1921 0 obj
+1530
+endobj
+
+%% Original object ID: 1454 0
+1922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1923 0 obj
+1748
+endobj
+
+%% Original object ID: 1455 0
+1924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1925 0 obj
+1840
+endobj
+
+%% Original object ID: 1456 0
+1926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1927 0 obj
+1035
+endobj
+
+%% Original object ID: 566 0
+1928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 1929 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1929 0 obj
+3283
+endobj
+
+%% Original object ID: 647 0
+1930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1931 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1931 0 obj
+2160
+endobj
+
+%% Original object ID: 1457 0
+1932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1933 0 obj
+1260
+endobj
+
+%% Original object ID: 1458 0
+1934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1935 0 obj
+1656
+endobj
+
+%% Original object ID: 1459 0
+1936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1937 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1937 0 obj
+49
+endobj
+
+%% Original object ID: 1460 0
+1938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1939 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1939 0 obj
+2880
+endobj
+
+%% Original object ID: 1461 0
+1940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1941 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1941 0 obj
+2040
+endobj
+
+%% Original object ID: 1462 0
+1942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1943 0 obj
+1840
+endobj
+
+%% Original object ID: 1463 0
+1944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1945 0 obj
+2340
+endobj
+
+%% Original object ID: 1464 0
+1946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1947 0 obj
+2318
+endobj
+
+%% Original object ID: 1465 0
+1948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1949 0 obj
+2318
+endobj
+
+%% Original object ID: 1466 0
+1950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1951 0 obj
+2340
+endobj
+
+%% Original object ID: 648 0
+1952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1953 0 obj
+1840
+endobj
+
+%% Original object ID: 1467 0
+1954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1955 0 obj
+1748
+endobj
+
+%% Original object ID: 1468 0
+1956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1957 0 obj
+1840
+endobj
+
+%% Original object ID: 1469 0
+1958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1959 0 obj
+1530
+endobj
+
+%% Original object ID: 1470 0
+1960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1961 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1961 0 obj
+1716
+endobj
+
+%% Original object ID: 1471 0
+1962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1963 0 obj
+1840
+endobj
+
+%% Original object ID: 1472 0
+1964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1965 0 obj
+1530
+endobj
+
+%% Original object ID: 1473 0
+1966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1967 0 obj
+1260
+endobj
+
+%% Original object ID: 1474 0
+1968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1969 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1969 0 obj
+420
+endobj
+
+%% Original object ID: 1475 0
+1970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1971 0 obj
+1840
+endobj
+
+%% Original object ID: 1476 0
+1972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1973 0 obj
+1530
+endobj
+
+%% Original object ID: 649 0
+1974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1975 0 obj
+1840
+endobj
+
+%% Original object ID: 1477 0
+1976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 1977 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1977 0 obj
+420
+endobj
+
+%% Original object ID: 1478 0
+1978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1979 0 obj
+1656
+endobj
+
+%% Original object ID: 1479 0
+1980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1981 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1981 0 obj
+2040
+endobj
+
+%% Original object ID: 1480 0
+1982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1983 0 obj
+1840
+endobj
+
+%% Original object ID: 1481 0
+1984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1985 0 obj
+1656
+endobj
+
+%% Original object ID: 1482 0
+1986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1987 0 obj
+1260
+endobj
+
+%% Original object ID: 1483 0
+1988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1989 0 obj
+1840
+endobj
+
+%% Original object ID: 1484 0
+1990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1991 0 obj
+2257
+endobj
+
+%% Original object ID: 1485 0
+1992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1993 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1993 0 obj
+2257
+endobj
+
+%% Original object ID: 1486 0
+1994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1995 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1995 0 obj
+2294
+endobj
+
+%% Original object ID: 650 0
+1996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1997 0 obj
+1530
+endobj
+
+%% Original object ID: 1487 0
+1998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 1999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1999 0 obj
+1260
+endobj
+
+%% Original object ID: 1488 0
+2000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2001 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2001 0 obj
+2040
+endobj
+
+%% Original object ID: 1489 0
+2002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2003 0 obj
+1840
+endobj
+
+%% Original object ID: 1490 0
+2004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2005 0 obj
+3224
+endobj
+
+%% Original object ID: 1491 0
+2006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2007 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2007 0 obj
+420
+endobj
+
+%% Original object ID: 1492 0
+2008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 2009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2009 0 obj
+1260
+endobj
+
+%% Original object ID: 1493 0
+2010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2011 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2011 0 obj
+2294
+endobj
+
+%% Original object ID: 1494 0
+2012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2013 0 obj
+1840
+endobj
+
+%% Original object ID: 1495 0
+2014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2015 0 obj
+1464
+endobj
+
+%% Original object ID: 1496 0
+2016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2017 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2017 0 obj
+2400
+endobj
+
+%% Original object ID: 651 0
+2018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2019 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2019 0 obj
+2760
+endobj
+
+%% Original object ID: 1497 0
+2020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2021 0 obj
+1840
+endobj
+
+%% Original object ID: 1498 0
+2022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2023 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2023 0 obj
+420
+endobj
+
+%% Original object ID: 1499 0
+2024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2025 0 obj
+1035
+endobj
+
+%% Original object ID: 1500 0
+2026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2027 0 obj
+1464
+endobj
+
+%% Original object ID: 1501 0
+2028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2029 0 obj
+1840
+endobj
+
+%% Original object ID: 1502 0
+2030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2031 0 obj
+1760
+endobj
+
+%% Original object ID: 1503 0
+2032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 2033 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2033 0 obj
+2640
+endobj
+
+%% Original object ID: 1504 0
+2034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2035 0 obj
+1840
+endobj
+
+%% Original object ID: 1505 0
+2036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2037 0 obj
+1530
+endobj
+
+%% Original object ID: 1506 0
+2038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2039 0 obj
+2257
+endobj
+
+%% Original object ID: 652 0
+2040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2041 0 obj
+420
+endobj
+
+%% Original object ID: 1507 0
+2042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2043 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2043 0 obj
+140
+endobj
+
+%% Original object ID: 1508 0
+2044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 2045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2045 0 obj
+3300
+endobj
+
+%% Original object ID: 1509 0
+2046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2047 0 obj
+2294
+endobj
+
+%% Original object ID: 1510 0
+2048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2049 0 obj
+1035
+endobj
+
+%% Original object ID: 1511 0
+2050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2051 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2051 0 obj
+420
+endobj
+
+%% Original object ID: 1512 0
+2052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2053 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2053 0 obj
+420
+endobj
+
+%% Original object ID: 1513 0
+2054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2055 0 obj
+2340
+endobj
+
+%% Original object ID: 1514 0
+2056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 41
+ /Length 2057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2057 0 obj
+2419
+endobj
+
+%% Original object ID: 1515 0
+2058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2059 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2059 0 obj
+161
+endobj
+
+%% Original object ID: 1516 0
+2060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2061 0 obj
+2340
+endobj
+
+%% Original object ID: 653 0
+2062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2063 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2063 0 obj
+420
+endobj
+
+%% Original object ID: 1517 0
+2064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 2065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2065 0 obj
+2318
+endobj
+
+%% Original object ID: 1518 0
+2066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 20
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2067 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2067 0 obj
+140
+endobj
+
+%% Original object ID: 1519 0
+2068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2069 0 obj
+2340
+endobj
+
+%% Original object ID: 1520 0
+2070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 2071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2071 0 obj
+2318
+endobj
+
+%% Original object ID: 1521 0
+2072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 2073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2073 0 obj
+2318
+endobj
+
+%% Original object ID: 1522 0
+2074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2075 0 obj
+2340
+endobj
+
+%% Original object ID: 1523 0
+2076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 7
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2077 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2077 0 obj
+49
+endobj
+
+%% Original object ID: 1524 0
+2078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 2079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2079 0 obj
+1463
+endobj
+
+%% Original object ID: 1525 0
+2080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2081 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2081 0 obj
+2760
+endobj
+
+%% Original object ID: 1526 0
+2082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 2083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2083 0 obj
+3534
+endobj
+
+%% Original object ID: 654 0
+2084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 21
+ /Length 2085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2085 0 obj
+1260
+endobj
+
+%% Original object ID: 1527 0
+2086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2087 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2087 0 obj
+2880
+endobj
+
+%% Original object ID: 1528 0
+2088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 2089 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2089 0 obj
+2640
+endobj
+
+%% Original object ID: 1529 0
+2090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2091 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2091 0 obj
+308
+endobj
+
+%% Original object ID: 1530 0
+2092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 2093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2093 0 obj
+3472
+endobj
+
+%% Original object ID: 1531 0
+2094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2095 0 obj
+1840
+endobj
+
+%% Original object ID: 1532 0
+2096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2097 0 obj
+1530
+endobj
+
+%% Original object ID: 1533 0
+2098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2099 0 obj
+1840
+endobj
+
+%% Original object ID: 1534 0
+2100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2101 0 obj
+1035
+endobj
+
+%% Original object ID: 1535 0
+2102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2103 0 obj
+1840
+endobj
+
+%% Original object ID: 1536 0
+2104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2105 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2105 0 obj
+420
+endobj
+
+%% Original object ID: 655 0
+2106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2107 0 obj
+1840
+endobj
+
+%% Original object ID: 1537 0
+2108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2109 0 obj
+2294
+endobj
+
+%% Original object ID: 1538 0
+2110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2111 0 obj
+1035
+endobj
+
+%% Original object ID: 1539 0
+2112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2113 0 obj
+1840
+endobj
+
+%% Original object ID: 1540 0
+2114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2115 0 obj
+2331
+endobj
+
+%% Original object ID: 1541 0
+2116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 2117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2117 0 obj
+1035
+endobj
+
+%% Original object ID: 1542 0
+2118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2119 0 obj
+1840
+endobj
+
+%% Original object ID: 1543 0
+2120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2121 0 obj
+2655
+endobj
+
+%% Original object ID: 1544 0
+2122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2123 0 obj
+2655
+endobj
+
+%% Original object ID: 1545 0
+2124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2125 0 obj
+420
+endobj
+
+%% Original object ID: 1546 0
+2126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2127 0 obj
+1530
+endobj
+
+%% Original object ID: 656 0
+2128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2129 0 obj
+1530
+endobj
+
+%% Original object ID: 1547 0
+2130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2131 0 obj
+2331
+endobj
+
+%% Original object ID: 1548 0
+2132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2133 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2133 0 obj
+2257
+endobj
+
+%% Original object ID: 1549 0
+2134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2135 0 obj
+1840
+endobj
+
+%% Original object ID: 1550 0
+2136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 2137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2137 0 obj
+2331
+endobj
+
+%% Original object ID: 1551 0
+2138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 7
+ /Length 2139 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2139 0 obj
+420
+endobj
+
+%% Original object ID: 1552 0
+2140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2141 0 obj
+1530
+endobj
+
+%% Original object ID: 1553 0
+2142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 2143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2143 0 obj
+1656
+endobj
+
+%% Original object ID: 1554 0
+2144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2145 0 obj
+1840
+endobj
+
+%% Original object ID: 1555 0
+2146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 2147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2147 0 obj
+1530
+endobj
+
+%% Original object ID: 1556 0
+2148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 2149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2149 0 obj
+3300
+endobj
+
+%% Original object ID: 10 0
+2150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R10
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2151 0 obj
+7380
+endobj
+
+%% Original object ID: 12 0
+2152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R12
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2153 0 obj
+6560
+endobj
+
+%% Original object ID: 14 0
+2154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R14
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2155 0 obj
+6431
+endobj
+
+%% Original object ID: 16 0
+2156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R16
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2157 0 obj
+6431
+endobj
+
+%% Original object ID: 18 0
+2158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R18
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2159 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2159 0 obj
+8774
+endobj
+
+%% Original object ID: 20 0
+2160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R20
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2161 0 obj
+7380
+endobj
+
+%% Original object ID: 22 0
+2162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R22
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 2163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2163 0 obj
+11655
+endobj
+
+%% Original object ID: 24 0
+2164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R24
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2165 0 obj
+7380
+endobj
+
+%% Original object ID: 26 0
+2166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R26
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2167 0 obj
+6560
+endobj
+
+%% Original object ID: 28 0
+2168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R28
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 2169 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2169 0 obj
+7176
+endobj
+
+%% Original object ID: 30 0
+2170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R30
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2171 0 obj
+7380
+endobj
+
+%% Original object ID: 32 0
+2172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R32
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2173 0 obj
+6560
+endobj
+
+%% Original object ID: 34 0
+2174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R34
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2175 0 obj
+6431
+endobj
+
+%% Original object ID: 36 0
+2176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R36
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2177 0 obj
+7380
+endobj
+
+%% Original object ID: 38 0
+2178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R38
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2179 0 obj
+6560
+endobj
+
+%% Original object ID: 40 0
+2180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 359
+ /Name /R40
+ /Subtype /Image
+ /Type /XObject
+ /Width 332
+ /Length 2181 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö¤E·áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌ`
+ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿ˜
+
+ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿýÿÿýÿýýä
+
+ 
+
+
+
+°ÿÿÿÿÿÙ
+
+“ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¼Táÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+,ÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÂ
+¨ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³
+
+
+
+
+=|óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+ ¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý$áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ,
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÈ
+úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿîD
+
+xÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§
+8Óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË
+rÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2181 0 obj
+119188
+endobj
+
+%% Original object ID: 42 0
+2182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Name /R42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 2183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2183 0 obj
+4071
+endobj
+
+%% Original object ID: 44 0
+2184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 2185 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2185 0 obj
+4760
+endobj
+
+%% Original object ID: 46 0
+2186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Name /R46
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 2187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2187 0 obj
+4071
+endobj
+
+%% Original object ID: 48 0
+2188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 64
+ /Name /R48
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 2189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2189 0 obj
+4416
+endobj
+
+%% Original object ID: 50 0
+2190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 68
+ /Name /R50
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 2191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2191 0 obj
+4624
+endobj
+
+%% Original object ID: 52 0
+2192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R52
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 2193 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2193 0 obj
+4760
+endobj
+
+%% Original object ID: 54 0
+2194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R54
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 2195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2195 0 obj
+11655
+endobj
+
+%% Original object ID: 56 0
+2196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R56
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2197 0 obj
+7380
+endobj
+
+%% Original object ID: 58 0
+2198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R58
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2199 0 obj
+6560
+endobj
+
+%% Original object ID: 6 0
+2200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R6
+ /Subtype /Image
+ /Type /XObject
+ /Width 117
+ /Length 2201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2201 0 obj
+12519
+endobj
+
+%% Original object ID: 60 0
+2202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R60
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 2203 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2203 0 obj
+7176
+endobj
+
+%% Original object ID: 62 0
+2204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R62
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2205 0 obj
+7380
+endobj
+
+%% Original object ID: 64 0
+2206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R64
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2207 0 obj
+6560
+endobj
+
+%% Original object ID: 66 0
+2208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R66
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2209 0 obj
+6431
+endobj
+
+%% Original object ID: 68 0
+2210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R68
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2211 0 obj
+7380
+endobj
+
+%% Original object ID: 70 0
+2212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R70
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 2213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2213 0 obj
+6560
+endobj
+
+%% Original object ID: 72 0
+2214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R72
+ /Subtype /Image
+ /Type /XObject
+ /Width 103
+ /Length 2215 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2215 0 obj
+11021
+endobj
+
+%% Original object ID: 74 0
+2216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R74
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2217 0 obj
+7380
+endobj
+
+%% Original object ID: 76 0
+2218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R76
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 2219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2219 0 obj
+6431
+endobj
+
+%% Original object ID: 78 0
+2220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R78
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 2221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2221 0 obj
+7380
+endobj
+
+%% Original object ID: 8 0
+2222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R8
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 2223 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2223 0 obj
+9374
+endobj
+
+%% Original object ID: 80 0
+2224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 476
+ /Name /R80
+ /Subtype /Image
+ /Type /XObject
+ /Width 477
+ /Length 2225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2225 0 obj
+227052
+endobj
+
+%% Contents for page 2
+%% Original object ID: 3426 0
+2226 0 obj
+<<
+ /Length 2227 0 R
+>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q
+0 1.1999 -1.1999 -0 121.19 150.009 cm
+/IIm1 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 662.345 2914.58 cm
+/R85 Do
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3010.57 cm
+/IIm2 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 663.545 3076.57 cm
+/IIm3 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 663.545 3134.16 cm
+/IIm4 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3251.75 cm
+/IIm5 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 662.345 3315.35 cm
+/IIm6 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 663.545 3429.34 cm
+/IIm7 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 662.345 3470.13 cm
+/IIm8 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 3531.33 cm
+/IIm9 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 686.343 3683.71 cm
+/IIm10 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 3746.11 cm
+/IIm11 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 662.345 3818.1 cm
+/IIm12 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 662.345 3850.5 cm
+/IIm13 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3887.7 cm
+/IIm14 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 662.345 3958.49 cm
+/IIm15 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 662.345 3996.89 cm
+/IIm16 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 4094.08 cm
+/IIm17 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 662.345 4164.88 cm
+/IIm18 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 663.545 4228.47 cm
+/IIm19 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 4287.26 cm
+/IIm20 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 663.545 4353.26 cm
+/IIm21 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 662.345 4490.05 cm
+/IIm22 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4586.04 cm
+/IIm23 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4612.44 cm
+/IIm24 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4640.04 cm
+/IIm25 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 663.545 4746.83 cm
+/IIm26 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 4809.22 cm
+/IIm27 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 4959.21 cm
+/IIm28 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 663.545 5021.6 cm
+/IIm29 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 796.734 2915.78 cm
+/IIm30 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 2984.17 cm
+/IIm31 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 3053.77 cm
+/IIm32 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 796.734 3081.36 cm
+/IIm33 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 796.734 3113.76 cm
+/IIm34 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3150.96 cm
+/IIm35 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 796.734 3213.35 cm
+/IIm36 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 796.734 3369.34 cm
+/R87 Do
+Q
+q
+0 10.7991 -86.3928 -0 796.734 3454.53 cm
+/IIm37 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 821.932 3476.13 cm
+/IIm38 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 796.734 3548.13 cm
+/IIm39 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 797.934 3699.31 cm
+/R89 Do
+Q
+q
+0 53.9955 -64.7946 -0 797.934 3778.51 cm
+/IIm40 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 796.734 3842.1 cm
+/IIm41 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3904.5 cm
+/IIm42 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3971.69 cm
+/IIm43 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4042.48 cm
+/IIm44 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 796.734 4071.28 cm
+/IIm45 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 797.934 4218.87 cm
+/R91 Do
+Q
+q
+0 50.3958 -86.3928 -0 796.734 4301.66 cm
+/IIm46 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 797.934 4368.86 cm
+/IIm47 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 797.934 4427.65 cm
+/IIm48 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 797.934 4461.25 cm
+/IIm49 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4502.05 cm
+/IIm50 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4523.64 cm
+/IIm51 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 797.934 4677.23 cm
+/IIm52 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4737.23 cm
+/IIm53 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 796.734 4809.22 cm
+/IIm54 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 796.734 4841.62 cm
+/IIm55 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4908.81 cm
+/IIm56 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 797.934 4931.61 cm
+/IIm57 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4990.41 cm
+/IIm58 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 933.523 2913.38 cm
+/IIm59 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 2975.77 cm
+/IIm60 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3040.57 cm
+/IIm61 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 932.323 3071.77 cm
+/IIm62 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3162.96 cm
+/IIm63 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3230.15 cm
+/IIm64 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 3300.95 cm
+/IIm65 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3459.33 cm
+/IIm66 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 932.323 3500.13 cm
+/IIm67 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3561.32 cm
+/IIm68 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 932.323 3731.71 cm
+/IIm69 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 3794.11 cm
+/IIm70 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3857.7 cm
+/IIm71 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3893.7 cm
+/IIm72 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 932.323 3964.49 cm
+/IIm73 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4086.88 cm
+/IIm74 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 4156.48 cm
+/IIm75 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 933.523 4218.87 cm
+/IIm76 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 956.321 4386.86 cm
+/IIm77 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 4450.45 cm
+/IIm78 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 932.323 4522.45 cm
+/IIm79 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 932.323 4554.84 cm
+/IIm80 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4592.04 cm
+/IIm81 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 932.323 4661.63 cm
+/IIm82 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 932.323 4701.23 cm
+/IIm83 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4798.42 cm
+/IIm84 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 4869.22 cm
+/IIm85 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 933.523 4931.61 cm
+/IIm86 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 4990.41 cm
+/IIm87 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 1076.31 2907.38 cm
+/IIm88 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 2969.77 cm
+/IIm89 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1076.31 3040.57 cm
+/IIm90 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1077.51 3107.76 cm
+/IIm91 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3170.16 cm
+/IIm92 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 1076.31 3264.95 cm
+/IIm93 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3360.94 cm
+/IIm94 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3388.54 cm
+/IIm95 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3414.94 cm
+/IIm96 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 3473.73 cm
+/IIm97 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3537.33 cm
+/IIm98 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1100.31 3640.52 cm
+/IIm99 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1076.31 3708.91 cm
+/IIm100 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1077.51 3744.91 cm
+/IIm101 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 1076.31 3808.5 cm
+/IIm102 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3875.7 cm
+/IIm103 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 3897.3 cm
+/IIm104 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3964.49 cm
+/IIm105 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 4030.49 cm
+/IIm106 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 1076.31 4104.88 cm
+/IIm107 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 1361.89 2909.78 cm
+/R93 Do
+Q
+q
+0 56.3953 -86.3928 -0 1361.89 2987.77 cm
+/IIm108 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 1363.09 3060.97 cm
+/IIm109 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 1361.89 3134.16 cm
+/IIm110 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1363.09 3173.76 cm
+/IIm111 Do
+
+Q
+q
+0 59.995 -87.5927 -0 1363.09 3243.35 cm
+/IIm112 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1363.09 3315.35 cm
+/IIm113 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1387.08 3380.14 cm
+/IIm114 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 1361.89 3480.93 cm
+/IIm115 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 1361.89 3545.73 cm
+/IIm116 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 1361.89 3584.12 cm
+/IIm117 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 1363.09 3650.12 cm
+/IIm118 Do
+
+Q
+q
+0 83.993 -83.993 -0 1493.88 2912.18 cm
+/R95 Do
+Q
+q
+0 69.5942 -86.3928 -0 1493.88 3036.97 cm
+/R97 Do
+Q
+q
+0 50.3958 -86.3928 -0 1493.88 3116.16 cm
+/IIm119 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3177.36 cm
+/IIm120 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 1495.08 3284.15 cm
+/R99 Do
+Q
+q
+0 50.3958 -63.5947 -0 1493.88 3369.34 cm
+/IIm121 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1493.88 3436.54 cm
+/IIm122 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3455.73 cm
+/IIm123 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3491.73 cm
+/IIm124 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1495.08 3557.73 cm
+/IIm125 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 1495.08 3660.92 cm
+/R101 Do
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3735.31 cm
+/IIm126 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1495.08 3772.51 cm
+/IIm127 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3836.1 cm
+/IIm128 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3870.9 cm
+/IIm129 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1495.08 3938.09 cm
+/IIm130 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1493.88 4025.69 cm
+/R103 Do
+Q
+q
+0 32.3973 -63.5947 -0 1493.88 4115.68 cm
+/IIm131 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1493.88 4155.28 cm
+/IIm132 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1519.07 4248.87 cm
+/IIm133 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1493.88 4350.86 cm
+/IIm134 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1495.08 4425.25 cm
+/IIm135 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1493.88 4496.05 cm
+/IIm136 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1495.08 4558.44 cm
+/IIm137 Do
+
+Q
+q
+0 28.7976 -110.391 -0 1652.26 2913.38 cm
+/IIm138 Do
+
+Q
+q
+0 32.3973 -31.1974 -0 1573.07 2950.58 cm
+/IIm139 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1628.26 2997.37 cm
+/IIm140 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1629.46 3071.77 cm
+/IIm141 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1628.26 3143.76 cm
+/IIm142 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1629.46 3178.56 cm
+/IIm143 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 1628.26 3243.35 cm
+/IIm144 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1628.26 3310.55 cm
+/IIm145 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1628.26 3336.94 cm
+/IIm146 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1653.46 3399.34 cm
+/IIm147 Do
+
+Q
+q
+0 10.7991 -31.1974 -0 1573.07 3467.73 cm
+/IIm148 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1629.46 3488.13 cm
+/IIm149 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 1629.46 3584.12 cm
+/R105 Do
+Q
+q
+0 87.5927 -62.3948 -0 1628.26 3670.52 cm
+/IIm150 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1628.26 3766.51 cm
+/IIm151 Do
+
+Q
+q
+0 32.3973 -31.1974 -0 1573.07 3830.1 cm
+/IIm152 Do
+
+Q
+q
+0 28.7976 -110.391 -0 1652.26 3870.9 cm
+/IIm153 Do
+
+Q
+q
+0 58.7951 -86.3928 -0 1916.24 2914.58 cm
+/IIm154 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 1916.24 2987.77 cm
+/IIm155 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1916.24 3034.57 cm
+/IIm156 Do
+
+Q
+q
+0 59.995 -87.5927 -0 1917.44 3063.37 cm
+/IIm157 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1917.44 3135.36 cm
+/IIm158 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1941.44 3200.16 cm
+/IIm159 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 1916.24 3300.95 cm
+/IIm160 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 1916.24 3365.74 cm
+/IIm161 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 1916.24 3404.14 cm
+/IIm162 Do
+
+Q
+q
+0 56.3953 -87.5927 -0 1917.44 3470.13 cm
+/IIm163 Do
+
+Q
+q
+0 83.993 -83.993 -0 2048.23 2912.18 cm
+/R107 Do
+Q
+q
+0 74.3938 -86.3928 -0 2048.23 3044.17 cm
+/R109 Do
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 3125.76 cm
+/IIm164 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2049.43 3192.96 cm
+/IIm165 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 2048.23 3255.35 cm
+/IIm166 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2048.23 3309.35 cm
+/IIm167 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3376.54 cm
+/IIm168 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3402.94 cm
+/IIm169 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3429.34 cm
+/IIm170 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2049.43 3452.13 cm
+/IIm171 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2072.23 3555.33 cm
+/IIm172 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2048.23 3596.12 cm
+/R111 Do
+Q
+q
+0 70.7941 -86.3928 -0 2048.23 3698.11 cm
+/R113 Do
+Q
+q
+0 28.7976 -110.391 -0 2072.23 3778.51 cm
+/IIm173 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2049.43 3854.1 cm
+/R115 Do
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 3939.29 cm
+/IIm174 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2048.23 4010.09 cm
+/IIm175 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2049.43 4073.68 cm
+/IIm176 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2049.43 4132.48 cm
+/IIm177 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2048.23 4203.27 cm
+/IIm178 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2049.43 4236.87 cm
+/IIm179 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2048.23 4311.26 cm
+/IIm180 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 4386.86 cm
+/IIm181 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2048.23 4456.45 cm
+/IIm182 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2049.43 4518.85 cm
+/IIm183 Do
+
+Q
+q
+0 83.993 -83.993 -0 2182.62 2912.18 cm
+/R117 Do
+Q
+q
+0 70.7941 -86.3928 -0 2182.62 3044.17 cm
+/R119 Do
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 3124.56 cm
+/IIm184 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 3196.56 cm
+/IIm185 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2182.62 3255.35 cm
+/IIm186 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 3317.75 cm
+/IIm187 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2182.62 3389.74 cm
+/IIm188 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2206.62 3461.73 cm
+/IIm189 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2183.82 3500.13 cm
+/R121 Do
+Q
+q
+0 81.5932 -88.7926 -0 2183.82 3587.72 cm
+/R123 Do
+Q
+q
+0 28.7976 -110.391 -0 2206.62 3677.72 cm
+/IIm190 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2183.82 3753.31 cm
+/R125 Do
+Q
+q
+0 57.5952 -64.7946 -0 2183.82 3839.7 cm
+/IIm191 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 3909.3 cm
+/IIm192 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2183.82 3972.89 cm
+/IIm193 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 4031.69 cm
+/IIm194 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2182.62 4103.68 cm
+/IIm195 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2183.82 4136.08 cm
+/IIm196 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2182.62 4210.47 cm
+/IIm197 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2183.82 4286.06 cm
+/IIm198 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 4356.86 cm
+/IIm199 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2183.82 4418.05 cm
+/IIm200 Do
+
+Q
+q
+0 83.993 -83.993 -0 2318.21 2912.18 cm
+/R127 Do
+Q
+q
+0 82.7931 -86.3928 -0 2318.21 3042.97 cm
+/R129 Do
+Q
+q
+0 10.7991 -86.3928 -0 2318.21 3142.56 cm
+/IIm201 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 3164.16 cm
+/IIm202 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2318.21 3236.15 cm
+/IIm203 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 3258.95 cm
+/IIm204 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 3329.74 cm
+/IIm205 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 3392.14 cm
+/IIm206 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2342.21 3495.33 cm
+/IIm207 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2318.21 3536.13 cm
+/R131 Do
+Q
+q
+0 11.999 -86.3928 -0 2318.21 3639.32 cm
+/IIm208 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2342.21 3664.52 cm
+/IIm209 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2319.41 3740.11 cm
+/R133 Do
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 3826.5 cm
+/IIm210 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 3896.1 cm
+/IIm211 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2319.41 3959.69 cm
+/IIm212 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2319.41 4018.49 cm
+/IIm213 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2318.21 4090.48 cm
+/IIm214 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2319.41 4122.88 cm
+/IIm215 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2318.21 4197.27 cm
+/IIm216 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 4272.87 cm
+/IIm217 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 4343.66 cm
+/IIm218 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 4404.85 cm
+/IIm219 Do
+
+Q
+q
+0 69.5942 -88.7926 -0 2598.98 2910.98 cm
+/R135 Do
+Q
+q
+0 58.7951 -64.7946 -0 2598.98 2988.97 cm
+/IIm220 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 2598.98 3054.97 cm
+/IIm221 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2598.98 3100.56 cm
+/IIm222 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2597.78 3173.76 cm
+/IIm223 Do
+
+Q
+q
+0 59.995 -87.5927 -0 2598.98 3216.95 cm
+/IIm224 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2598.98 3288.95 cm
+/IIm225 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 2622.98 3353.74 cm
+/IIm226 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 2597.78 3454.53 cm
+/IIm227 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 2597.78 3519.33 cm
+/IIm228 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 2597.78 3557.73 cm
+/IIm229 Do
+
+Q
+q
+0 56.3953 -85.1929 -0 2597.78 3623.72 cm
+/IIm230 Do
+
+Q
+q
+0 83.993 -83.993 -0 2729.77 2912.18 cm
+/R137 Do
+Q
+q
+0 82.7931 -86.3928 -0 2729.77 3032.17 cm
+/R139 Do
+Q
+q
+0 74.3938 -88.7926 -0 2730.97 3119.76 cm
+/R141 Do
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 3210.95 cm
+/IIm231 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2730.97 3320.15 cm
+/R143 Do
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 3405.34 cm
+/IIm232 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3476.13 cm
+/IIm233 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2729.77 3536.13 cm
+/IIm234 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 3598.52 cm
+/IIm235 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3669.32 cm
+/IIm236 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2730.97 3729.31 cm
+/IIm237 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2729.77 3770.11 cm
+/IIm238 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 3792.91 cm
+/IIm239 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3863.7 cm
+/IIm240 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 3964.49 cm
+/IIm241 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4040.09 cm
+/IIm242 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 4109.68 cm
+/IIm243 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2730.97 4172.07 cm
+/IIm244 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 4277.67 cm
+/IIm245 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 4352.06 cm
+/IIm246 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2729.77 4424.05 cm
+/IIm247 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2729.77 4456.45 cm
+/IIm248 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4493.65 cm
+/IIm249 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2729.77 4563.24 cm
+/IIm250 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2729.77 4602.84 cm
+/IIm251 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4700.03 cm
+/IIm252 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 4770.82 cm
+/IIm253 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2730.97 4833.22 cm
+/IIm254 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 4892.01 cm
+/IIm255 Do
+
+Q
+q
+0 83.993 -83.993 -0 2864.16 2912.18 cm
+/R145 Do
+Q
+q
+0 74.3938 -88.7926 -0 2865.36 3040.57 cm
+/R147 Do
+Q
+q
+0 50.3958 -86.3928 -0 2864.16 3129.36 cm
+/IIm256 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3191.76 cm
+/IIm257 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 3257.75 cm
+/IIm258 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 3318.95 cm
+/IIm259 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2888.16 3388.54 cm
+/IIm260 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3452.13 cm
+/IIm261 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 3519.33 cm
+/IIm262 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 2864.16 3588.92 cm
+/IIm263 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3645.32 cm
+/IIm264 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 2865.36 3747.31 cm
+/R149 Do
+Q
+q
+0 10.7991 -86.3928 -0 2864.16 3830.1 cm
+/IIm265 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2864.16 3856.5 cm
+/IIm266 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2864.16 3876.9 cm
+/IIm267 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3939.29 cm
+/IIm268 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4010.09 cm
+/IIm269 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2865.36 4080.88 cm
+/R151 Do
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 4167.27 cm
+/IIm270 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4236.87 cm
+/IIm271 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2864.16 4277.67 cm
+/IIm272 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 4338.86 cm
+/IIm273 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2865.36 4403.65 cm
+/IIm274 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2864.16 4478.05 cm
+/IIm275 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4557.24 cm
+/IIm276 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 4593.24 cm
+/IIm277 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 4659.23 cm
+/IIm278 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 4719.23 cm
+/IIm279 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2999.75 2915.78 cm
+/IIm280 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3000.95 2990.17 cm
+/IIm281 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2999.75 3060.97 cm
+/IIm282 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3000.95 3123.36 cm
+/IIm283 Do
+
+Q
+q
+0 28.7976 -110.391 -0 3023.75 3226.55 cm
+/IIm284 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 2999.75 3268.55 cm
+/R153 Do
+Q
+q
+0 64.7946 -86.3928 -0 2999.75 3356.14 cm
+/IIm285 Do
+
+Q
+q
+0 28.7976 -110.391 -0 3023.75 3429.34 cm
+/IIm286 Do
+
+Q
+q
+0 83.993 -83.993 -0 3134.14 2912.18 cm
+/R155 Do
+Q
+q
+0 74.3938 -88.7926 -0 3135.34 3050.17 cm
+/R157 Do
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 3138.96 cm
+/IIm287 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 3159.36 cm
+/IIm288 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3159.34 3191.76 cm
+/IIm289 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3298.55 cm
+/IIm290 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3134.14 3362.14 cm
+/IIm291 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 3134.14 3446.13 cm
+/IIm292 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3514.53 cm
+/IIm293 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 3585.32 cm
+/IIm294 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3134.14 3611.72 cm
+/IIm295 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3134.14 3645.32 cm
+/IIm296 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3681.32 cm
+/IIm297 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 3134.14 3744.91 cm
+/IIm298 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3134.14 3856.5 cm
+/IIm299 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3930.89 cm
+/IIm300 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4001.69 cm
+/IIm301 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3135.34 4064.08 cm
+/IIm302 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3134.14 4167.27 cm
+/R159 Do
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4258.47 cm
+/IIm303 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4325.66 cm
+/IIm304 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3135.34 4391.66 cm
+/IIm305 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 4455.25 cm
+/IIm306 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4526.04 cm
+/IIm307 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3135.34 4593.24 cm
+/R161 Do
+Q
+q
+0 53.9955 -87.5927 -0 3158.14 4673.63 cm
+/IIm308 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 4738.43 cm
+/IIm309 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 4802.02 cm
+/IIm310 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4841.62 cm
+/IIm311 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4869.22 cm
+/IIm312 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 3159.34 4890.81 cm
+/IIm313 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3134.14 4962.81 cm
+/IIm314 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 5021.6 cm
+/IIm315 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3269.73 2910.98 cm
+/IIm316 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3268.53 2980.57 cm
+/IIm317 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3074.17 cm
+/IIm318 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3268.53 3113.76 cm
+/IIm319 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3269.73 3176.16 cm
+/IIm320 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3268.53 3269.75 cm
+/R163 Do
+Q
+q
+0 32.3973 -63.5947 -0 3268.53 3360.94 cm
+/IIm321 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3393.34 cm
+/IIm322 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3269.73 3429.34 cm
+/IIm323 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3269.73 3525.33 cm
+/R165 Do
+Q
+q
+0 57.5952 -64.7946 -0 3269.73 3610.52 cm
+/IIm324 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3268.53 3681.32 cm
+/IIm325 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3269.73 3743.71 cm
+/IIm326 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3269.73 3802.5 cm
+/IIm327 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3268.53 3874.5 cm
+/IIm328 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3906.9 cm
+/IIm329 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 3404.12 2915.78 cm
+/R167 Do
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 2997.37 cm
+/IIm330 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3405.32 3066.97 cm
+/IIm331 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3405.32 3129.36 cm
+/IIm332 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3404.12 3201.35 cm
+/IIm333 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 3233.75 cm
+/IIm334 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3404.12 3309.35 cm
+/IIm335 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3383.74 cm
+/IIm336 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3405.32 3454.53 cm
+/IIm337 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3404.12 3521.73 cm
+/IIm338 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3404.12 3548.13 cm
+/IIm339 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3570.92 cm
+/IIm340 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 3634.52 cm
+/IIm341 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3422.12 3677.72 cm
+/IIm342 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3405.32 3737.71 cm
+/IIm343 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3797.71 cm
+/IIm344 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3404.12 3868.5 cm
+/IIm345 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3405.32 3929.69 cm
+/IIm346 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3405.32 4001.69 cm
+/IIm347 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3405.32 4065.28 cm
+/IIm348 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 4121.68 cm
+/IIm349 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 4157.68 cm
+/IIm350 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3404.12 4228.47 cm
+/IIm351 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3539.71 2912.18 cm
+/R169 Do
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 2986.57 cm
+/IIm352 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3022.57 cm
+/IIm353 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 3538.51 3087.36 cm
+/IIm354 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3149.76 cm
+/IIm355 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3220.55 cm
+/IIm356 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 3538.51 3351.34 cm
+/R171 Do
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3431.74 cm
+/IIm357 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3503.73 cm
+/IIm358 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3539.71 3564.92 cm
+/IIm359 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 3636.92 cm
+/IIm360 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 3676.52 cm
+/IIm361 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3539.71 3700.51 cm
+/IIm362 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 3538.51 3762.91 cm
+/IIm363 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3539.71 3819.3 cm
+/IIm364 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3539.71 3880.5 cm
+/IIm365 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3950.09 cm
+/IIm366 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3556.5 4019.69 cm
+/IIm367 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4112.08 cm
+/IIm368 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 4179.27 cm
+/IIm369 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4220.07 cm
+/IIm370 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 4246.47 cm
+/IIm371 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3539.71 4310.06 cm
+/IIm372 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4373.66 cm
+/IIm373 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4398.86 cm
+/IIm374 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3539.71 4463.65 cm
+/IIm375 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4533.24 cm
+/IIm376 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 4614.84 cm
+/IIm377 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 4655.63 cm
+/IIm378 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3539.71 4695.23 cm
+/IIm379 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3538.51 4761.23 cm
+/IIm380 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4860.82 cm
+/IIm381 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 4924.41 cm
+/IIm382 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 4989.21 cm
+/IIm383 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3556.5 5031.2 cm
+/IIm384 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 3672.89 2915.78 cm
+/R173 Do
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 2997.37 cm
+/IIm385 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3674.09 3060.97 cm
+/IIm386 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3672.89 3100.56 cm
+/IIm387 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3124.56 cm
+/IIm388 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3672.89 3194.16 cm
+/IIm389 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3257.75 cm
+/IIm390 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3672.89 3328.54 cm
+/IIm391 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3674.09 3386.14 cm
+/R175 Do
+Q
+q
+0 57.5952 -87.5927 -0 3698.09 3460.53 cm
+/IIm392 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3672.89 3526.53 cm
+/IIm393 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3696.89 3627.32 cm
+/IIm394 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3672.89 3694.51 cm
+/IIm395 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3758.11 cm
+/IIm396 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3672.89 3828.9 cm
+/IIm397 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3698.09 3887.7 cm
+/IIm398 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 3674.09 3986.09 cm
+/R177 Do
+Q
+q
+0 32.3973 -63.5947 -0 3672.89 4082.08 cm
+/IIm399 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3674.09 4118.08 cm
+/IIm400 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3672.89 4181.67 cm
+/IIm401 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3674.09 4244.07 cm
+/IIm402 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3674.09 4310.06 cm
+/IIm403 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3674.09 4367.66 cm
+/IIm404 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3672.89 4408.45 cm
+/IIm405 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 4444.45 cm
+/IIm406 Do
+
+Q
+q
+0 83.993 -83.993 -0 3808.48 2912.18 cm
+/R179 Do
+Q
+q
+0 87.5927 -62.3948 -0 3808.48 3070.57 cm
+/IIm407 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3166.56 cm
+/IIm408 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 3185.76 cm
+/IIm409 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3808.48 3226.55 cm
+/IIm410 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 3358.54 cm
+/IIm411 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3832.48 3422.14 cm
+/IIm412 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 3485.73 cm
+/IIm413 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3809.68 3552.93 cm
+/IIm414 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3616.52 cm
+/IIm415 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3809.68 3640.52 cm
+/IIm416 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3710.11 cm
+/IIm417 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 3833.68 3802.5 cm
+/IIm418 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3809.68 3874.5 cm
+/IIm419 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 3936.89 cm
+/IIm420 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 4002.89 cm
+/IIm421 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 4060.48 cm
+/IIm422 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 4096.48 cm
+/IIm423 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3808.48 4163.67 cm
+/IIm424 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 3808.48 4258.47 cm
+/R181 Do
+Q
+q
+0 50.3958 -86.3928 -0 3808.48 4337.66 cm
+/IIm425 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 4400.06 cm
+/IIm426 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3808.48 4530.84 cm
+/R183 Do
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 4622.04 cm
+/IIm427 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 4648.43 cm
+/IIm428 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 4670.03 cm
+/IIm429 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3808.48 4742.03 cm
+/IIm430 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 4802.02 cm
+/IIm431 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3809.68 4838.02 cm
+/IIm432 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 3808.48 4899.21 cm
+/IIm433 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3808.48 4995.21 cm
+/IIm434 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3942.87 2915.78 cm
+/IIm435 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 2990.17 cm
+/IIm436 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 3060.97 cm
+/IIm437 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 3123.36 cm
+/IIm438 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3960.87 3196.56 cm
+/IIm439 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 3942.87 3262.55 cm
+/R185 Do
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 3344.14 cm
+/IIm440 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 3414.94 cm
+/IIm441 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 3477.33 cm
+/IIm442 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3942.87 3548.13 cm
+/IIm443 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 3569.72 cm
+/IIm444 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 3942.87 3676.52 cm
+/R187 Do
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 3756.91 cm
+/IIm445 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3942.87 3827.7 cm
+/IIm446 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 3942.87 3927.29 cm
+/IIm447 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 3983.69 cm
+/IIm448 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 4050.88 cm
+/IIm449 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3960.87 4124.08 cm
+/IIm450 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3944.07 4185.27 cm
+/IIm451 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 4245.27 cm
+/IIm452 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 4314.86 cm
+/IIm453 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 4377.26 cm
+/IIm454 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3944.07 4449.25 cm
+/IIm455 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3944.07 4511.65 cm
+/IIm456 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3944.07 4568.04 cm
+/IIm457 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 4605.24 cm
+/IIm458 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3942.87 4676.03 cm
+/IIm459 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 4077.26 2915.78 cm
+/IIm460 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 2987.77 cm
+/IIm461 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3023.77 cm
+/IIm462 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4077.26 3094.56 cm
+/IIm463 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 4077.26 3159.36 cm
+/IIm464 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 4077.26 3366.94 cm
+/R189 Do
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3441.33 cm
+/IIm465 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4078.46 3507.33 cm
+/IIm466 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 3574.52 cm
+/IIm467 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 3645.32 cm
+/IIm468 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3682.51 cm
+/IIm469 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4078.46 3750.91 cm
+/IIm470 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 3814.5 cm
+/IIm471 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 4077.26 3885.3 cm
+/IIm472 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 4095.26 3948.89 cm
+/IIm473 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 4077.26 4116.88 cm
+/IIm474 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 4152.88 cm
+/IIm475 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4223.67 cm
+/IIm476 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4077.26 4262.07 cm
+/IIm477 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 4359.26 cm
+/IIm478 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4430.05 cm
+/IIm479 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4101.26 4613.64 cm
+/IIm480 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4682.03 cm
+/IIm481 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 4721.63 cm
+/IIm482 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4077.26 4748.03 cm
+/IIm483 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4078.46 4811.62 cm
+/IIm484 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 4875.22 cm
+/IIm485 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4101.26 4900.41 cm
+/IIm486 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 4965.21 cm
+/IIm487 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 5036 cm
+/IIm488 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 2907.38 cm
+/IIm489 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 2946.98 cm
+/IIm490 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4214.05 2987.77 cm
+/IIm491 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4212.85 3052.57 cm
+/IIm492 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4236.85 3153.36 cm
+/IIm493 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 3215.75 cm
+/IIm494 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 3280.55 cm
+/IIm495 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 4212.85 3354.94 cm
+/IIm496 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 3434.14 cm
+/IIm497 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3501.33 cm
+/IIm498 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3527.73 cm
+/IIm499 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 3550.53 cm
+/IIm500 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4214.05 3616.52 cm
+/IIm501 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 3683.71 cm
+/IIm502 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3754.51 cm
+/IIm503 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4236.85 3780.91 cm
+/IIm504 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 3848.1 cm
+/IIm505 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3915.3 cm
+/IIm506 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 3938.09 cm
+/IIm507 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 4214.05 4040.09 cm
+/R191 Do
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 4134.88 cm
+/IIm508 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4214.05 4172.07 cm
+/IIm509 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 4235.67 cm
+/IIm510 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 4296.86 cm
+/IIm511 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4214.05 4364.06 cm
+/IIm512 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 4421.65 cm
+/IIm513 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 4462.45 cm
+/IIm514 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 4498.45 cm
+/IIm515 Do
+
+Q
+q
+0 125.99 -133.189 -0 423.565 393.589 cm
+/R193 Do
+Q
+q
+0 35.997 -128.389 -0 421.165 537.577 cm
+/IIm516 Do
+
+Q
+q
+0 35.997 -128.389 -0 421.165 597.572 cm
+/IIm517 Do
+
+Q
+q
+0 98.3918 -95.992 -0 421.165 656.367 cm
+/R195 Do
+Q
+q
+0 35.997 -128.389 -0 421.165 777.557 cm
+/IIm518 Do
+
+Q
+q
+0 107.991 -98.3918 -0 423.565 831.552 cm
+/R197 Do
+Q
+q
+0 99.5917 -98.3918 -0 423.565 950.343 cm
+/R199 Do
+Q
+q
+0 38.3968 -93.5922 -0 421.165 1066.73 cm
+/IIm519 Do
+
+Q
+q
+0 83.993 -83.993 -0 670.744 376.79 cm
+/R201 Do
+Q
+q
+0 70.7941 -86.3928 -0 670.745 542.377 cm
+/R203 Do
+Q
+q
+0 10.7991 -86.3928 -0 670.745 627.57 cm
+/IIm520 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 671.945 650.368 cm
+/IIm521 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 671.945 711.562 cm
+/IIm522 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 775.157 cm
+/IIm523 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 671.945 836.352 cm
+/IIm524 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 671.945 896.347 cm
+/IIm525 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 961.142 cm
+/IIm526 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 985.14 cm
+/IIm527 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1054.73 cm
+/IIm528 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1151.93 cm
+/IIm529 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 670.745 1214.32 cm
+/IIm530 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 671.944 1286.31 cm
+/R205 Do
+Q
+q
+0 32.3973 -63.5947 -0 670.745 1381.11 cm
+/IIm531 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 695.943 1417.1 cm
+/IIm532 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1484.3 cm
+/IIm533 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1555.09 cm
+/IIm534 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 1622.29 cm
+/IIm535 Do
+
+Q
+q
+0 53.9955 -62.3948 -0 670.744 1642.68 cm
+/IIm536 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1705.08 cm
+/IIm537 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 671.944 1768.67 cm
+/IIm538 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 1808.27 cm
+/IIm539 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1832.27 cm
+/IIm540 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1901.86 cm
+/IIm541 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1965.46 cm
+/IIm542 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 2036.25 cm
+/IIm543 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 671.944 2093.85 cm
+/R207 Do
+Q
+q
+0 31.1974 -85.1929 -0 671.944 2168.24 cm
+/IIm544 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 670.745 2209.04 cm
+/IIm545 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 2248.63 cm
+/IIm546 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 671.945 2312.23 cm
+/IIm547 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 671.944 2368.62 cm
+/IIm548 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 2409.42 cm
+/IIm549 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 670.745 2475.42 cm
+/IIm550 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 671.945 2511.41 cm
+/IIm551 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 806.333 759.559 cm
+/R209 Do
+Q
+q
+0 10.7991 -86.3928 -0 805.133 849.551 cm
+/IIm552 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 875.949 cm
+/IIm553 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 902.347 cm
+/IIm554 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 969.541 cm
+/IIm555 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 806.333 992.339 cm
+/IIm556 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 1055.93 cm
+/IIm557 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1079.93 cm
+/IIm558 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 1149.53 cm
+/IIm559 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 806.333 1211.92 cm
+/IIm560 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 805.133 1279.12 cm
+/IIm561 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 805.133 1382.31 cm
+/R211 Do
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1457.9 cm
+/IIm562 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 1528.69 cm
+/IIm563 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 1594.69 cm
+/IIm564 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 805.133 1700.28 cm
+/R213 Do
+Q
+q
+0 53.9955 -64.7946 -0 806.333 1796.27 cm
+/IIm565 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 805.133 1859.87 cm
+/R215 Do
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1957.06 cm
+/IIm566 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 805.133 2026.65 cm
+/IIm567 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 806.333 2090.25 cm
+/IIm568 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 2161.04 cm
+/IIm569 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 823.132 2229.44 cm
+/IIm570 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 806.333 2336.23 cm
+/R217 Do
+Q
+q
+0 64.7946 -86.3928 -0 805.133 2427.42 cm
+/IIm571 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 806.333 2503.01 cm
+/R219 Do
+Q
+q
+0 82.7931 -86.3928 -0 940.722 368.391 cm
+/R221 Do
+Q
+q
+0 32.3973 -63.5947 -0 940.722 459.583 cm
+/IIm572 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 941.922 491.981 cm
+/IIm573 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 941.922 527.978 cm
+/IIm574 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 941.922 669.566 cm
+/R223 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 755.959 cm
+/IIm575 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 941.922 825.553 cm
+/IIm576 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 940.722 892.747 cm
+/IIm577 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 941.922 956.342 cm
+/IIm578 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1019.94 cm
+/IIm579 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1046.33 cm
+/IIm580 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1149.53 cm
+/IIm581 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 940.722 1211.92 cm
+/IIm582 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 940.722 1366.71 cm
+/IIm583 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1435.1 cm
+/IIm584 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1505.9 cm
+/IIm585 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 940.722 1532.29 cm
+/IIm586 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 940.722 1565.89 cm
+/IIm587 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1601.89 cm
+/IIm588 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 940.722 1665.48 cm
+/IIm589 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 941.922 1809.47 cm
+/R225 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1895.86 cm
+/IIm590 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 941.922 1965.46 cm
+/IIm591 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 940.722 2032.65 cm
+/IIm592 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 941.922 2092.65 cm
+/IIm593 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 965.92 2125.04 cm
+/IIm594 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 958.72 2194.64 cm
+/IIm595 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 940.722 2306.23 cm
+/R227 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 2389.02 cm
+/IIm596 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 940.722 2458.62 cm
+/IIm597 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 940.722 2499.41 cm
+/IIm598 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 965.92 2531.81 cm
+/IIm599 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 1075.11 380.39 cm
+/R229 Do
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 463.183 cm
+/IIm600 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1100.31 525.578 cm
+/IIm601 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 592.772 cm
+/IIm602 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1076.31 615.571 cm
+/IIm603 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 1093.11 688.764 cm
+/IIm604 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1075.11 836.352 cm
+/R231 Do
+Q
+q
+0 58.7951 -64.7946 -0 1076.31 920.345 cm
+/IIm605 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1075.11 992.339 cm
+/IIm606 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 1031.94 cm
+/IIm607 Do
+
+Q
+q
+0 53.9955 -62.3948 -0 1075.11 1053.53 cm
+/IIm608 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1115.93 cm
+/IIm609 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 1185.52 cm
+/IIm610 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1076.31 1376.31 cm
+/R233 Do
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1461.5 cm
+/IIm611 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1075.11 1531.09 cm
+/IIm612 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1075.11 1630.69 cm
+/IIm613 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1076.31 1732.68 cm
+/IIm614 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 1798.67 cm
+/IIm615 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 1865.87 cm
+/IIm616 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 1076.31 1888.66 cm
+/IIm617 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1948.66 cm
+/IIm618 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1076.31 2012.25 cm
+/IIm619 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 2053.05 cm
+/IIm620 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 2075.85 cm
+/IIm621 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 2146.64 cm
+/IIm622 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1076.31 2207.84 cm
+/IIm623 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 2395.02 cm
+/IIm624 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 2465.82 cm
+/IIm625 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1076.31 2527.01 cm
+/IIm626 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1209.5 379.19 cm
+/R235 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 476.382 cm
+/IIm627 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 545.976 cm
+/IIm628 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 586.773 cm
+/IIm629 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 613.171 cm
+/IIm630 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1234.7 632.369 cm
+/IIm631 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 699.563 cm
+/IIm632 Do
+
+Q
+q
+0 80.3933 -88.7926 -0 1210.7 833.952 cm
+/R237 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 925.145 cm
+/IIm633 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1210.7 995.939 cm
+/IIm634 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1063.13 cm
+/IIm635 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1210.7 1084.73 cm
+/IIm636 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 1227.5 1159.13 cm
+/IIm637 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1209.5 1249.12 cm
+/R239 Do
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1339.11 cm
+/IIm638 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 1365.51 cm
+/IIm639 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1234.7 1401.51 cm
+/IIm640 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1472.3 cm
+/IIm641 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 1499.9 cm
+/IIm642 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1565.89 cm
+/IIm643 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 1589.89 cm
+/IIm644 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1210.7 1726.68 cm
+/R241 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 1811.87 cm
+/IIm645 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1209.5 1881.47 cm
+/IIm646 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1209.5 1981.06 cm
+/IIm647 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 2083.05 cm
+/IIm648 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1210.7 2104.65 cm
+/IIm649 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1210.7 2164.64 cm
+/IIm650 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 2229.44 cm
+/IIm651 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 2252.23 cm
+/IIm652 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 2323.03 cm
+/IIm653 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 1209.5 2451.42 cm
+/IIm654 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 2488.61 cm
+/IIm655 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 2559.41 cm
+/IIm656 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1346.29 371.991 cm
+/IIm657 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 1345.09 412.787 cm
+/IIm658 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1346.29 475.182 cm
+/IIm659 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1345.09 568.774 cm
+/R243 Do
+Q
+q
+0 32.3973 -63.5947 -0 1345.09 659.967 cm
+/IIm660 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1346.29 692.364 cm
+/IIm661 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1346.29 728.361 cm
+/IIm662 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 1345.09 795.555 cm
+/IIm663 Do
+
+Q
+q
+0 83.993 -83.993 -0 1479.48 376.79 cm
+/R245 Do
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 505.18 cm
+/R247 Do
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 591.573 cm
+/IIm664 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 659.967 cm
+/IIm665 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 760.758 cm
+/IIm666 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 861.55 cm
+/IIm667 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 883.148 cm
+/IIm668 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 943.143 cm
+/IIm669 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1007.94 cm
+/IIm670 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1031.94 cm
+/IIm671 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1101.53 cm
+/IIm672 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1168.72 cm
+/IIm673 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1195.12 cm
+/IIm674 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1504.67 1257.52 cm
+/IIm675 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1358.31 cm
+/IIm676 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1429.1 cm
+/IIm677 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1480.68 1491.5 cm
+/IIm678 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 1593.49 cm
+/R249 Do
+Q
+q
+0 32.3973 -63.5947 -0 1479.48 1682.28 cm
+/IIm679 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1480.68 1718.28 cm
+/IIm680 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1785.47 cm
+/IIm681 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1480.68 1849.07 cm
+/IIm682 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1889.86 cm
+/IIm683 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1916.26 cm
+/IIm684 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1504.67 1978.66 cm
+/IIm685 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 2080.65 cm
+/R251 Do
+Q
+q
+0 50.3958 -63.5947 -0 1480.68 2169.44 cm
+/IIm686 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 2231.84 cm
+/IIm687 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1480.68 2289.43 cm
+/IIm688 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 2326.63 cm
+/IIm689 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 2395.02 cm
+/IIm690 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1613.87 368.391 cm
+/R253 Do
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 459.583 cm
+/IIm691 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 499.18 cm
+/IIm692 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 536.377 cm
+/IIm693 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 605.971 cm
+/IIm694 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1639.06 668.366 cm
+/IIm695 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1615.07 735.561 cm
+/IIm696 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 805.155 cm
+/IIm697 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1615.07 902.347 cm
+/IIm698 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 973.141 cm
+/IIm699 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1615.07 1033.14 cm
+/IIm700 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1615.07 1069.13 cm
+/IIm701 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 1613.87 1159.13 cm
+/IIm702 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1196.32 cm
+/IIm703 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 1267.12 cm
+/IIm704 Do
+
+Q
+q
+0 79.1934 -86.3928 -0 1613.87 1331.91 cm
+/R255 Do
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1415.9 cm
+/IIm705 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1615.07 1486.7 cm
+/IIm706 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 1553.89 cm
+/IIm707 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1615.07 1624.69 cm
+/R257 Do
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1709.88 cm
+/IIm708 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 1779.47 cm
+/IIm709 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 1879.07 cm
+/IIm710 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1615.07 1979.86 cm
+/IIm711 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 2047.05 cm
+/IIm712 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1613.87 2114.25 cm
+/IIm713 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1615.07 2133.44 cm
+/IIm714 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1639.06 2167.04 cm
+/IIm715 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1613.87 2267.83 cm
+/IIm716 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 2343.43 cm
+/IIm717 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 2414.22 cm
+/IIm718 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1615.07 2475.42 cm
+/IIm719 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1750.65 763.158 cm
+/R259 Do
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 853.151 cm
+/IIm720 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 879.549 cm
+/IIm721 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 905.946 cm
+/IIm722 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 973.141 cm
+/IIm723 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 1750.65 995.939 cm
+/IIm724 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1059.53 cm
+/IIm725 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1750.65 1083.53 cm
+/IIm726 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 1153.13 cm
+/IIm727 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 1215.52 cm
+/IIm728 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 1749.45 1282.71 cm
+/IIm729 Do
+
+Q
+q
+0 46.7961 -87.5927 -0 1750.65 1394.31 cm
+/IIm730 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1459.1 cm
+/IIm731 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1749.45 1485.5 cm
+/IIm732 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1750.65 1669.08 cm
+/R261 Do
+Q
+q
+0 50.3958 -86.3928 -0 1749.45 1759.08 cm
+/IIm733 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1749.45 1825.07 cm
+/IIm734 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1865.87 cm
+/IIm735 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 1887.46 cm
+/IIm736 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1750.65 1945.06 cm
+/IIm737 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1750.65 1981.06 cm
+/IIm738 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2051.85 cm
+/IIm739 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 2114.25 cm
+/IIm740 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1750.65 2174.24 cm
+/IIm741 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2246.23 cm
+/IIm742 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1750.65 2395.02 cm
+/IIm743 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2465.82 cm
+/IIm744 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1750.65 2527.01 cm
+/IIm745 Do
+
+Q
+q
+0 46.7961 -87.5927 -0 1885.04 374.391 cm
+/IIm746 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1885.04 434.385 cm
+/IIm747 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 506.38 cm
+/IIm748 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 545.976 cm
+/IIm749 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1909.04 579.573 cm
+/IIm750 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1883.84 680.365 cm
+/IIm751 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 759.559 cm
+/IIm752 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1885.04 799.155 cm
+/IIm753 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1885.04 865.15 cm
+/IIm754 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1885.04 929.944 cm
+/IIm755 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 1883.84 998.339 cm
+/IIm756 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1885.04 1054.73 cm
+/IIm757 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 1126.73 cm
+/IIm758 Do
+
+Q
+q
+0 83.993 -83.993 -0 2018.23 376.79 cm
+/R263 Do
+Q
+q
+0 74.3938 -88.7926 -0 2019.43 505.18 cm
+/R265 Do
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 591.573 cm
+/IIm759 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2042.23 659.967 cm
+/IIm760 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2043.43 721.162 cm
+/IIm761 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2018.23 788.356 cm
+/IIm762 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2018.23 827.953 cm
+/IIm763 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 2043.43 850.751 cm
+/IIm764 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2018.23 921.545 cm
+/IIm765 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 981.54 cm
+/IIm766 Do
+
+Q
+q
+0 11.999 -86.3928 -0 2018.23 1057.13 cm
+/IIm767 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1083.53 cm
+/IIm768 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1143.53 cm
+/IIm769 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2019.43 1208.32 cm
+/IIm770 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2019.43 1270.72 cm
+/IIm771 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1336.71 cm
+/IIm772 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2018.23 1427.9 cm
+/IIm773 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 1465.1 cm
+/IIm774 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2018.23 1534.69 cm
+/IIm775 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 1600.69 cm
+/IIm776 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2018.23 1641.49 cm
+/IIm777 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2019.43 1703.88 cm
+/IIm778 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2019.43 1805.87 cm
+/R267 Do
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 1891.06 cm
+/IIm779 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2018.23 1960.66 cm
+/IIm780 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2018.23 2060.25 cm
+/IIm781 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2019.43 2162.24 cm
+/IIm782 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2018.23 2228.24 cm
+/IIm783 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2018.23 2295.43 cm
+/IIm784 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 2314.63 cm
+/IIm785 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2043.43 2348.23 cm
+/IIm786 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2153.82 379.19 cm
+/R269 Do
+Q
+q
+0 50.3958 -63.5947 -0 2155.02 479.982 cm
+/IIm787 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2155.02 541.177 cm
+/IIm788 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 605.971 cm
+/IIm789 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2155.02 629.969 cm
+/IIm790 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 689.964 cm
+/IIm791 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 759.559 cm
+/IIm792 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 2155.02 817.154 cm
+/R271 Do
+Q
+q
+0 32.3973 -63.5947 -0 2153.82 913.146 cm
+/IIm793 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 2179.02 947.943 cm
+/IIm794 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1016.34 cm
+/IIm795 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2153.82 1087.13 cm
+/IIm796 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 1153.13 cm
+/IIm797 Do
+
+Q
+q
+0 53.9955 -62.3948 -0 2153.82 1174.72 cm
+/IIm798 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1237.12 cm
+/IIm799 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2155.02 1299.51 cm
+/IIm800 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 1340.31 cm
+/IIm801 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1363.11 cm
+/IIm802 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2153.82 1433.9 cm
+/IIm803 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2289.41 813.554 cm
+/R273 Do
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 902.347 cm
+/IIm804 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 928.744 cm
+/IIm805 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 956.342 cm
+/IIm806 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 1022.34 cm
+/IIm807 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2289.41 1046.33 cm
+/IIm808 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 1109.93 cm
+/IIm809 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 1132.73 cm
+/IIm810 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 1203.52 cm
+/IIm811 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2289.41 1264.72 cm
+/IIm812 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 2288.21 1331.91 cm
+/IIm813 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 2288.21 1549.09 cm
+/R275 Do
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 1630.69 cm
+/IIm814 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 1701.48 cm
+/IIm815 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 2288.21 1954.66 cm
+/IIm816 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2313.41 2013.45 cm
+/IIm817 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 2077.05 cm
+/IIm818 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 2146.64 cm
+/IIm819 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 2395.02 cm
+/IIm820 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 2465.82 cm
+/IIm821 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2289.41 2527.01 cm
+/IIm822 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 377.99 cm
+/IIm823 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 475.182 cm
+/IIm824 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 544.776 cm
+/IIm825 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2423.8 645.568 cm
+/IIm826 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 707.963 cm
+/IIm827 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2422.6 779.957 cm
+/IIm828 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2423.8 814.754 cm
+/IIm829 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 933.544 cm
+/IIm830 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 997.139 cm
+/IIm831 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2423.8 1087.13 cm
+/IIm832 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2422.6 1127.93 cm
+/IIm833 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 1190.32 cm
+/IIm834 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 1318.71 cm
+/IIm835 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 1342.71 cm
+/IIm836 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 2422.6 1402.7 cm
+/IIm837 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 1549.09 cm
+/IIm838 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 1589.89 cm
+/IIm839 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2422.6 1616.29 cm
+/IIm840 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 1655.88 cm
+/IIm841 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 1810.67 cm
+/IIm842 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 1874.27 cm
+/IIm843 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2422.6 1971.46 cm
+/R277 Do
+Q
+q
+0 53.9955 -64.7946 -0 2423.8 2067.45 cm
+/IIm844 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2423.8 2128.64 cm
+/R279 Do
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 2215.04 cm
+/IIm845 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2422.6 2284.63 cm
+/IIm846 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2423.8 2347.03 cm
+/IIm847 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 2419.02 cm
+/IIm848 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 2445.42 cm
+/IIm849 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2423.8 2467.02 cm
+/IIm850 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2422.6 2531.81 cm
+/IIm851 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2559.39 375.591 cm
+/IIm852 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2558.19 446.385 cm
+/IIm853 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2559.39 508.779 cm
+/IIm854 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 2558.19 614.371 cm
+/IIm855 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 680.365 cm
+/IIm856 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 706.763 cm
+/IIm857 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 733.161 cm
+/IIm858 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2559.39 757.159 cm
+/IIm859 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2558.19 826.753 cm
+/IIm860 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2559.39 862.75 cm
+/IIm861 Do
+
+Q
+q
+0 83.993 -83.993 -0 2692.58 376.79 cm
+/R281 Do
+Q
+q
+0 64.7946 -86.3928 -0 2692.58 508.779 cm
+/IIm862 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 584.373 cm
+/IIm863 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 650.368 cm
+/IIm864 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 715.162 cm
+/IIm865 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 737.96 cm
+/IIm866 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 796.755 cm
+/IIm867 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 891.548 cm
+/IIm868 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2692.58 953.942 cm
+/IIm869 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2692.58 1029.54 cm
+/IIm870 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 1102.73 cm
+/IIm871 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2692.58 1174.72 cm
+/IIm872 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 1210.72 cm
+/IIm873 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2693.78 1274.32 cm
+/IIm874 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 1336.71 cm
+/IIm875 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 1396.71 cm
+/IIm876 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 1461.5 cm
+/IIm877 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 1484.3 cm
+/IIm878 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2692.58 1555.09 cm
+/IIm879 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 2692.58 1648.68 cm
+/R283 Do
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 1723.08 cm
+/IIm880 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 1791.47 cm
+/IIm881 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2692.58 1855.07 cm
+/IIm882 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2692.58 1922.26 cm
+/IIm883 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 1988.26 cm
+/IIm884 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2716.57 2011.05 cm
+/IIm885 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2693.78 2081.85 cm
+/IIm886 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 2144.24 cm
+/IIm887 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 2211.44 cm
+/IIm888 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2828.16 736.76 cm
+/R285 Do
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 826.753 cm
+/IIm889 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 853.151 cm
+/IIm890 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 879.549 cm
+/IIm891 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 946.743 cm
+/IIm892 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2828.16 969.541 cm
+/IIm893 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 1033.14 cm
+/IIm894 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2828.16 1057.13 cm
+/IIm895 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 1126.73 cm
+/IIm896 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 2826.96 1196.32 cm
+/IIm897 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 2826.96 1261.12 cm
+/R287 Do
+Q
+q
+0 57.5952 -64.7946 -0 2828.16 1343.91 cm
+/IIm898 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 1413.5 cm
+/IIm899 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2828.16 1475.9 cm
+/IIm900 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2852.16 1540.69 cm
+/IIm901 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2826.96 1641.49 cm
+/IIm902 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2852.16 1713.48 cm
+/IIm903 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 1780.67 cm
+/IIm904 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2828.16 1802.27 cm
+/IIm905 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2828.16 1869.47 cm
+/IIm906 Do
+
+Q
+q
+0 83.993 -83.993 -0 2962.55 376.79 cm
+/R289 Do
+Q
+q
+0 74.3938 -86.3928 -0 2962.55 508.779 cm
+/R291 Do
+Q
+q
+0 58.7951 -64.7946 -0 2963.75 590.373 cm
+/IIm907 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2963.75 656.367 cm
+/IIm908 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2986.55 719.962 cm
+/IIm909 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 788.356 cm
+/IIm910 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2962.55 814.754 cm
+/IIm911 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 851.951 cm
+/IIm912 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2963.75 914.346 cm
+/IIm913 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 951.542 cm
+/IIm914 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2962.55 1022.34 cm
+/IIm915 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2987.75 1054.73 cm
+/IIm916 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 2962.55 1156.73 cm
+/IIm917 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2963.75 1228.72 cm
+/IIm918 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1294.71 cm
+/IIm919 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2963.75 1358.31 cm
+/IIm920 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2963.75 1414.7 cm
+/IIm921 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1455.5 cm
+/IIm922 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 1478.3 cm
+/IIm923 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1549.09 cm
+/IIm924 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1648.68 cm
+/IIm925 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1675.08 cm
+/IIm926 Do
+
+Q
+q
+0 116.39 -86.3928 -0 2962.55 1768.67 cm
+/R293 Do
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1888.66 cm
+/IIm927 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1915.06 cm
+/IIm928 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2963.75 1977.46 cm
+/IIm929 Do
+
+Q
+q
+0 11.999 -86.3928 -0 3096.94 381.59 cm
+/IIm930 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3096.94 412.787 cm
+/IIm931 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3098.14 475.182 cm
+/IIm932 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3098.14 532.777 cm
+/IIm933 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3096.94 572.374 cm
+/IIm934 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3098.14 613.171 cm
+/IIm935 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3096.94 677.965 cm
+/IIm936 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3098.14 775.157 cm
+/IIm937 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3096.94 845.951 cm
+/IIm938 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3098.14 905.946 cm
+/IIm939 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3098.14 941.943 cm
+/IIm940 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3232.53 743.96 cm
+/R295 Do
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 832.752 cm
+/IIm941 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 859.15 cm
+/IIm942 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 886.748 cm
+/IIm943 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 952.742 cm
+/IIm944 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3232.53 976.74 cm
+/IIm945 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 1040.34 cm
+/IIm946 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 1063.13 cm
+/IIm947 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 1133.93 cm
+/IIm948 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3232.53 1195.12 cm
+/IIm949 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3231.33 1262.32 cm
+/IIm950 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 3231.33 1340.31 cm
+/R297 Do
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 1421.9 cm
+/IIm951 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 3231.33 1485.5 cm
+/IIm952 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1547.89 cm
+/IIm953 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 3231.33 1666.68 cm
+/IIm954 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1733.88 cm
+/IIm955 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3232.53 1801.07 cm
+/IIm956 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3232.53 1867.07 cm
+/IIm957 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1934.26 cm
+/IIm958 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3231.33 2006.25 cm
+/IIm959 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2045.85 cm
+/IIm960 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3256.53 2065.05 cm
+/IIm961 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3249.33 2134.64 cm
+/IIm962 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3255.33 2210.24 cm
+/IIm963 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3231.33 2278.63 cm
+/IIm964 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2318.23 cm
+/IIm965 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 2344.63 cm
+/IIm966 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2411.82 cm
+/IIm967 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3255.33 2437.02 cm
+/IIm968 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 2501.81 cm
+/IIm969 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2572.61 cm
+/IIm970 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 371.991 cm
+/IIm971 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3368.12 412.787 cm
+/IIm972 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3368.12 478.782 cm
+/IIm973 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 545.976 cm
+/IIm974 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3368.12 568.774 cm
+/IIm975 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 626.37 cm
+/IIm976 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3384.92 668.366 cm
+/IIm977 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3366.92 734.361 cm
+/IIm978 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 808.754 cm
+/IIm979 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 879.549 cm
+/IIm980 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 898.747 cm
+/IIm981 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 939.543 cm
+/IIm982 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3366.92 964.741 cm
+/IIm983 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 1063.13 cm
+/IIm984 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 1132.73 cm
+/IIm985 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3368.12 1168.72 cm
+/IIm986 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3368.12 1270.72 cm
+/R299 Do
+Q
+q
+0 57.5952 -87.5927 -0 3392.12 1346.31 cm
+/IIm987 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3366.92 1412.3 cm
+/IIm988 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3390.92 1511.9 cm
+/IIm989 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3366.92 1580.29 cm
+/IIm990 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 1642.68 cm
+/IIm991 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3366.92 1713.48 cm
+/IIm992 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3392.12 1773.47 cm
+/IIm993 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 3368.12 1870.67 cm
+/R301 Do
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 1966.66 cm
+/IIm994 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3368.12 2002.66 cm
+/IIm995 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3366.92 2066.25 cm
+/IIm996 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3368.12 2128.64 cm
+/IIm997 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3368.12 2195.84 cm
+/IIm998 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 2253.43 cm
+/IIm999 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 2293.03 cm
+/IIm1000 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 2330.23 cm
+/IIm1001 Do
+
+Q
+q
+0 83.993 -83.993 -0 3501.31 376.79 cm
+/R303 Do
+Q
+q
+0 70.7941 -86.3928 -0 3501.31 508.779 cm
+/R305 Do
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 583.173 cm
+/IIm1002 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 650.368 cm
+/IIm1003 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3525.31 719.962 cm
+/IIm1004 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 788.356 cm
+/IIm1005 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 814.754 cm
+/IIm1006 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 3526.51 877.149 cm
+/IIm1007 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3502.51 979.14 cm
+/R307 Do
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1054.73 cm
+/IIm1008 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 1090.73 cm
+/IIm1009 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3525.31 1160.33 cm
+/IIm1010 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 3501.31 1252.72 cm
+/IIm1011 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 1348.71 cm
+/IIm1012 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1367.91 cm
+/IIm1013 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3501.31 1408.7 cm
+/IIm1014 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1501.1 cm
+/IIm1015 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3501.31 1541.89 cm
+/IIm1016 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 1604.29 cm
+/IIm1017 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 3502.51 1709.88 cm
+/R309 Do
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 1795.07 cm
+/IIm1018 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 1862.27 cm
+/IIm1019 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 1885.06 cm
+/IIm1020 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 1955.86 cm
+/IIm1021 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3501.31 2025.45 cm
+/IIm1022 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 3501.31 2090.25 cm
+/R311 Do
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2175.44 cm
+/IIm1023 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3502.51 2198.24 cm
+/IIm1024 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 2255.83 cm
+/IIm1025 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 2291.83 cm
+/IIm1026 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3501.31 2362.62 cm
+/IIm1027 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2402.22 cm
+/IIm1028 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3502.51 2426.22 cm
+/IIm1029 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 2486.21 cm
+/IIm1030 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2555.81 cm
+/IIm1031 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3636.9 376.79 cm
+/R313 Do
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 454.784 cm
+/IIm1032 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 523.178 cm
+/IIm1033 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3635.7 586.773 cm
+/IIm1034 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 621.57 cm
+/IIm1035 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3636.9 686.365 cm
+/IIm1036 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 721.162 cm
+/IIm1037 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3636.9 812.354 cm
+/IIm1038 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3636.9 849.551 cm
+/IIm1039 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3636.9 950.343 cm
+/R315 Do
+Q
+q
+0 50.3958 -63.5947 -0 3636.9 1033.14 cm
+/IIm1040 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1095.53 cm
+/IIm1041 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1155.53 cm
+/IIm1042 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 1214.32 cm
+/IIm1043 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 1281.51 cm
+/IIm1044 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 1341.51 cm
+/IIm1045 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3635.7 1399.11 cm
+/IIm1046 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3636.9 1439.9 cm
+/IIm1047 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3635.7 1505.9 cm
+/IIm1048 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3635.7 1565.89 cm
+/R317 Do
+Q
+q
+0 57.5952 -64.7946 -0 3636.9 1663.08 cm
+/IIm1049 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3635.7 1732.68 cm
+/IIm1050 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1769.87 cm
+/IIm1051 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3635.7 1833.47 cm
+/IIm1052 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3771.29 380.39 cm
+/IIm1053 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3772.49 454.784 cm
+/IIm1054 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3771.29 526.778 cm
+/IIm1055 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3771.29 559.175 cm
+/IIm1056 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3772.49 596.372 cm
+/IIm1057 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3771.29 665.966 cm
+/IIm1058 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3771.29 705.563 cm
+/IIm1059 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3772.49 802.755 cm
+/IIm1060 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3771.29 873.549 cm
+/IIm1061 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3772.49 935.944 cm
+/IIm1062 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3772.49 994.739 cm
+/IIm1063 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3772.49 1061.93 cm
+/IIm1064 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3906.88 751.159 cm
+/R319 Do
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 841.152 cm
+/IIm1065 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 867.55 cm
+/IIm1066 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 893.947 cm
+/IIm1067 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 961.142 cm
+/IIm1068 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3906.88 983.94 cm
+/IIm1069 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 1047.53 cm
+/IIm1070 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1071.53 cm
+/IIm1071 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 1141.13 cm
+/IIm1072 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3905.68 1210.72 cm
+/IIm1073 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 3905.68 1305.51 cm
+/IIm1074 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1366.71 cm
+/IIm1075 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3905.68 1437.5 cm
+/IIm1076 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1473.5 cm
+/IIm1077 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 1539.49 cm
+/IIm1078 Do
+
+Q
+q
+0 46.7961 -87.5927 -0 3906.88 1661.88 cm
+/IIm1079 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1723.08 cm
+/IIm1080 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3905.68 1793.87 cm
+/IIm1081 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 1859.87 cm
+/IIm1082 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3906.88 1987.06 cm
+/R321 Do
+Q
+q
+0 53.9955 -64.7946 -0 3906.88 2066.25 cm
+/IIm1083 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3905.68 2129.84 cm
+/IIm1084 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 2195.84 cm
+/IIm1085 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 2218.64 cm
+/IIm1086 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 2278.63 cm
+/IIm1087 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3906.88 2338.63 cm
+/IIm1088 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 2409.42 cm
+/IIm1089 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 2495.81 cm
+/IIm1090 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3905.68 2558.21 cm
+/IIm1091 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4041.26 371.991 cm
+/IIm1092 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4040.06 412.787 cm
+/IIm1093 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4041.26 475.182 cm
+/IIm1094 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4041.26 577.174 cm
+/R323 Do
+Q
+q
+0 10.7991 -10.7991 -0 4040.06 668.366 cm
+/IIm1095 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 4040.06 700.763 cm
+/IIm1096 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 4040.06 769.158 cm
+/IIm1097 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 4040.06 833.952 cm
+/IIm1098 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 909.546 cm
+/IIm1099 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4040.06 979.14 cm
+/IIm1100 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4040.06 1019.94 cm
+/IIm1101 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4040.06 1085.93 cm
+/IIm1102 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1149.53 cm
+/IIm1103 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4041.26 1220.32 cm
+/IIm1104 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4041.26 1281.51 cm
+/IIm1105 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4041.26 1341.51 cm
+/IIm1106 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4041.26 1444.7 cm
+/R325 Do
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1529.89 cm
+/IIm1107 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4040.06 1599.49 cm
+/IIm1108 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4064.06 1699.08 cm
+/IIm1109 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1763.87 cm
+/IIm1110 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4040.06 1833.47 cm
+/IIm1111 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 4065.26 1893.46 cm
+/IIm1112 Do
+
+Q
+q
+0 83.993 -83.993 -0 4175.65 376.79 cm
+/R327 Do
+Q
+q
+0 74.3938 -86.3928 -0 4175.65 549.576 cm
+/R329 Do
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 631.169 cm
+/IIm1113 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4176.85 701.963 cm
+/IIm1114 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 769.158 cm
+/IIm1115 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4176.85 830.353 cm
+/IIm1116 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 4175.65 969.541 cm
+/R331 Do
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 1045.13 cm
+/IIm1117 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4176.85 1114.73 cm
+/IIm1118 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 1183.12 cm
+/IIm1119 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4176.85 1204.72 cm
+/IIm1120 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 1271.92 cm
+/IIm1121 Do
+
+Q
+q
+0 28.7976 -110.391 -0 4199.65 1408.7 cm
+/IIm1122 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 4176.85 1448.3 cm
+/IIm1123 Do
+
+Q
+q
+0 55.1954 -86.3928 -0 4176.85 1514.3 cm
+/IIm1124 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4175.65 1655.88 cm
+/IIm1125 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 1757.88 cm
+/IIm1126 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 1784.27 cm
+/IIm1127 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 1919.86 cm
+/IIm1128 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4176.85 1979.86 cm
+/IIm1129 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2047.05 cm
+/IIm1130 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2107.05 cm
+/IIm1131 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 2171.84 cm
+/IIm1132 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 2194.64 cm
+/IIm1133 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 2265.43 cm
+/IIm1134 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2326.63 cm
+/IIm1135 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 2462.22 cm
+/IIm1136 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 2531.81 cm
+/IIm1137 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 4310.04 371.991 cm
+/IIm1138 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 435.585 cm
+/IIm1139 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4310.04 506.38 cm
+/IIm1140 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 545.976 cm
+/IIm1141 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 569.974 cm
+/IIm1142 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4311.24 639.569 cm
+/IIm1143 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4311.24 701.963 cm
+/IIm1144 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4311.24 793.156 cm
+/IIm1145 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 829.153 cm
+/IIm1146 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4334.04 898.747 cm
+/IIm1147 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 967.141 cm
+/IIm1148 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 989.939 cm
+/IIm1149 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4311.24 1048.73 cm
+/IIm1150 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 1143.53 cm
+/IIm1151 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 4310.04 1205.92 cm
+/IIm1152 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 1276.72 cm
+/IIm1153 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4310.04 1340.31 cm
+/IIm1154 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 1402.7 cm
+/IIm1155 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 1473.5 cm
+/IIm1156 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 1496.3 cm
+/IIm1157 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4311.24 1555.09 cm
+/IIm1158 Do
+
+Q
+q
+0 28.7976 -110.391 -0 4334.04 1622.29 cm
+/IIm1159 Do
+
+Q
+q
+0 125.99 -133.189 -0 5076.78 400.788 cm
+/R333 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 538.777 cm
+/R335 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 663.566 cm
+/R337 Do
+Q
+q
+0 110.391 -93.5922 -0 5074.38 772.757 cm
+/R339 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 887.948 cm
+/R341 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1012.74 cm
+/R343 Do
+Q
+q
+0 70.7941 -130.789 -0 5076.78 1126.73 cm
+/R345 Do
+Q
+q
+0 35.997 -128.389 -0 5074.38 1214.32 cm
+/IIm1160 Do
+
+Q
+q
+0 107.991 -98.3918 -0 5076.78 1268.32 cm
+/R347 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1393.11 cm
+/R349 Do
+Q
+q
+0 119.99 -128.389 -0 5074.38 1575.49 cm
+/R351 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 1708.68 cm
+/R353 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1833.47 cm
+/R355 Do
+Q
+q
+0 103.191 -130.789 -0 5076.78 1948.66 cm
+/R357 Do
+Q
+q
+0 38.3968 -93.5922 -0 5074.38 2073.45 cm
+/IIm1161 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5320.36 412.787 cm
+/R359 Do
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 497.98 cm
+/IIm1162 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 568.774 cm
+/IIm1163 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 591.573 cm
+/IIm1164 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 662.367 cm
+/IIm1165 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 723.562 cm
+/IIm1166 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 795.555 cm
+/IIm1167 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5319.16 867.55 cm
+/IIm1168 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 945.543 cm
+/IIm1169 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5344.36 979.14 cm
+/IIm1170 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 1042.73 cm
+/IIm1171 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 1112.33 cm
+/IIm1172 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 5320.36 1220.32 cm
+/R361 Do
+Q
+q
+0 50.3958 -86.3928 -0 5319.16 1303.11 cm
+/IIm1173 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1365.51 cm
+/IIm1174 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 1436.3 cm
+/IIm1175 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5320.36 1462.7 cm
+/IIm1176 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5320.36 1529.89 cm
+/IIm1177 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 1597.09 cm
+/IIm1178 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 1636.69 cm
+/IIm1179 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1699.08 cm
+/IIm1180 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5337.16 1773.47 cm
+/IIm1181 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 5319.16 1841.87 cm
+/R363 Do
+Q
+q
+0 50.3958 -86.3928 -0 5319.16 1921.06 cm
+/IIm1182 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1982.26 cm
+/IIm1183 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 5320.36 2098.65 cm
+/R365 Do
+Q
+q
+0 68.3943 -88.7926 -0 5320.36 2182.64 cm
+/R367 Do
+Q
+q
+0 82.7931 -86.3928 -0 5319.16 2297.83 cm
+/R369 Do
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 2387.82 cm
+/IIm1184 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5319.16 2427.42 cm
+/IIm1185 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5344.36 2521.01 cm
+/IIm1186 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5453.55 416.387 cm
+/IIm1187 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 490.781 cm
+/IIm1188 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5453.55 561.575 cm
+/IIm1189 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5454.75 623.97 cm
+/IIm1190 Do
+
+Q
+q
+0 28.7976 -110.391 -0 5477.54 727.161 cm
+/IIm1191 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5453.55 767.958 cm
+/IIm1192 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5454.75 803.955 cm
+/IIm1193 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5454.75 867.55 cm
+/IIm1194 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5453.55 910.746 cm
+/IIm1195 Do
+
+Q
+q
+0 28.7976 -110.391 -0 5477.54 937.144 cm
+/IIm1196 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5454.75 1011.54 cm
+/IIm1197 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 1071.53 cm
+/IIm1198 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5453.55 1141.13 cm
+/IIm1199 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5454.75 1203.52 cm
+/IIm1200 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5454.75 1275.52 cm
+/IIm1201 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5454.75 1337.91 cm
+/IIm1202 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5454.75 1394.31 cm
+/IIm1203 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 1431.5 cm
+/IIm1204 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5453.55 1502.3 cm
+/IIm1205 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 5589.13 416.387 cm
+/R371 Do
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 497.98 cm
+/IIm1206 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5589.13 568.774 cm
+/IIm1207 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5590.33 629.969 cm
+/IIm1208 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 694.764 cm
+/IIm1209 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5589.13 796.755 cm
+/IIm1210 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 867.55 cm
+/IIm1211 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 934.744 cm
+/IIm1212 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5590.33 957.542 cm
+/IIm1213 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1023.54 cm
+/IIm1214 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5607.13 1090.73 cm
+/IIm1215 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5589.14 1148.33 cm
+/IIm1216 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 1208.32 cm
+/IIm1217 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1275.52 cm
+/IIm1218 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1298.31 cm
+/IIm1219 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5613.13 1367.91 cm
+/IIm1220 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5589.13 1435.1 cm
+/IIm1221 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1498.7 cm
+/IIm1222 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5589.13 1569.49 cm
+/IIm1223 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5590.33 1630.69 cm
+/IIm1224 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1731.48 cm
+/IIm1225 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1792.67 cm
+/IIm1226 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1862.27 cm
+/IIm1227 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1886.26 cm
+/IIm1228 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1955.86 cm
+/IIm1229 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1978.66 cm
+/IIm1230 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5590.33 2036.25 cm
+/IIm1231 Do
+
+Q
+1 g
+1 i
+4702.41 356.392 m
+4702.41 2579.81 l
+f
+1.1999 w
+4702.41 356.392 m
+4702.41 2579.81 l
+S
+4403.63 2578.61 m
+4404.83 356.392 l
+f
+4403.63 2578.61 m
+4404.83 356.392 l
+S
+4403.63 356.392 m
+4702.41 356.392 l
+S
+4403.63 2578.61 m
+4702.41 2579.81 l
+S
+4407.23 1119.53 m
+4701.21 1120.73 l
+S
+4407.23 1173.52 m
+4701.21 1173.52 l
+S
+4407.23 1226.32 m
+4701.21 1226.32 l
+S
+4407.23 1280.31 m
+4701.21 1280.31 l
+S
+4407.23 1333.11 m
+4701.21 1333.11 l
+S
+4407.23 1385.91 m
+4701.21 1385.91 l
+S
+4407.23 1439.9 m
+4701.21 1439.9 l
+S
+0 g
+4407.23 1161.52 m
+4570.42 1162.72 l
+4570.42 1183.12 l
+4406.03 1183.12 l
+4407.23 1162.72 l
+4407.23 1162.72 l
+f
+4407.23 1161.52 m
+4570.42 1162.72 l
+4570.42 1183.12 l
+4406.03 1183.12 l
+4407.23 1162.72 l
+4407.23 1162.72 l
+S
+4404.83 1216.72 m
+4569.22 1216.72 l
+4569.22 1237.12 l
+4404.83 1237.12 l
+4406.03 1216.72 l
+4406.03 1216.72 l
+f
+4404.83 1216.72 m
+4569.22 1216.72 l
+4569.22 1237.12 l
+4404.83 1237.12 l
+4406.03 1216.72 l
+4406.03 1216.72 l
+S
+4404.83 1322.31 m
+4569.22 1322.31 l
+4569.22 1343.91 l
+4404.83 1343.91 l
+4406.03 1322.31 l
+4406.03 1322.31 l
+f
+4404.83 1322.31 m
+4569.22 1322.31 l
+4569.22 1343.91 l
+4404.83 1343.91 l
+4406.03 1322.31 l
+4406.03 1322.31 l
+S
+4407.23 1376.31 m
+4570.42 1376.31 l
+4570.42 1396.71 l
+4406.03 1396.71 l
+4407.23 1376.31 l
+4407.23 1376.31 l
+f
+4407.23 1376.31 m
+4570.42 1376.31 l
+4570.42 1396.71 l
+4406.03 1396.71 l
+4407.23 1376.31 l
+4407.23 1376.31 l
+S
+4404.83 1429.1 m
+4569.22 1429.1 l
+4569.22 1450.7 l
+4404.83 1450.7 l
+4406.03 1429.1 l
+4406.03 1429.1 l
+f
+4404.83 1429.1 m
+4569.22 1429.1 l
+4569.22 1450.7 l
+4404.83 1450.7 l
+4406.03 1429.1 l
+4406.03 1429.1 l
+S
+4407.23 1491.5 m
+4701.21 1491.5 l
+S
+4407.23 1544.29 m
+4701.21 1544.29 l
+S
+4407.23 1598.29 m
+4701.21 1598.29 l
+S
+4407.23 1651.08 m
+4701.21 1651.08 l
+S
+4407.23 1705.08 m
+4701.21 1705.08 l
+S
+4407.23 1757.88 m
+4701.21 1757.88 l
+S
+4407.23 1810.67 m
+4701.21 1810.67 l
+S
+4407.23 1533.49 m
+4570.42 1533.49 l
+4570.42 1555.09 l
+4406.03 1555.09 l
+4407.23 1533.49 l
+4407.23 1533.49 l
+f
+4407.23 1533.49 m
+4570.42 1533.49 l
+4570.42 1555.09 l
+4406.03 1555.09 l
+4407.23 1533.49 l
+4407.23 1533.49 l
+S
+4404.83 1588.69 m
+4569.22 1588.69 l
+4569.22 1609.09 l
+4404.83 1609.09 l
+4406.03 1588.69 l
+4406.03 1588.69 l
+f
+4404.83 1588.69 m
+4569.22 1588.69 l
+4569.22 1609.09 l
+4404.83 1609.09 l
+4406.03 1588.69 l
+4406.03 1588.69 l
+S
+4404.83 1694.28 m
+4569.22 1694.28 l
+4569.22 1714.68 l
+4404.83 1714.68 l
+4406.03 1694.28 l
+4406.03 1694.28 l
+f
+4404.83 1694.28 m
+4569.22 1694.28 l
+4569.22 1714.68 l
+4404.83 1714.68 l
+4406.03 1694.28 l
+4406.03 1694.28 l
+S
+4407.23 1747.08 m
+4570.42 1747.08 l
+4570.42 1768.67 l
+4406.03 1768.67 l
+4407.23 1747.08 l
+4407.23 1747.08 l
+f
+4407.23 1747.08 m
+4570.42 1747.08 l
+4570.42 1768.67 l
+4406.03 1768.67 l
+4407.23 1747.08 l
+4407.23 1747.08 l
+S
+4404.83 1801.07 m
+4569.22 1801.07 l
+4569.22 1821.47 l
+4404.83 1821.47 l
+4406.03 1801.07 l
+4406.03 1801.07 l
+f
+4404.83 1801.07 m
+4569.22 1801.07 l
+4569.22 1821.47 l
+4404.83 1821.47 l
+4406.03 1801.07 l
+4406.03 1801.07 l
+S
+4407.23 1863.47 m
+4701.21 1863.47 l
+S
+4407.23 1916.26 m
+4701.21 1916.26 l
+S
+4407.23 1970.26 m
+4701.21 1970.26 l
+S
+4407.23 2023.05 m
+4701.21 2023.05 l
+S
+4407.23 2075.85 m
+4701.21 2075.85 l
+S
+4407.23 2129.84 m
+4701.21 2129.84 l
+S
+4407.23 2182.64 m
+4701.21 2182.64 l
+S
+4407.23 1905.46 m
+4570.42 1905.46 l
+4570.42 1927.06 l
+4406.03 1927.06 l
+4407.23 1905.46 l
+4407.23 1905.46 l
+f
+4407.23 1905.46 m
+4570.42 1905.46 l
+4570.42 1927.06 l
+4406.03 1927.06 l
+4407.23 1905.46 l
+4407.23 1905.46 l
+S
+4404.83 1959.46 m
+4569.22 1959.46 l
+4569.22 1981.06 l
+4404.83 1981.06 l
+4406.03 1959.46 l
+4406.03 1959.46 l
+f
+4404.83 1959.46 m
+4569.22 1959.46 l
+4569.22 1981.06 l
+4404.83 1981.06 l
+4406.03 1959.46 l
+4406.03 1959.46 l
+S
+4404.83 2065.05 m
+4569.22 2065.05 l
+4569.22 2086.65 l
+4404.83 2086.65 l
+4406.03 2065.05 l
+4406.03 2065.05 l
+f
+4404.83 2065.05 m
+4569.22 2065.05 l
+4569.22 2086.65 l
+4404.83 2086.65 l
+4406.03 2065.05 l
+4406.03 2065.05 l
+S
+4407.23 2119.05 m
+4570.42 2119.05 l
+4570.42 2140.64 l
+4406.03 2140.64 l
+4407.23 2119.05 l
+4407.23 2119.05 l
+f
+4407.23 2119.05 m
+4570.42 2119.05 l
+4570.42 2140.64 l
+4406.03 2140.64 l
+4407.23 2119.05 l
+4407.23 2119.05 l
+S
+4404.83 2173.04 m
+4569.22 2173.04 l
+4569.22 2193.44 l
+4404.83 2193.44 l
+4406.03 2173.04 l
+4406.03 2173.04 l
+f
+4404.83 2173.04 m
+4569.22 2173.04 l
+4569.22 2193.44 l
+4404.83 2193.44 l
+4406.03 2173.04 l
+4406.03 2173.04 l
+S
+4406.03 483.581 m
+4700.01 483.581 l
+S
+4406.03 537.577 m
+4700.01 537.577 l
+S
+4406.03 590.373 m
+4700.01 590.373 l
+S
+4406.03 643.168 m
+4700.01 644.368 l
+S
+4406.03 697.164 m
+4700.01 697.164 l
+S
+4404.83 473.982 m
+4569.22 473.982 l
+4569.22 494.38 l
+4403.63 494.38 l
+4404.83 473.982 l
+4404.83 473.982 l
+f
+4404.83 473.982 m
+4569.22 473.982 l
+4569.22 494.38 l
+4403.63 494.38 l
+4404.83 473.982 l
+4404.83 473.982 l
+S
+4404.83 579.573 m
+4569.22 579.573 l
+4569.22 601.172 l
+4403.63 601.172 l
+4404.83 579.573 l
+4404.83 579.573 l
+f
+4404.83 579.573 m
+4569.22 579.573 l
+4569.22 601.172 l
+4403.63 601.172 l
+4404.83 579.573 l
+4404.83 579.573 l
+S
+4406.03 633.569 m
+4570.42 633.569 l
+4570.42 653.967 l
+4406.03 653.967 l
+4407.23 633.569 l
+4407.23 633.569 l
+f
+4406.03 633.569 m
+4570.42 633.569 l
+4570.42 653.967 l
+4406.03 653.967 l
+4407.23 633.569 l
+4407.23 633.569 l
+S
+4404.83 687.564 m
+4569.22 687.564 l
+4569.22 707.963 l
+4403.63 707.963 l
+4404.83 687.564 l
+4404.83 687.564 l
+f
+4404.83 687.564 m
+4569.22 687.564 l
+4569.22 707.963 l
+4403.63 707.963 l
+4404.83 687.564 l
+4404.83 687.564 l
+S
+4406.03 2235.44 m
+4700.01 2235.44 l
+S
+4406.03 2288.23 m
+4700.01 2288.23 l
+S
+4406.03 2341.03 m
+4700.01 2342.23 l
+S
+4406.03 2395.02 m
+4700.01 2395.02 l
+S
+4406.03 2447.82 m
+4700.01 2447.82 l
+S
+4406.03 2501.81 m
+4700.01 2501.81 l
+S
+4406.03 2277.43 m
+4570.42 2277.43 l
+4570.42 2299.03 l
+4404.83 2299.03 l
+4406.03 2277.43 l
+4406.03 2277.43 l
+f
+4406.03 2277.43 m
+4570.42 2277.43 l
+4570.42 2299.03 l
+4404.83 2299.03 l
+4406.03 2277.43 l
+4406.03 2277.43 l
+S
+4403.63 2331.43 m
+4568.02 2331.43 l
+4568.02 2353.03 l
+4403.63 2353.03 l
+4404.83 2331.43 l
+4404.83 2331.43 l
+f
+4403.63 2331.43 m
+4568.02 2331.43 l
+4568.02 2353.03 l
+4403.63 2353.03 l
+4404.83 2331.43 l
+4404.83 2331.43 l
+S
+4403.63 2438.22 m
+4568.02 2438.22 l
+4568.02 2458.62 l
+4403.63 2458.62 l
+4404.83 2438.22 l
+4404.83 2438.22 l
+f
+4403.63 2438.22 m
+4568.02 2438.22 l
+4568.02 2458.62 l
+4403.63 2458.62 l
+4404.83 2438.22 l
+4404.83 2438.22 l
+S
+4404.83 2491.01 m
+4570.42 2491.01 l
+4570.42 2512.61 l
+4404.83 2512.61 l
+4404.83 2491.01 l
+4404.83 2491.01 l
+f
+4404.83 2491.01 m
+4570.42 2491.01 l
+4570.42 2512.61 l
+4404.83 2512.61 l
+4404.83 2491.01 l
+4404.83 2491.01 l
+S
+4406.03 751.159 m
+4700.01 752.359 l
+S
+4406.03 805.155 m
+4700.01 805.155 l
+S
+4406.03 857.95 m
+4700.01 857.95 l
+S
+4406.03 910.746 m
+4700.01 910.746 l
+S
+4406.03 964.741 m
+4700.01 964.741 l
+S
+4406.03 1017.54 m
+4700.01 1017.54 l
+S
+4406.03 1071.53 m
+4700.01 1071.53 l
+S
+4406.03 794.355 m
+4569.22 794.355 l
+4569.22 814.754 l
+4404.83 814.754 l
+4406.03 794.355 l
+4406.03 794.355 l
+f
+4406.03 794.355 m
+4569.22 794.355 l
+4569.22 814.754 l
+4404.83 814.754 l
+4406.03 794.355 l
+4406.03 794.355 l
+S
+4403.63 848.351 m
+4568.02 848.351 l
+4568.02 868.749 l
+4403.63 868.749 l
+4404.83 848.351 l
+4404.83 848.351 l
+f
+4403.63 848.351 m
+4568.02 848.351 l
+4568.02 868.749 l
+4403.63 868.749 l
+4404.83 848.351 l
+4404.83 848.351 l
+S
+4403.63 953.942 m
+4568.02 953.942 l
+4568.02 975.54 l
+4403.63 975.54 l
+4404.83 953.942 l
+4404.83 953.942 l
+f
+4403.63 953.942 m
+4568.02 953.942 l
+4568.02 975.54 l
+4403.63 975.54 l
+4404.83 953.942 l
+4404.83 953.942 l
+S
+4406.03 1007.94 m
+4569.22 1007.94 l
+4569.22 1028.34 l
+4404.83 1028.34 l
+4406.03 1007.94 l
+4406.03 1007.94 l
+f
+4406.03 1007.94 m
+4569.22 1007.94 l
+4569.22 1028.34 l
+4404.83 1028.34 l
+4406.03 1007.94 l
+4406.03 1007.94 l
+S
+4403.63 1060.73 m
+4568.02 1060.73 l
+4568.02 1082.33 l
+4403.63 1082.33 l
+4404.83 1060.73 l
+4404.83 1060.73 l
+f
+4403.63 1060.73 m
+4568.02 1060.73 l
+4568.02 1082.33 l
+4403.63 1082.33 l
+4404.83 1060.73 l
+4404.83 1060.73 l
+S
+4406.03 430.786 m
+4700.01 430.786 l
+S
+4404.83 419.987 m
+4570.42 419.987 l
+4570.42 441.585 l
+4406.03 441.585 l
+4406.03 419.987 l
+4406.03 419.987 l
+f
+4404.83 419.987 m
+4570.42 419.987 l
+4570.42 441.585 l
+4406.03 441.585 l
+4406.03 419.987 l
+4406.03 419.987 l
+S
+4406.03 377.99 m
+4700.01 377.99 l
+S
+4406.03 2554.61 m
+4700.01 2555.81 l
+S
+4404.83 2543.81 m
+4570.42 2543.81 l
+4570.42 2564.21 l
+4404.83 2564.21 l
+4404.83 2543.81 l
+4404.83 2543.81 l
+f
+4404.83 2543.81 m
+4570.42 2543.81 l
+4570.42 2564.21 l
+4404.83 2564.21 l
+4404.83 2543.81 l
+4404.83 2543.81 l
+S
+4649.61 3000.97 m
+4656.81 3000.97 l
+4654.41 3005.77 l
+4652.01 3011.77 l
+4648.41 3014.17 l
+4646.01 3017.77 l
+4643.61 3018.97 l
+4641.21 3022.57 l
+4637.61 3023.77 l
+4634.01 3024.97 l
+4631.61 3024.97 l
+4628.01 3026.17 l
+4625.61 3024.97 l
+4623.22 3024.97 l
+4619.62 3024.97 l
+4617.22 3024.97 l
+4613.62 3023.77 l
+4610.02 3022.57 l
+4606.42 3021.37 l
+4602.82 3021.37 l
+4598.02 3018.97 l
+4594.42 3018.97 l
+4590.82 3017.77 l
+4588.42 3017.77 l
+4583.62 3015.37 l
+4581.22 3015.37 l
+4578.82 3020.17 l
+4577.62 3024.97 l
+4575.22 3028.57 l
+4574.02 3033.37 l
+4569.22 3039.37 l
+4564.42 3046.57 l
+4560.82 3047.77 l
+4557.22 3050.17 l
+4553.62 3051.37 l
+4551.22 3052.57 l
+4547.62 3053.77 l
+4544.02 3054.97 l
+4541.62 3054.97 l
+4538.02 3056.17 l
+4534.42 3054.97 l
+4530.82 3054.97 l
+4528.42 3054.97 l
+4524.82 3053.77 l
+4518.82 3050.17 l
+4512.82 3047.77 l
+4510.42 3045.37 l
+4506.82 3042.97 l
+4504.43 3039.37 l
+4503.23 3036.97 l
+4498.43 3030.97 l
+4496.03 3023.77 l
+4493.63 3017.77 l
+4492.43 3012.97 l
+4491.23 3006.97 l
+4491.23 3000.97 l
+4514.02 3000.97 l
+4514.02 3006.97 l
+4516.42 3014.17 l
+4518.82 3020.17 l
+4522.42 3026.17 l
+4526.02 3029.77 l
+4530.82 3034.57 l
+4533.22 3034.57 l
+4536.82 3036.97 l
+4540.42 3036.97 l
+4542.82 3039.37 l
+4547.62 3038.17 l
+4553.62 3038.17 l
+4558.42 3035.77 l
+4562.02 3034.57 l
+4565.62 3029.77 l
+4570.42 3024.97 l
+4572.82 3018.97 l
+4576.42 3012.97 l
+4529.62 3000.97 l
+4560.82 3000.97 l
+4577.62 3005.77 l
+4577.62 3003.37 l
+4577.62 3000.97 l
+4584.82 3000.97 l
+4583.62 3003.37 l
+4583.62 3006.97 l
+4584.82 3006.97 l
+4587.22 3008.17 l
+4590.82 3009.37 l
+4595.62 3011.77 l
+4600.42 3011.77 l
+4605.22 3012.97 l
+4608.82 3014.17 l
+4613.62 3015.37 l
+4616.02 3015.37 l
+4619.62 3016.57 l
+4622.02 3017.77 l
+4624.42 3017.77 l
+4628.01 3017.77 l
+4631.61 3016.57 l
+4635.21 3015.37 l
+4637.61 3015.37 l
+4641.21 3012.97 l
+4643.61 3009.37 l
+4647.21 3005.77 l
+4649.61 3002.17 l
+4649.61 3002.17 l
+4649.61 3000.97 l
+f*
+4404.83 3000.97 m
+4444.43 3000.97 l
+4440.83 3003.37 l
+4436.03 3006.97 l
+4432.43 3009.37 l
+4428.83 3011.77 l
+4422.83 3014.17 l
+4418.03 3016.57 l
+4413.23 3018.97 l
+4408.43 3021.37 l
+4403.63 3021.37 l
+4398.83 3022.57 l
+4394.03 3023.77 l
+4389.23 3023.77 l
+4380.84 3023.77 l
+4374.84 3022.57 l
+4368.84 3020.17 l
+4361.64 3018.97 l
+4355.64 3015.37 l
+4349.64 3011.77 l
+4344.84 3008.17 l
+4338.84 3004.57 l
+4338.84 3002.17 l
+4337.64 3000.97 l
+4361.64 3000.97 l
+4361.64 3004.57 l
+4364.04 3008.17 l
+4366.44 3010.57 l
+4371.24 3011.77 l
+4374.84 3011.77 l
+4380.84 3012.97 l
+4385.64 3011.77 l
+4391.63 3009.37 l
+4394.03 3006.97 l
+4398.83 3005.77 l
+4401.23 3003.37 l
+4404.83 3000.97 l
+f*
+4361.64 3000.97 m
+4337.64 3000.97 l
+4335.24 2997.37 l
+4334.04 2996.17 l
+4335.24 2991.37 l
+4338.84 2985.37 l
+4342.44 2979.37 l
+4347.24 2974.57 l
+4349.64 2972.17 l
+4353.24 2969.77 l
+4356.84 2968.57 l
+4361.64 2967.37 l
+4364.04 2964.97 l
+4368.84 2962.57 l
+4372.44 2961.38 l
+4377.24 2960.18 l
+4380.84 2958.98 l
+4385.64 2958.98 l
+4390.43 2958.98 l
+4395.23 2958.98 l
+4400.03 2958.98 l
+4404.83 2958.98 l
+4410.83 2958.98 l
+4415.63 2960.18 l
+4420.43 2961.38 l
+4425.23 2962.57 l
+4430.03 2964.97 l
+4434.83 2967.37 l
+4440.83 2958.98 l
+4446.83 2950.58 l
+4451.63 2944.58 l
+4457.63 2937.38 l
+4462.43 2931.38 l
+4467.23 2925.38 l
+4472.03 2921.78 l
+4476.83 2916.98 l
+4481.63 2912.18 l
+4486.43 2908.58 l
+4491.23 2904.98 l
+4496.03 2903.78 l
+4500.83 2901.38 l
+4506.82 2900.18 l
+4511.62 2900.18 l
+4518.82 2900.18 l
+4522.42 2900.18 l
+4524.82 2900.18 l
+4528.42 2900.18 l
+4532.02 2901.38 l
+4535.62 2901.38 l
+4539.22 2903.78 l
+4542.82 2904.98 l
+4546.42 2907.38 l
+4548.82 2909.78 l
+4552.42 2910.98 l
+4556.02 2914.58 l
+4559.62 2916.98 l
+4564.42 2924.18 l
+4570.42 2931.38 l
+4571.62 2934.98 l
+4574.02 2938.58 l
+4576.42 2943.38 l
+4577.62 2946.98 l
+4580.02 2951.78 l
+4581.22 2956.58 l
+4582.42 2960.18 l
+4583.62 2966.17 l
+4583.62 2969.77 l
+4584.82 2974.57 l
+4584.82 2978.17 l
+4584.82 2982.97 l
+4584.82 2987.77 l
+4584.82 2991.37 l
+4584.82 2996.17 l
+4584.82 3000.97 l
+4577.62 3000.97 l
+4577.62 2996.17 l
+4578.82 2991.37 l
+4578.82 2987.77 l
+4578.82 2984.17 l
+4578.82 2975.77 l
+4577.62 2968.57 l
+4576.42 2962.57 l
+4575.22 2956.58 l
+4572.82 2949.38 l
+4571.62 2944.58 l
+4568.02 2939.78 l
+4565.62 2934.98 l
+4562.02 2931.38 l
+4558.42 2926.58 l
+4554.82 2922.98 l
+4551.22 2921.78 l
+4546.42 2919.38 l
+4541.62 2916.98 l
+4538.02 2916.98 l
+4533.22 2916.98 l
+4528.42 2916.98 l
+4523.62 2916.98 l
+4518.82 2918.18 l
+4514.02 2920.58 l
+4509.22 2922.98 l
+4505.62 2925.38 l
+4500.83 2928.98 l
+4497.23 2932.58 l
+4492.43 2937.38 l
+4488.83 2940.98 l
+4484.03 2945.78 l
+4480.43 2950.58 l
+4475.63 2956.58 l
+4472.03 2962.57 l
+4467.23 2968.57 l
+4464.83 2974.57 l
+4493.63 2981.77 l
+4494.83 2974.57 l
+4499.63 2968.57 l
+4503.23 2961.38 l
+4508.02 2956.58 l
+4510.42 2954.18 l
+4512.82 2951.78 l
+4516.42 2950.58 l
+4520.02 2949.38 l
+4522.42 2948.18 l
+4526.02 2946.98 l
+4528.42 2946.98 l
+4532.02 2946.98 l
+4536.82 2946.98 l
+4542.82 2949.38 l
+4547.62 2951.78 l
+4553.62 2956.58 l
+4556.02 2960.18 l
+4559.62 2967.37 l
+4562.02 2974.57 l
+4564.42 2980.57 l
+4563.22 2982.97 l
+4563.22 2984.17 l
+4562.02 2982.97 l
+4560.82 2980.57 l
+4558.42 2975.77 l
+4557.22 2972.17 l
+4553.62 2968.57 l
+4551.22 2967.37 l
+4547.62 2964.97 l
+4545.22 2962.57 l
+4541.62 2962.57 l
+4539.22 2962.57 l
+4535.62 2962.57 l
+4530.82 2963.77 l
+4527.22 2966.17 l
+4523.62 2969.77 l
+4520.02 2973.37 l
+4517.62 2978.17 l
+4515.22 2982.97 l
+4514.02 2988.97 l
+4560.82 3000.97 l
+4529.62 3000.97 l
+4514.02 2996.17 l
+4514.02 2998.57 l
+4514.02 3000.97 l
+4491.23 3000.97 l
+4491.23 2996.17 l
+4492.43 2990.17 l
+4460.03 2980.57 l
+4456.43 2985.37 l
+4452.83 2991.37 l
+4448.03 2996.17 l
+4444.43 3000.97 l
+4404.83 3000.97 l
+4409.63 2996.17 l
+4415.63 2992.57 l
+4419.23 2986.57 l
+4424.03 2981.77 l
+4426.43 2976.97 l
+4428.83 2973.37 l
+4424.03 2970.97 l
+4420.43 2969.77 l
+4415.63 2968.57 l
+4410.83 2968.57 l
+4404.83 2968.57 l
+4398.83 2969.77 l
+4394.03 2969.77 l
+4389.23 2972.17 l
+4384.44 2974.57 l
+4379.64 2975.77 l
+4374.84 2979.37 l
+4371.24 2982.97 l
+4366.44 2986.57 l
+4364.04 2991.37 l
+4361.64 2996.17 l
+4361.64 2999.77 l
+4361.64 3000.97 l
+f*
+4656.81 3000.97 m
+4649.61 3000.97 l
+4650.81 2994.97 l
+4653.21 2990.17 l
+4654.41 2984.17 l
+4654.41 2980.57 l
+4653.21 2972.17 l
+4652.01 2966.17 l
+4649.61 2961.38 l
+4647.21 2958.98 l
+4647.21 2961.38 l
+4647.21 2964.97 l
+4646.01 2969.77 l
+4643.61 2973.37 l
+4642.41 2978.17 l
+4638.81 2979.37 l
+4636.41 2981.77 l
+4632.81 2982.97 l
+4629.21 2984.17 l
+4624.42 2982.97 l
+4619.62 2980.57 l
+4616.02 2975.77 l
+4613.62 2972.17 l
+4611.22 2966.17 l
+4610.02 2958.98 l
+4610.02 2954.18 l
+4612.42 2948.18 l
+4613.62 2944.58 l
+4617.22 2940.98 l
+4620.82 2937.38 l
+4624.42 2934.98 l
+4628.01 2932.58 l
+4632.81 2932.58 l
+4637.61 2933.78 l
+4643.61 2937.38 l
+4648.41 2940.98 l
+4653.21 2946.98 l
+4655.61 2954.18 l
+4658.01 2962.57 l
+4659.21 2966.17 l
+4659.21 2969.77 l
+4660.41 2974.57 l
+4660.41 2980.57 l
+4660.41 2984.17 l
+4659.21 2990.17 l
+4658.01 2996.17 l
+4656.81 3000.97 l
+f*
+4514.02 2988.97 m
+4577.62 3005.77 l
+4577.62 2999.77 l
+4577.62 2993.77 l
+4578.82 2987.77 l
+4578.82 2984.17 l
+4578.82 2975.77 l
+4577.62 2968.57 l
+4576.42 2962.57 l
+4575.22 2956.58 l
+4572.82 2949.38 l
+4571.62 2944.58 l
+4568.02 2939.78 l
+4565.62 2934.98 l
+4562.02 2931.38 l
+4558.42 2926.58 l
+4554.82 2922.98 l
+4551.22 2921.78 l
+4546.42 2919.38 l
+4541.62 2916.98 l
+4538.02 2916.98 l
+4533.22 2916.98 l
+4528.42 2916.98 l
+4523.62 2916.98 l
+4518.82 2918.18 l
+4514.02 2920.58 l
+4509.22 2922.98 l
+4505.62 2925.38 l
+4500.83 2928.98 l
+4497.23 2932.58 l
+4492.43 2937.38 l
+4488.83 2940.98 l
+4484.03 2945.78 l
+4480.43 2950.58 l
+4475.63 2956.58 l
+4472.03 2962.57 l
+4467.23 2968.57 l
+4464.83 2974.57 l
+4493.63 2981.77 l
+4494.83 2974.57 l
+4499.63 2968.57 l
+4503.23 2961.38 l
+4508.02 2956.58 l
+4510.42 2954.18 l
+4512.82 2951.78 l
+4516.42 2950.58 l
+4520.02 2949.38 l
+4522.42 2948.18 l
+4526.02 2946.98 l
+4528.42 2946.98 l
+4532.02 2946.98 l
+4536.82 2946.98 l
+4542.82 2949.38 l
+4547.62 2951.78 l
+4553.62 2956.58 l
+4556.02 2960.18 l
+4559.62 2967.37 l
+4562.02 2974.57 l
+4564.42 2980.57 l
+4563.22 2982.97 l
+S
+4563.22 2982.97 m
+4563.22 2984.17 l
+4562.02 2982.97 l
+4560.82 2980.57 l
+4558.42 2975.77 l
+4557.22 2972.17 l
+4553.62 2968.57 l
+4551.22 2967.37 l
+4547.62 2964.97 l
+4545.22 2962.57 l
+4541.62 2962.57 l
+4539.22 2962.57 l
+4535.62 2962.57 l
+4530.82 2963.77 l
+4527.22 2966.17 l
+4523.62 2969.77 l
+4520.02 2973.37 l
+4517.62 2978.17 l
+4515.22 2982.97 l
+4514.02 2988.97 l
+S
+4514.02 2996.17 m
+4514.02 2999.77 l
+4514.02 3004.57 l
+4514.02 3008.17 l
+4516.42 3011.77 l
+4517.62 3018.97 l
+4522.42 3026.17 l
+4526.02 3029.77 l
+4530.82 3034.57 l
+4533.22 3034.57 l
+4536.82 3036.97 l
+4540.42 3036.97 l
+4542.82 3039.37 l
+4547.62 3038.17 l
+4553.62 3038.17 l
+4558.42 3035.77 l
+4562.02 3034.57 l
+4565.62 3029.77 l
+4570.42 3024.97 l
+4572.82 3018.97 l
+4576.42 3012.97 l
+4514.02 2996.17 l
+S
+4428.83 2973.37 m
+4424.03 2970.97 l
+4420.43 2969.77 l
+4415.63 2968.57 l
+4410.83 2968.57 l
+4404.83 2968.57 l
+4398.83 2969.77 l
+4394.03 2969.77 l
+4389.23 2972.17 l
+4384.44 2974.57 l
+4379.64 2975.77 l
+4374.84 2979.37 l
+4371.24 2982.97 l
+4366.44 2986.57 l
+4364.04 2991.37 l
+4361.64 2996.17 l
+4361.64 2999.77 l
+4361.64 3004.57 l
+4364.04 3008.17 l
+4366.44 3010.57 l
+4371.24 3011.77 l
+4374.84 3011.77 l
+4380.84 3012.97 l
+4385.64 3011.77 l
+4391.63 3009.37 l
+4394.03 3006.97 l
+4397.63 3005.77 l
+4400.03 3003.37 l
+4403.63 3002.17 l
+4409.63 2997.37 l
+4415.63 2992.57 l
+4419.23 2986.57 l
+4424.03 2981.77 l
+4426.43 2976.97 l
+4428.83 2973.37 l
+S
+4434.83 2967.37 m
+4440.83 2958.98 l
+4446.83 2950.58 l
+4451.63 2944.58 l
+4457.63 2937.38 l
+4462.43 2931.38 l
+4467.23 2925.38 l
+4472.03 2921.78 l
+4476.83 2916.98 l
+4481.63 2912.18 l
+4486.43 2908.58 l
+4491.23 2904.98 l
+4496.03 2903.78 l
+4500.83 2901.38 l
+4506.82 2900.18 l
+4511.62 2900.18 l
+4518.82 2900.18 l
+4522.42 2900.18 l
+4524.82 2900.18 l
+4528.42 2900.18 l
+4532.02 2901.38 l
+4535.62 2901.38 l
+4539.22 2903.78 l
+4542.82 2904.98 l
+4546.42 2907.38 l
+4548.82 2909.78 l
+4552.42 2910.98 l
+4556.02 2914.58 l
+4559.62 2916.98 l
+4564.42 2924.18 l
+4570.42 2931.38 l
+4571.62 2934.98 l
+4574.02 2938.58 l
+4576.42 2943.38 l
+4577.62 2946.98 l
+4580.02 2951.78 l
+4581.22 2956.58 l
+4582.42 2960.18 l
+4583.62 2966.17 l
+4584.82 2969.77 l
+4584.82 2974.57 l
+4584.82 2980.57 l
+4586.02 2985.37 l
+4584.82 2990.17 l
+4584.82 2996.17 l
+4584.82 3002.17 l
+4583.62 3006.97 l
+4584.82 3006.97 l
+4587.22 3008.17 l
+4590.82 3009.37 l
+4595.62 3011.77 l
+4600.42 3011.77 l
+4605.22 3012.97 l
+4608.82 3014.17 l
+4613.62 3015.37 l
+4616.02 3015.37 l
+4619.62 3016.57 l
+4622.02 3017.77 l
+4624.42 3017.77 l
+4628.01 3017.77 l
+S
+4628.01 3017.77 m
+4631.61 3016.57 l
+4635.21 3015.37 l
+4637.61 3015.37 l
+4641.21 3012.97 l
+4643.61 3009.37 l
+4647.21 3005.77 l
+4649.61 3002.17 l
+4650.81 2996.17 l
+4653.21 2990.17 l
+4654.41 2984.17 l
+4654.41 2980.57 l
+4653.21 2972.17 l
+4652.01 2966.17 l
+4649.61 2961.38 l
+4647.21 2958.98 l
+4647.21 2961.38 l
+4647.21 2964.97 l
+4646.01 2969.77 l
+4643.61 2973.37 l
+4642.41 2978.17 l
+4638.81 2979.37 l
+4636.41 2981.77 l
+4632.81 2982.97 l
+4629.21 2984.17 l
+4624.42 2982.97 l
+4619.62 2980.57 l
+4616.02 2975.77 l
+4613.62 2972.17 l
+4611.22 2966.17 l
+4610.02 2958.98 l
+4610.02 2954.18 l
+4612.42 2948.18 l
+4613.62 2944.58 l
+4617.22 2940.98 l
+4620.82 2937.38 l
+4624.42 2934.98 l
+4628.01 2932.58 l
+4632.81 2932.58 l
+4637.61 2933.78 l
+4643.61 2937.38 l
+4648.41 2940.98 l
+4653.21 2946.98 l
+4655.61 2954.18 l
+4658.01 2962.57 l
+4659.21 2966.17 l
+4659.21 2969.77 l
+4660.41 2974.57 l
+4660.41 2980.57 l
+4660.41 2984.17 l
+4659.21 2988.97 l
+4658.01 2993.77 l
+4658.01 2997.37 l
+4654.41 3005.77 l
+4652.01 3011.77 l
+4648.41 3014.17 l
+4646.01 3017.77 l
+4643.61 3018.97 l
+4641.21 3022.57 l
+4637.61 3023.77 l
+S
+4637.61 3023.77 m
+4634.01 3024.97 l
+4631.61 3024.97 l
+4628.01 3026.17 l
+4625.61 3024.97 l
+4623.22 3024.97 l
+4619.62 3024.97 l
+4617.22 3024.97 l
+4613.62 3023.77 l
+4610.02 3022.57 l
+4606.42 3021.37 l
+4602.82 3021.37 l
+4598.02 3018.97 l
+4594.42 3018.97 l
+4590.82 3017.77 l
+4588.42 3017.77 l
+4583.62 3015.37 l
+4581.22 3015.37 l
+4578.82 3020.17 l
+4577.62 3024.97 l
+4575.22 3028.57 l
+4574.02 3033.37 l
+4569.22 3039.37 l
+4564.42 3046.57 l
+4560.82 3047.77 l
+4557.22 3050.17 l
+4553.62 3051.37 l
+4551.22 3052.57 l
+4547.62 3053.77 l
+4544.02 3054.97 l
+4541.62 3054.97 l
+4538.02 3056.17 l
+4534.42 3054.97 l
+4530.82 3054.97 l
+4528.42 3054.97 l
+4524.82 3053.77 l
+4518.82 3050.17 l
+4512.82 3047.77 l
+4510.42 3045.37 l
+4506.82 3042.97 l
+4504.43 3039.37 l
+4503.23 3036.97 l
+4498.43 3030.97 l
+4496.03 3023.77 l
+4493.63 3018.97 l
+4492.43 3015.37 l
+4491.23 3011.77 l
+4491.23 3006.97 l
+4491.23 3003.37 l
+4491.23 2998.57 l
+4491.23 2993.77 l
+4492.43 2990.17 l
+4460.03 2980.57 l
+4456.43 2985.37 l
+4452.83 2990.17 l
+4449.23 2993.77 l
+4445.63 2998.57 l
+4440.83 3002.17 l
+4437.23 3005.77 l
+4432.43 3008.17 l
+S
+4432.43 3008.17 m
+4428.83 3011.77 l
+4422.83 3014.17 l
+4418.03 3016.57 l
+4413.23 3018.97 l
+4408.43 3021.37 l
+4403.63 3021.37 l
+4398.83 3022.57 l
+4394.03 3023.77 l
+4389.23 3023.77 l
+4380.84 3023.77 l
+4374.84 3022.57 l
+4368.84 3020.17 l
+4361.64 3018.97 l
+4355.64 3015.37 l
+4349.64 3011.77 l
+4344.84 3008.17 l
+4338.84 3004.57 l
+4335.24 2998.57 l
+4334.04 2996.17 l
+4335.24 2991.37 l
+4338.84 2985.37 l
+4342.44 2979.37 l
+4347.24 2974.57 l
+4349.64 2972.17 l
+4353.24 2969.77 l
+4356.84 2968.57 l
+4361.64 2967.37 l
+4364.04 2964.97 l
+4368.84 2962.57 l
+4372.44 2961.38 l
+4377.24 2960.18 l
+4380.84 2958.98 l
+4385.64 2958.98 l
+4390.43 2958.98 l
+4395.23 2958.98 l
+4400.03 2958.98 l
+4404.83 2958.98 l
+4410.83 2958.98 l
+4415.63 2960.18 l
+4420.43 2961.38 l
+4425.23 2962.57 l
+4430.03 2964.97 l
+4434.83 2967.37 l
+S
+4611.22 2903.78 m
+4562.02 3046.57 l
+4529.62 3185.76 l
+4511.62 3323.74 l
+4508.02 3459.33 l
+4516.42 3590.12 l
+4538.02 3719.71 l
+4571.62 3844.5 l
+4614.82 3966.89 l
+4644.81 4071.28 l
+4662.81 4197.27 l
+4666.41 4335.26 l
+4660.41 4479.25 l
+4642.41 4619.64 l
+4614.82 4750.43 l
+4578.82 4863.22 l
+4535.62 4953.21 l
+S
+16 w
+1 J
+1 j
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8483.44 m
+4115.1 8392.94 l
+4303.11 8333.33 l
+4489.49 8300.22 l
+4672.64 8293.6 l
+4849.3 8309.05 l
+5024.34 8348.79 l
+5192.9 8410.6 l
+5358.21 8490.07 l
+5499.22 8545.25 l
+5669.4 8578.37 l
+5855.78 8584.99 l
+6050.27 8573.95 l
+6239.9 8540.84 l
+6416.56 8490.07 l
+6568.91 8423.84 l
+6690.47 8344.37 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8399.56 m
+4115.1 8309.05 l
+4303.11 8247.24 l
+4489.49 8214.13 l
+4672.64 8209.71 l
+4849.3 8225.17 l
+5024.34 8264.9 l
+5192.9 8326.71 l
+5358.21 8406.18 l
+5499.22 8461.37 l
+5669.4 8494.48 l
+5855.78 8503.31 l
+6050.27 8490.07 l
+6239.9 8456.95 l
+6416.56 8408.39 l
+6568.91 8339.96 l
+6690.47 8258.28 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8399.56 m
+4115.1 8309.05 l
+4303.11 8247.24 l
+4489.49 8214.13 l
+4672.64 8209.71 l
+4849.3 8225.17 l
+5024.34 8264.9 l
+5192.9 8326.71 l
+5358.21 8406.18 l
+5499.22 8461.37 l
+5669.4 8494.48 l
+5855.78 8503.31 l
+6050.27 8490.07 l
+6239.9 8456.95 l
+6416.56 8408.39 l
+6568.91 8339.96 l
+6690.47 8258.28 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8315.67 m
+4115.1 8225.17 l
+4303.11 8163.36 l
+4489.49 8130.24 l
+4672.64 8125.83 l
+4849.3 8141.28 l
+5024.34 8181.02 l
+5192.9 8242.83 l
+5358.21 8322.3 l
+5499.22 8377.48 l
+5669.4 8410.6 l
+5855.78 8419.43 l
+6050.27 8408.39 l
+6239.9 8375.28 l
+6416.56 8324.5 l
+6568.91 8256.07 l
+6690.47 8176.6 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8315.67 m
+4115.1 8225.17 l
+4303.11 8163.36 l
+4489.49 8130.24 l
+4672.64 8125.83 l
+4849.3 8141.28 l
+5024.34 8181.02 l
+5192.9 8242.83 l
+5358.21 8322.3 l
+5499.22 8377.48 l
+5669.4 8410.6 l
+5855.78 8419.43 l
+6050.27 8408.39 l
+6239.9 8375.28 l
+6416.56 8324.5 l
+6568.91 8256.07 l
+6690.47 8176.6 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8231.79 m
+4115.1 8141.28 l
+4303.11 8081.68 l
+4489.49 8048.57 l
+4672.64 8041.94 l
+4849.3 8059.6 l
+5024.34 8099.34 l
+5192.9 8158.94 l
+5358.21 8240.62 l
+5499.22 8295.81 l
+5669.4 8326.71 l
+5855.78 8335.54 l
+6050.27 8322.3 l
+6239.9 8289.18 l
+6416.56 8240.62 l
+6568.91 8172.19 l
+6690.47 8092.72 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8231.79 m
+4115.1 8141.28 l
+4303.11 8081.68 l
+4489.49 8048.57 l
+4672.64 8041.94 l
+4849.3 8059.6 l
+5024.34 8099.34 l
+5192.9 8158.94 l
+5358.21 8240.62 l
+5499.22 8295.81 l
+5669.4 8326.71 l
+5855.78 8335.54 l
+6050.27 8322.3 l
+6239.9 8289.18 l
+6416.56 8240.62 l
+6568.91 8172.19 l
+6690.47 8092.72 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8150.11 m
+4115.1 8059.6 l
+4303.11 8000 l
+4489.49 7964.68 l
+4672.64 7960.27 l
+4849.3 7975.72 l
+5024.34 8015.45 l
+5192.9 8077.26 l
+5358.21 8158.94 l
+5499.22 8214.13 l
+5669.4 8245.03 l
+5855.78 8253.86 l
+6050.27 8240.62 l
+6239.9 8207.51 l
+6416.56 8158.94 l
+6568.91 8090.51 l
+6690.47 8011.04 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8150.11 m
+4115.1 8059.6 l
+4303.11 8000 l
+4489.49 7964.68 l
+4672.64 7960.27 l
+4849.3 7975.72 l
+5024.34 8015.45 l
+5192.9 8077.26 l
+5358.21 8158.94 l
+5499.22 8214.13 l
+5669.4 8245.03 l
+5855.78 8253.86 l
+6050.27 8240.62 l
+6239.9 8207.51 l
+6416.56 8158.94 l
+6568.91 8090.51 l
+6690.47 8011.04 l
+S Q
+q
+0 140.388 -128.389 -0 4889.59 2834.19 cm
+/R373 Do
+Q
+q
+0 103.191 -130.789 -0 4891.99 2984.17 cm
+/R375 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 3099.36 cm
+/R377 Do
+Q
+q
+0 98.3918 -95.992 -0 4891.99 3224.15 cm
+/R379 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 3338.14 cm
+/R381 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 3478.53 cm
+/R383 Do
+Q
+q
+0 98.3918 -128.389 -0 4889.59 3564.92 cm
+/R385 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 3680.12 cm
+/R387 Do
+Q
+q
+0 123.59 -128.389 -0 4889.59 3867.3 cm
+/R389 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 4010.09 cm
+/R391 Do
+Q
+q
+0 99.5917 -98.3918 -0 4891.99 4128.88 cm
+/R393 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 4238.07 cm
+/R395 Do
+Q
+q
+0 99.5917 -98.3918 -0 4891.99 4318.46 cm
+/R397 Do
+Q
+q
+0 38.3968 -93.5922 -0 4889.59 4434.85 cm
+/IIm1232 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 5135.57 2829.39 cm
+/R399 Do
+Q
+q
+0 50.3958 -86.3928 -0 5135.57 2908.58 cm
+/IIm1233 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5136.77 2969.77 cm
+/IIm1234 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5136.77 3081.36 cm
+/R401 Do
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 3171.36 cm
+/IIm1235 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5136.77 3190.56 cm
+/IIm1236 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5160.77 3224.15 cm
+/IIm1237 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3329.74 cm
+/IIm1238 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5135.57 3393.34 cm
+/IIm1239 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 5135.57 3477.33 cm
+/IIm1240 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3545.73 cm
+/IIm1241 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 3616.52 cm
+/IIm1242 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5135.57 3642.92 cm
+/IIm1243 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5135.57 3675.32 cm
+/IIm1244 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3712.51 cm
+/IIm1245 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5135.57 3776.11 cm
+/IIm1246 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5135.57 3886.5 cm
+/IIm1247 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3962.09 cm
+/IIm1248 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4031.69 cm
+/IIm1249 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5136.77 4094.08 cm
+/IIm1250 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 5135.57 4197.27 cm
+/R403 Do
+Q
+q
+0 51.5957 -64.7946 -0 5136.77 4283.67 cm
+/IIm1251 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5136.77 4343.66 cm
+/IIm1252 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4404.85 cm
+/IIm1253 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5136.77 4472.05 cm
+/IIm1254 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 4535.64 cm
+/IIm1255 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4558.44 cm
+/IIm1256 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5136.77 4622.04 cm
+/IIm1257 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 4661.63 cm
+/IIm1258 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4685.63 cm
+/IIm1259 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4755.23 cm
+/IIm1260 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5153.57 4824.82 cm
+/IIm1261 Do
+
+Q
+q
+0 11.999 -86.3928 -0 5135.57 4900.41 cm
+/IIm1262 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4931.61 cm
+/IIm1263 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5136.77 4994.01 cm
+/IIm1264 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5135.57 5060 cm
+/IIm1265 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 2835.39 cm
+/IIm1266 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5271.16 2856.98 cm
+/IIm1267 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 2951.78 cm
+/IIm1268 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 3021.37 cm
+/IIm1269 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3118.56 cm
+/IIm1270 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3189.36 cm
+/IIm1271 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3215.75 cm
+/IIm1272 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 5269.96 3268.55 cm
+/IIm1273 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3332.14 cm
+/IIm1274 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3402.94 cm
+/IIm1275 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5271.16 3429.34 cm
+/IIm1276 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 3496.53 cm
+/IIm1277 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5271.16 3555.33 cm
+/IIm1278 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 3591.32 cm
+/IIm1279 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 3658.52 cm
+/IIm1280 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 3729.31 cm
+/IIm1281 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3798.91 cm
+/IIm1282 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 3869.7 cm
+/IIm1283 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5295.16 3904.5 cm
+/IIm1284 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3972.89 cm
+/IIm1285 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 4043.68 cm
+/IIm1286 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 4109.68 cm
+/IIm1287 Do
+
+Q
+q
+0 53.9955 -62.3948 -0 5269.96 4131.28 cm
+/IIm1288 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4193.67 cm
+/IIm1289 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5271.16 4256.07 cm
+/IIm1290 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 4296.86 cm
+/IIm1291 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4319.66 cm
+/IIm1292 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 4390.46 cm
+/IIm1293 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4486.45 cm
+/IIm1294 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5269.96 4550.04 cm
+/IIm1295 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4620.84 cm
+/IIm1296 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 5269.96 4683.23 cm
+/IIm1297 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 4745.63 cm
+/IIm1298 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 4817.62 cm
+/IIm1299 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5269.96 4895.61 cm
+/IIm1300 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5269.96 4953.21 cm
+/IIm1301 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5271.16 5021.6 cm
+/IIm1302 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5404.35 2834.19 cm
+/IIm1303 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 2934.98 cm
+/IIm1304 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5405.55 2997.37 cm
+/IIm1305 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5404.35 3062.17 cm
+/IIm1306 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5405.55 3084.96 cm
+/IIm1307 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5404.35 3148.56 cm
+/IIm1308 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3171.36 cm
+/IIm1309 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5404.35 3242.15 cm
+/IIm1310 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5405.55 3304.55 cm
+/IIm1311 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5404.35 3452.13 cm
+/IIm1312 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 3492.93 cm
+/IIm1313 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3528.93 cm
+/IIm1314 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5404.35 3598.52 cm
+/IIm1315 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 3782.11 cm
+/IIm1316 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 3822.9 cm
+/IIm1317 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 3890.1 cm
+/IIm1318 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3926.09 cm
+/IIm1319 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 3996.89 cm
+/IIm1320 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5429.55 4058.08 cm
+/IIm1321 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 4130.08 cm
+/IIm1322 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 4193.67 cm
+/IIm1323 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 4263.27 cm
+/IIm1324 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4323.26 cm
+/IIm1325 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4446.85 cm
+/IIm1326 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 4486.45 cm
+/IIm1327 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4548.84 cm
+/IIm1328 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5429.55 4706.03 cm
+/IIm1329 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 4778.02 cm
+/IIm1330 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4812.82 cm
+/IIm1331 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 4881.21 cm
+/IIm1332 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4943.61 cm
+/IIm1333 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4979.61 cm
+/IIm1334 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 5051.6 cm
+/IIm1335 Do
+
+Q
+q
+0 116.39 -86.3928 -0 5539.94 2828.19 cm
+/R405 Do
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 2944.58 cm
+/IIm1336 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5541.14 3010.57 cm
+/IIm1337 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5539.94 3075.37 cm
+/IIm1338 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 3141.36 cm
+/IIm1339 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 3168.96 cm
+/IIm1340 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5565.14 3230.15 cm
+/IIm1341 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 3294.95 cm
+/IIm1342 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 3332.14 cm
+/IIm1343 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 3401.74 cm
+/IIm1344 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5557.94 3471.33 cm
+/IIm1345 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 5539.94 3556.53 cm
+/R407 Do
+Q
+q
+0 10.7991 -10.7991 -0 5539.94 3645.32 cm
+/IIm1346 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5541.14 3672.92 cm
+/R409 Do
+Q
+q
+0 10.7991 -10.7991 -0 5539.94 3765.31 cm
+/IIm1347 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5539.94 3848.1 cm
+/IIm1348 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5541.14 3944.09 cm
+/IIm1349 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 4008.89 cm
+/IIm1350 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5539.94 4049.68 cm
+/IIm1351 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4085.68 cm
+/IIm1352 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5563.94 4155.28 cm
+/IIm1353 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4218.87 cm
+/IIm1354 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 4289.66 cm
+/IIm1355 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 4316.06 cm
+/IIm1356 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 4336.46 cm
+/IIm1357 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4372.46 cm
+/IIm1358 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 4443.25 cm
+/IIm1359 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4559.64 cm
+/IIm1360 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5539.94 4630.44 cm
+/IIm1361 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5541.14 4665.23 cm
+/IIm1362 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4733.63 cm
+/IIm1363 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5557.94 4806.82 cm
+/IIm1364 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4887.21 cm
+/IIm1365 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 4958.01 cm
+/IIm1366 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5541.14 5019.2 cm
+/IIm1367 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5674.33 2835.39 cm
+/IIm1368 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 2897.78 cm
+/IIm1369 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 2963.77 cm
+/IIm1370 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5675.53 3112.56 cm
+/IIm1371 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3176.16 cm
+/IIm1372 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3242.15 cm
+/IIm1373 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3314.15 cm
+/IIm1374 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3460.53 cm
+/IIm1375 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3532.53 cm
+/IIm1376 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5675.53 3592.52 cm
+/IIm1377 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3627.32 cm
+/IIm1378 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5674.33 3699.31 cm
+/IIm1379 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5675.53 3731.71 cm
+/IIm1380 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 3768.91 cm
+/IIm1381 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 3839.7 cm
+/IIm1382 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3866.1 cm
+/IIm1383 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 3933.29 cm
+/IIm1384 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3959.69 cm
+/IIm1385 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5699.53 4022.09 cm
+/IIm1386 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 4174.47 cm
+/IIm1387 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5675.53 4245.27 cm
+/IIm1388 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5675.53 4307.66 cm
+/IIm1389 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 4378.46 cm
+/IIm1390 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 4401.25 cm
+/IIm1391 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 4472.05 cm
+/IIm1392 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5675.53 4535.64 cm
+/IIm1393 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 4594.44 cm
+/IIm1394 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 4661.63 cm
+/IIm1395 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 4805.62 cm
+/IIm1396 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 4870.42 cm
+/IIm1397 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 4898.01 cm
+/IIm1398 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5675.53 4960.41 cm
+/IIm1399 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 5019.2 cm
+/IIm1400 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5808.72 2840.19 cm
+/IIm1401 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5809.92 2898.98 cm
+/IIm1402 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5809.92 2963.77 cm
+/IIm1403 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5809.92 3033.37 cm
+/IIm1404 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5808.72 3104.16 cm
+/IIm1405 Do
+
+Q
+q
+0 128.389 -128.389 -0 387.568 5692.35 cm
+/R411 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 5825.54 cm
+/R413 Do
+Q
+q
+0 103.191 -134.389 -0 425.965 5945.53 cm
+/R415 Do
+Q
+q
+0 35.997 -128.389 -0 387.568 6071.52 cm
+/IIm1406 Do
+
+Q
+q
+0 99.5917 -98.3918 -0 389.968 6124.31 cm
+/R417 Do
+Q
+q
+0 70.7941 -130.789 -0 389.968 6234.7 cm
+/R419 Do
+Q
+q
+0 73.1939 -95.992 -0 387.568 6319.9 cm
+/R421 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 6395.49 cm
+/R423 Do
+Q
+q
+0 70.7941 -130.789 -0 389.968 6514.28 cm
+/R425 Do
+Q
+q
+0 35.997 -128.389 -0 387.568 6601.87 cm
+/IIm1407 Do
+
+Q
+q
+0 107.991 -98.3918 -0 389.968 6655.87 cm
+/R427 Do
+Q
+q
+0 98.3918 -95.992 -0 387.568 6780.66 cm
+/R429 Do
+Q
+q
+0 98.3918 -128.389 -0 387.568 6963.04 cm
+/R431 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 7075.83 cm
+/R433 Do
+Q
+q
+0 73.1939 -95.992 -0 387.568 7200.62 cm
+/R435 Do
+Q
+q
+0 158.387 -95.992 -0 387.568 7279.82 cm
+/R437 Do
+Q
+q
+0 69.5942 -86.3928 -0 662.345 5434.37 cm
+/R439 Do
+Q
+q
+0 58.7951 -64.7946 -0 663.545 5517.16 cm
+/IIm1408 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 662.345 5586.76 cm
+/R441 Do
+Q
+q
+0 58.7951 -64.7946 -0 663.545 5689.95 cm
+/IIm1409 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 662.345 5765.54 cm
+/IIm1410 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5791.94 cm
+/IIm1411 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5859.13 cm
+/IIm1412 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5926.33 cm
+/IIm1413 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5992.32 cm
+/IIm1414 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6059.52 cm
+/IIm1415 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6126.71 cm
+/IIm1416 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6192.71 cm
+/IIm1417 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6259.9 cm
+/IIm1418 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6327.09 cm
+/IIm1419 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6393.09 cm
+/IIm1420 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6460.28 cm
+/IIm1421 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6527.48 cm
+/IIm1422 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6593.47 cm
+/IIm1423 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6660.67 cm
+/IIm1424 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6727.86 cm
+/IIm1425 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6793.86 cm
+/IIm1426 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6861.05 cm
+/IIm1427 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6928.24 cm
+/IIm1428 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6994.24 cm
+/IIm1429 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7061.43 cm
+/IIm1430 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7128.63 cm
+/IIm1431 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7194.62 cm
+/IIm1432 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7261.82 cm
+/IIm1433 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7329.01 cm
+/IIm1434 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7395.01 cm
+/IIm1435 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7462.2 cm
+/IIm1436 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 946.721 5425.97 cm
+/R443 Do
+Q
+q
+0 59.995 -87.5927 -0 947.921 5518.36 cm
+/IIm1437 Do
+
+Q
+q
+0 59.995 -87.5927 -0 947.921 5591.56 cm
+/IIm1438 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 946.721 5668.35 cm
+/IIm1439 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 947.921 5710.35 cm
+/IIm1440 Do
+
+Q
+q
+0 59.995 -64.7946 -0 947.921 5773.94 cm
+/IIm1441 Do
+
+Q
+q
+0 59.995 -64.7946 -0 947.921 5841.13 cm
+/IIm1442 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 946.721 5919.13 cm
+/IIm1443 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 5979.12 cm
+/IIm1444 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6045.12 cm
+/IIm1445 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6112.31 cm
+/IIm1446 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6179.51 cm
+/IIm1447 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6245.5 cm
+/IIm1448 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6312.7 cm
+/IIm1449 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6379.89 cm
+/IIm1450 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6445.88 cm
+/IIm1451 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6513.08 cm
+/IIm1452 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6580.27 cm
+/IIm1453 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6646.27 cm
+/IIm1454 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6713.46 cm
+/IIm1455 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6780.66 cm
+/IIm1456 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6846.65 cm
+/IIm1457 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6913.85 cm
+/IIm1458 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6981.04 cm
+/IIm1459 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7047.03 cm
+/IIm1460 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7114.23 cm
+/IIm1461 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7181.42 cm
+/IIm1462 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7247.42 cm
+/IIm1463 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7314.61 cm
+/IIm1464 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7381.81 cm
+/IIm1465 Do
+
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7447.8 cm
+/IIm1466 Do
+
+Q
+q
+0 75.5937 -87.5927 -0 1231.1 5430.77 cm
+/R445 Do
+Q
+q
+0 16.7986 -86.3928 -0 1231.1 5521.96 cm
+/IIm1467 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 5548.36 cm
+/IIm1468 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1256.3 5587.96 cm
+/IIm1469 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1231.1 5664.75 cm
+/IIm1470 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5724.75 cm
+/IIm1471 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5791.94 cm
+/IIm1472 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5859.13 cm
+/IIm1473 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5925.13 cm
+/IIm1474 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5992.32 cm
+/IIm1475 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6059.52 cm
+/IIm1476 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6125.51 cm
+/IIm1477 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6192.71 cm
+/IIm1478 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6259.9 cm
+/IIm1479 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6325.89 cm
+/IIm1480 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6393.09 cm
+/IIm1481 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6460.28 cm
+/IIm1482 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6526.28 cm
+/IIm1483 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6593.47 cm
+/IIm1484 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6660.67 cm
+/IIm1485 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6726.66 cm
+/IIm1486 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6793.86 cm
+/IIm1487 Do
+
+Q
+q
+0 69.5942 -88.7926 -0 1232.3 6899.45 cm
+/R447 Do
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 6977.44 cm
+/IIm1488 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1232.3 7018.24 cm
+/IIm1489 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 7084.23 cm
+/IIm1490 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1232.3 7125.03 cm
+/IIm1491 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1231.1 7200.62 cm
+/IIm1492 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7260.62 cm
+/IIm1493 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7327.81 cm
+/IIm1494 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7393.81 cm
+/IIm1495 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7461 cm
+/IIm1496 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 1508.27 5427.17 cm
+/R449 Do
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 5507.56 cm
+/IIm1497 Do
+
+Q
+q
+0 59.995 -87.5927 -0 1532.27 5541.16 cm
+/IIm1498 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1508.27 5617.95 cm
+/IIm1499 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5677.95 cm
+/IIm1500 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5745.14 cm
+/IIm1501 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5811.14 cm
+/IIm1502 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5878.33 cm
+/IIm1503 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5945.53 cm
+/IIm1504 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6011.52 cm
+/IIm1505 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6078.72 cm
+/IIm1506 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6145.91 cm
+/IIm1507 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1508.27 6256.3 cm
+/IIm1508 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 1508.27 6334.29 cm
+/R451 Do
+Q
+q
+0 58.7951 -64.7946 -0 1509.47 6437.49 cm
+/IIm1509 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 6508.28 cm
+/IIm1510 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 6541.88 cm
+/IIm1511 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1508.27 6579.07 cm
+/IIm1512 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6639.07 cm
+/IIm1513 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6705.06 cm
+/IIm1514 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6772.26 cm
+/IIm1515 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6839.45 cm
+/IIm1516 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6905.45 cm
+/IIm1517 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6972.64 cm
+/IIm1518 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7039.83 cm
+/IIm1519 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7105.83 cm
+/IIm1520 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7173.02 cm
+/IIm1521 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7240.22 cm
+/IIm1522 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7306.21 cm
+/IIm1523 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7373.41 cm
+/IIm1524 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7440.6 cm
+/IIm1525 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7506.6 cm
+/IIm1526 Do
+
+Q
+q
+0 22.7981 -110.391 -0 4764.8 5433.17 cm
+/IIm1527 Do
+
+Q
+q
+0 22.7981 -110.391 -0 4764.8 5556.76 cm
+/IIm1528 Do
+
+Q
+q
+0 11.999 -86.3928 -0 4740.81 5691.15 cm
+/IIm1529 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4742.01 5811.14 cm
+/IIm1530 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4740.81 5880.73 cm
+/IIm1531 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6075.12 cm
+/IIm1532 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 6102.71 cm
+/IIm1533 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 6161.51 cm
+/IIm1534 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6197.51 cm
+/IIm1535 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4740.81 6269.5 cm
+/IIm1536 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6304.3 cm
+/IIm1537 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4742.01 6371.49 cm
+/IIm1538 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 6429.09 cm
+/IIm1539 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6463.88 cm
+/IIm1540 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4742.01 6531.08 cm
+/IIm1541 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6695.46 cm
+/IIm1542 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 6723.06 cm
+/IIm1543 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4764.8 6881.45 cm
+/IIm1544 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6949.84 cm
+/IIm1545 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4742.01 6972.64 cm
+/IIm1546 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 4766 7036.24 cm
+/IIm1547 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 7103.43 cm
+/IIm1548 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 7129.83 cm
+/IIm1549 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 4766 7192.22 cm
+/IIm1550 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 7357.81 cm
+/IIm1551 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 7384.21 cm
+/IIm1552 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 7537.79 cm
+/IIm1553 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4740.81 7577.39 cm
+/IIm1554 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 7639.79 cm
+/IIm1555 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4877.59 5431.97 cm
+/R453 Do
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 5518.36 cm
+/IIm1556 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5587.96 cm
+/IIm1557 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 4876.39 5647.95 cm
+/IIm1558 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4877.59 5710.35 cm
+/IIm1559 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5782.34 cm
+/IIm1560 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4877.59 5841.13 cm
+/IIm1561 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4876.39 5881.93 cm
+/IIm1562 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 5904.73 cm
+/IIm1563 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5975.52 cm
+/IIm1564 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 4876.39 6076.32 cm
+/IIm1565 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 6151.91 cm
+/IIm1566 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 6222.7 cm
+/IIm1567 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4877.59 6283.9 cm
+/IIm1568 Do
+
+Q
+q
+0 11.999 -86.3928 -0 5010.78 5436.77 cm
+/IIm1569 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5010.78 5467.97 cm
+/IIm1570 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5011.98 5530.36 cm
+/IIm1571 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 5587.96 cm
+/IIm1572 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5010.78 5627.55 cm
+/IIm1573 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5011.98 5668.35 cm
+/IIm1574 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5010.78 5733.14 cm
+/IIm1575 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5011.98 5830.34 cm
+/IIm1576 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5010.78 5901.13 cm
+/IIm1577 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 5961.12 cm
+/IIm1578 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 5010.78 6004.32 cm
+/IIm1579 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6058.32 cm
+/IIm1580 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6125.51 cm
+/IIm1581 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6191.51 cm
+/IIm1582 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6258.7 cm
+/IIm1583 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6325.89 cm
+/IIm1584 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6391.89 cm
+/IIm1585 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6459.08 cm
+/IIm1586 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6526.28 cm
+/IIm1587 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6592.27 cm
+/IIm1588 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6659.47 cm
+/IIm1589 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6726.66 cm
+/IIm1590 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6792.66 cm
+/IIm1591 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6859.85 cm
+/IIm1592 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5010.78 6970.24 cm
+/IIm1593 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5011.98 7045.83 cm
+/IIm1594 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5010.78 7116.63 cm
+/IIm1595 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 7149.03 cm
+/IIm1596 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 5010.78 7192.22 cm
+/IIm1597 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7246.22 cm
+/IIm1598 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7313.41 cm
+/IIm1599 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7379.41 cm
+/IIm1600 Do
+
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7446.6 cm
+/IIm1601 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5280.76 5435.57 cm
+/IIm1602 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5280.76 5514.76 cm
+/IIm1603 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 5578.36 cm
+/IIm1604 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5280.76 5641.95 cm
+/IIm1605 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 5664.75 cm
+/IIm1606 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5281.96 5730.74 cm
+/IIm1607 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 5790.74 cm
+/IIm1608 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5280.76 5890.33 cm
+/IIm1609 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 5927.53 cm
+/IIm1610 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5280.76 5997.12 cm
+/IIm1611 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5280.76 6036.72 cm
+/IIm1612 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 6168.71 cm
+/IIm1613 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5280.76 6239.5 cm
+/IIm1614 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5281.96 6301.9 cm
+/IIm1615 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 6438.69 cm
+/IIm1616 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5280.76 6502.28 cm
+/IIm1617 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 6563.47 cm
+/IIm1618 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 6631.87 cm
+/IIm1619 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 5280.76 6694.26 cm
+/IIm1620 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5280.76 6790.26 cm
+/IIm1621 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 6887.45 cm
+/IIm1622 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5281.96 6953.44 cm
+/IIm1623 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 7019.44 cm
+/IIm1624 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 7123.83 cm
+/IIm1625 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5281.96 7193.42 cm
+/IIm1626 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7253.42 cm
+/IIm1627 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7321.81 cm
+/IIm1628 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 7359.01 cm
+/IIm1629 Do
+
+Q
+q
+0 28.7976 -28.7976 -0 5221.97 7461 cm
+/IIm1630 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5281.96 7501.8 cm
+/R455 Do
+Q
+q
+0 10.7991 -86.3928 -0 5280.76 7591.79 cm
+/IIm1631 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7610.99 cm
+/IIm1632 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5305.96 7644.58 cm
+/IIm1633 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5430.77 cm
+/IIm1634 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5415.15 5494.36 cm
+/IIm1635 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 5415.15 5568.76 cm
+/IIm1636 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5637.15 cm
+/IIm1637 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 5707.95 cm
+/IIm1638 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5415.15 5734.34 cm
+/IIm1639 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5415.15 5767.94 cm
+/IIm1640 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5803.94 cm
+/IIm1641 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5415.15 5867.53 cm
+/IIm1642 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5415.15 5969.52 cm
+/IIm1643 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6043.92 cm
+/IIm1644 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5415.15 6114.71 cm
+/IIm1645 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5416.35 6177.11 cm
+/IIm1646 Do
+
+Q
+q
+0 29.9975 -28.7976 -0 5356.35 6244.3 cm
+/IIm1647 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6317.5 cm
+/IIm1648 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5415.15 6388.29 cm
+/IIm1649 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5416.35 6450.68 cm
+/IIm1650 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5415.15 6553.88 cm
+/IIm1651 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6651.07 cm
+/IIm1652 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 6721.86 cm
+/IIm1653 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 6748.26 cm
+/IIm1654 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5416.35 6801.06 cm
+/IIm1655 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6838.25 cm
+/IIm1656 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5550.74 5753.54 cm
+/R457 Do
+Q
+q
+0 10.7991 -86.3928 -0 5549.54 5842.33 cm
+/IIm1657 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5550.74 5862.73 cm
+/IIm1658 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5574.74 5895.13 cm
+/IIm1659 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 5992.32 cm
+/IIm1660 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5549.54 6055.92 cm
+/IIm1661 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 5549.54 6130.31 cm
+/IIm1662 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6198.71 cm
+/IIm1663 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5549.54 6269.5 cm
+/IIm1664 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5549.54 6295.9 cm
+/IIm1665 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5549.54 6328.29 cm
+/IIm1666 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6365.49 cm
+/IIm1667 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5549.54 6429.09 cm
+/IIm1668 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5549.54 6529.88 cm
+/IIm1669 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6605.47 cm
+/IIm1670 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5549.54 6676.27 cm
+/IIm1671 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5550.74 6737.46 cm
+/IIm1672 Do
+
+Q
+q
+0 34.7971 -86.3928 -0 5549.54 6801.06 cm
+/IIm1673 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 5549.54 6832.25 cm
+/R459 Do
+Q
+q
+0 74.3938 -88.7926 -0 5550.74 6919.85 cm
+/R461 Do
+Q
+q
+0 64.7946 -86.3928 -0 5549.54 7011.04 cm
+/IIm1674 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5549.54 7117.83 cm
+/IIm1675 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5550.74 7187.42 cm
+/IIm1676 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5550.74 7253.42 cm
+/IIm1677 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5549.54 7318.21 cm
+/IIm1678 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5685.13 6184.31 cm
+/IIm1679 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5685.13 6265.9 cm
+/IIm1680 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 5686.33 6293.5 cm
+/R463 Do
+Q
+q
+0 10.7991 -10.7991 -0 5685.13 6391.89 cm
+/IIm1681 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5685.13 6456.68 cm
+/IIm1682 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5686.33 6532.28 cm
+/IIm1683 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5685.13 6595.87 cm
+/IIm1684 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5685.13 6700.26 cm
+/IIm1685 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5686.33 6760.26 cm
+/IIm1686 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5686.33 6827.45 cm
+/IIm1687 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5686.33 6891.05 cm
+/IIm1688 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 5819.52 5940.73 cm
+/IIm1689 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5820.72 6009.12 cm
+/IIm1690 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5819.52 6078.72 cm
+/IIm1691 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5819.52 6106.31 cm
+/IIm1692 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5819.52 6138.71 cm
+/IIm1693 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5820.72 6175.91 cm
+/IIm1694 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5819.52 6238.3 cm
+/IIm1695 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5837.51 6307.9 cm
+/IIm1696 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 5819.52 6363.09 cm
+/R465 Do
+Q
+q
+0 82.7931 -86.3928 -0 5819.52 6441.08 cm
+/R467 Do
+Q
+q
+0 56.3953 -86.3928 -0 5819.52 6561.08 cm
+/IIm1697 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5819.52 6627.07 cm
+/IIm1698 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6696.66 cm
+/IIm1699 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6763.86 cm
+/IIm1700 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6829.85 cm
+/IIm1701 Do
+
+Q
+q
+0 32.3973 -9.5992 -0 5794.32 6894.65 cm
+/IIm1702 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5819.52 6943.84 cm
+/IIm1703 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 7003.84 cm
+/IIm1704 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 7071.03 cm
+/IIm1705 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5820.72 7134.63 cm
+/IIm1706 Do
+
+Q
+1 g
+1687.06 5499.16 311.974 903.525 re
+f
+1687.06 6402.69 311.974 470.361 re
+f
+1687.06 6873.05 311.974 694.742 re
+f
+1999.03 5499.16 305.974 903.525 re
+f
+1999.03 6402.69 305.974 470.361 re
+f
+1999.03 6873.05 305.974 694.742 re
+f
+2305.01 5499.16 331.172 903.525 re
+f
+2305.01 6402.69 331.172 470.361 re
+f
+2305.01 6873.05 331.172 694.742 re
+f
+2636.18 5499.16 583.151 903.525 re
+f
+2636.18 6402.69 583.151 470.361 re
+f
+2636.18 6873.05 583.151 694.742 re
+f
+3219.33 5499.16 284.376 903.525 re
+f
+3219.33 6402.69 284.376 470.361 re
+f
+3219.33 6873.05 284.376 694.742 re
+f
+3503.71 5499.16 430.764 903.525 re
+f
+3503.71 6402.69 430.764 470.361 re
+f
+3503.71 6873.05 430.764 694.742 re
+f
+3934.47 5499.16 452.362 903.525 re
+f
+3934.47 6402.69 452.362 470.361 re
+f
+3934.47 6873.05 452.362 694.742 re
+f
+0 g
+1677.46 5489.56 20.3982 2087.83 re
+f
+1989.43 5489.56 20.3982 2087.83 re
+f
+1.1999 w
+2305.01 5499.16 m
+2305.01 7567.79 l
+S
+2636.18 5499.16 m
+2636.18 7567.79 l
+S
+3219.33 5499.16 m
+3219.33 7567.79 l
+S
+3503.71 5499.16 m
+3503.71 7567.79 l
+S
+3924.87 5489.56 20.3982 2087.83 re
+f
+4377.24 5489.56 20.3982 2087.83 re
+f
+1677.46 5489.56 2718.97 20.3982 re
+f
+1687.06 6402.69 m
+4386.83 6402.69 l
+S
+1687.06 6873.05 m
+4386.83 6873.05 l
+S
+1677.46 7558.19 2718.97 20.3982 re
+f
+q
+0 83.993 -88.7926 -0 1891.04 5729.54 cm
+/R469 Do
+Q
+q
+0 59.995 -87.5927 -0 1913.84 5826.74 cm
+/IIm1707 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 5893.93 cm
+/IIm1708 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1889.84 5939.53 cm
+/IIm1709 Do
+
+Q
+q
+0 63.5947 -64.7946 -0 1891.04 5969.52 cm
+/IIm1710 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 1889.84 6046.32 cm
+/IIm1711 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1891.04 6112.31 cm
+/IIm1712 Do
+
+Q
+q
+0 87.5927 -95.992 -0 1898.24 6543.08 cm
+/R471 Do
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 6633.07 cm
+/IIm1713 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1915.04 6672.67 cm
+/IIm1714 Do
+
+Q
+q
+0 75.5937 -87.5927 -0 1889.84 7091.43 cm
+/R473 Do
+Q
+q
+0 63.5947 -64.7946 -0 1891.04 7179.02 cm
+/IIm1715 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1891.04 7248.62 cm
+/IIm1716 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 7315.81 cm
+/IIm1717 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2198.22 5574.76 cm
+/R475 Do
+Q
+q
+0 75.5937 -87.5927 -0 2198.22 5665.95 cm
+/R477 Do
+Q
+q
+0 73.1939 -86.3928 -0 2198.22 5755.94 cm
+/R479 Do
+Q
+q
+0 85.1929 -86.3928 -0 2198.22 5874.73 cm
+/R481 Do
+Q
+q
+0 58.7951 -64.7946 -0 2199.42 5971.92 cm
+/IIm1718 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 2198.22 6041.52 cm
+/R483 Do
+Q
+q
+0 59.995 -87.5927 -0 2199.42 6149.51 cm
+/IIm1719 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2199.42 6217.9 cm
+/IIm1720 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2198.22 6289.9 cm
+/IIm1721 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2205.42 7125.03 cm
+/R485 Do
+Q
+q
+0 57.5952 -87.5927 -0 2194.62 7191.02 cm
+/IIm1722 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 2194.62 7259.42 cm
+/IIm1723 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2516.19 5587.96 cm
+/R487 Do
+Q
+q
+0 75.5937 -87.5927 -0 2516.19 5679.15 cm
+/R489 Do
+Q
+q
+0 73.1939 -86.3928 -0 2516.19 5770.34 cm
+/R491 Do
+Q
+q
+0 69.5942 -88.7926 -0 2517.39 5886.73 cm
+/R493 Do
+Q
+q
+0 59.995 -87.5927 -0 2540.19 5969.52 cm
+/IIm1724 Do
+
+Q
+q
+0 63.5947 -64.7946 -0 2517.39 6039.12 cm
+/IIm1725 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2517.39 6115.91 cm
+/IIm1726 Do
+
+Q
+q
+0 59.995 -64.7946 -0 2517.39 6181.91 cm
+/IIm1727 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2517.39 6251.5 cm
+/IIm1728 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2523.39 7125.03 cm
+/R495 Do
+Q
+q
+0 55.1954 -86.3928 -0 2512.59 7193.42 cm
+/IIm1729 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 2512.59 7259.42 cm
+/IIm1730 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 2813.77 5589.16 cm
+/R497 Do
+Q
+q
+0 63.5947 -64.7946 -0 2814.97 5673.15 cm
+/IIm1731 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2813.77 5749.94 cm
+/IIm1732 Do
+
+Q
+q
+0 32.3973 -14.3988 -0 2790.97 5818.34 cm
+/IIm1733 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 2813.77 5861.53 cm
+/R499 Do
+Q
+q
+0 58.7951 -64.7946 -0 2814.97 5964.72 cm
+/IIm1734 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 2813.77 6035.52 cm
+/R501 Do
+Q
+q
+0 59.995 -87.5927 -0 2814.97 6143.51 cm
+/IIm1735 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2814.97 6211.9 cm
+/IIm1736 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2813.77 6282.7 cm
+/IIm1737 Do
+
+Q
+q
+0 23.998 -92.3923 -0 2993.75 5641.95 cm
+/IIm1738 Do
+
+Q
+q
+0 14.3988 -71.994 -0 2973.35 5677.95 cm
+/IIm1739 Do
+
+Q
+q
+0 46.7961 -53.9955 -0 2973.35 5705.55 cm
+/IIm1740 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2974.55 5763.14 cm
+/IIm1741 Do
+
+Q
+q
+0 14.3988 -71.994 -0 2973.35 5821.94 cm
+/IIm1742 Do
+
+Q
+q
+0 32.3973 -71.994 -0 2973.35 5877.13 cm
+/IIm1743 Do
+
+Q
+q
+0 51.5957 -74.3938 -0 2994.95 5926.33 cm
+/IIm1744 Do
+
+Q
+q
+0 32.3973 -53.9955 -0 2973.35 5988.72 cm
+/IIm1745 Do
+
+Q
+q
+0 68.3943 -71.994 -0 2973.35 6047.52 cm
+/IIm1746 Do
+
+Q
+q
+0 62.3948 -73.1939 -0 2973.35 6125.51 cm
+/IIm1747 Do
+
+Q
+q
+0 59.995 -71.994 -0 2973.35 6199.91 cm
+/IIm1748 Do
+
+Q
+q
+0 76.7936 -53.9955 -0 3134.14 5643.15 cm
+/IIm1749 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3135.34 5729.54 cm
+/IIm1750 Do
+
+Q
+q
+0 76.7936 -53.9955 -0 3134.14 5788.34 cm
+/IIm1751 Do
+
+Q
+q
+0 50.3958 -73.1939 -0 3135.34 5878.33 cm
+/IIm1752 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3135.34 5935.93 cm
+/IIm1753 Do
+
+Q
+q
+0 32.3973 -53.9955 -0 3134.14 5994.72 cm
+/IIm1754 Do
+
+Q
+q
+0 49.1959 -55.1954 -0 3135.34 6027.12 cm
+/IIm1755 Do
+
+Q
+q
+0 46.7961 -71.994 -0 3134.14 6089.51 cm
+/IIm1756 Do
+
+Q
+q
+0 14.3988 -71.994 -0 3134.14 6150.71 cm
+/IIm1757 Do
+
+Q
+q
+0 50.3958 -74.3938 -0 3154.54 6178.31 cm
+/IIm1758 Do
+
+Q
+q
+0 23.998 -92.3923 -0 3154.54 6237.1 cm
+/IIm1759 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2980.55 7125.03 cm
+/R503 Do
+Q
+q
+0 55.1954 -87.5927 -0 2969.75 7193.42 cm
+/IIm1760 Do
+
+Q
+q
+0 55.1954 -86.3928 -0 2969.75 7259.42 cm
+/IIm1761 Do
+
+Q
+q
+0 73.1939 -86.3928 -0 3407.72 5586.76 cm
+/R505 Do
+Q
+q
+0 58.7951 -64.7946 -0 3408.92 5668.35 cm
+/IIm1762 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3407.72 5740.34 cm
+/IIm1763 Do
+
+Q
+q
+0 59.995 -87.5927 -0 3431.71 5809.94 cm
+/IIm1764 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3408.92 5886.73 cm
+/IIm1765 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3408.92 5955.13 cm
+/IIm1766 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 3408.92 6019.92 cm
+/IIm1767 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 3407.72 6093.11 cm
+/IIm1768 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 3407.72 6157.91 cm
+/IIm1769 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3407.72 6196.31 cm
+/IIm1770 Do
+
+Q
+q
+0 56.3953 -85.1929 -0 3407.72 6262.3 cm
+/IIm1771 Do
+
+Q
+q
+0 56.3953 -103.191 -0 3413.72 7125.03 cm
+/R507 Do
+Q
+q
+0 56.3953 -86.3928 -0 3401.72 7191.02 cm
+/IIm1772 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 3402.92 7259.42 cm
+/IIm1773 Do
+
+Q
+q
+0 58.7951 -86.3928 -0 3670.49 5719.95 cm
+/IIm1774 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 5788.34 cm
+/IIm1775 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 3670.49 5859.13 cm
+/IIm1776 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 5901.13 cm
+/IIm1777 Do
+
+Q
+q
+0 94.7921 -62.3948 -0 3670.49 5964.72 cm
+/R509 Do
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 6061.92 cm
+/IIm1778 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 3670.49 6132.71 cm
+/IIm1779 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 3670.49 6166.31 cm
+/IIm1780 Do
+
+Q
+q
+0 73.1939 -86.3928 -0 3860.08 5616.75 cm
+/R511 Do
+Q
+q
+0 39.5967 -63.5947 -0 3860.08 5703.15 cm
+/IIm1781 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3861.28 5749.94 cm
+/IIm1782 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3860.08 5823.14 cm
+/IIm1783 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3861.28 5892.73 cm
+/IIm1784 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3860.08 5963.52 cm
+/IIm1785 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 3860.08 6063.12 cm
+/IIm1786 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 3860.08 6127.91 cm
+/IIm1787 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3860.08 6166.31 cm
+/IIm1788 Do
+
+Q
+q
+0 56.3953 -87.5927 -0 3861.28 6232.3 cm
+/IIm1789 Do
+
+Q
+q
+0 56.3953 -103.191 -0 3772.49 7125.03 cm
+/R513 Do
+Q
+q
+0 56.3953 -86.3928 -0 3760.49 7191.02 cm
+/IIm1790 Do
+
+Q
+q
+0 59.995 -85.1929 -0 3760.49 7254.62 cm
+/IIm1791 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 4112.06 5754.74 cm
+/R515 Do
+Q
+q
+0 83.993 -88.7926 -0 4113.26 5829.14 cm
+/R517 Do
+Q
+q
+0 67.1944 -86.3928 -0 4112.06 5921.53 cm
+/R519 Do
+Q
+q
+0 82.7931 -86.3928 -0 4112.06 5991.12 cm
+/R521 Do
+Q
+q
+0 61.1949 -86.3928 -0 4112.06 6085.92 cm
+/IIm1792 Do
+
+Q
+q
+0 65.9945 -86.3928 -0 4301.64 5626.35 cm
+/IIm1793 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 4301.64 5706.75 cm
+/R523 Do
+Q
+q
+0 75.5937 -87.5927 -0 4301.64 5789.54 cm
+/R525 Do
+Q
+q
+0 61.1949 -86.3928 -0 4301.64 5879.53 cm
+/IIm1794 Do
+
+Q
+q
+0 83.993 -88.7926 -0 4302.84 5949.13 cm
+/R527 Do
+Q
+q
+0 69.5942 -88.7926 -0 4302.84 6042.72 cm
+/R529 Do
+Q
+q
+0 65.9945 -86.3928 -0 4301.64 6126.71 cm
+/IIm1795 Do
+
+Q
+q
+0 73.1939 -86.3928 -0 4301.64 6205.9 cm
+/R531 Do
+Q
+q
+0 109.191 -128.389 -0 429.565 2908.58 cm
+/R533 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3032.17 cm
+/R535 Do
+Q
+q
+0 73.1939 -95.992 -0 429.565 3156.96 cm
+/R537 Do
+Q
+q
+0 74.3938 -130.789 -0 429.564 3226.55 cm
+/R539 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3302.15 cm
+/R541 Do
+Q
+q
+0 73.1939 -95.992 -0 429.565 3426.94 cm
+/R543 Do
+Q
+q
+0 158.387 -95.992 -0 429.565 3506.13 cm
+/R545 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3681.32 cm
+/R547 Do
+Q
+q
+0 98.3918 -95.992 -0 429.565 3806.1 cm
+/R549 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3921.3 cm
+/R551 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 4041.29 cm
+/R553 Do
+Q
+q
+0 99.5917 -98.3918 -0 431.964 4160.08 cm
+/R555 Do
+Q
+q
+0 38.3968 -93.5922 -0 429.565 4276.47 cm
+/IIm1796 Do
+
+Q
+Q
+endstream
+endobj
+
+2227 0 obj
+141635
+endobj
+
+%% Original object ID: 1630 0
+2228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 1
+ /Subtype /Image
+ /Type /XObject
+ /Width 1
+ /Length 2229 0 R
+>>
+stream
+ÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2229 0 obj
+1
+endobj
+
+%% Original object ID: 1639 0
+2230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2231 0 obj
+3285
+endobj
+
+%% Original object ID: 1729 0
+2232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2233 0 obj
+1431
+endobj
+
+%% Original object ID: 2629 0
+2234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2235 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2235 0 obj
+1431
+endobj
+
+%% Original object ID: 2630 0
+2236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2237 0 obj
+2592
+endobj
+
+%% Original object ID: 2631 0
+2238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2239 0 obj
+2646
+endobj
+
+%% Original object ID: 2632 0
+2240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2241 0 obj
+2646
+endobj
+
+%% Original object ID: 2633 0
+2242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2243 0 obj
+3285
+endobj
+
+%% Original object ID: 2634 0
+2244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2245 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2245 0 obj
+648
+endobj
+
+%% Original object ID: 2635 0
+2246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2247 0 obj
+2226
+endobj
+
+%% Original object ID: 2636 0
+2248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2249 0 obj
+3330
+endobj
+
+%% Original object ID: 2637 0
+2250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2251 0 obj
+1846
+endobj
+
+%% Original object ID: 2638 0
+2252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2253 0 obj
+2646
+endobj
+
+%% Original object ID: 1730 0
+2254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2255 0 obj
+2592
+endobj
+
+%% Original object ID: 2639 0
+2256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2257 0 obj
+3285
+endobj
+
+%% Original object ID: 2640 0
+2258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 2259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2259 0 obj
+3796
+endobj
+
+%% Original object ID: 2641 0
+2260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2261 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2261 0 obj
+648
+endobj
+
+%% Original object ID: 2642 0
+2262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2263 0 obj
+1846
+endobj
+
+%% Original object ID: 2643 0
+2264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2265 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2265 0 obj
+3024
+endobj
+
+%% Original object ID: 2644 0
+2266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2267 0 obj
+1846
+endobj
+
+%% Original object ID: 2645 0
+2268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2269 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2269 0 obj
+3024
+endobj
+
+%% Original object ID: 2646 0
+2270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2271 0 obj
+2646
+endobj
+
+%% Original object ID: 2647 0
+2272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2273 0 obj
+2226
+endobj
+
+%% Original object ID: 2648 0
+2274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2275 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2275 0 obj
+648
+endobj
+
+%% Original object ID: 1731 0
+2276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2277 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2277 0 obj
+2444
+endobj
+
+%% Original object ID: 2649 0
+2278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2279 0 obj
+2592
+endobj
+
+%% Original object ID: 2650 0
+2280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2281 0 obj
+2226
+endobj
+
+%% Original object ID: 2651 0
+2282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2283 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2283 0 obj
+468
+endobj
+
+%% Original object ID: 2652 0
+2284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2285 0 obj
+648
+endobj
+
+%% Original object ID: 2653 0
+2286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2287 0 obj
+2322
+endobj
+
+%% Original object ID: 2654 0
+2288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2289 0 obj
+1846
+endobj
+
+%% Original object ID: 2655 0
+2290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2291 0 obj
+2592
+endobj
+
+%% Original object ID: 2656 0
+2292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2293 0 obj
+1431
+endobj
+
+%% Original object ID: 2657 0
+2294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2295 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2295 0 obj
+648
+endobj
+
+%% Original object ID: 2658 0
+2296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2297 0 obj
+2430
+endobj
+
+%% Original object ID: 1732 0
+2298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2299 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2299 0 obj
+648
+endobj
+
+%% Original object ID: 2659 0
+2300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2301 0 obj
+2592
+endobj
+
+%% Original object ID: 2660 0
+2302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2303 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2303 0 obj
+648
+endobj
+
+%% Original object ID: 2661 0
+2304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2305 0 obj
+2646
+endobj
+
+%% Original object ID: 2662 0
+2306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2307 0 obj
+2430
+endobj
+
+%% Original object ID: 2663 0
+2308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2309 0 obj
+1431
+endobj
+
+%% Original object ID: 2664 0
+2310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2311 0 obj
+2646
+endobj
+
+%% Original object ID: 2665 0
+2312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2313 0 obj
+1846
+endobj
+
+%% Original object ID: 2666 0
+2314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2315 0 obj
+2322
+endobj
+
+%% Original object ID: 2667 0
+2316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2317 0 obj
+1846
+endobj
+
+%% Original object ID: 2668 0
+2318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2319 0 obj
+2592
+endobj
+
+%% Original object ID: 1733 0
+2320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2321 0 obj
+3285
+endobj
+
+%% Original object ID: 2669 0
+2322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2323 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2323 0 obj
+2226
+endobj
+
+%% Original object ID: 2670 0
+2324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2325 0 obj
+2430
+endobj
+
+%% Original object ID: 2671 0
+2326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2327 0 obj
+2430
+endobj
+
+%% Original object ID: 2672 0
+2328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2329 0 obj
+2646
+endobj
+
+%% Original object ID: 2673 0
+2330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2331 0 obj
+2322
+endobj
+
+%% Original object ID: 2674 0
+2332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2333 0 obj
+2322
+endobj
+
+%% Original object ID: 2675 0
+2334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2335 0 obj
+2263
+endobj
+
+%% Original object ID: 2676 0
+2336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2337 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2337 0 obj
+2226
+endobj
+
+%% Original object ID: 2677 0
+2338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2339 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2339 0 obj
+648
+endobj
+
+%% Original object ID: 2678 0
+2340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2341 0 obj
+2592
+endobj
+
+%% Original object ID: 1734 0
+2342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2343 0 obj
+2646
+endobj
+
+%% Original object ID: 2679 0
+2344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2345 0 obj
+1431
+endobj
+
+%% Original object ID: 2680 0
+2346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2347 0 obj
+2430
+endobj
+
+%% Original object ID: 2681 0
+2348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2349 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2349 0 obj
+3024
+endobj
+
+%% Original object ID: 2682 0
+2350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2351 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2351 0 obj
+3888
+endobj
+
+%% Original object ID: 2683 0
+2352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2353 0 obj
+2646
+endobj
+
+%% Original object ID: 2684 0
+2354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2355 0 obj
+1431
+endobj
+
+%% Original object ID: 2685 0
+2356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2357 0 obj
+2263
+endobj
+
+%% Original object ID: 2686 0
+2358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2359 0 obj
+2592
+endobj
+
+%% Original object ID: 2687 0
+2360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2361 0 obj
+1431
+endobj
+
+%% Original object ID: 2688 0
+2362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2363 0 obj
+3763
+endobj
+
+%% Original object ID: 1735 0
+2364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2365 0 obj
+3285
+endobj
+
+%% Original object ID: 2689 0
+2366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2367 0 obj
+2592
+endobj
+
+%% Original object ID: 2690 0
+2368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2369 0 obj
+2226
+endobj
+
+%% Original object ID: 2691 0
+2370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2371 0 obj
+2430
+endobj
+
+%% Original object ID: 2692 0
+2372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2373 0 obj
+2646
+endobj
+
+%% Original object ID: 2693 0
+2374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2375 0 obj
+2322
+endobj
+
+%% Original object ID: 2694 0
+2376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2377 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2377 0 obj
+648
+endobj
+
+%% Original object ID: 2695 0
+2378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2379 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2379 0 obj
+648
+endobj
+
+%% Original object ID: 2696 0
+2380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2381 0 obj
+2226
+endobj
+
+%% Original object ID: 2697 0
+2382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2383 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2383 0 obj
+648
+endobj
+
+%% Original object ID: 2698 0
+2384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2385 0 obj
+2430
+endobj
+
+%% Original object ID: 1736 0
+2386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2387 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2387 0 obj
+81
+endobj
+
+%% Original object ID: 2699 0
+2388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2389 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2389 0 obj
+648
+endobj
+
+%% Original object ID: 2700 0
+2390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2391 0 obj
+2592
+endobj
+
+%% Original object ID: 2701 0
+2392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2393 0 obj
+2226
+endobj
+
+%% Original object ID: 2702 0
+2394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2395 0 obj
+468
+endobj
+
+%% Original object ID: 2703 0
+2396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2397 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2397 0 obj
+3240
+endobj
+
+%% Original object ID: 2704 0
+2398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2399 0 obj
+2592
+endobj
+
+%% Original object ID: 2705 0
+2400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2401 0 obj
+1431
+endobj
+
+%% Original object ID: 2706 0
+2402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2403 0 obj
+2592
+endobj
+
+%% Original object ID: 2707 0
+2404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2405 0 obj
+2322
+endobj
+
+%% Original object ID: 2708 0
+2406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2407 0 obj
+2847
+endobj
+
+%% Original object ID: 1737 0
+2408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2409 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2409 0 obj
+3384
+endobj
+
+%% Original object ID: 2709 0
+2410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2411 0 obj
+2592
+endobj
+
+%% Original object ID: 2710 0
+2412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2413 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2413 0 obj
+3024
+endobj
+
+%% Original object ID: 2711 0
+2414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2415 0 obj
+2226
+endobj
+
+%% Original object ID: 2712 0
+2416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2417 0 obj
+2430
+endobj
+
+%% Original object ID: 2713 0
+2418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2419 0 obj
+3024
+endobj
+
+%% Original object ID: 2714 0
+2420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2421 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2421 0 obj
+648
+endobj
+
+%% Original object ID: 2715 0
+2422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2423 0 obj
+2322
+endobj
+
+%% Original object ID: 2716 0
+2424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2425 0 obj
+2322
+endobj
+
+%% Original object ID: 2717 0
+2426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2427 0 obj
+2646
+endobj
+
+%% Original object ID: 2718 0
+2428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2429 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2429 0 obj
+648
+endobj
+
+%% Original object ID: 1738 0
+2430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2431 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2431 0 obj
+2491
+endobj
+
+%% Original object ID: 2719 0
+2432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2433 0 obj
+2592
+endobj
+
+%% Original object ID: 2720 0
+2434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2435 0 obj
+2263
+endobj
+
+%% Original object ID: 2721 0
+2436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2437 0 obj
+1846
+endobj
+
+%% Original object ID: 2722 0
+2438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2439 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2439 0 obj
+3024
+endobj
+
+%% Original object ID: 2723 0
+2440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2441 0 obj
+2646
+endobj
+
+%% Original object ID: 2724 0
+2442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2443 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2443 0 obj
+81
+endobj
+
+%% Original object ID: 2725 0
+2444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2445 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2445 0 obj
+3240
+endobj
+
+%% Original object ID: 2726 0
+2446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2447 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2447 0 obj
+81
+endobj
+
+%% Original object ID: 2727 0
+2448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2449 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2449 0 obj
+3888
+endobj
+
+%% Original object ID: 2728 0
+2450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2451 0 obj
+2592
+endobj
+
+%% Original object ID: 1640 0
+2452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2453 0 obj
+2646
+endobj
+
+%% Original object ID: 1739 0
+2454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2455 0 obj
+1749
+endobj
+
+%% Original object ID: 2729 0
+2456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2457 0 obj
+1431
+endobj
+
+%% Original object ID: 2730 0
+2458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2459 0 obj
+2226
+endobj
+
+%% Original object ID: 2731 0
+2460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2461 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2461 0 obj
+3024
+endobj
+
+%% Original object ID: 2732 0
+2462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2463 0 obj
+2592
+endobj
+
+%% Original object ID: 2733 0
+2464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2465 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2465 0 obj
+2226
+endobj
+
+%% Original object ID: 2734 0
+2466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2467 0 obj
+2322
+endobj
+
+%% Original object ID: 2735 0
+2468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2469 0 obj
+2646
+endobj
+
+%% Original object ID: 2736 0
+2470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2471 0 obj
+2592
+endobj
+
+%% Original object ID: 2737 0
+2472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2473 0 obj
+3763
+endobj
+
+%% Original object ID: 2738 0
+2474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2475 0 obj
+3285
+endobj
+
+%% Original object ID: 1740 0
+2476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2477 0 obj
+2700
+endobj
+
+%% Original object ID: 2739 0
+2478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2479 0 obj
+2592
+endobj
+
+%% Original object ID: 2740 0
+2480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2481 0 obj
+2226
+endobj
+
+%% Original object ID: 2741 0
+2482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2483 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2483 0 obj
+3504
+endobj
+
+%% Original object ID: 2742 0
+2484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2485 0 obj
+2592
+endobj
+
+%% Original object ID: 2743 0
+2486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2487 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2487 0 obj
+2226
+endobj
+
+%% Original object ID: 2744 0
+2488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2489 0 obj
+2226
+endobj
+
+%% Original object ID: 2745 0
+2490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2491 0 obj
+3285
+endobj
+
+%% Original object ID: 2746 0
+2492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2493 0 obj
+2592
+endobj
+
+%% Original object ID: 2747 0
+2494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2495 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2495 0 obj
+3285
+endobj
+
+%% Original object ID: 2748 0
+2496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2497 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2497 0 obj
+648
+endobj
+
+%% Original object ID: 1741 0
+2498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2499 0 obj
+3650
+endobj
+
+%% Original object ID: 2749 0
+2500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2501 0 obj
+2646
+endobj
+
+%% Original object ID: 2750 0
+2502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2503 0 obj
+2322
+endobj
+
+%% Original object ID: 2751 0
+2504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2505 0 obj
+2208
+endobj
+
+%% Original object ID: 2752 0
+2506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2507 0 obj
+3358
+endobj
+
+%% Original object ID: 2753 0
+2508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2509 0 obj
+3312
+endobj
+
+%% Original object ID: 2754 0
+2510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2511 0 obj
+3763
+endobj
+
+%% Original object ID: 2755 0
+2512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2513 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2513 0 obj
+648
+endobj
+
+%% Original object ID: 2756 0
+2514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2515 0 obj
+2226
+endobj
+
+%% Original object ID: 2757 0
+2516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2517 0 obj
+2322
+endobj
+
+%% Original object ID: 2758 0
+2518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2519 0 obj
+2646
+endobj
+
+%% Original object ID: 1742 0
+2520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2521 0 obj
+2646
+endobj
+
+%% Original object ID: 2759 0
+2522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2523 0 obj
+2322
+endobj
+
+%% Original object ID: 2760 0
+2524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2525 0 obj
+2322
+endobj
+
+%% Original object ID: 2761 0
+2526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2527 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2527 0 obj
+648
+endobj
+
+%% Original object ID: 2762 0
+2528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2529 0 obj
+2592
+endobj
+
+%% Original object ID: 2763 0
+2530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2531 0 obj
+2226
+endobj
+
+%% Original object ID: 2764 0
+2532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2533 0 obj
+2322
+endobj
+
+%% Original object ID: 2765 0
+2534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2535 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2535 0 obj
+2592
+endobj
+
+%% Original object ID: 2766 0
+2536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2537 0 obj
+2226
+endobj
+
+%% Original object ID: 2767 0
+2538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2539 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2539 0 obj
+2444
+endobj
+
+%% Original object ID: 2768 0
+2540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2541 0 obj
+2592
+endobj
+
+%% Original object ID: 1743 0
+2542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 2543 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2543 0 obj
+3723
+endobj
+
+%% Original object ID: 2769 0
+2544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2545 0 obj
+1431
+endobj
+
+%% Original object ID: 2770 0
+2546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2547 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2547 0 obj
+648
+endobj
+
+%% Original object ID: 2771 0
+2548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2549 0 obj
+2592
+endobj
+
+%% Original object ID: 2772 0
+2550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2551 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2551 0 obj
+2226
+endobj
+
+%% Original object ID: 2773 0
+2552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2553 0 obj
+2322
+endobj
+
+%% Original object ID: 2774 0
+2554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2555 0 obj
+1846
+endobj
+
+%% Original object ID: 2775 0
+2556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2557 0 obj
+2592
+endobj
+
+%% Original object ID: 2776 0
+2558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2559 0 obj
+3285
+endobj
+
+%% Original object ID: 2777 0
+2560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2561 0 obj
+648
+endobj
+
+%% Original object ID: 2778 0
+2562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2563 0 obj
+2430
+endobj
+
+%% Original object ID: 1744 0
+2564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2565 0 obj
+3692
+endobj
+
+%% Original object ID: 2779 0
+2566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2567 0 obj
+2322
+endobj
+
+%% Original object ID: 2780 0
+2568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2569 0 obj
+2592
+endobj
+
+%% Original object ID: 2781 0
+2570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2571 0 obj
+2263
+endobj
+
+%% Original object ID: 2782 0
+2572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2573 0 obj
+2430
+endobj
+
+%% Original object ID: 2783 0
+2574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2575 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2575 0 obj
+3024
+endobj
+
+%% Original object ID: 2784 0
+2576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2577 0 obj
+2592
+endobj
+
+%% Original object ID: 2785 0
+2578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2579 0 obj
+648
+endobj
+
+%% Original object ID: 2786 0
+2580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2581 0 obj
+2430
+endobj
+
+%% Original object ID: 2787 0
+2582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2583 0 obj
+2646
+endobj
+
+%% Original object ID: 2788 0
+2584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2585 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2585 0 obj
+2208
+endobj
+
+%% Original object ID: 1745 0
+2586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 2587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2587 0 obj
+2016
+endobj
+
+%% Original object ID: 2789 0
+2588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 2589 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2589 0 obj
+3210
+endobj
+
+%% Original object ID: 2790 0
+2590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2591 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2591 0 obj
+2496
+endobj
+
+%% Original object ID: 2791 0
+2592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2593 0 obj
+2592
+endobj
+
+%% Original object ID: 2792 0
+2594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2595 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2595 0 obj
+648
+endobj
+
+%% Original object ID: 2793 0
+2596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2597 0 obj
+2592
+endobj
+
+%% Original object ID: 2794 0
+2598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2599 0 obj
+2226
+endobj
+
+%% Original object ID: 2795 0
+2600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2601 0 obj
+2646
+endobj
+
+%% Original object ID: 2796 0
+2602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2603 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2603 0 obj
+648
+endobj
+
+%% Original object ID: 2797 0
+2604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2605 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2605 0 obj
+3888
+endobj
+
+%% Original object ID: 2798 0
+2606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2607 0 obj
+1431
+endobj
+
+%% Original object ID: 1746 0
+2608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2609 0 obj
+3384
+endobj
+
+%% Original object ID: 2799 0
+2610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2611 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2611 0 obj
+3504
+endobj
+
+%% Original object ID: 2800 0
+2612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2613 0 obj
+2592
+endobj
+
+%% Original object ID: 2801 0
+2614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2615 0 obj
+2226
+endobj
+
+%% Original object ID: 2802 0
+2616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2617 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2617 0 obj
+3024
+endobj
+
+%% Original object ID: 2803 0
+2618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2619 0 obj
+2646
+endobj
+
+%% Original object ID: 2804 0
+2620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2621 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2621 0 obj
+648
+endobj
+
+%% Original object ID: 2805 0
+2622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2623 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2623 0 obj
+3285
+endobj
+
+%% Original object ID: 2806 0
+2624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2625 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2625 0 obj
+2226
+endobj
+
+%% Original object ID: 2807 0
+2626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2627 0 obj
+1431
+endobj
+
+%% Original object ID: 2808 0
+2628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2629 0 obj
+2226
+endobj
+
+%% Original object ID: 1747 0
+2630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2631 0 obj
+3456
+endobj
+
+%% Original object ID: 2809 0
+2632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2633 0 obj
+2646
+endobj
+
+%% Original object ID: 2810 0
+2634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2635 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2635 0 obj
+216
+endobj
+
+%% Original object ID: 2811 0
+2636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2637 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2637 0 obj
+3024
+endobj
+
+%% Original object ID: 2812 0
+2638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2639 0 obj
+2646
+endobj
+
+%% Original object ID: 2813 0
+2640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2641 0 obj
+1431
+endobj
+
+%% Original object ID: 2814 0
+2642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2643 0 obj
+3763
+endobj
+
+%% Original object ID: 2815 0
+2644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2645 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2645 0 obj
+3504
+endobj
+
+%% Original object ID: 2816 0
+2646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2647 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2647 0 obj
+3888
+endobj
+
+%% Original object ID: 2817 0
+2648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2649 0 obj
+2592
+endobj
+
+%% Original object ID: 2818 0
+2650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2651 0 obj
+2226
+endobj
+
+%% Original object ID: 1748 0
+2652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2653 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2653 0 obj
+3024
+endobj
+
+%% Original object ID: 2819 0
+2654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2655 0 obj
+3285
+endobj
+
+%% Original object ID: 2820 0
+2656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2657 0 obj
+2208
+endobj
+
+%% Original object ID: 2821 0
+2658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2659 0 obj
+1431
+endobj
+
+%% Original object ID: 2822 0
+2660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2661 0 obj
+2646
+endobj
+
+%% Original object ID: 2823 0
+2662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2663 0 obj
+1846
+endobj
+
+%% Original object ID: 2824 0
+2664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2665 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2665 0 obj
+81
+endobj
+
+%% Original object ID: 2825 0
+2666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2667 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2667 0 obj
+2208
+endobj
+
+%% Original object ID: 2826 0
+2668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2669 0 obj
+2430
+endobj
+
+%% Original object ID: 2827 0
+2670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2671 0 obj
+2592
+endobj
+
+%% Original object ID: 2828 0
+2672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2673 0 obj
+2226
+endobj
+
+%% Original object ID: 1641 0
+2674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2675 0 obj
+1431
+endobj
+
+%% Original object ID: 1749 0
+2676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2677 0 obj
+2646
+endobj
+
+%% Original object ID: 2829 0
+2678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2679 0 obj
+3285
+endobj
+
+%% Original object ID: 2830 0
+2680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2681 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2681 0 obj
+2226
+endobj
+
+%% Original object ID: 2831 0
+2682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2683 0 obj
+2430
+endobj
+
+%% Original object ID: 2832 0
+2684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2685 0 obj
+1846
+endobj
+
+%% Original object ID: 2833 0
+2686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2687 0 obj
+2592
+endobj
+
+%% Original object ID: 2834 0
+2688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2689 0 obj
+1431
+endobj
+
+%% Original object ID: 2835 0
+2690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2691 0 obj
+2592
+endobj
+
+%% Original object ID: 2836 0
+2692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2693 0 obj
+2226
+endobj
+
+%% Original object ID: 2837 0
+2694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2695 0 obj
+3285
+endobj
+
+%% Original object ID: 2838 0
+2696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2697 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2697 0 obj
+3504
+endobj
+
+%% Original object ID: 1750 0
+2698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2699 0 obj
+2226
+endobj
+
+%% Original object ID: 2839 0
+2700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2701 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2701 0 obj
+3888
+endobj
+
+%% Original object ID: 2840 0
+2702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2703 0 obj
+3504
+endobj
+
+%% Original object ID: 2841 0
+2704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2705 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2705 0 obj
+648
+endobj
+
+%% Original object ID: 2842 0
+2706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2707 0 obj
+2646
+endobj
+
+%% Original object ID: 2843 0
+2708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2709 0 obj
+2322
+endobj
+
+%% Original object ID: 2844 0
+2710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2711 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2711 0 obj
+216
+endobj
+
+%% Original object ID: 2845 0
+2712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2713 0 obj
+2496
+endobj
+
+%% Original object ID: 2846 0
+2714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2715 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2715 0 obj
+3504
+endobj
+
+%% Original object ID: 2847 0
+2716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2717 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2717 0 obj
+648
+endobj
+
+%% Original object ID: 2848 0
+2718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2719 0 obj
+2592
+endobj
+
+%% Original object ID: 1751 0
+2720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2721 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2721 0 obj
+648
+endobj
+
+%% Original object ID: 2849 0
+2722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2723 0 obj
+3285
+endobj
+
+%% Original object ID: 2850 0
+2724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2725 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2725 0 obj
+3024
+endobj
+
+%% Original object ID: 2851 0
+2726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2727 0 obj
+2592
+endobj
+
+%% Original object ID: 2852 0
+2728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2729 0 obj
+2226
+endobj
+
+%% Original object ID: 2853 0
+2730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2731 0 obj
+2646
+endobj
+
+%% Original object ID: 2854 0
+2732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2733 0 obj
+2322
+endobj
+
+%% Original object ID: 2855 0
+2734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2735 0 obj
+2592
+endobj
+
+%% Original object ID: 2856 0
+2736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2737 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2737 0 obj
+648
+endobj
+
+%% Original object ID: 2857 0
+2738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2739 0 obj
+2592
+endobj
+
+%% Original object ID: 2858 0
+2740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2741 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2741 0 obj
+648
+endobj
+
+%% Original object ID: 1752 0
+2742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2743 0 obj
+1846
+endobj
+
+%% Original object ID: 2859 0
+2744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2745 0 obj
+2322
+endobj
+
+%% Original object ID: 2860 0
+2746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2747 0 obj
+1846
+endobj
+
+%% Original object ID: 2861 0
+2748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2749 0 obj
+2496
+endobj
+
+%% Original object ID: 2862 0
+2750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2751 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2751 0 obj
+3024
+endobj
+
+%% Original object ID: 2863 0
+2752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2753 0 obj
+2646
+endobj
+
+%% Original object ID: 2864 0
+2754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2755 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2755 0 obj
+648
+endobj
+
+%% Original object ID: 2865 0
+2756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2757 0 obj
+1846
+endobj
+
+%% Original object ID: 2866 0
+2758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2759 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2759 0 obj
+3504
+endobj
+
+%% Original object ID: 2867 0
+2760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2761 0 obj
+2592
+endobj
+
+%% Original object ID: 2868 0
+2762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2763 0 obj
+2263
+endobj
+
+%% Original object ID: 1753 0
+2764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2765 0 obj
+2646
+endobj
+
+%% Original object ID: 2869 0
+2766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2767 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2767 0 obj
+3456
+endobj
+
+%% Original object ID: 2870 0
+2768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2769 0 obj
+2592
+endobj
+
+%% Original object ID: 2871 0
+2770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2771 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2771 0 obj
+648
+endobj
+
+%% Original object ID: 2872 0
+2772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2773 0 obj
+1431
+endobj
+
+%% Original object ID: 2873 0
+2774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2775 0 obj
+2263
+endobj
+
+%% Original object ID: 2874 0
+2776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2777 0 obj
+2592
+endobj
+
+%% Original object ID: 2875 0
+2778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2779 0 obj
+2496
+endobj
+
+%% Original object ID: 2876 0
+2780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2781 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2781 0 obj
+3888
+endobj
+
+%% Original object ID: 2877 0
+2782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2783 0 obj
+2592
+endobj
+
+%% Original object ID: 2878 0
+2784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2785 0 obj
+2226
+endobj
+
+%% Original object ID: 1754 0
+2786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2787 0 obj
+3285
+endobj
+
+%% Original object ID: 2879 0
+2788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2789 0 obj
+3285
+endobj
+
+%% Original object ID: 2880 0
+2790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2791 0 obj
+2322
+endobj
+
+%% Original object ID: 2881 0
+2792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2793 0 obj
+2322
+endobj
+
+%% Original object ID: 2882 0
+2794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2795 0 obj
+2592
+endobj
+
+%% Original object ID: 2883 0
+2796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2797 0 obj
+2430
+endobj
+
+%% Original object ID: 2884 0
+2798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2799 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2799 0 obj
+648
+endobj
+
+%% Original object ID: 2885 0
+2800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2801 0 obj
+2592
+endobj
+
+%% Original object ID: 2886 0
+2802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2803 0 obj
+1846
+endobj
+
+%% Original object ID: 2887 0
+2804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2805 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2805 0 obj
+648
+endobj
+
+%% Original object ID: 2888 0
+2806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2807 0 obj
+2592
+endobj
+
+%% Original object ID: 1755 0
+2808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2809 0 obj
+1846
+endobj
+
+%% Original object ID: 2889 0
+2810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2811 0 obj
+2226
+endobj
+
+%% Original object ID: 2890 0
+2812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2813 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2813 0 obj
+216
+endobj
+
+%% Original object ID: 2891 0
+2814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 2815 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2815 0 obj
+720
+endobj
+
+%% Original object ID: 2892 0
+2816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2817 0 obj
+2226
+endobj
+
+%% Original object ID: 2893 0
+2818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2819 0 obj
+2430
+endobj
+
+%% Original object ID: 2894 0
+2820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2821 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2821 0 obj
+81
+endobj
+
+%% Original object ID: 2895 0
+2822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2823 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2823 0 obj
+648
+endobj
+
+%% Original object ID: 2896 0
+2824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2825 0 obj
+2322
+endobj
+
+%% Original object ID: 2897 0
+2826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2827 0 obj
+2592
+endobj
+
+%% Original object ID: 2898 0
+2828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2829 0 obj
+2226
+endobj
+
+%% Original object ID: 1756 0
+2830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2831 0 obj
+2592
+endobj
+
+%% Original object ID: 2899 0
+2832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2833 0 obj
+2592
+endobj
+
+%% Original object ID: 2900 0
+2834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2835 0 obj
+648
+endobj
+
+%% Original object ID: 2901 0
+2836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2837 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2837 0 obj
+648
+endobj
+
+%% Original object ID: 2902 0
+2838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2839 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2839 0 obj
+2444
+endobj
+
+%% Original object ID: 2903 0
+2840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2841 0 obj
+2592
+endobj
+
+%% Original object ID: 2904 0
+2842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2843 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2843 0 obj
+648
+endobj
+
+%% Original object ID: 2905 0
+2844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2845 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2845 0 obj
+2226
+endobj
+
+%% Original object ID: 2906 0
+2846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2847 0 obj
+2226
+endobj
+
+%% Original object ID: 2907 0
+2848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2849 0 obj
+1846
+endobj
+
+%% Original object ID: 2908 0
+2850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2851 0 obj
+2646
+endobj
+
+%% Original object ID: 1757 0
+2852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2853 0 obj
+1846
+endobj
+
+%% Original object ID: 2909 0
+2854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2855 0 obj
+2646
+endobj
+
+%% Original object ID: 2910 0
+2856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2857 0 obj
+1431
+endobj
+
+%% Original object ID: 2911 0
+2858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2859 0 obj
+2592
+endobj
+
+%% Original object ID: 2912 0
+2860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2861 0 obj
+1431
+endobj
+
+%% Original object ID: 2913 0
+2862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2863 0 obj
+3330
+endobj
+
+%% Original object ID: 2914 0
+2864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2865 0 obj
+2592
+endobj
+
+%% Original object ID: 2915 0
+2866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2867 0 obj
+2226
+endobj
+
+%% Original object ID: 2916 0
+2868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2869 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2869 0 obj
+648
+endobj
+
+%% Original object ID: 2917 0
+2870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2871 0 obj
+2340
+endobj
+
+%% Original object ID: 2918 0
+2872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2873 0 obj
+2592
+endobj
+
+%% Original object ID: 1758 0
+2874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2875 0 obj
+2646
+endobj
+
+%% Original object ID: 2919 0
+2876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2877 0 obj
+1846
+endobj
+
+%% Original object ID: 2920 0
+2878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2879 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2879 0 obj
+648
+endobj
+
+%% Original object ID: 2921 0
+2880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2881 0 obj
+2592
+endobj
+
+%% Original object ID: 2922 0
+2882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2883 0 obj
+2226
+endobj
+
+%% Original object ID: 2923 0
+2884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2885 0 obj
+2592
+endobj
+
+%% Original object ID: 2924 0
+2886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2887 0 obj
+2263
+endobj
+
+%% Original object ID: 2925 0
+2888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2889 0 obj
+2592
+endobj
+
+%% Original object ID: 2926 0
+2890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2891 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2891 0 obj
+2444
+endobj
+
+%% Original object ID: 2927 0
+2892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2893 0 obj
+2646
+endobj
+
+%% Original object ID: 2928 0
+2894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2895 0 obj
+1431
+endobj
+
+%% Original object ID: 1642 0
+2896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2897 0 obj
+2263
+endobj
+
+%% Original object ID: 1759 0
+2898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2899 0 obj
+2322
+endobj
+
+%% Original object ID: 2929 0
+2900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2901 0 obj
+1944
+endobj
+
+%% Original object ID: 2930 0
+2902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2903 0 obj
+3384
+endobj
+
+%% Original object ID: 2931 0
+2904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2905 0 obj
+3358
+endobj
+
+%% Original object ID: 2932 0
+2906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2907 0 obj
+3763
+endobj
+
+%% Original object ID: 2933 0
+2908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2909 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2909 0 obj
+2226
+endobj
+
+%% Original object ID: 2934 0
+2910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2911 0 obj
+2322
+endobj
+
+%% Original object ID: 2935 0
+2912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2913 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2913 0 obj
+648
+endobj
+
+%% Original object ID: 2936 0
+2914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2915 0 obj
+2430
+endobj
+
+%% Original object ID: 2937 0
+2916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2917 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2917 0 obj
+648
+endobj
+
+%% Original object ID: 2938 0
+2918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2919 0 obj
+2592
+endobj
+
+%% Original object ID: 1760 0
+2920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2921 0 obj
+1431
+endobj
+
+%% Original object ID: 2939 0
+2922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2923 0 obj
+2226
+endobj
+
+%% Original object ID: 2940 0
+2924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2925 0 obj
+2322
+endobj
+
+%% Original object ID: 2941 0
+2926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 2927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2927 0 obj
+2263
+endobj
+
+%% Original object ID: 2942 0
+2928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2929 0 obj
+1431
+endobj
+
+%% Original object ID: 2943 0
+2930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2931 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2931 0 obj
+2592
+endobj
+
+%% Original object ID: 2944 0
+2932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2933 0 obj
+3763
+endobj
+
+%% Original object ID: 2945 0
+2934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2935 0 obj
+1846
+endobj
+
+%% Original object ID: 2946 0
+2936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2937 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2937 0 obj
+3024
+endobj
+
+%% Original object ID: 2947 0
+2938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2939 0 obj
+1431
+endobj
+
+%% Original object ID: 2948 0
+2940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2941 0 obj
+2592
+endobj
+
+%% Original object ID: 1761 0
+2942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2943 0 obj
+3763
+endobj
+
+%% Original object ID: 2949 0
+2944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2945 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2945 0 obj
+2226
+endobj
+
+%% Original object ID: 2950 0
+2946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2947 0 obj
+3330
+endobj
+
+%% Original object ID: 2951 0
+2948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2949 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2949 0 obj
+3024
+endobj
+
+%% Original object ID: 2952 0
+2950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2951 0 obj
+2592
+endobj
+
+%% Original object ID: 2953 0
+2952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2953 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2953 0 obj
+2226
+endobj
+
+%% Original object ID: 2954 0
+2954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2955 0 obj
+1846
+endobj
+
+%% Original object ID: 2955 0
+2956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2957 0 obj
+1846
+endobj
+
+%% Original object ID: 2956 0
+2958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2959 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2959 0 obj
+3024
+endobj
+
+%% Original object ID: 2957 0
+2960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2961 0 obj
+2646
+endobj
+
+%% Original object ID: 2958 0
+2962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2963 0 obj
+3330
+endobj
+
+%% Original object ID: 1762 0
+2964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2965 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2965 0 obj
+3504
+endobj
+
+%% Original object ID: 2959 0
+2966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2967 0 obj
+1431
+endobj
+
+%% Original object ID: 2960 0
+2968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2969 0 obj
+2646
+endobj
+
+%% Original object ID: 2961 0
+2970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2971 0 obj
+2592
+endobj
+
+%% Original object ID: 2962 0
+2972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2973 0 obj
+1846
+endobj
+
+%% Original object ID: 2963 0
+2974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2975 0 obj
+2646
+endobj
+
+%% Original object ID: 2964 0
+2976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2977 0 obj
+1431
+endobj
+
+%% Original object ID: 2965 0
+2978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2979 0 obj
+2592
+endobj
+
+%% Original object ID: 2966 0
+2980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2981 0 obj
+2322
+endobj
+
+%% Original object ID: 2967 0
+2982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2983 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2983 0 obj
+3024
+endobj
+
+%% Original object ID: 2968 0
+2984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2985 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2985 0 obj
+648
+endobj
+
+%% Original object ID: 1763 0
+2986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2987 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2987 0 obj
+3888
+endobj
+
+%% Original object ID: 2969 0
+2988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2989 0 obj
+2226
+endobj
+
+%% Original object ID: 2970 0
+2990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2991 0 obj
+3330
+endobj
+
+%% Original object ID: 2971 0
+2992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2993 0 obj
+1846
+endobj
+
+%% Original object ID: 2972 0
+2994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2995 0 obj
+2592
+endobj
+
+%% Original object ID: 2973 0
+2996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2997 0 obj
+2226
+endobj
+
+%% Original object ID: 2974 0
+2998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 2999 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2999 0 obj
+216
+endobj
+
+%% Original object ID: 2975 0
+3000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3001 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3001 0 obj
+81
+endobj
+
+%% Original object ID: 2976 0
+3002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3003 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3003 0 obj
+81
+endobj
+
+%% Original object ID: 2977 0
+3004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3005 0 obj
+3763
+endobj
+
+%% Original object ID: 2978 0
+3006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3007 0 obj
+2646
+endobj
+
+%% Original object ID: 1764 0
+3008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3009 0 obj
+2592
+endobj
+
+%% Original object ID: 2979 0
+3010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3011 0 obj
+1846
+endobj
+
+%% Original object ID: 2980 0
+3012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3013 0 obj
+1431
+endobj
+
+%% Original object ID: 2981 0
+3014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3015 0 obj
+2592
+endobj
+
+%% Original object ID: 2982 0
+3016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3017 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3017 0 obj
+3285
+endobj
+
+%% Original object ID: 2983 0
+3018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3019 0 obj
+2592
+endobj
+
+%% Original object ID: 2984 0
+3020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3021 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3021 0 obj
+648
+endobj
+
+%% Original object ID: 2985 0
+3022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3023 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3023 0 obj
+648
+endobj
+
+%% Original object ID: 2986 0
+3024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3025 0 obj
+1846
+endobj
+
+%% Original object ID: 2987 0
+3026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3027 0 obj
+2592
+endobj
+
+%% Original object ID: 2988 0
+3028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3029 0 obj
+2226
+endobj
+
+%% Original object ID: 1765 0
+3030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3031 0 obj
+2226
+endobj
+
+%% Original object ID: 2989 0
+3032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3033 0 obj
+2592
+endobj
+
+%% Original object ID: 2990 0
+3034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3035 0 obj
+1431
+endobj
+
+%% Original object ID: 2991 0
+3036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3037 0 obj
+2646
+endobj
+
+%% Original object ID: 2992 0
+3038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3039 0 obj
+2592
+endobj
+
+%% Original object ID: 2993 0
+3040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3041 0 obj
+216
+endobj
+
+%% Original object ID: 2994 0
+3042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3043 0 obj
+2592
+endobj
+
+%% Original object ID: 2995 0
+3044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3045 0 obj
+2226
+endobj
+
+%% Original object ID: 2996 0
+3046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3047 0 obj
+3285
+endobj
+
+%% Original object ID: 2997 0
+3048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3049 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3049 0 obj
+3024
+endobj
+
+%% Original object ID: 2998 0
+3050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3051 0 obj
+2592
+endobj
+
+%% Original object ID: 1766 0
+3052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3053 0 obj
+3285
+endobj
+
+%% Original object ID: 2999 0
+3054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3055 0 obj
+2322
+endobj
+
+%% Original object ID: 3000 0
+3056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3057 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3057 0 obj
+3285
+endobj
+
+%% Original object ID: 3001 0
+3058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3059 0 obj
+2646
+endobj
+
+%% Original object ID: 3002 0
+3060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3061 0 obj
+2646
+endobj
+
+%% Original object ID: 3003 0
+3062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3063 0 obj
+2226
+endobj
+
+%% Original object ID: 3004 0
+3064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3065 0 obj
+2646
+endobj
+
+%% Original object ID: 3005 0
+3066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3067 0 obj
+2226
+endobj
+
+%% Original object ID: 3006 0
+3068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3069 0 obj
+1846
+endobj
+
+%% Original object ID: 3007 0
+3070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3071 0 obj
+2646
+endobj
+
+%% Original object ID: 3008 0
+3072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3073 0 obj
+1431
+endobj
+
+%% Original object ID: 1767 0
+3074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 3075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3075 0 obj
+2208
+endobj
+
+%% Original object ID: 3009 0
+3076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3077 0 obj
+1846
+endobj
+
+%% Original object ID: 3010 0
+3078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3079 0 obj
+2592
+endobj
+
+%% Original object ID: 3011 0
+3080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3081 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3081 0 obj
+648
+endobj
+
+%% Original object ID: 3012 0
+3082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3083 0 obj
+2226
+endobj
+
+%% Original object ID: 3013 0
+3084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3085 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3085 0 obj
+648
+endobj
+
+%% Original object ID: 3014 0
+3086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3087 0 obj
+2226
+endobj
+
+%% Original object ID: 3015 0
+3088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3089 0 obj
+3330
+endobj
+
+%% Original object ID: 3016 0
+3090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3091 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3091 0 obj
+2592
+endobj
+
+%% Original object ID: 3017 0
+3092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3093 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3093 0 obj
+2226
+endobj
+
+%% Original object ID: 3018 0
+3094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3095 0 obj
+3285
+endobj
+
+%% Original object ID: 1768 0
+3096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3097 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3097 0 obj
+702
+endobj
+
+%% Original object ID: 3019 0
+3098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3099 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3099 0 obj
+648
+endobj
+
+%% Original object ID: 3020 0
+3100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3101 0 obj
+2646
+endobj
+
+%% Original object ID: 3021 0
+3102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3103 0 obj
+2226
+endobj
+
+%% Original object ID: 3022 0
+3104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3105 0 obj
+2430
+endobj
+
+%% Original object ID: 3023 0
+3106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3107 0 obj
+2646
+endobj
+
+%% Original object ID: 3024 0
+3108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3109 0 obj
+2322
+endobj
+
+%% Original object ID: 3025 0
+3110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3111 0 obj
+2322
+endobj
+
+%% Original object ID: 3026 0
+3112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3113 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3113 0 obj
+648
+endobj
+
+%% Original object ID: 3027 0
+3114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3115 0 obj
+2226
+endobj
+
+%% Original object ID: 3028 0
+3116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3117 0 obj
+2430
+endobj
+
+%% Original object ID: 1643 0
+3118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3119 0 obj
+2592
+endobj
+
+%% Original object ID: 1769 0
+3120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3121 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3121 0 obj
+3888
+endobj
+
+%% Original object ID: 3029 0
+3122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3123 0 obj
+2646
+endobj
+
+%% Original object ID: 3030 0
+3124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3125 0 obj
+1944
+endobj
+
+%% Original object ID: 3031 0
+3126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3127 0 obj
+3358
+endobj
+
+%% Original object ID: 3032 0
+3128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3129 0 obj
+3504
+endobj
+
+%% Original object ID: 3033 0
+3130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3131 0 obj
+3358
+endobj
+
+%% Original object ID: 3034 0
+3132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3133 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3133 0 obj
+81
+endobj
+
+%% Original object ID: 3035 0
+3134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 3135 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3135 0 obj
+3210
+endobj
+
+%% Original object ID: 3036 0
+3136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 3137 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3137 0 obj
+3210
+endobj
+
+%% Original object ID: 3037 0
+3138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3139 0 obj
+2646
+endobj
+
+%% Original object ID: 3038 0
+3140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3141 0 obj
+2646
+endobj
+
+%% Original object ID: 1770 0
+3142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3143 0 obj
+2646
+endobj
+
+%% Original object ID: 3039 0
+3144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3145 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3145 0 obj
+728
+endobj
+
+%% Original object ID: 3040 0
+3146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3147 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3147 0 obj
+522
+endobj
+
+%% Original object ID: 3041 0
+3148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3149 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3149 0 obj
+522
+endobj
+
+%% Original object ID: 3042 0
+3150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3151 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3151 0 obj
+522
+endobj
+
+%% Original object ID: 3043 0
+3152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3153 0 obj
+522
+endobj
+
+%% Original object ID: 3044 0
+3154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3155 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3155 0 obj
+522
+endobj
+
+%% Original object ID: 3045 0
+3156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3157 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3157 0 obj
+522
+endobj
+
+%% Original object ID: 3046 0
+3158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3159 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3159 0 obj
+522
+endobj
+
+%% Original object ID: 3047 0
+3160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3161 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3161 0 obj
+522
+endobj
+
+%% Original object ID: 3048 0
+3162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3163 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3163 0 obj
+522
+endobj
+
+%% Original object ID: 1771 0
+3164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3165 0 obj
+1431
+endobj
+
+%% Original object ID: 3049 0
+3166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3167 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3167 0 obj
+522
+endobj
+
+%% Original object ID: 3050 0
+3168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3169 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3169 0 obj
+522
+endobj
+
+%% Original object ID: 3051 0
+3170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3171 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3171 0 obj
+522
+endobj
+
+%% Original object ID: 3052 0
+3172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3173 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3173 0 obj
+522
+endobj
+
+%% Original object ID: 3053 0
+3174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3175 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3175 0 obj
+522
+endobj
+
+%% Original object ID: 3054 0
+3176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3177 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3177 0 obj
+522
+endobj
+
+%% Original object ID: 3055 0
+3178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3179 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3179 0 obj
+522
+endobj
+
+%% Original object ID: 3056 0
+3180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3181 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3181 0 obj
+522
+endobj
+
+%% Original object ID: 3057 0
+3182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3183 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3183 0 obj
+522
+endobj
+
+%% Original object ID: 3058 0
+3184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3185 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3185 0 obj
+522
+endobj
+
+%% Original object ID: 1772 0
+3186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3187 0 obj
+2322
+endobj
+
+%% Original object ID: 3059 0
+3188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3189 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3189 0 obj
+522
+endobj
+
+%% Original object ID: 3060 0
+3190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3191 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3191 0 obj
+522
+endobj
+
+%% Original object ID: 3061 0
+3192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3193 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3193 0 obj
+522
+endobj
+
+%% Original object ID: 3062 0
+3194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3195 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3195 0 obj
+522
+endobj
+
+%% Original object ID: 3063 0
+3196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3197 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3197 0 obj
+522
+endobj
+
+%% Original object ID: 3064 0
+3198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3199 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3199 0 obj
+522
+endobj
+
+%% Original object ID: 3065 0
+3200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3201 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3201 0 obj
+522
+endobj
+
+%% Original object ID: 3066 0
+3202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3203 0 obj
+3650
+endobj
+
+%% Original object ID: 3067 0
+3204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3205 0 obj
+3650
+endobj
+
+%% Original object ID: 3068 0
+3206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3207 0 obj
+1749
+endobj
+
+%% Original object ID: 1773 0
+3208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3209 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3209 0 obj
+3024
+endobj
+
+%% Original object ID: 3069 0
+3210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3211 0 obj
+2646
+endobj
+
+%% Original object ID: 3070 0
+3212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3213 0 obj
+2700
+endobj
+
+%% Original object ID: 3071 0
+3214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3215 0 obj
+2700
+endobj
+
+%% Original object ID: 3072 0
+3216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3217 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3217 0 obj
+728
+endobj
+
+%% Original object ID: 3073 0
+3218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3219 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3219 0 obj
+522
+endobj
+
+%% Original object ID: 3074 0
+3220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3221 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3221 0 obj
+522
+endobj
+
+%% Original object ID: 3075 0
+3222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3223 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3223 0 obj
+522
+endobj
+
+%% Original object ID: 3076 0
+3224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3225 0 obj
+522
+endobj
+
+%% Original object ID: 3077 0
+3226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3227 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3227 0 obj
+522
+endobj
+
+%% Original object ID: 3078 0
+3228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3229 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3229 0 obj
+522
+endobj
+
+%% Original object ID: 1774 0
+3230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3231 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3231 0 obj
+648
+endobj
+
+%% Original object ID: 3079 0
+3232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3233 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3233 0 obj
+522
+endobj
+
+%% Original object ID: 3080 0
+3234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3235 0 obj
+522
+endobj
+
+%% Original object ID: 3081 0
+3236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3237 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3237 0 obj
+522
+endobj
+
+%% Original object ID: 3082 0
+3238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3239 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3239 0 obj
+522
+endobj
+
+%% Original object ID: 3083 0
+3240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3241 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3241 0 obj
+522
+endobj
+
+%% Original object ID: 3084 0
+3242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3243 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3243 0 obj
+522
+endobj
+
+%% Original object ID: 3085 0
+3244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3245 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3245 0 obj
+522
+endobj
+
+%% Original object ID: 3086 0
+3246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3247 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3247 0 obj
+522
+endobj
+
+%% Original object ID: 3087 0
+3248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3249 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3249 0 obj
+522
+endobj
+
+%% Original object ID: 3088 0
+3250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3251 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3251 0 obj
+522
+endobj
+
+%% Original object ID: 1775 0
+3252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3253 0 obj
+2226
+endobj
+
+%% Original object ID: 3089 0
+3254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3255 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3255 0 obj
+522
+endobj
+
+%% Original object ID: 3090 0
+3256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3257 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3257 0 obj
+522
+endobj
+
+%% Original object ID: 3091 0
+3258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3259 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3259 0 obj
+522
+endobj
+
+%% Original object ID: 3092 0
+3260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3261 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3261 0 obj
+522
+endobj
+
+%% Original object ID: 3093 0
+3262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3263 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3263 0 obj
+522
+endobj
+
+%% Original object ID: 3094 0
+3264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3265 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3265 0 obj
+522
+endobj
+
+%% Original object ID: 3095 0
+3266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3267 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3267 0 obj
+522
+endobj
+
+%% Original object ID: 3096 0
+3268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3269 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3269 0 obj
+1008
+endobj
+
+%% Original object ID: 3097 0
+3270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3271 0 obj
+2272
+endobj
+
+%% Original object ID: 3098 0
+3272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 3273 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3273 0 obj
+3723
+endobj
+
+%% Original object ID: 1776 0
+3274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3275 0 obj
+3330
+endobj
+
+%% Original object ID: 3099 0
+3276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3277 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3277 0 obj
+728
+endobj
+
+%% Original object ID: 3100 0
+3278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3279 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3279 0 obj
+348
+endobj
+
+%% Original object ID: 3101 0
+3280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3281 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3281 0 obj
+348
+endobj
+
+%% Original object ID: 3102 0
+3282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3283 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3283 0 obj
+348
+endobj
+
+%% Original object ID: 3103 0
+3284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3285 0 obj
+348
+endobj
+
+%% Original object ID: 3104 0
+3286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3287 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3287 0 obj
+348
+endobj
+
+%% Original object ID: 3105 0
+3288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3289 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3289 0 obj
+348
+endobj
+
+%% Original object ID: 3106 0
+3290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3291 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3291 0 obj
+348
+endobj
+
+%% Original object ID: 3107 0
+3292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3293 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3293 0 obj
+348
+endobj
+
+%% Original object ID: 3108 0
+3294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3295 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3295 0 obj
+348
+endobj
+
+%% Original object ID: 1777 0
+3296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3297 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3297 0 obj
+234
+endobj
+
+%% Original object ID: 3109 0
+3298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3299 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3299 0 obj
+348
+endobj
+
+%% Original object ID: 3110 0
+3300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3301 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3301 0 obj
+348
+endobj
+
+%% Original object ID: 3111 0
+3302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3303 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3303 0 obj
+348
+endobj
+
+%% Original object ID: 3112 0
+3304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3305 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3305 0 obj
+348
+endobj
+
+%% Original object ID: 3113 0
+3306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3307 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3307 0 obj
+348
+endobj
+
+%% Original object ID: 3114 0
+3308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3309 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3309 0 obj
+348
+endobj
+
+%% Original object ID: 3115 0
+3310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3311 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3311 0 obj
+348
+endobj
+
+%% Original object ID: 3116 0
+3312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3313 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3313 0 obj
+348
+endobj
+
+%% Original object ID: 3117 0
+3314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3315 0 obj
+2272
+endobj
+
+%% Original object ID: 3118 0
+3316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3317 0 obj
+2646
+endobj
+
+%% Original object ID: 1778 0
+3318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3319 0 obj
+2322
+endobj
+
+%% Original object ID: 3119 0
+3320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3321 0 obj
+2272
+endobj
+
+%% Original object ID: 3120 0
+3322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3323 0 obj
+2646
+endobj
+
+%% Original object ID: 3121 0
+3324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3325 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3325 0 obj
+728
+endobj
+
+%% Original object ID: 3122 0
+3326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3327 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3327 0 obj
+348
+endobj
+
+%% Original object ID: 3123 0
+3328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3329 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3329 0 obj
+348
+endobj
+
+%% Original object ID: 3124 0
+3330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3331 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3331 0 obj
+348
+endobj
+
+%% Original object ID: 3125 0
+3332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3333 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3333 0 obj
+348
+endobj
+
+%% Original object ID: 3126 0
+3334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3335 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3335 0 obj
+1008
+endobj
+
+%% Original object ID: 3127 0
+3336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3337 0 obj
+3650
+endobj
+
+%% Original object ID: 3128 0
+3338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3339 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3339 0 obj
+728
+endobj
+
+%% Original object ID: 1644 0
+3340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3341 0 obj
+1431
+endobj
+
+%% Original object ID: 1779 0
+3342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 3343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3343 0 obj
+3796
+endobj
+
+%% Original object ID: 3129 0
+3344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3345 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3345 0 obj
+348
+endobj
+
+%% Original object ID: 3130 0
+3346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3347 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3347 0 obj
+348
+endobj
+
+%% Original object ID: 3131 0
+3348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3349 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3349 0 obj
+348
+endobj
+
+%% Original object ID: 3132 0
+3350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3351 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3351 0 obj
+348
+endobj
+
+%% Original object ID: 3133 0
+3352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3353 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3353 0 obj
+348
+endobj
+
+%% Original object ID: 3134 0
+3354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3355 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3355 0 obj
+348
+endobj
+
+%% Original object ID: 3135 0
+3356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3357 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3357 0 obj
+348
+endobj
+
+%% Original object ID: 3136 0
+3358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3359 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3359 0 obj
+348
+endobj
+
+%% Original object ID: 3137 0
+3360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3361 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3361 0 obj
+3888
+endobj
+
+%% Original object ID: 3138 0
+3362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3363 0 obj
+2646
+endobj
+
+%% Original object ID: 1780 0
+3364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3365 0 obj
+2226
+endobj
+
+%% Original object ID: 3139 0
+3366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3367 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3367 0 obj
+1008
+endobj
+
+%% Original object ID: 3140 0
+3368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3369 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3369 0 obj
+1008
+endobj
+
+%% Original object ID: 3141 0
+3370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3371 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3371 0 obj
+728
+endobj
+
+%% Original object ID: 3142 0
+3372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3373 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3373 0 obj
+348
+endobj
+
+%% Original object ID: 3143 0
+3374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3375 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3375 0 obj
+348
+endobj
+
+%% Original object ID: 3144 0
+3376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3377 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3377 0 obj
+348
+endobj
+
+%% Original object ID: 3145 0
+3378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3379 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3379 0 obj
+348
+endobj
+
+%% Original object ID: 3146 0
+3380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3381 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3381 0 obj
+348
+endobj
+
+%% Original object ID: 3147 0
+3382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3383 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3383 0 obj
+348
+endobj
+
+%% Original object ID: 3148 0
+3384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3385 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3385 0 obj
+348
+endobj
+
+%% Original object ID: 1781 0
+3386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3387 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3387 0 obj
+702
+endobj
+
+%% Original object ID: 3149 0
+3388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3389 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3389 0 obj
+348
+endobj
+
+%% Original object ID: 3150 0
+3390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3391 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3391 0 obj
+348
+endobj
+
+%% Original object ID: 3151 0
+3392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3393 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3393 0 obj
+348
+endobj
+
+%% Original object ID: 3152 0
+3394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3395 0 obj
+348
+endobj
+
+%% Original object ID: 3153 0
+3396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3397 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3397 0 obj
+348
+endobj
+
+%% Original object ID: 3154 0
+3398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3399 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3399 0 obj
+348
+endobj
+
+%% Original object ID: 3155 0
+3400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3401 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3401 0 obj
+348
+endobj
+
+%% Original object ID: 3156 0
+3402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 3403 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3403 0 obj
+1748
+endobj
+
+%% Original object ID: 3157 0
+3404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 3405 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3405 0 obj
+1748
+endobj
+
+%% Original object ID: 3158 0
+3406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 3407 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3407 0 obj
+720
+endobj
+
+%% Original object ID: 1782 0
+3408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 3409 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3409 0 obj
+2208
+endobj
+
+%% Original object ID: 3159 0
+3410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3411 0 obj
+2592
+endobj
+
+%% Original object ID: 3160 0
+3412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3413 0 obj
+3763
+endobj
+
+%% Original object ID: 3161 0
+3414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3415 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3415 0 obj
+648
+endobj
+
+%% Original object ID: 3162 0
+3416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3417 0 obj
+2226
+endobj
+
+%% Original object ID: 3163 0
+3418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3419 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3419 0 obj
+1846
+endobj
+
+%% Original object ID: 3164 0
+3420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3421 0 obj
+2646
+endobj
+
+%% Original object ID: 3165 0
+3422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3423 0 obj
+1431
+endobj
+
+%% Original object ID: 3166 0
+3424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3425 0 obj
+2646
+endobj
+
+%% Original object ID: 3167 0
+3426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3427 0 obj
+2322
+endobj
+
+%% Original object ID: 3168 0
+3428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3429 0 obj
+1846
+endobj
+
+%% Original object ID: 1783 0
+3430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3431 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3431 0 obj
+3528
+endobj
+
+%% Original object ID: 3169 0
+3432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3433 0 obj
+2646
+endobj
+
+%% Original object ID: 3170 0
+3434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3435 0 obj
+3285
+endobj
+
+%% Original object ID: 3171 0
+3436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3437 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3437 0 obj
+648
+endobj
+
+%% Original object ID: 3172 0
+3438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3439 0 obj
+2226
+endobj
+
+%% Original object ID: 3173 0
+3440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3441 0 obj
+3285
+endobj
+
+%% Original object ID: 3174 0
+3442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3443 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3443 0 obj
+648
+endobj
+
+%% Original object ID: 3175 0
+3444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3445 0 obj
+2592
+endobj
+
+%% Original object ID: 3176 0
+3446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3447 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3447 0 obj
+3504
+endobj
+
+%% Original object ID: 3177 0
+3448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3449 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3449 0 obj
+648
+endobj
+
+%% Original object ID: 3178 0
+3450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3451 0 obj
+2226
+endobj
+
+%% Original object ID: 1784 0
+3452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3453 0 obj
+1749
+endobj
+
+%% Original object ID: 3179 0
+3454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3455 0 obj
+3330
+endobj
+
+%% Original object ID: 3180 0
+3456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3457 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3457 0 obj
+648
+endobj
+
+%% Original object ID: 3181 0
+3458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3459 0 obj
+2226
+endobj
+
+%% Original object ID: 3182 0
+3460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3461 0 obj
+1846
+endobj
+
+%% Original object ID: 3183 0
+3462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3463 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3463 0 obj
+3024
+endobj
+
+%% Original object ID: 3184 0
+3464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3465 0 obj
+2646
+endobj
+
+%% Original object ID: 3185 0
+3466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3467 0 obj
+2592
+endobj
+
+%% Original object ID: 3186 0
+3468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3469 0 obj
+2226
+endobj
+
+%% Original object ID: 3187 0
+3470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3471 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3471 0 obj
+2444
+endobj
+
+%% Original object ID: 3188 0
+3472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3473 0 obj
+2646
+endobj
+
+%% Original object ID: 1785 0
+3474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3475 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3475 0 obj
+1008
+endobj
+
+%% Original object ID: 3189 0
+3476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3477 0 obj
+2226
+endobj
+
+%% Original object ID: 3190 0
+3478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3479 0 obj
+1846
+endobj
+
+%% Original object ID: 3191 0
+3480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3481 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3481 0 obj
+648
+endobj
+
+%% Original object ID: 3192 0
+3482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3483 0 obj
+2592
+endobj
+
+%% Original object ID: 3193 0
+3484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3485 0 obj
+2226
+endobj
+
+%% Original object ID: 3194 0
+3486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3487 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3487 0 obj
+3888
+endobj
+
+%% Original object ID: 3195 0
+3488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3489 0 obj
+2592
+endobj
+
+%% Original object ID: 3196 0
+3490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3491 0 obj
+2226
+endobj
+
+%% Original object ID: 3197 0
+3492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3493 0 obj
+3285
+endobj
+
+%% Original object ID: 3198 0
+3494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 3495 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3495 0 obj
+720
+endobj
+
+%% Original object ID: 1786 0
+3496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3497 0 obj
+3650
+endobj
+
+%% Original object ID: 3199 0
+3498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3499 0 obj
+2226
+endobj
+
+%% Original object ID: 3200 0
+3500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3501 0 obj
+2322
+endobj
+
+%% Original object ID: 3201 0
+3502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3503 0 obj
+1846
+endobj
+
+%% Original object ID: 3202 0
+3504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3505 0 obj
+1431
+endobj
+
+%% Original object ID: 3203 0
+3506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3507 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3507 0 obj
+2226
+endobj
+
+%% Original object ID: 3204 0
+3508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3509 0 obj
+3763
+endobj
+
+%% Original object ID: 3205 0
+3510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3511 0 obj
+2646
+endobj
+
+%% Original object ID: 3206 0
+3512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3513 0 obj
+2226
+endobj
+
+%% Original object ID: 3207 0
+3514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3515 0 obj
+1846
+endobj
+
+%% Original object ID: 3208 0
+3516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3517 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3517 0 obj
+468
+endobj
+
+%% Original object ID: 1787 0
+3518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3519 0 obj
+2646
+endobj
+
+%% Original object ID: 3209 0
+3520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3521 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3521 0 obj
+348
+endobj
+
+%% Original object ID: 3210 0
+3522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3523 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3523 0 obj
+348
+endobj
+
+%% Original object ID: 3211 0
+3524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3525 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3525 0 obj
+348
+endobj
+
+%% Original object ID: 3212 0
+3526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3527 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3527 0 obj
+348
+endobj
+
+%% Original object ID: 3213 0
+3528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3529 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3529 0 obj
+348
+endobj
+
+%% Original object ID: 3214 0
+3530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3531 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3531 0 obj
+348
+endobj
+
+%% Original object ID: 3215 0
+3532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3533 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3533 0 obj
+348
+endobj
+
+%% Original object ID: 3216 0
+3534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3535 0 obj
+348
+endobj
+
+%% Original object ID: 3217 0
+3536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3537 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3537 0 obj
+348
+endobj
+
+%% Original object ID: 3218 0
+3538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3539 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3539 0 obj
+348
+endobj
+
+%% Original object ID: 1788 0
+3540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 3541 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3541 0 obj
+3723
+endobj
+
+%% Original object ID: 3219 0
+3542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3543 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3543 0 obj
+348
+endobj
+
+%% Original object ID: 3220 0
+3544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3545 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3545 0 obj
+348
+endobj
+
+%% Original object ID: 3221 0
+3546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3547 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3547 0 obj
+348
+endobj
+
+%% Original object ID: 3222 0
+3548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3549 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3549 0 obj
+3888
+endobj
+
+%% Original object ID: 3223 0
+3550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3551 0 obj
+2592
+endobj
+
+%% Original object ID: 3224 0
+3552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3553 0 obj
+1431
+endobj
+
+%% Original object ID: 3225 0
+3554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3555 0 obj
+1846
+endobj
+
+%% Original object ID: 3226 0
+3556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3557 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3557 0 obj
+468
+endobj
+
+%% Original object ID: 3227 0
+3558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3559 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3559 0 obj
+348
+endobj
+
+%% Original object ID: 3228 0
+3560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3561 0 obj
+348
+endobj
+
+%% Original object ID: 1645 0
+3562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3563 0 obj
+3763
+endobj
+
+%% Original object ID: 1789 0
+3564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 3565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3565 0 obj
+3692
+endobj
+
+%% Original object ID: 3229 0
+3566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3567 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3567 0 obj
+348
+endobj
+
+%% Original object ID: 3230 0
+3568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 6
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 3569 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3569 0 obj
+348
+endobj
+
+%% Original object ID: 3231 0
+3570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3571 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3571 0 obj
+3888
+endobj
+
+%% Original object ID: 3232 0
+3572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3573 0 obj
+2226
+endobj
+
+%% Original object ID: 3233 0
+3574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3575 0 obj
+2430
+endobj
+
+%% Original object ID: 3234 0
+3576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3577 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3577 0 obj
+648
+endobj
+
+%% Original object ID: 3235 0
+3578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3579 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3579 0 obj
+2592
+endobj
+
+%% Original object ID: 3236 0
+3580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3581 0 obj
+2322
+endobj
+
+%% Original object ID: 3237 0
+3582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3583 0 obj
+2646
+endobj
+
+%% Original object ID: 3238 0
+3584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3585 0 obj
+2263
+endobj
+
+%% Original object ID: 1790 0
+3586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 3587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3587 0 obj
+2016
+endobj
+
+%% Original object ID: 3239 0
+3588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3589 0 obj
+2592
+endobj
+
+%% Original object ID: 3240 0
+3590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3591 0 obj
+1431
+endobj
+
+%% Original object ID: 3241 0
+3592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3593 0 obj
+3763
+endobj
+
+%% Original object ID: 3242 0
+3594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3595 0 obj
+2592
+endobj
+
+%% Original object ID: 3243 0
+3596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3597 0 obj
+2226
+endobj
+
+%% Original object ID: 3244 0
+3598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3599 0 obj
+3285
+endobj
+
+%% Original object ID: 3245 0
+3600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3601 0 obj
+2430
+endobj
+
+%% Original object ID: 3246 0
+3602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3603 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3603 0 obj
+3024
+endobj
+
+%% Original object ID: 3247 0
+3604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3605 0 obj
+2646
+endobj
+
+%% Original object ID: 3248 0
+3606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3607 0 obj
+2430
+endobj
+
+%% Original object ID: 1791 0
+3608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3609 0 obj
+3384
+endobj
+
+%% Original object ID: 3249 0
+3610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3611 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3611 0 obj
+3096
+endobj
+
+%% Original object ID: 3250 0
+3612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3613 0 obj
+3763
+endobj
+
+%% Original object ID: 3251 0
+3614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3615 0 obj
+2592
+endobj
+
+%% Original object ID: 3252 0
+3616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3617 0 obj
+3285
+endobj
+
+%% Original object ID: 3253 0
+3618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3619 0 obj
+2646
+endobj
+
+%% Original object ID: 3254 0
+3620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3621 0 obj
+2592
+endobj
+
+%% Original object ID: 3255 0
+3622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3623 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3623 0 obj
+2226
+endobj
+
+%% Original object ID: 3256 0
+3624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3625 0 obj
+1846
+endobj
+
+%% Original object ID: 3257 0
+3626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3627 0 obj
+1846
+endobj
+
+%% Original object ID: 3258 0
+3628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3629 0 obj
+2592
+endobj
+
+%% Original object ID: 1792 0
+3630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3631 0 obj
+3431
+endobj
+
+%% Original object ID: 3259 0
+3632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 3633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3633 0 obj
+576
+endobj
+
+%% Original object ID: 3260 0
+3634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3635 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3635 0 obj
+648
+endobj
+
+%% Original object ID: 3261 0
+3636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3637 0 obj
+1846
+endobj
+
+%% Original object ID: 3262 0
+3638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3639 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3639 0 obj
+3504
+endobj
+
+%% Original object ID: 3263 0
+3640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3641 0 obj
+2592
+endobj
+
+%% Original object ID: 3264 0
+3642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3643 0 obj
+2263
+endobj
+
+%% Original object ID: 3265 0
+3644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3645 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3645 0 obj
+3456
+endobj
+
+%% Original object ID: 3266 0
+3646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3647 0 obj
+2592
+endobj
+
+%% Original object ID: 3267 0
+3648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3649 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3649 0 obj
+648
+endobj
+
+%% Original object ID: 3268 0
+3650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3651 0 obj
+1431
+endobj
+
+%% Original object ID: 1793 0
+3652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3653 0 obj
+2592
+endobj
+
+%% Original object ID: 3269 0
+3654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3655 0 obj
+2263
+endobj
+
+%% Original object ID: 3270 0
+3656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3657 0 obj
+2592
+endobj
+
+%% Original object ID: 3271 0
+3658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3659 0 obj
+2496
+endobj
+
+%% Original object ID: 3272 0
+3660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3661 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3661 0 obj
+3888
+endobj
+
+%% Original object ID: 3273 0
+3662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3663 0 obj
+2592
+endobj
+
+%% Original object ID: 3274 0
+3664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3665 0 obj
+2226
+endobj
+
+%% Original object ID: 3275 0
+3666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3667 0 obj
+3285
+endobj
+
+%% Original object ID: 3276 0
+3668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 25
+ /Length 3669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3669 0 obj
+600
+endobj
+
+%% Original object ID: 3277 0
+3670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3671 0 obj
+2592
+endobj
+
+%% Original object ID: 3278 0
+3672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3673 0 obj
+2226
+endobj
+
+%% Original object ID: 1794 0
+3674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3675 0 obj
+2430
+endobj
+
+%% Original object ID: 3279 0
+3676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3677 0 obj
+3285
+endobj
+
+%% Original object ID: 3280 0
+3678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3679 0 obj
+3763
+endobj
+
+%% Original object ID: 3281 0
+3680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3681 0 obj
+2592
+endobj
+
+%% Original object ID: 3282 0
+3682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3683 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3683 0 obj
+648
+endobj
+
+%% Original object ID: 3283 0
+3684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3685 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3685 0 obj
+648
+endobj
+
+%% Original object ID: 3284 0
+3686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3687 0 obj
+1846
+endobj
+
+%% Original object ID: 3285 0
+3688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3689 0 obj
+2592
+endobj
+
+%% Original object ID: 3286 0
+3690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3691 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3691 0 obj
+648
+endobj
+
+%% Original object ID: 3287 0
+3692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3693 0 obj
+1846
+endobj
+
+%% Original object ID: 3288 0
+3694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3695 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3695 0 obj
+3504
+endobj
+
+%% Original object ID: 1795 0
+3696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3697 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3697 0 obj
+3096
+endobj
+
+%% Original object ID: 3289 0
+3698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3699 0 obj
+2592
+endobj
+
+%% Original object ID: 3290 0
+3700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3701 0 obj
+2263
+endobj
+
+%% Original object ID: 3291 0
+3702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3703 0 obj
+3456
+endobj
+
+%% Original object ID: 3292 0
+3704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3705 0 obj
+2592
+endobj
+
+%% Original object ID: 3293 0
+3706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3707 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3707 0 obj
+648
+endobj
+
+%% Original object ID: 3294 0
+3708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3709 0 obj
+1431
+endobj
+
+%% Original object ID: 3295 0
+3710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3711 0 obj
+2263
+endobj
+
+%% Original object ID: 3296 0
+3712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3713 0 obj
+2592
+endobj
+
+%% Original object ID: 3297 0
+3714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3715 0 obj
+2496
+endobj
+
+%% Original object ID: 3298 0
+3716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3717 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3717 0 obj
+3888
+endobj
+
+%% Original object ID: 1796 0
+3718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3719 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3719 0 obj
+2444
+endobj
+
+%% Original object ID: 3299 0
+3720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3721 0 obj
+2592
+endobj
+
+%% Original object ID: 3300 0
+3722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3723 0 obj
+2226
+endobj
+
+%% Original object ID: 3301 0
+3724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3725 0 obj
+3285
+endobj
+
+%% Original object ID: 3302 0
+3726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 29
+ /Length 3727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3727 0 obj
+2088
+endobj
+
+%% Original object ID: 3303 0
+3728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3729 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3729 0 obj
+3888
+endobj
+
+%% Original object ID: 3304 0
+3730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3731 0 obj
+3384
+endobj
+
+%% Original object ID: 3305 0
+3732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3733 0 obj
+3358
+endobj
+
+%% Original object ID: 3306 0
+3734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3735 0 obj
+3358
+endobj
+
+%% Original object ID: 3307 0
+3736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3737 0 obj
+3384
+endobj
+
+%% Original object ID: 3308 0
+3738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3739 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3739 0 obj
+3888
+endobj
+
+%% Original object ID: 1797 0
+3740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3741 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3741 0 obj
+648
+endobj
+
+%% Original object ID: 3309 0
+3742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3743 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3743 0 obj
+81
+endobj
+
+%% Original object ID: 3310 0
+3744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3745 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3745 0 obj
+81
+endobj
+
+%% Original object ID: 3311 0
+3746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3747 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3747 0 obj
+3888
+endobj
+
+%% Original object ID: 3312 0
+3748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3749 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3749 0 obj
+2592
+endobj
+
+%% Original object ID: 3313 0
+3750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3751 0 obj
+2496
+endobj
+
+%% Original object ID: 3314 0
+3752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3753 0 obj
+1944
+endobj
+
+%% Original object ID: 3315 0
+3754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3755 0 obj
+3358
+endobj
+
+%% Original object ID: 3316 0
+3756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3757 0 obj
+3358
+endobj
+
+%% Original object ID: 3317 0
+3758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3759 0 obj
+3504
+endobj
+
+%% Original object ID: 3318 0
+3760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3761 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3761 0 obj
+3456
+endobj
+
+%% Original object ID: 1798 0
+3762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3763 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3763 0 obj
+648
+endobj
+
+%% Original object ID: 3319 0
+3764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3765 0 obj
+2592
+endobj
+
+%% Original object ID: 3320 0
+3766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3767 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3767 0 obj
+648
+endobj
+
+%% Original object ID: 3321 0
+3768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3769 0 obj
+1431
+endobj
+
+%% Original object ID: 3322 0
+3770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 3771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3771 0 obj
+2263
+endobj
+
+%% Original object ID: 3323 0
+3772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3773 0 obj
+2592
+endobj
+
+%% Original object ID: 3324 0
+3774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3775 0 obj
+2496
+endobj
+
+%% Original object ID: 3325 0
+3776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3777 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3777 0 obj
+216
+endobj
+
+%% Original object ID: 3326 0
+3778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3779 0 obj
+3384
+endobj
+
+%% Original object ID: 3327 0
+3780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3781 0 obj
+3384
+endobj
+
+%% Original object ID: 3328 0
+3782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3783 0 obj
+3358
+endobj
+
+%% Original object ID: 1646 0
+3784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3785 0 obj
+2592
+endobj
+
+%% Original object ID: 1799 0
+3786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 3787 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3787 0 obj
+648
+endobj
+
+%% Original object ID: 3329 0
+3788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3789 0 obj
+3358
+endobj
+
+%% Original object ID: 3330 0
+3790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3791 0 obj
+3358
+endobj
+
+%% Original object ID: 3331 0
+3792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 8
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3793 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3793 0 obj
+216
+endobj
+
+%% Original object ID: 3332 0
+3794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3795 0 obj
+1944
+endobj
+
+%% Original object ID: 3333 0
+3796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3797 0 obj
+3358
+endobj
+
+%% Original object ID: 3334 0
+3798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3799 0 obj
+3358
+endobj
+
+%% Original object ID: 3335 0
+3800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3801 0 obj
+3504
+endobj
+
+%% Original object ID: 3336 0
+3802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3803 0 obj
+3650
+endobj
+
+%% Original object ID: 3337 0
+3804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3805 0 obj
+2272
+endobj
+
+%% Original object ID: 3338 0
+3806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3807 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3807 0 obj
+1008
+endobj
+
+%% Original object ID: 1800 0
+3808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3809 0 obj
+2646
+endobj
+
+%% Original object ID: 3339 0
+3810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 3811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3811 0 obj
+2862
+endobj
+
+%% Original object ID: 3340 0
+3812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3813 0 obj
+2491
+endobj
+
+%% Original object ID: 3341 0
+3814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3815 0 obj
+2700
+endobj
+
+%% Original object ID: 3342 0
+3816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3817 0 obj
+2272
+endobj
+
+%% Original object ID: 3343 0
+3818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 3819 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3819 0 obj
+3723
+endobj
+
+%% Original object ID: 3344 0
+3820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 3821 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3821 0 obj
+2862
+endobj
+
+%% Original object ID: 3345 0
+3822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3823 0 obj
+2700
+endobj
+
+%% Original object ID: 3346 0
+3824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3825 0 obj
+2272
+endobj
+
+%% Original object ID: 3347 0
+3826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3827 0 obj
+2646
+endobj
+
+%% Original object ID: 3348 0
+3828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3829 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3829 0 obj
+3650
+endobj
+
+%% Original object ID: 1801 0
+3830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 3831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3831 0 obj
+2208
+endobj
+
+%% Original object ID: 3349 0
+3832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3833 0 obj
+2646
+endobj
+
+%% Original object ID: 3350 0
+3834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3835 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3835 0 obj
+1749
+endobj
+
+%% Original object ID: 3351 0
+3836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3837 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3837 0 obj
+3504
+endobj
+
+%% Original object ID: 3352 0
+3838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3839 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3839 0 obj
+3358
+endobj
+
+%% Original object ID: 3353 0
+3840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3841 0 obj
+3650
+endobj
+
+%% Original object ID: 3354 0
+3842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 3843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3843 0 obj
+2862
+endobj
+
+%% Original object ID: 3355 0
+3844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3845 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3845 0 obj
+2491
+endobj
+
+%% Original object ID: 3356 0
+3846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3847 0 obj
+2700
+endobj
+
+%% Original object ID: 3357 0
+3848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3849 0 obj
+2646
+endobj
+
+%% Original object ID: 3358 0
+3850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3851 0 obj
+3312
+endobj
+
+%% Original object ID: 1802 0
+3852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 3853 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3853 0 obj
+2208
+endobj
+
+%% Original object ID: 3359 0
+3854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3855 0 obj
+3358
+endobj
+
+%% Original object ID: 3360 0
+3856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 3857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3857 0 obj
+2862
+endobj
+
+%% Original object ID: 3361 0
+3858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3859 0 obj
+2491
+endobj
+
+%% Original object ID: 3362 0
+3860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 12
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3861 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3861 0 obj
+324
+endobj
+
+%% Original object ID: 3363 0
+3862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3863 0 obj
+2646
+endobj
+
+%% Original object ID: 3364 0
+3864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3865 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3865 0 obj
+3650
+endobj
+
+%% Original object ID: 3365 0
+3866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3867 0 obj
+2646
+endobj
+
+%% Original object ID: 3366 0
+3868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3869 0 obj
+1749
+endobj
+
+%% Original object ID: 3367 0
+3870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 20
+ /Length 3871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3871 0 obj
+1540
+endobj
+
+%% Original object ID: 3368 0
+3872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 12
+ /Length 3873 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3873 0 obj
+720
+endobj
+
+%% Original object ID: 1803 0
+3874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3875 0 obj
+2592
+endobj
+
+%% Original object ID: 3369 0
+3876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 3877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3877 0 obj
+1755
+endobj
+
+%% Original object ID: 3370 0
+3878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 3879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3879 0 obj
+1840
+endobj
+
+%% Original object ID: 3371 0
+3880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 12
+ /Length 3881 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3881 0 obj
+720
+endobj
+
+%% Original object ID: 3372 0
+3882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3883 0 obj
+1620
+endobj
+
+%% Original object ID: 3373 0
+3884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3885 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3885 0 obj
+2666
+endobj
+
+%% Original object ID: 3374 0
+3886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3887 0 obj
+1215
+endobj
+
+%% Original object ID: 3375 0
+3888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 3889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3889 0 obj
+3420
+endobj
+
+%% Original object ID: 3376 0
+3890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 3891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3891 0 obj
+3172
+endobj
+
+%% Original object ID: 3377 0
+3892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3893 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3893 0 obj
+3000
+endobj
+
+%% Original object ID: 3378 0
+3894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 64
+ /Length 3895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3895 0 obj
+2880
+endobj
+
+%% Original object ID: 1804 0
+3896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3897 0 obj
+2226
+endobj
+
+%% Original object ID: 3379 0
+3898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 3899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3899 0 obj
+1840
+endobj
+
+%% Original object ID: 3380 0
+3900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 64
+ /Length 3901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3901 0 obj
+2880
+endobj
+
+%% Original object ID: 3381 0
+3902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3903 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3903 0 obj
+2562
+endobj
+
+%% Original object ID: 3382 0
+3904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 3905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3905 0 obj
+1840
+endobj
+
+%% Original object ID: 3383 0
+3906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3907 0 obj
+1215
+endobj
+
+%% Original object ID: 3384 0
+3908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 41
+ /Length 3909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3909 0 obj
+1886
+endobj
+
+%% Original object ID: 3385 0
+3910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 3911 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3911 0 obj
+2340
+endobj
+
+%% Original object ID: 3386 0
+3912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 12
+ /Length 3913 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3913 0 obj
+720
+endobj
+
+%% Original object ID: 3387 0
+3914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3915 0 obj
+2604
+endobj
+
+%% Original object ID: 3388 0
+3916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 20
+ /Length 3917 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3917 0 obj
+1540
+endobj
+
+%% Original object ID: 1805 0
+3918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3919 0 obj
+2430
+endobj
+
+%% Original object ID: 3389 0
+3920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3921 0 obj
+3358
+endobj
+
+%% Original object ID: 3390 0
+3922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3923 0 obj
+3312
+endobj
+
+%% Original object ID: 3391 0
+3924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3925 0 obj
+2646
+endobj
+
+%% Original object ID: 3392 0
+3926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3927 0 obj
+2491
+endobj
+
+%% Original object ID: 3393 0
+3928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3929 0 obj
+3650
+endobj
+
+%% Original object ID: 3394 0
+3930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3931 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3931 0 obj
+2491
+endobj
+
+%% Original object ID: 3395 0
+3932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3933 0 obj
+2646
+endobj
+
+%% Original object ID: 3396 0
+3934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3935 0 obj
+2272
+endobj
+
+%% Original object ID: 3397 0
+3936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 3937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3937 0 obj
+3692
+endobj
+
+%% Original object ID: 3398 0
+3938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 3939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3939 0 obj
+2016
+endobj
+
+%% Original object ID: 1806 0
+3940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3941 0 obj
+2646
+endobj
+
+%% Original object ID: 3399 0
+3942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3943 0 obj
+3384
+endobj
+
+%% Original object ID: 3400 0
+3944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3945 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3945 0 obj
+3337
+endobj
+
+%% Original object ID: 3401 0
+3946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3947 0 obj
+3384
+endobj
+
+%% Original object ID: 3402 0
+3948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 3949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3949 0 obj
+3358
+endobj
+
+%% Original object ID: 3403 0
+3950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3951 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3951 0 obj
+3528
+endobj
+
+%% Original object ID: 3404 0
+3952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3953 0 obj
+2646
+endobj
+
+%% Original object ID: 3405 0
+3954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3955 0 obj
+1749
+endobj
+
+%% Original object ID: 3406 0
+3956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3957 0 obj
+2646
+endobj
+
+%% Original object ID: 3407 0
+3958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3959 0 obj
+2646
+endobj
+
+%% Original object ID: 3408 0
+3960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3961 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3961 0 obj
+1008
+endobj
+
+%% Original object ID: 1807 0
+3962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3963 0 obj
+1431
+endobj
+
+%% Original object ID: 3409 0
+3964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 14
+ /Length 3965 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3965 0 obj
+1008
+endobj
+
+%% Original object ID: 3410 0
+3966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 3967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3967 0 obj
+1749
+endobj
+
+%% Original object ID: 3411 0
+3968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3969 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3969 0 obj
+2491
+endobj
+
+%% Original object ID: 3412 0
+3970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3971 0 obj
+2491
+endobj
+
+%% Original object ID: 3413 0
+3972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3973 0 obj
+2592
+endobj
+
+%% Original object ID: 3414 0
+3974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3975 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3975 0 obj
+3384
+endobj
+
+%% Original object ID: 3415 0
+3976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 3977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3977 0 obj
+3692
+endobj
+
+%% Original object ID: 3416 0
+3978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 3979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3979 0 obj
+2016
+endobj
+
+%% Original object ID: 3417 0
+3980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3981 0 obj
+3384
+endobj
+
+%% Original object ID: 3418 0
+3982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3983 0 obj
+3431
+endobj
+
+%% Original object ID: 1808 0
+3984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3985 0 obj
+1846
+endobj
+
+%% Original object ID: 3419 0
+3986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3987 0 obj
+3384
+endobj
+
+%% Original object ID: 3420 0
+3988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 3989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3989 0 obj
+3550
+endobj
+
+%% Original object ID: 3421 0
+3990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 3991 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3991 0 obj
+3672
+endobj
+
+%% Original object ID: 3422 0
+3992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 3993 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3993 0 obj
+3960
+endobj
+
+%% Original object ID: 3423 0
+3994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 3995 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3995 0 obj
+3672
+endobj
+
+%% Original object ID: 3424 0
+3996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 3997 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3997 0 obj
+3960
+endobj
+
+%% Original object ID: 3425 0
+3998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 3999 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3999 0 obj
+2496
+endobj
+
+%% Original object ID: 1647 0
+4000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4001 0 obj
+2226
+endobj
+
+%% Original object ID: 1809 0
+4002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4003 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4003 0 obj
+3888
+endobj
+
+%% Original object ID: 1810 0
+4004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4005 0 obj
+2592
+endobj
+
+%% Original object ID: 1811 0
+4006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4007 0 obj
+2226
+endobj
+
+%% Original object ID: 1812 0
+4008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4009 0 obj
+3285
+endobj
+
+%% Original object ID: 1813 0
+4010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4011 0 obj
+2646
+endobj
+
+%% Original object ID: 1814 0
+4012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4013 0 obj
+2226
+endobj
+
+%% Original object ID: 1815 0
+4014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4015 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4015 0 obj
+2444
+endobj
+
+%% Original object ID: 1816 0
+4016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4017 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4017 0 obj
+2646
+endobj
+
+%% Original object ID: 1817 0
+4018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4019 0 obj
+1431
+endobj
+
+%% Original object ID: 1818 0
+4020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4021 0 obj
+2208
+endobj
+
+%% Original object ID: 1648 0
+4022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4023 0 obj
+2430
+endobj
+
+%% Original object ID: 1819 0
+4024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4025 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4025 0 obj
+2208
+endobj
+
+%% Original object ID: 1820 0
+4026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4027 0 obj
+2592
+endobj
+
+%% Original object ID: 1821 0
+4028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4029 0 obj
+2226
+endobj
+
+%% Original object ID: 1822 0
+4030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4031 0 obj
+2430
+endobj
+
+%% Original object ID: 1823 0
+4032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4033 0 obj
+2646
+endobj
+
+%% Original object ID: 1824 0
+4034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4035 0 obj
+1431
+endobj
+
+%% Original object ID: 1825 0
+4036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4037 0 obj
+1846
+endobj
+
+%% Original object ID: 1826 0
+4038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4039 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4039 0 obj
+3888
+endobj
+
+%% Original object ID: 1827 0
+4040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4041 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4041 0 obj
+2592
+endobj
+
+%% Original object ID: 1828 0
+4042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4043 0 obj
+2226
+endobj
+
+%% Original object ID: 1631 0
+4044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4045 0 obj
+2592
+endobj
+
+%% Original object ID: 1649 0
+4046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4047 0 obj
+2646
+endobj
+
+%% Original object ID: 1829 0
+4048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4049 0 obj
+3285
+endobj
+
+%% Original object ID: 1830 0
+4050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4051 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4051 0 obj
+648
+endobj
+
+%% Original object ID: 1831 0
+4052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4053 0 obj
+3285
+endobj
+
+%% Original object ID: 1832 0
+4054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4055 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4055 0 obj
+648
+endobj
+
+%% Original object ID: 1833 0
+4056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4057 0 obj
+2592
+endobj
+
+%% Original object ID: 1834 0
+4058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4059 0 obj
+2226
+endobj
+
+%% Original object ID: 1835 0
+4060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4061 0 obj
+3285
+endobj
+
+%% Original object ID: 1836 0
+4062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4063 0 obj
+2208
+endobj
+
+%% Original object ID: 1837 0
+4064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 4065 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4065 0 obj
+720
+endobj
+
+%% Original object ID: 1838 0
+4066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4067 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4067 0 obj
+2208
+endobj
+
+%% Original object ID: 1650 0
+4068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4069 0 obj
+2322
+endobj
+
+%% Original object ID: 1839 0
+4070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4071 0 obj
+2592
+endobj
+
+%% Original object ID: 1840 0
+4072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4073 0 obj
+2226
+endobj
+
+%% Original object ID: 1841 0
+4074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4075 0 obj
+2430
+endobj
+
+%% Original object ID: 1842 0
+4076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4077 0 obj
+2646
+endobj
+
+%% Original object ID: 1843 0
+4078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4079 0 obj
+1431
+endobj
+
+%% Original object ID: 1844 0
+4080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4081 0 obj
+1846
+endobj
+
+%% Original object ID: 1845 0
+4082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4083 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4083 0 obj
+3888
+endobj
+
+%% Original object ID: 1846 0
+4084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4085 0 obj
+2592
+endobj
+
+%% Original object ID: 1847 0
+4086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4087 0 obj
+2226
+endobj
+
+%% Original object ID: 1848 0
+4088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4089 0 obj
+3285
+endobj
+
+%% Original object ID: 1651 0
+4090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 4091 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4091 0 obj
+3796
+endobj
+
+%% Original object ID: 1849 0
+4092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4093 0 obj
+2646
+endobj
+
+%% Original object ID: 1850 0
+4094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 4095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4095 0 obj
+2272
+endobj
+
+%% Original object ID: 1851 0
+4096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4097 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4097 0 obj
+2491
+endobj
+
+%% Original object ID: 1852 0
+4098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 4099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4099 0 obj
+1749
+endobj
+
+%% Original object ID: 1853 0
+4100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 4101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4101 0 obj
+3650
+endobj
+
+%% Original object ID: 1854 0
+4102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4103 0 obj
+2646
+endobj
+
+%% Original object ID: 1855 0
+4104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 4105 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4105 0 obj
+3723
+endobj
+
+%% Original object ID: 1856 0
+4106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 4107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4107 0 obj
+3692
+endobj
+
+%% Original object ID: 1857 0
+4108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 4109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4109 0 obj
+2016
+endobj
+
+%% Original object ID: 1858 0
+4110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4111 0 obj
+3384
+endobj
+
+%% Original object ID: 1652 0
+4112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4113 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4113 0 obj
+648
+endobj
+
+%% Original object ID: 1859 0
+4114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4115 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4115 0 obj
+3337
+endobj
+
+%% Original object ID: 1860 0
+4116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4117 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4117 0 obj
+3888
+endobj
+
+%% Original object ID: 1861 0
+4118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4119 0 obj
+2592
+endobj
+
+%% Original object ID: 1862 0
+4120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4121 0 obj
+2226
+endobj
+
+%% Original object ID: 1863 0
+4122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4123 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4123 0 obj
+2444
+endobj
+
+%% Original object ID: 1864 0
+4124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4125 0 obj
+2646
+endobj
+
+%% Original object ID: 1865 0
+4126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4127 0 obj
+2226
+endobj
+
+%% Original object ID: 1866 0
+4128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4129 0 obj
+1846
+endobj
+
+%% Original object ID: 1867 0
+4130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4131 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4131 0 obj
+648
+endobj
+
+%% Original object ID: 1868 0
+4132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4133 0 obj
+2592
+endobj
+
+%% Original object ID: 1653 0
+4134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4135 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4135 0 obj
+648
+endobj
+
+%% Original object ID: 1869 0
+4136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4137 0 obj
+2226
+endobj
+
+%% Original object ID: 1870 0
+4138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4139 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4139 0 obj
+3888
+endobj
+
+%% Original object ID: 1871 0
+4140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4141 0 obj
+2592
+endobj
+
+%% Original object ID: 1872 0
+4142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4143 0 obj
+2226
+endobj
+
+%% Original object ID: 1873 0
+4144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4145 0 obj
+3285
+endobj
+
+%% Original object ID: 1874 0
+4146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4147 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4147 0 obj
+3888
+endobj
+
+%% Original object ID: 1875 0
+4148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4149 0 obj
+2646
+endobj
+
+%% Original object ID: 1876 0
+4150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4151 0 obj
+1431
+endobj
+
+%% Original object ID: 1877 0
+4152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4153 0 obj
+2263
+endobj
+
+%% Original object ID: 1878 0
+4154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4155 0 obj
+2592
+endobj
+
+%% Original object ID: 1654 0
+4156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4157 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4157 0 obj
+648
+endobj
+
+%% Original object ID: 1879 0
+4158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4159 0 obj
+1431
+endobj
+
+%% Original object ID: 1880 0
+4160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4161 0 obj
+3763
+endobj
+
+%% Original object ID: 1881 0
+4162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4163 0 obj
+2592
+endobj
+
+%% Original object ID: 1882 0
+4164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4165 0 obj
+2226
+endobj
+
+%% Original object ID: 1883 0
+4166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4167 0 obj
+2430
+endobj
+
+%% Original object ID: 1884 0
+4168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4169 0 obj
+2646
+endobj
+
+%% Original object ID: 1885 0
+4170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4171 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4171 0 obj
+3024
+endobj
+
+%% Original object ID: 1886 0
+4172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4173 0 obj
+2646
+endobj
+
+%% Original object ID: 1887 0
+4174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4175 0 obj
+2322
+endobj
+
+%% Original object ID: 1888 0
+4176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4177 0 obj
+2592
+endobj
+
+%% Original object ID: 1655 0
+4178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4179 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4179 0 obj
+3285
+endobj
+
+%% Original object ID: 1889 0
+4180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4181 0 obj
+3285
+endobj
+
+%% Original object ID: 1890 0
+4182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4183 0 obj
+2646
+endobj
+
+%% Original object ID: 1891 0
+4184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4185 0 obj
+2592
+endobj
+
+%% Original object ID: 1892 0
+4186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4187 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4187 0 obj
+3096
+endobj
+
+%% Original object ID: 1893 0
+4188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4189 0 obj
+2646
+endobj
+
+%% Original object ID: 1894 0
+4190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4191 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4191 0 obj
+648
+endobj
+
+%% Original object ID: 1895 0
+4192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4193 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4193 0 obj
+648
+endobj
+
+%% Original object ID: 1896 0
+4194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4195 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4195 0 obj
+2444
+endobj
+
+%% Original object ID: 1897 0
+4196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4197 0 obj
+2646
+endobj
+
+%% Original object ID: 1898 0
+4198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4199 0 obj
+1431
+endobj
+
+%% Original object ID: 1656 0
+4200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4201 0 obj
+2646
+endobj
+
+%% Original object ID: 1899 0
+4202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4203 0 obj
+2592
+endobj
+
+%% Original object ID: 1900 0
+4204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4205 0 obj
+1431
+endobj
+
+%% Original object ID: 1901 0
+4206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4207 0 obj
+2226
+endobj
+
+%% Original object ID: 1902 0
+4208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4209 0 obj
+2646
+endobj
+
+%% Original object ID: 1903 0
+4210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4211 0 obj
+1846
+endobj
+
+%% Original object ID: 1904 0
+4212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4213 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4213 0 obj
+3888
+endobj
+
+%% Original object ID: 1905 0
+4214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4215 0 obj
+1431
+endobj
+
+%% Original object ID: 1906 0
+4216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4217 0 obj
+2592
+endobj
+
+%% Original object ID: 1907 0
+4218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4219 0 obj
+2322
+endobj
+
+%% Original object ID: 1908 0
+4220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4221 0 obj
+2322
+endobj
+
+%% Original object ID: 1657 0
+4222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4223 0 obj
+2592
+endobj
+
+%% Original object ID: 1909 0
+4224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4225 0 obj
+3888
+endobj
+
+%% Original object ID: 1910 0
+4226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4227 0 obj
+2592
+endobj
+
+%% Original object ID: 1911 0
+4228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4229 0 obj
+2226
+endobj
+
+%% Original object ID: 1912 0
+4230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4231 0 obj
+3285
+endobj
+
+%% Original object ID: 1913 0
+4232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4233 0 obj
+2208
+endobj
+
+%% Original object ID: 1914 0
+4234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4235 0 obj
+3888
+endobj
+
+%% Original object ID: 1915 0
+4236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4237 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4237 0 obj
+2208
+endobj
+
+%% Original object ID: 1916 0
+4238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4239 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4239 0 obj
+648
+endobj
+
+%% Original object ID: 1917 0
+4240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4241 0 obj
+1846
+endobj
+
+%% Original object ID: 1918 0
+4242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4243 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4243 0 obj
+3504
+endobj
+
+%% Original object ID: 1658 0
+4244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4245 0 obj
+1846
+endobj
+
+%% Original object ID: 1919 0
+4246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4247 0 obj
+2592
+endobj
+
+%% Original object ID: 1920 0
+4248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4249 0 obj
+2263
+endobj
+
+%% Original object ID: 1921 0
+4250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4251 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4251 0 obj
+3456
+endobj
+
+%% Original object ID: 1922 0
+4252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4253 0 obj
+2592
+endobj
+
+%% Original object ID: 1923 0
+4254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4255 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4255 0 obj
+648
+endobj
+
+%% Original object ID: 1924 0
+4256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4257 0 obj
+1431
+endobj
+
+%% Original object ID: 1925 0
+4258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4259 0 obj
+2263
+endobj
+
+%% Original object ID: 1926 0
+4260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4261 0 obj
+2592
+endobj
+
+%% Original object ID: 1927 0
+4262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4263 0 obj
+2496
+endobj
+
+%% Original object ID: 1928 0
+4264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4265 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4265 0 obj
+3888
+endobj
+
+%% Original object ID: 1632 0
+4266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4267 0 obj
+2322
+endobj
+
+%% Original object ID: 1659 0
+4268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4269 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4269 0 obj
+3456
+endobj
+
+%% Original object ID: 1929 0
+4270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4271 0 obj
+2592
+endobj
+
+%% Original object ID: 1930 0
+4272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4273 0 obj
+2226
+endobj
+
+%% Original object ID: 1931 0
+4274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4275 0 obj
+3285
+endobj
+
+%% Original object ID: 1932 0
+4276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4277 0 obj
+2226
+endobj
+
+%% Original object ID: 1933 0
+4278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4279 0 obj
+2226
+endobj
+
+%% Original object ID: 1934 0
+4280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4281 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4281 0 obj
+2226
+endobj
+
+%% Original object ID: 1935 0
+4282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4283 0 obj
+2592
+endobj
+
+%% Original object ID: 1936 0
+4284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4285 0 obj
+648
+endobj
+
+%% Original object ID: 1937 0
+4286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4287 0 obj
+3285
+endobj
+
+%% Original object ID: 1938 0
+4288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4289 0 obj
+2592
+endobj
+
+%% Original object ID: 1660 0
+4290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4291 0 obj
+2592
+endobj
+
+%% Original object ID: 1939 0
+4292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4293 0 obj
+1846
+endobj
+
+%% Original object ID: 1940 0
+4294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4295 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4295 0 obj
+648
+endobj
+
+%% Original object ID: 1941 0
+4296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4297 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4297 0 obj
+648
+endobj
+
+%% Original object ID: 1942 0
+4298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4299 0 obj
+3330
+endobj
+
+%% Original object ID: 1943 0
+4300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4301 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4301 0 obj
+3024
+endobj
+
+%% Original object ID: 1944 0
+4302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4303 0 obj
+1846
+endobj
+
+%% Original object ID: 1945 0
+4304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4305 0 obj
+2592
+endobj
+
+%% Original object ID: 1946 0
+4306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4307 0 obj
+2226
+endobj
+
+%% Original object ID: 1947 0
+4308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4309 0 obj
+1846
+endobj
+
+%% Original object ID: 1948 0
+4310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4311 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4311 0 obj
+3024
+endobj
+
+%% Original object ID: 1661 0
+4312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4313 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4313 0 obj
+648
+endobj
+
+%% Original object ID: 1949 0
+4314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4315 0 obj
+2646
+endobj
+
+%% Original object ID: 1950 0
+4316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4317 0 obj
+1431
+endobj
+
+%% Original object ID: 1951 0
+4318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4319 0 obj
+1846
+endobj
+
+%% Original object ID: 1952 0
+4320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4321 0 obj
+2322
+endobj
+
+%% Original object ID: 1953 0
+4322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4323 0 obj
+2592
+endobj
+
+%% Original object ID: 1954 0
+4324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4325 0 obj
+2226
+endobj
+
+%% Original object ID: 1955 0
+4326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4327 0 obj
+2430
+endobj
+
+%% Original object ID: 1956 0
+4328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4329 0 obj
+2646
+endobj
+
+%% Original object ID: 1957 0
+4330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4331 0 obj
+1431
+endobj
+
+%% Original object ID: 1958 0
+4332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4333 0 obj
+1846
+endobj
+
+%% Original object ID: 1662 0
+4334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4335 0 obj
+1431
+endobj
+
+%% Original object ID: 1959 0
+4336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4337 0 obj
+2592
+endobj
+
+%% Original object ID: 1960 0
+4338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4339 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4339 0 obj
+3285
+endobj
+
+%% Original object ID: 1961 0
+4340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4341 0 obj
+2646
+endobj
+
+%% Original object ID: 1962 0
+4342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4343 0 obj
+1431
+endobj
+
+%% Original object ID: 1963 0
+4344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4345 0 obj
+1846
+endobj
+
+%% Original object ID: 1964 0
+4346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4347 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4347 0 obj
+3888
+endobj
+
+%% Original object ID: 1965 0
+4348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4349 0 obj
+2592
+endobj
+
+%% Original object ID: 1966 0
+4350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4351 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4351 0 obj
+2226
+endobj
+
+%% Original object ID: 1967 0
+4352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4353 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4353 0 obj
+648
+endobj
+
+%% Original object ID: 1968 0
+4354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4355 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4355 0 obj
+648
+endobj
+
+%% Original object ID: 1663 0
+4356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4357 0 obj
+2263
+endobj
+
+%% Original object ID: 1969 0
+4358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4359 0 obj
+2592
+endobj
+
+%% Original object ID: 1970 0
+4360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4361 0 obj
+1846
+endobj
+
+%% Original object ID: 1971 0
+4362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4363 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4363 0 obj
+216
+endobj
+
+%% Original object ID: 1972 0
+4364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4365 0 obj
+2430
+endobj
+
+%% Original object ID: 1973 0
+4366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4367 0 obj
+2592
+endobj
+
+%% Original object ID: 1974 0
+4368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4369 0 obj
+2226
+endobj
+
+%% Original object ID: 1975 0
+4370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4371 0 obj
+3285
+endobj
+
+%% Original object ID: 1976 0
+4372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4373 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4373 0 obj
+2226
+endobj
+
+%% Original object ID: 1977 0
+4374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4375 0 obj
+2430
+endobj
+
+%% Original object ID: 1978 0
+4376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4377 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4377 0 obj
+1846
+endobj
+
+%% Original object ID: 1664 0
+4378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4379 0 obj
+2592
+endobj
+
+%% Original object ID: 1979 0
+4380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4381 0 obj
+2592
+endobj
+
+%% Original object ID: 1980 0
+4382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4383 0 obj
+1431
+endobj
+
+%% Original object ID: 1981 0
+4384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4385 0 obj
+1846
+endobj
+
+%% Original object ID: 1982 0
+4386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4387 0 obj
+2646
+endobj
+
+%% Original object ID: 1983 0
+4388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4389 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4389 0 obj
+2444
+endobj
+
+%% Original object ID: 1984 0
+4390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4391 0 obj
+2646
+endobj
+
+%% Original object ID: 1985 0
+4392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4393 0 obj
+2226
+endobj
+
+%% Original object ID: 1986 0
+4394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4395 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4395 0 obj
+2646
+endobj
+
+%% Original object ID: 1987 0
+4396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4397 0 obj
+2226
+endobj
+
+%% Original object ID: 1988 0
+4398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4399 0 obj
+3285
+endobj
+
+%% Original object ID: 1665 0
+4400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4401 0 obj
+2496
+endobj
+
+%% Original object ID: 1989 0
+4402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4403 0 obj
+1431
+endobj
+
+%% Original object ID: 1990 0
+4404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4405 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4405 0 obj
+648
+endobj
+
+%% Original object ID: 1991 0
+4406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4407 0 obj
+2430
+endobj
+
+%% Original object ID: 1992 0
+4408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4409 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4409 0 obj
+3096
+endobj
+
+%% Original object ID: 1993 0
+4410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4411 0 obj
+2322
+endobj
+
+%% Original object ID: 1994 0
+4412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4413 0 obj
+2592
+endobj
+
+%% Original object ID: 1995 0
+4414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4415 0 obj
+2226
+endobj
+
+%% Original object ID: 1996 0
+4416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4417 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4417 0 obj
+216
+endobj
+
+%% Original object ID: 1997 0
+4418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4419 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4419 0 obj
+3285
+endobj
+
+%% Original object ID: 1998 0
+4420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4421 0 obj
+1431
+endobj
+
+%% Original object ID: 1666 0
+4422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4423 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4423 0 obj
+648
+endobj
+
+%% Original object ID: 1999 0
+4424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4425 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4425 0 obj
+648
+endobj
+
+%% Original object ID: 2000 0
+4426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4427 0 obj
+2226
+endobj
+
+%% Original object ID: 2001 0
+4428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4429 0 obj
+2430
+endobj
+
+%% Original object ID: 2002 0
+4430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4431 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4431 0 obj
+648
+endobj
+
+%% Original object ID: 2003 0
+4432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4433 0 obj
+3285
+endobj
+
+%% Original object ID: 2004 0
+4434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4435 0 obj
+2592
+endobj
+
+%% Original object ID: 2005 0
+4436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4437 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4437 0 obj
+648
+endobj
+
+%% Original object ID: 2006 0
+4438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4439 0 obj
+1846
+endobj
+
+%% Original object ID: 2007 0
+4440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4441 0 obj
+1431
+endobj
+
+%% Original object ID: 2008 0
+4442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4443 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4443 0 obj
+2226
+endobj
+
+%% Original object ID: 1667 0
+4444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4445 0 obj
+3330
+endobj
+
+%% Original object ID: 2009 0
+4446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4447 0 obj
+3763
+endobj
+
+%% Original object ID: 2010 0
+4448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4449 0 obj
+3285
+endobj
+
+%% Original object ID: 2011 0
+4450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4451 0 obj
+2646
+endobj
+
+%% Original object ID: 2012 0
+4452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4453 0 obj
+1846
+endobj
+
+%% Original object ID: 2013 0
+4454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4455 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4455 0 obj
+216
+endobj
+
+%% Original object ID: 2014 0
+4456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4457 0 obj
+2592
+endobj
+
+%% Original object ID: 2015 0
+4458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4459 0 obj
+1846
+endobj
+
+%% Original object ID: 2016 0
+4460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4461 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4461 0 obj
+648
+endobj
+
+%% Original object ID: 2017 0
+4462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4463 0 obj
+2592
+endobj
+
+%% Original object ID: 2018 0
+4464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4465 0 obj
+2226
+endobj
+
+%% Original object ID: 1668 0
+4466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4467 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4467 0 obj
+3024
+endobj
+
+%% Original object ID: 2019 0
+4468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4469 0 obj
+2592
+endobj
+
+%% Original object ID: 2020 0
+4470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4471 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4471 0 obj
+648
+endobj
+
+%% Original object ID: 2021 0
+4472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4473 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4473 0 obj
+3504
+endobj
+
+%% Original object ID: 2022 0
+4474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4475 0 obj
+3763
+endobj
+
+%% Original object ID: 2023 0
+4476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4477 0 obj
+3285
+endobj
+
+%% Original object ID: 2024 0
+4478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4479 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4479 0 obj
+3024
+endobj
+
+%% Original object ID: 2025 0
+4480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4481 0 obj
+2592
+endobj
+
+%% Original object ID: 2026 0
+4482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4483 0 obj
+2226
+endobj
+
+%% Original object ID: 2027 0
+4484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4485 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4485 0 obj
+3504
+endobj
+
+%% Original object ID: 2028 0
+4486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4487 0 obj
+1431
+endobj
+
+%% Original object ID: 1633 0
+4488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4489 0 obj
+1846
+endobj
+
+%% Original object ID: 1669 0
+4490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4491 0 obj
+2430
+endobj
+
+%% Original object ID: 2029 0
+4492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4493 0 obj
+2430
+endobj
+
+%% Original object ID: 2030 0
+4494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4495 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4495 0 obj
+3024
+endobj
+
+%% Original object ID: 2031 0
+4496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4497 0 obj
+2646
+endobj
+
+%% Original object ID: 2032 0
+4498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4499 0 obj
+2322
+endobj
+
+%% Original object ID: 2033 0
+4500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4501 0 obj
+1846
+endobj
+
+%% Original object ID: 2034 0
+4502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4503 0 obj
+1431
+endobj
+
+%% Original object ID: 2035 0
+4504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4505 0 obj
+2592
+endobj
+
+%% Original object ID: 2036 0
+4506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 4507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4507 0 obj
+3796
+endobj
+
+%% Original object ID: 2037 0
+4508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4509 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4509 0 obj
+648
+endobj
+
+%% Original object ID: 2038 0
+4510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4511 0 obj
+1846
+endobj
+
+%% Original object ID: 1670 0
+4512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4513 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4513 0 obj
+3024
+endobj
+
+%% Original object ID: 2039 0
+4514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4515 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4515 0 obj
+3024
+endobj
+
+%% Original object ID: 2040 0
+4516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4517 0 obj
+2322
+endobj
+
+%% Original object ID: 2041 0
+4518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4519 0 obj
+3285
+endobj
+
+%% Original object ID: 2042 0
+4520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4521 0 obj
+2646
+endobj
+
+%% Original object ID: 2043 0
+4522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4523 0 obj
+2430
+endobj
+
+%% Original object ID: 2044 0
+4524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4525 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4525 0 obj
+648
+endobj
+
+%% Original object ID: 2045 0
+4526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4527 0 obj
+2592
+endobj
+
+%% Original object ID: 2046 0
+4528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4529 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4529 0 obj
+648
+endobj
+
+%% Original object ID: 2047 0
+4530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4531 0 obj
+3330
+endobj
+
+%% Original object ID: 2048 0
+4532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4533 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4533 0 obj
+2226
+endobj
+
+%% Original object ID: 1671 0
+4534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4535 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4535 0 obj
+2592
+endobj
+
+%% Original object ID: 2049 0
+4536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4537 0 obj
+2646
+endobj
+
+%% Original object ID: 2050 0
+4538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4539 0 obj
+2322
+endobj
+
+%% Original object ID: 2051 0
+4540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4541 0 obj
+1846
+endobj
+
+%% Original object ID: 2052 0
+4542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4543 0 obj
+2322
+endobj
+
+%% Original object ID: 2053 0
+4544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4545 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4545 0 obj
+468
+endobj
+
+%% Original object ID: 2054 0
+4546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4547 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4547 0 obj
+3024
+endobj
+
+%% Original object ID: 2055 0
+4548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4549 0 obj
+2646
+endobj
+
+%% Original object ID: 2056 0
+4550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4551 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4551 0 obj
+648
+endobj
+
+%% Original object ID: 2057 0
+4552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4553 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4553 0 obj
+648
+endobj
+
+%% Original object ID: 2058 0
+4554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4555 0 obj
+2646
+endobj
+
+%% Original object ID: 1672 0
+4556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4557 0 obj
+2592
+endobj
+
+%% Original object ID: 2059 0
+4558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4559 0 obj
+2226
+endobj
+
+%% Original object ID: 2060 0
+4560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4561 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4561 0 obj
+1846
+endobj
+
+%% Original object ID: 2061 0
+4562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4563 0 obj
+2592
+endobj
+
+%% Original object ID: 2062 0
+4564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 4565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4565 0 obj
+3796
+endobj
+
+%% Original object ID: 2063 0
+4566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4567 0 obj
+2226
+endobj
+
+%% Original object ID: 2064 0
+4568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4569 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4569 0 obj
+3888
+endobj
+
+%% Original object ID: 2065 0
+4570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4571 0 obj
+2592
+endobj
+
+%% Original object ID: 2066 0
+4572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4573 0 obj
+2226
+endobj
+
+%% Original object ID: 2067 0
+4574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4575 0 obj
+3285
+endobj
+
+%% Original object ID: 2068 0
+4576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4577 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4577 0 obj
+216
+endobj
+
+%% Original object ID: 1673 0
+4578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4579 0 obj
+648
+endobj
+
+%% Original object ID: 2069 0
+4580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4581 0 obj
+2592
+endobj
+
+%% Original object ID: 2070 0
+4582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4583 0 obj
+2226
+endobj
+
+%% Original object ID: 2071 0
+4584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4585 0 obj
+2592
+endobj
+
+%% Original object ID: 2072 0
+4586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4587 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4587 0 obj
+648
+endobj
+
+%% Original object ID: 2073 0
+4588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4589 0 obj
+3285
+endobj
+
+%% Original object ID: 2074 0
+4590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4591 0 obj
+2646
+endobj
+
+%% Original object ID: 2075 0
+4592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4593 0 obj
+3763
+endobj
+
+%% Original object ID: 2076 0
+4594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4595 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4595 0 obj
+3096
+endobj
+
+%% Original object ID: 2077 0
+4596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4597 0 obj
+2646
+endobj
+
+%% Original object ID: 2078 0
+4598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4599 0 obj
+2646
+endobj
+
+%% Original object ID: 1674 0
+4600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4601 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4601 0 obj
+81
+endobj
+
+%% Original object ID: 2079 0
+4602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4603 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4603 0 obj
+216
+endobj
+
+%% Original object ID: 2080 0
+4604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4605 0 obj
+2430
+endobj
+
+%% Original object ID: 2081 0
+4606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4607 0 obj
+2592
+endobj
+
+%% Original object ID: 2082 0
+4608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4609 0 obj
+2226
+endobj
+
+%% Original object ID: 2083 0
+4610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4611 0 obj
+3285
+endobj
+
+%% Original object ID: 2084 0
+4612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4613 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4613 0 obj
+2226
+endobj
+
+%% Original object ID: 2085 0
+4614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4615 0 obj
+2430
+endobj
+
+%% Original object ID: 2086 0
+4616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4617 0 obj
+1846
+endobj
+
+%% Original object ID: 2087 0
+4618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4619 0 obj
+2592
+endobj
+
+%% Original object ID: 2088 0
+4620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4621 0 obj
+1431
+endobj
+
+%% Original object ID: 1675 0
+4622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4623 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4623 0 obj
+3024
+endobj
+
+%% Original object ID: 2089 0
+4624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4625 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4625 0 obj
+3456
+endobj
+
+%% Original object ID: 2090 0
+4626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4627 0 obj
+1431
+endobj
+
+%% Original object ID: 2091 0
+4628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4629 0 obj
+2592
+endobj
+
+%% Original object ID: 2092 0
+4630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4631 0 obj
+2226
+endobj
+
+%% Original object ID: 2093 0
+4632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4633 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4633 0 obj
+3096
+endobj
+
+%% Original object ID: 2094 0
+4634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4635 0 obj
+2592
+endobj
+
+%% Original object ID: 2095 0
+4636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4637 0 obj
+3285
+endobj
+
+%% Original object ID: 2096 0
+4638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4639 0 obj
+2646
+endobj
+
+%% Original object ID: 2097 0
+4640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4641 0 obj
+1431
+endobj
+
+%% Original object ID: 2098 0
+4642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4643 0 obj
+2592
+endobj
+
+%% Original object ID: 1676 0
+4644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4645 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4645 0 obj
+2226
+endobj
+
+%% Original object ID: 2099 0
+4646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4647 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4647 0 obj
+3285
+endobj
+
+%% Original object ID: 2100 0
+4648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4649 0 obj
+2646
+endobj
+
+%% Original object ID: 2101 0
+4650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4651 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4651 0 obj
+3096
+endobj
+
+%% Original object ID: 2102 0
+4652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4653 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4653 0 obj
+216
+endobj
+
+%% Original object ID: 2103 0
+4654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4655 0 obj
+2263
+endobj
+
+%% Original object ID: 2104 0
+4656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4657 0 obj
+2592
+endobj
+
+%% Original object ID: 2105 0
+4658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4659 0 obj
+1431
+endobj
+
+%% Original object ID: 2106 0
+4660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4661 0 obj
+3763
+endobj
+
+%% Original object ID: 2107 0
+4662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4663 0 obj
+2646
+endobj
+
+%% Original object ID: 2108 0
+4664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4665 0 obj
+1431
+endobj
+
+%% Original object ID: 1677 0
+4666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4667 0 obj
+1846
+endobj
+
+%% Original object ID: 2109 0
+4668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4669 0 obj
+3285
+endobj
+
+%% Original object ID: 2110 0
+4670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4671 0 obj
+1431
+endobj
+
+%% Original object ID: 2111 0
+4672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4673 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4673 0 obj
+648
+endobj
+
+%% Original object ID: 2112 0
+4674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4675 0 obj
+2226
+endobj
+
+%% Original object ID: 2113 0
+4676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4677 0 obj
+2430
+endobj
+
+%% Original object ID: 2114 0
+4678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4679 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4679 0 obj
+648
+endobj
+
+%% Original object ID: 2115 0
+4680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4681 0 obj
+3285
+endobj
+
+%% Original object ID: 2116 0
+4682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4683 0 obj
+2592
+endobj
+
+%% Original object ID: 2117 0
+4684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4685 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4685 0 obj
+648
+endobj
+
+%% Original object ID: 2118 0
+4686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4687 0 obj
+1846
+endobj
+
+%% Original object ID: 1678 0
+4688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4689 0 obj
+1846
+endobj
+
+%% Original object ID: 2119 0
+4690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4691 0 obj
+1431
+endobj
+
+%% Original object ID: 2120 0
+4692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4693 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4693 0 obj
+2226
+endobj
+
+%% Original object ID: 2121 0
+4694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4695 0 obj
+3763
+endobj
+
+%% Original object ID: 2122 0
+4696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4697 0 obj
+3285
+endobj
+
+%% Original object ID: 2123 0
+4698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4699 0 obj
+2646
+endobj
+
+%% Original object ID: 2124 0
+4700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4701 0 obj
+1846
+endobj
+
+%% Original object ID: 2125 0
+4702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4703 0 obj
+3888
+endobj
+
+%% Original object ID: 2126 0
+4704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4705 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4705 0 obj
+3024
+endobj
+
+%% Original object ID: 2127 0
+4706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4707 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4707 0 obj
+648
+endobj
+
+%% Original object ID: 2128 0
+4708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4709 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4709 0 obj
+648
+endobj
+
+%% Original object ID: 1634 0
+4710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4711 0 obj
+2592
+endobj
+
+%% Original object ID: 1679 0
+4712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4713 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4713 0 obj
+648
+endobj
+
+%% Original object ID: 2129 0
+4714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4715 0 obj
+2592
+endobj
+
+%% Original object ID: 2130 0
+4716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4717 0 obj
+3285
+endobj
+
+%% Original object ID: 2131 0
+4718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4719 0 obj
+2646
+endobj
+
+%% Original object ID: 2132 0
+4720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4721 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4721 0 obj
+648
+endobj
+
+%% Original object ID: 2133 0
+4722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4723 0 obj
+3285
+endobj
+
+%% Original object ID: 2134 0
+4724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4725 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4725 0 obj
+3024
+endobj
+
+%% Original object ID: 2135 0
+4726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4727 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4727 0 obj
+648
+endobj
+
+%% Original object ID: 2136 0
+4728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4729 0 obj
+2592
+endobj
+
+%% Original object ID: 2137 0
+4730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4731 0 obj
+1431
+endobj
+
+%% Original object ID: 2138 0
+4732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4733 0 obj
+2430
+endobj
+
+%% Original object ID: 1680 0
+4734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4735 0 obj
+2646
+endobj
+
+%% Original object ID: 2139 0
+4736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4737 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4737 0 obj
+3024
+endobj
+
+%% Original object ID: 2140 0
+4738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4739 0 obj
+2646
+endobj
+
+%% Original object ID: 2141 0
+4740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4741 0 obj
+2322
+endobj
+
+%% Original object ID: 2142 0
+4742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4743 0 obj
+1846
+endobj
+
+%% Original object ID: 2143 0
+4744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4745 0 obj
+1431
+endobj
+
+%% Original object ID: 2144 0
+4746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4747 0 obj
+2592
+endobj
+
+%% Original object ID: 2145 0
+4748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 4749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4749 0 obj
+3210
+endobj
+
+%% Original object ID: 2146 0
+4750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 4751 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4751 0 obj
+3210
+endobj
+
+%% Original object ID: 2147 0
+4752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Subtype /Image
+ /Type /XObject
+ /Width 30
+ /Length 4753 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4753 0 obj
+3210
+endobj
+
+%% Original object ID: 2148 0
+4754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 4755 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4755 0 obj
+2496
+endobj
+
+%% Original object ID: 1681 0
+4756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4757 0 obj
+2322
+endobj
+
+%% Original object ID: 2149 0
+4758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4759 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4759 0 obj
+648
+endobj
+
+%% Original object ID: 2150 0
+4760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4761 0 obj
+2322
+endobj
+
+%% Original object ID: 2151 0
+4762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4763 0 obj
+2430
+endobj
+
+%% Original object ID: 2152 0
+4764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4765 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4765 0 obj
+2226
+endobj
+
+%% Original object ID: 2153 0
+4766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4767 0 obj
+2322
+endobj
+
+%% Original object ID: 2154 0
+4768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4769 0 obj
+2322
+endobj
+
+%% Original object ID: 2155 0
+4770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4771 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4771 0 obj
+648
+endobj
+
+%% Original object ID: 2156 0
+4772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4773 0 obj
+2592
+endobj
+
+%% Original object ID: 2157 0
+4774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4775 0 obj
+2226
+endobj
+
+%% Original object ID: 2158 0
+4776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4777 0 obj
+2592
+endobj
+
+%% Original object ID: 1682 0
+4778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4779 0 obj
+2646
+endobj
+
+%% Original object ID: 2159 0
+4780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4781 0 obj
+2263
+endobj
+
+%% Original object ID: 2160 0
+4782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4783 0 obj
+1431
+endobj
+
+%% Original object ID: 2161 0
+4784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4785 0 obj
+3330
+endobj
+
+%% Original object ID: 2162 0
+4786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4787 0 obj
+2592
+endobj
+
+%% Original object ID: 2163 0
+4788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4789 0 obj
+2226
+endobj
+
+%% Original object ID: 2164 0
+4790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4791 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4791 0 obj
+648
+endobj
+
+%% Original object ID: 2165 0
+4792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4793 0 obj
+2340
+endobj
+
+%% Original object ID: 2166 0
+4794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4795 0 obj
+2592
+endobj
+
+%% Original object ID: 2167 0
+4796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4797 0 obj
+1846
+endobj
+
+%% Original object ID: 2168 0
+4798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4799 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4799 0 obj
+648
+endobj
+
+%% Original object ID: 1683 0
+4800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4801 0 obj
+1431
+endobj
+
+%% Original object ID: 2169 0
+4802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4803 0 obj
+2592
+endobj
+
+%% Original object ID: 2170 0
+4804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4805 0 obj
+2226
+endobj
+
+%% Original object ID: 2171 0
+4806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4807 0 obj
+2592
+endobj
+
+%% Original object ID: 2172 0
+4808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4809 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4809 0 obj
+648
+endobj
+
+%% Original object ID: 2173 0
+4810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4811 0 obj
+1846
+endobj
+
+%% Original object ID: 2174 0
+4812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4813 0 obj
+1431
+endobj
+
+%% Original object ID: 2175 0
+4814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4815 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4815 0 obj
+2226
+endobj
+
+%% Original object ID: 2176 0
+4816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4817 0 obj
+2430
+endobj
+
+%% Original object ID: 2177 0
+4818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4819 0 obj
+1846
+endobj
+
+%% Original object ID: 2178 0
+4820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4821 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4821 0 obj
+2226
+endobj
+
+%% Original object ID: 1684 0
+4822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4823 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4823 0 obj
+2444
+endobj
+
+%% Original object ID: 2179 0
+4824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4825 0 obj
+1431
+endobj
+
+%% Original object ID: 2180 0
+4826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4827 0 obj
+2646
+endobj
+
+%% Original object ID: 2181 0
+4828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4829 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4829 0 obj
+648
+endobj
+
+%% Original object ID: 2182 0
+4830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4831 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4831 0 obj
+648
+endobj
+
+%% Original object ID: 2183 0
+4832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4833 0 obj
+2226
+endobj
+
+%% Original object ID: 2184 0
+4834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4835 0 obj
+648
+endobj
+
+%% Original object ID: 2185 0
+4836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4837 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4837 0 obj
+2430
+endobj
+
+%% Original object ID: 2186 0
+4838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4839 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4839 0 obj
+648
+endobj
+
+%% Original object ID: 2187 0
+4840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4841 0 obj
+2592
+endobj
+
+%% Original object ID: 2188 0
+4842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4843 0 obj
+2226
+endobj
+
+%% Original object ID: 1685 0
+4844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4845 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4845 0 obj
+648
+endobj
+
+%% Original object ID: 2189 0
+4846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4847 0 obj
+2322
+endobj
+
+%% Original object ID: 2190 0
+4848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4849 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4849 0 obj
+468
+endobj
+
+%% Original object ID: 2191 0
+4850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4851 0 obj
+2592
+endobj
+
+%% Original object ID: 2192 0
+4852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4853 0 obj
+2226
+endobj
+
+%% Original object ID: 2193 0
+4854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4855 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4855 0 obj
+648
+endobj
+
+%% Original object ID: 2194 0
+4856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4857 0 obj
+2430
+endobj
+
+%% Original object ID: 2195 0
+4858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4859 0 obj
+2592
+endobj
+
+%% Original object ID: 2196 0
+4860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4861 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4861 0 obj
+3024
+endobj
+
+%% Original object ID: 2197 0
+4862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4863 0 obj
+2592
+endobj
+
+%% Original object ID: 2198 0
+4864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4865 0 obj
+2226
+endobj
+
+%% Original object ID: 1686 0
+4866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4867 0 obj
+2430
+endobj
+
+%% Original object ID: 2199 0
+4868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4869 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4869 0 obj
+216
+endobj
+
+%% Original object ID: 2200 0
+4870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4871 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4871 0 obj
+3888
+endobj
+
+%% Original object ID: 2201 0
+4872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4873 0 obj
+1431
+endobj
+
+%% Original object ID: 2202 0
+4874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4875 0 obj
+1846
+endobj
+
+%% Original object ID: 2203 0
+4876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4877 0 obj
+2322
+endobj
+
+%% Original object ID: 2204 0
+4878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4879 0 obj
+2592
+endobj
+
+%% Original object ID: 2205 0
+4880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4881 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4881 0 obj
+2226
+endobj
+
+%% Original object ID: 2206 0
+4882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4883 0 obj
+2226
+endobj
+
+%% Original object ID: 2207 0
+4884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4885 0 obj
+2430
+endobj
+
+%% Original object ID: 2208 0
+4886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4887 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4887 0 obj
+648
+endobj
+
+%% Original object ID: 1687 0
+4888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4889 0 obj
+2646
+endobj
+
+%% Original object ID: 2209 0
+4890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4891 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4891 0 obj
+648
+endobj
+
+%% Original object ID: 2210 0
+4892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4893 0 obj
+2592
+endobj
+
+%% Original object ID: 2211 0
+4894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4895 0 obj
+2263
+endobj
+
+%% Original object ID: 2212 0
+4896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4897 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4897 0 obj
+3456
+endobj
+
+%% Original object ID: 2213 0
+4898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4899 0 obj
+2592
+endobj
+
+%% Original object ID: 2214 0
+4900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4901 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4901 0 obj
+648
+endobj
+
+%% Original object ID: 2215 0
+4902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4903 0 obj
+1431
+endobj
+
+%% Original object ID: 2216 0
+4904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4905 0 obj
+2263
+endobj
+
+%% Original object ID: 2217 0
+4906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4907 0 obj
+2592
+endobj
+
+%% Original object ID: 2218 0
+4908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4909 0 obj
+2496
+endobj
+
+%% Original object ID: 1688 0
+4910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4911 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4911 0 obj
+3285
+endobj
+
+%% Original object ID: 2219 0
+4912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4913 0 obj
+2592
+endobj
+
+%% Original object ID: 2220 0
+4914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4915 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4915 0 obj
+2226
+endobj
+
+%% Original object ID: 2221 0
+4916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4917 0 obj
+2226
+endobj
+
+%% Original object ID: 2222 0
+4918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4919 0 obj
+1846
+endobj
+
+%% Original object ID: 2223 0
+4920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4921 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4921 0 obj
+3504
+endobj
+
+%% Original object ID: 2224 0
+4922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4923 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4923 0 obj
+216
+endobj
+
+%% Original object ID: 2225 0
+4924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4925 0 obj
+2592
+endobj
+
+%% Original object ID: 2226 0
+4926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4927 0 obj
+1431
+endobj
+
+%% Original object ID: 2227 0
+4928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4929 0 obj
+1431
+endobj
+
+%% Original object ID: 2228 0
+4930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4931 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4931 0 obj
+3504
+endobj
+
+%% Original object ID: 1635 0
+4932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 4933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4933 0 obj
+2263
+endobj
+
+%% Original object ID: 1689 0
+4934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4935 0 obj
+2646
+endobj
+
+%% Original object ID: 2229 0
+4936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4937 0 obj
+2592
+endobj
+
+%% Original object ID: 2230 0
+4938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4939 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4939 0 obj
+3504
+endobj
+
+%% Original object ID: 2231 0
+4940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4941 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4941 0 obj
+648
+endobj
+
+%% Original object ID: 2232 0
+4942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4943 0 obj
+2646
+endobj
+
+%% Original object ID: 2233 0
+4944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4945 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4945 0 obj
+216
+endobj
+
+%% Original object ID: 2234 0
+4946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4947 0 obj
+2646
+endobj
+
+%% Original object ID: 2235 0
+4948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4949 0 obj
+1431
+endobj
+
+%% Original object ID: 2236 0
+4950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4951 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4951 0 obj
+648
+endobj
+
+%% Original object ID: 2237 0
+4952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4953 0 obj
+2340
+endobj
+
+%% Original object ID: 2238 0
+4954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4955 0 obj
+2592
+endobj
+
+%% Original object ID: 1690 0
+4956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4957 0 obj
+1846
+endobj
+
+%% Original object ID: 2239 0
+4958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4959 0 obj
+2226
+endobj
+
+%% Original object ID: 2240 0
+4960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4961 0 obj
+2592
+endobj
+
+%% Original object ID: 2241 0
+4962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4963 0 obj
+3763
+endobj
+
+%% Original object ID: 2242 0
+4964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4965 0 obj
+3763
+endobj
+
+%% Original object ID: 2243 0
+4966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4967 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4967 0 obj
+2226
+endobj
+
+%% Original object ID: 2244 0
+4968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4969 0 obj
+2226
+endobj
+
+%% Original object ID: 2245 0
+4970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4971 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4971 0 obj
+648
+endobj
+
+%% Original object ID: 2246 0
+4972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4973 0 obj
+2430
+endobj
+
+%% Original object ID: 2247 0
+4974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4975 0 obj
+2592
+endobj
+
+%% Original object ID: 2248 0
+4976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4977 0 obj
+1846
+endobj
+
+%% Original object ID: 1691 0
+4978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 4979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4979 0 obj
+3796
+endobj
+
+%% Original object ID: 2249 0
+4980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4981 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4981 0 obj
+648
+endobj
+
+%% Original object ID: 2250 0
+4982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4983 0 obj
+2592
+endobj
+
+%% Original object ID: 2251 0
+4984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4985 0 obj
+2226
+endobj
+
+%% Original object ID: 2252 0
+4986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4987 0 obj
+2322
+endobj
+
+%% Original object ID: 2253 0
+4988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4989 0 obj
+2592
+endobj
+
+%% Original object ID: 2254 0
+4990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4991 0 obj
+2226
+endobj
+
+%% Original object ID: 2255 0
+4992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4993 0 obj
+3285
+endobj
+
+%% Original object ID: 2256 0
+4994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4995 0 obj
+2592
+endobj
+
+%% Original object ID: 2257 0
+4996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4997 0 obj
+1431
+endobj
+
+%% Original object ID: 2258 0
+4998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 4999 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4999 0 obj
+648
+endobj
+
+%% Original object ID: 1692 0
+5000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5001 0 obj
+2646
+endobj
+
+%% Original object ID: 2259 0
+5002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5003 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5003 0 obj
+648
+endobj
+
+%% Original object ID: 2260 0
+5004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5005 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5005 0 obj
+3504
+endobj
+
+%% Original object ID: 2261 0
+5006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5007 0 obj
+2226
+endobj
+
+%% Original object ID: 2262 0
+5008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5009 0 obj
+2592
+endobj
+
+%% Original object ID: 2263 0
+5010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5011 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5011 0 obj
+2226
+endobj
+
+%% Original object ID: 2264 0
+5012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5013 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5013 0 obj
+648
+endobj
+
+%% Original object ID: 2265 0
+5014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5015 0 obj
+3285
+endobj
+
+%% Original object ID: 2266 0
+5016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5017 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5017 0 obj
+216
+endobj
+
+%% Original object ID: 2267 0
+5018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5019 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5019 0 obj
+648
+endobj
+
+%% Original object ID: 2268 0
+5020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5021 0 obj
+1431
+endobj
+
+%% Original object ID: 1693 0
+5022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5023 0 obj
+2646
+endobj
+
+%% Original object ID: 2269 0
+5024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5025 0 obj
+3330
+endobj
+
+%% Original object ID: 2270 0
+5026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5027 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5027 0 obj
+648
+endobj
+
+%% Original object ID: 2271 0
+5028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5029 0 obj
+2226
+endobj
+
+%% Original object ID: 2272 0
+5030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5031 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5031 0 obj
+648
+endobj
+
+%% Original object ID: 2273 0
+5032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5033 0 obj
+2592
+endobj
+
+%% Original object ID: 2274 0
+5034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5035 0 obj
+2592
+endobj
+
+%% Original object ID: 2275 0
+5036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5037 0 obj
+3763
+endobj
+
+%% Original object ID: 2276 0
+5038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5039 0 obj
+3763
+endobj
+
+%% Original object ID: 2277 0
+5040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5041 0 obj
+648
+endobj
+
+%% Original object ID: 2278 0
+5042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5043 0 obj
+2322
+endobj
+
+%% Original object ID: 1694 0
+5044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5045 0 obj
+2226
+endobj
+
+%% Original object ID: 2279 0
+5046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5047 0 obj
+2322
+endobj
+
+%% Original object ID: 2280 0
+5048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5049 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5049 0 obj
+648
+endobj
+
+%% Original object ID: 2281 0
+5050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5051 0 obj
+2592
+endobj
+
+%% Original object ID: 2282 0
+5052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5053 0 obj
+2226
+endobj
+
+%% Original object ID: 2283 0
+5054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5055 0 obj
+2263
+endobj
+
+%% Original object ID: 2284 0
+5056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5057 0 obj
+2592
+endobj
+
+%% Original object ID: 2285 0
+5058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5059 0 obj
+1431
+endobj
+
+%% Original object ID: 2286 0
+5060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5061 0 obj
+1846
+endobj
+
+%% Original object ID: 2287 0
+5062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5063 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5063 0 obj
+3024
+endobj
+
+%% Original object ID: 2288 0
+5064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5065 0 obj
+2646
+endobj
+
+%% Original object ID: 1695 0
+5066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5067 0 obj
+1846
+endobj
+
+%% Original object ID: 2289 0
+5068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5069 0 obj
+1431
+endobj
+
+%% Original object ID: 2290 0
+5070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5071 0 obj
+1846
+endobj
+
+%% Original object ID: 2291 0
+5072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5073 0 obj
+2322
+endobj
+
+%% Original object ID: 2292 0
+5074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 9
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5075 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5075 0 obj
+81
+endobj
+
+%% Original object ID: 2293 0
+5076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5077 0 obj
+2592
+endobj
+
+%% Original object ID: 2294 0
+5078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5079 0 obj
+3763
+endobj
+
+%% Original object ID: 2295 0
+5080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5081 0 obj
+3763
+endobj
+
+%% Original object ID: 2296 0
+5082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5083 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5083 0 obj
+648
+endobj
+
+%% Original object ID: 2297 0
+5084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5085 0 obj
+2322
+endobj
+
+%% Original object ID: 2298 0
+5086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5087 0 obj
+2322
+endobj
+
+%% Original object ID: 1696 0
+5088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5089 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5089 0 obj
+3024
+endobj
+
+%% Original object ID: 2299 0
+5090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5091 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5091 0 obj
+648
+endobj
+
+%% Original object ID: 2300 0
+5092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5093 0 obj
+2592
+endobj
+
+%% Original object ID: 2301 0
+5094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5095 0 obj
+2226
+endobj
+
+%% Original object ID: 2302 0
+5096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5097 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5097 0 obj
+648
+endobj
+
+%% Original object ID: 2303 0
+5098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5099 0 obj
+2226
+endobj
+
+%% Original object ID: 2304 0
+5100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5101 0 obj
+3330
+endobj
+
+%% Original object ID: 2305 0
+5102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5103 0 obj
+2592
+endobj
+
+%% Original object ID: 2306 0
+5104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5105 0 obj
+2226
+endobj
+
+%% Original object ID: 2307 0
+5106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5107 0 obj
+3285
+endobj
+
+%% Original object ID: 2308 0
+5108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5109 0 obj
+1431
+endobj
+
+%% Original object ID: 1697 0
+5110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5111 0 obj
+2646
+endobj
+
+%% Original object ID: 2309 0
+5112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5113 0 obj
+2646
+endobj
+
+%% Original object ID: 2310 0
+5114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5115 0 obj
+2592
+endobj
+
+%% Original object ID: 2311 0
+5116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5117 0 obj
+1846
+endobj
+
+%% Original object ID: 2312 0
+5118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5119 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5119 0 obj
+648
+endobj
+
+%% Original object ID: 2313 0
+5120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5121 0 obj
+2226
+endobj
+
+%% Original object ID: 2314 0
+5122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5123 0 obj
+3330
+endobj
+
+%% Original object ID: 2315 0
+5124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5125 0 obj
+2226
+endobj
+
+%% Original object ID: 2316 0
+5126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5127 0 obj
+2322
+endobj
+
+%% Original object ID: 2317 0
+5128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5129 0 obj
+1846
+endobj
+
+%% Original object ID: 2318 0
+5130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5131 0 obj
+2592
+endobj
+
+%% Original object ID: 1698 0
+5132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5133 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5133 0 obj
+3024
+endobj
+
+%% Original object ID: 2319 0
+5134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5135 0 obj
+3763
+endobj
+
+%% Original object ID: 2320 0
+5136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5137 0 obj
+1431
+endobj
+
+%% Original object ID: 2321 0
+5138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5139 0 obj
+1431
+endobj
+
+%% Original object ID: 2322 0
+5140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5141 0 obj
+2592
+endobj
+
+%% Original object ID: 2323 0
+5142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5143 0 obj
+2226
+endobj
+
+%% Original object ID: 2324 0
+5144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5145 0 obj
+3330
+endobj
+
+%% Original object ID: 2325 0
+5146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5147 0 obj
+2646
+endobj
+
+%% Original object ID: 2326 0
+5148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5149 0 obj
+3763
+endobj
+
+%% Original object ID: 2327 0
+5150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5151 0 obj
+2646
+endobj
+
+%% Original object ID: 2328 0
+5152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5153 0 obj
+2226
+endobj
+
+%% Original object ID: 1636 0
+5154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5155 0 obj
+1846
+endobj
+
+%% Original object ID: 1699 0
+5156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5157 0 obj
+2592
+endobj
+
+%% Original object ID: 2329 0
+5158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5159 0 obj
+1846
+endobj
+
+%% Original object ID: 2330 0
+5160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5161 0 obj
+2322
+endobj
+
+%% Original object ID: 2331 0
+5162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5163 0 obj
+2263
+endobj
+
+%% Original object ID: 2332 0
+5164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5165 0 obj
+2592
+endobj
+
+%% Original object ID: 2333 0
+5166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5167 0 obj
+1431
+endobj
+
+%% Original object ID: 2334 0
+5168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5169 0 obj
+2592
+endobj
+
+%% Original object ID: 2335 0
+5170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5171 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5171 0 obj
+2226
+endobj
+
+%% Original object ID: 2336 0
+5172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5173 0 obj
+1431
+endobj
+
+%% Original object ID: 2337 0
+5174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5175 0 obj
+2592
+endobj
+
+%% Original object ID: 2338 0
+5176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5177 0 obj
+3763
+endobj
+
+%% Original object ID: 1700 0
+5178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5179 0 obj
+1846
+endobj
+
+%% Original object ID: 2339 0
+5180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5181 0 obj
+3763
+endobj
+
+%% Original object ID: 2340 0
+5182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5183 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5183 0 obj
+2226
+endobj
+
+%% Original object ID: 2341 0
+5184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5185 0 obj
+2226
+endobj
+
+%% Original object ID: 2342 0
+5186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5187 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5187 0 obj
+648
+endobj
+
+%% Original object ID: 2343 0
+5188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5189 0 obj
+1846
+endobj
+
+%% Original object ID: 2344 0
+5190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5191 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5191 0 obj
+3504
+endobj
+
+%% Original object ID: 2345 0
+5192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5193 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5193 0 obj
+3888
+endobj
+
+%% Original object ID: 2346 0
+5194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5195 0 obj
+2592
+endobj
+
+%% Original object ID: 2347 0
+5196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5197 0 obj
+2226
+endobj
+
+%% Original object ID: 2348 0
+5198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5199 0 obj
+3285
+endobj
+
+%% Original object ID: 1701 0
+5200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5201 0 obj
+2646
+endobj
+
+%% Original object ID: 2349 0
+5202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5203 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5203 0 obj
+648
+endobj
+
+%% Original object ID: 2350 0
+5204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5205 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5205 0 obj
+648
+endobj
+
+%% Original object ID: 2351 0
+5206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5207 0 obj
+2226
+endobj
+
+%% Original object ID: 2352 0
+5208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5209 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5209 0 obj
+648
+endobj
+
+%% Original object ID: 2353 0
+5210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5211 0 obj
+2430
+endobj
+
+%% Original object ID: 2354 0
+5212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5213 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5213 0 obj
+648
+endobj
+
+%% Original object ID: 2355 0
+5214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5215 0 obj
+2592
+endobj
+
+%% Original object ID: 2356 0
+5216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5217 0 obj
+2226
+endobj
+
+%% Original object ID: 2357 0
+5218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5219 0 obj
+2322
+endobj
+
+%% Original object ID: 2358 0
+5220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5221 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5221 0 obj
+468
+endobj
+
+%% Original object ID: 1702 0
+5222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5223 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5223 0 obj
+648
+endobj
+
+%% Original object ID: 2359 0
+5224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 5225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5225 0 obj
+2847
+endobj
+
+%% Original object ID: 2360 0
+5226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5227 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5227 0 obj
+648
+endobj
+
+%% Original object ID: 2361 0
+5228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5229 0 obj
+3763
+endobj
+
+%% Original object ID: 2362 0
+5230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5231 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5231 0 obj
+3024
+endobj
+
+%% Original object ID: 2363 0
+5232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5233 0 obj
+1431
+endobj
+
+%% Original object ID: 2364 0
+5234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5235 0 obj
+648
+endobj
+
+%% Original object ID: 2365 0
+5236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5237 0 obj
+2322
+endobj
+
+%% Original object ID: 2366 0
+5238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5239 0 obj
+1846
+endobj
+
+%% Original object ID: 2367 0
+5240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5241 0 obj
+2646
+endobj
+
+%% Original object ID: 2368 0
+5242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5243 0 obj
+2226
+endobj
+
+%% Original object ID: 1703 0
+5244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5245 0 obj
+2592
+endobj
+
+%% Original object ID: 2369 0
+5246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5247 0 obj
+2322
+endobj
+
+%% Original object ID: 2370 0
+5248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5249 0 obj
+2646
+endobj
+
+%% Original object ID: 2371 0
+5250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5251 0 obj
+2226
+endobj
+
+%% Original object ID: 2372 0
+5252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5253 0 obj
+2592
+endobj
+
+%% Original object ID: 2373 0
+5254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5255 0 obj
+2226
+endobj
+
+%% Original object ID: 2374 0
+5256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5257 0 obj
+3285
+endobj
+
+%% Original object ID: 2375 0
+5258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 5259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5259 0 obj
+2847
+endobj
+
+%% Original object ID: 2376 0
+5260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5261 0 obj
+2646
+endobj
+
+%% Original object ID: 2377 0
+5262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5263 0 obj
+1431
+endobj
+
+%% Original object ID: 2378 0
+5264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5265 0 obj
+1431
+endobj
+
+%% Original object ID: 1704 0
+5266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5267 0 obj
+2226
+endobj
+
+%% Original object ID: 2379 0
+5268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5269 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5269 0 obj
+3504
+endobj
+
+%% Original object ID: 2380 0
+5270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5271 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5271 0 obj
+3888
+endobj
+
+%% Original object ID: 2381 0
+5272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5273 0 obj
+1431
+endobj
+
+%% Original object ID: 2382 0
+5274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5275 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5275 0 obj
+2226
+endobj
+
+%% Original object ID: 2383 0
+5276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5277 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5277 0 obj
+3285
+endobj
+
+%% Original object ID: 2384 0
+5278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5279 0 obj
+2592
+endobj
+
+%% Original object ID: 2385 0
+5280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5281 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5281 0 obj
+3096
+endobj
+
+%% Original object ID: 2386 0
+5282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5283 0 obj
+2646
+endobj
+
+%% Original object ID: 2387 0
+5284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5285 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5285 0 obj
+1431
+endobj
+
+%% Original object ID: 2388 0
+5286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5287 0 obj
+2592
+endobj
+
+%% Original object ID: 1705 0
+5288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5289 0 obj
+3285
+endobj
+
+%% Original object ID: 2389 0
+5290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5291 0 obj
+3285
+endobj
+
+%% Original object ID: 2390 0
+5292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5293 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5293 0 obj
+3504
+endobj
+
+%% Original object ID: 2391 0
+5294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5295 0 obj
+1431
+endobj
+
+%% Original object ID: 2392 0
+5296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5297 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5297 0 obj
+648
+endobj
+
+%% Original object ID: 2393 0
+5298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5299 0 obj
+3330
+endobj
+
+%% Original object ID: 2394 0
+5300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5301 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5301 0 obj
+3024
+endobj
+
+%% Original object ID: 2395 0
+5302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5303 0 obj
+1846
+endobj
+
+%% Original object ID: 2396 0
+5304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 5305 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5305 0 obj
+720
+endobj
+
+%% Original object ID: 2397 0
+5306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5307 0 obj
+2322
+endobj
+
+%% Original object ID: 2398 0
+5308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5309 0 obj
+2322
+endobj
+
+%% Original object ID: 1706 0
+5310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5311 0 obj
+3285
+endobj
+
+%% Original object ID: 2399 0
+5312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5313 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5313 0 obj
+2226
+endobj
+
+%% Original object ID: 2400 0
+5314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5315 0 obj
+2646
+endobj
+
+%% Original object ID: 2401 0
+5316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5317 0 obj
+2322
+endobj
+
+%% Original object ID: 2402 0
+5318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5319 0 obj
+2263
+endobj
+
+%% Original object ID: 2403 0
+5320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5321 0 obj
+2592
+endobj
+
+%% Original object ID: 2404 0
+5322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5323 0 obj
+1431
+endobj
+
+%% Original object ID: 2405 0
+5324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5325 0 obj
+1846
+endobj
+
+%% Original object ID: 2406 0
+5326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5327 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5327 0 obj
+3024
+endobj
+
+%% Original object ID: 2407 0
+5328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5329 0 obj
+2646
+endobj
+
+%% Original object ID: 2408 0
+5330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5331 0 obj
+2592
+endobj
+
+%% Original object ID: 1707 0
+5332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5333 0 obj
+2646
+endobj
+
+%% Original object ID: 2409 0
+5334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5335 0 obj
+3763
+endobj
+
+%% Original object ID: 2410 0
+5336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5337 0 obj
+3763
+endobj
+
+%% Original object ID: 2411 0
+5338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5339 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5339 0 obj
+2226
+endobj
+
+%% Original object ID: 2412 0
+5340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5341 0 obj
+2226
+endobj
+
+%% Original object ID: 2413 0
+5342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5343 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5343 0 obj
+648
+endobj
+
+%% Original object ID: 2414 0
+5344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5345 0 obj
+1846
+endobj
+
+%% Original object ID: 2415 0
+5346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5347 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5347 0 obj
+3504
+endobj
+
+%% Original object ID: 2416 0
+5348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5349 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5349 0 obj
+2226
+endobj
+
+%% Original object ID: 2417 0
+5350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5351 0 obj
+2322
+endobj
+
+%% Original object ID: 2418 0
+5352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5353 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5353 0 obj
+648
+endobj
+
+%% Original object ID: 1708 0
+5354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5355 0 obj
+1431
+endobj
+
+%% Original object ID: 2419 0
+5356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5357 0 obj
+2430
+endobj
+
+%% Original object ID: 2420 0
+5358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5359 0 obj
+2592
+endobj
+
+%% Original object ID: 2421 0
+5360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5361 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5361 0 obj
+648
+endobj
+
+%% Original object ID: 2422 0
+5362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5363 0 obj
+1431
+endobj
+
+%% Original object ID: 2423 0
+5364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5365 0 obj
+3330
+endobj
+
+%% Original object ID: 2424 0
+5366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5367 0 obj
+2592
+endobj
+
+%% Original object ID: 2425 0
+5368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5369 0 obj
+2226
+endobj
+
+%% Original object ID: 2426 0
+5370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5371 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5371 0 obj
+648
+endobj
+
+%% Original object ID: 2427 0
+5372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5373 0 obj
+2340
+endobj
+
+%% Original object ID: 2428 0
+5374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5375 0 obj
+2592
+endobj
+
+%% Original object ID: 1637 0
+5376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5377 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5377 0 obj
+3024
+endobj
+
+%% Original object ID: 1709 0
+5378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5379 0 obj
+2263
+endobj
+
+%% Original object ID: 2429 0
+5380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5381 0 obj
+1846
+endobj
+
+%% Original object ID: 2430 0
+5382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5383 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5383 0 obj
+648
+endobj
+
+%% Original object ID: 2431 0
+5384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5385 0 obj
+2592
+endobj
+
+%% Original object ID: 2432 0
+5386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5387 0 obj
+2226
+endobj
+
+%% Original object ID: 2433 0
+5388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5389 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5389 0 obj
+648
+endobj
+
+%% Original object ID: 2434 0
+5390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5391 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5391 0 obj
+648
+endobj
+
+%% Original object ID: 2435 0
+5392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5393 0 obj
+2226
+endobj
+
+%% Original object ID: 2436 0
+5394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5395 0 obj
+648
+endobj
+
+%% Original object ID: 2437 0
+5396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5397 0 obj
+2430
+endobj
+
+%% Original object ID: 2438 0
+5398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5399 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5399 0 obj
+648
+endobj
+
+%% Original object ID: 1710 0
+5400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5401 0 obj
+2592
+endobj
+
+%% Original object ID: 2439 0
+5402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5403 0 obj
+2592
+endobj
+
+%% Original object ID: 2440 0
+5404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5405 0 obj
+2226
+endobj
+
+%% Original object ID: 2441 0
+5406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5407 0 obj
+2322
+endobj
+
+%% Original object ID: 2442 0
+5408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5409 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5409 0 obj
+468
+endobj
+
+%% Original object ID: 2443 0
+5410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5411 0 obj
+2592
+endobj
+
+%% Original object ID: 2444 0
+5412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5413 0 obj
+2226
+endobj
+
+%% Original object ID: 2445 0
+5414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5415 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5415 0 obj
+3240
+endobj
+
+%% Original object ID: 2446 0
+5416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5417 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5417 0 obj
+3504
+endobj
+
+%% Original object ID: 2447 0
+5418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5419 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5419 0 obj
+2592
+endobj
+
+%% Original object ID: 2448 0
+5420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5421 0 obj
+2226
+endobj
+
+%% Original object ID: 1711 0
+5422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5423 0 obj
+1431
+endobj
+
+%% Original object ID: 2449 0
+5424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5425 0 obj
+2592
+endobj
+
+%% Original object ID: 2450 0
+5426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5427 0 obj
+2226
+endobj
+
+%% Original object ID: 2451 0
+5428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5429 0 obj
+3285
+endobj
+
+%% Original object ID: 2452 0
+5430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5431 0 obj
+3763
+endobj
+
+%% Original object ID: 2453 0
+5432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5433 0 obj
+2646
+endobj
+
+%% Original object ID: 2454 0
+5434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5435 0 obj
+3763
+endobj
+
+%% Original object ID: 2455 0
+5436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5437 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5437 0 obj
+3285
+endobj
+
+%% Original object ID: 2456 0
+5438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5439 0 obj
+2646
+endobj
+
+%% Original object ID: 2457 0
+5440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5441 0 obj
+1431
+endobj
+
+%% Original object ID: 2458 0
+5442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5443 0 obj
+2322
+endobj
+
+%% Original object ID: 1712 0
+5444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5445 0 obj
+3763
+endobj
+
+%% Original object ID: 2459 0
+5446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5447 0 obj
+2592
+endobj
+
+%% Original object ID: 2460 0
+5448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5449 0 obj
+2263
+endobj
+
+%% Original object ID: 2461 0
+5450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5451 0 obj
+1846
+endobj
+
+%% Original object ID: 2462 0
+5452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5453 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5453 0 obj
+3024
+endobj
+
+%% Original object ID: 2463 0
+5454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5455 0 obj
+2646
+endobj
+
+%% Original object ID: 2464 0
+5456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5457 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5457 0 obj
+648
+endobj
+
+%% Original object ID: 2465 0
+5458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5459 0 obj
+2592
+endobj
+
+%% Original object ID: 2466 0
+5460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 5461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5461 0 obj
+3796
+endobj
+
+%% Original object ID: 2467 0
+5462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5463 0 obj
+2263
+endobj
+
+%% Original object ID: 2468 0
+5464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5465 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5465 0 obj
+648
+endobj
+
+%% Original object ID: 1713 0
+5466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5467 0 obj
+2592
+endobj
+
+%% Original object ID: 2469 0
+5468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5469 0 obj
+1431
+endobj
+
+%% Original object ID: 2470 0
+5470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5471 0 obj
+3763
+endobj
+
+%% Original object ID: 2471 0
+5472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5473 0 obj
+2592
+endobj
+
+%% Original object ID: 2472 0
+5474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5475 0 obj
+2263
+endobj
+
+%% Original object ID: 2473 0
+5476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5477 0 obj
+2430
+endobj
+
+%% Original object ID: 2474 0
+5478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5479 0 obj
+2592
+endobj
+
+%% Original object ID: 2475 0
+5480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5481 0 obj
+2226
+endobj
+
+%% Original object ID: 2476 0
+5482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5483 0 obj
+3285
+endobj
+
+%% Original object ID: 2477 0
+5484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5485 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5485 0 obj
+648
+endobj
+
+%% Original object ID: 2478 0
+5486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5487 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5487 0 obj
+648
+endobj
+
+%% Original object ID: 1714 0
+5488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5489 0 obj
+2226
+endobj
+
+%% Original object ID: 2479 0
+5490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5491 0 obj
+2322
+endobj
+
+%% Original object ID: 2480 0
+5492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5493 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5493 0 obj
+3024
+endobj
+
+%% Original object ID: 2481 0
+5494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5495 0 obj
+2592
+endobj
+
+%% Original object ID: 2482 0
+5496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5497 0 obj
+2226
+endobj
+
+%% Original object ID: 2483 0
+5498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5499 0 obj
+3285
+endobj
+
+%% Original object ID: 2484 0
+5500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5501 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5501 0 obj
+3240
+endobj
+
+%% Original object ID: 2485 0
+5502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5503 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5503 0 obj
+648
+endobj
+
+%% Original object ID: 2486 0
+5504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5505 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5505 0 obj
+648
+endobj
+
+%% Original object ID: 2487 0
+5506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5507 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5507 0 obj
+648
+endobj
+
+%% Original object ID: 2488 0
+5508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5509 0 obj
+2592
+endobj
+
+%% Original object ID: 1715 0
+5510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5511 0 obj
+2430
+endobj
+
+%% Original object ID: 2489 0
+5512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5513 0 obj
+1431
+endobj
+
+%% Original object ID: 2490 0
+5514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5515 0 obj
+3285
+endobj
+
+%% Original object ID: 2491 0
+5516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5517 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5517 0 obj
+3888
+endobj
+
+%% Original object ID: 2492 0
+5518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5519 0 obj
+2592
+endobj
+
+%% Original object ID: 2493 0
+5520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5521 0 obj
+2322
+endobj
+
+%% Original object ID: 2494 0
+5522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5523 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5523 0 obj
+648
+endobj
+
+%% Original object ID: 2495 0
+5524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5525 0 obj
+2430
+endobj
+
+%% Original object ID: 2496 0
+5526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5527 0 obj
+2322
+endobj
+
+%% Original object ID: 2497 0
+5528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5529 0 obj
+2592
+endobj
+
+%% Original object ID: 2498 0
+5530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 31
+ /Length 5531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5531 0 obj
+2263
+endobj
+
+%% Original object ID: 1716 0
+5532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5533 0 obj
+2646
+endobj
+
+%% Original object ID: 2499 0
+5534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5535 0 obj
+3888
+endobj
+
+%% Original object ID: 2500 0
+5536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5537 0 obj
+2646
+endobj
+
+%% Original object ID: 2501 0
+5538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5539 0 obj
+1431
+endobj
+
+%% Original object ID: 2502 0
+5540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5541 0 obj
+2430
+endobj
+
+%% Original object ID: 2503 0
+5542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5543 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5543 0 obj
+2226
+endobj
+
+%% Original object ID: 2504 0
+5544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5545 0 obj
+2322
+endobj
+
+%% Original object ID: 2505 0
+5546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5547 0 obj
+2322
+endobj
+
+%% Original object ID: 2506 0
+5548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5549 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5549 0 obj
+648
+endobj
+
+%% Original object ID: 2507 0
+5550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5551 0 obj
+2592
+endobj
+
+%% Original object ID: 2508 0
+5552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5553 0 obj
+2226
+endobj
+
+%% Original object ID: 1717 0
+5554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 5555 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5555 0 obj
+2444
+endobj
+
+%% Original object ID: 2509 0
+5556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5557 0 obj
+2646
+endobj
+
+%% Original object ID: 2510 0
+5558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5559 0 obj
+2430
+endobj
+
+%% Original object ID: 2511 0
+5560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5561 0 obj
+3024
+endobj
+
+%% Original object ID: 2512 0
+5562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5563 0 obj
+2226
+endobj
+
+%% Original object ID: 2513 0
+5564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5565 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5565 0 obj
+648
+endobj
+
+%% Original object ID: 2514 0
+5566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5567 0 obj
+3285
+endobj
+
+%% Original object ID: 2515 0
+5568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5569 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5569 0 obj
+2226
+endobj
+
+%% Original object ID: 2516 0
+5570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5571 0 obj
+2646
+endobj
+
+%% Original object ID: 2517 0
+5572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5573 0 obj
+2322
+endobj
+
+%% Original object ID: 2518 0
+5574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5575 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5575 0 obj
+648
+endobj
+
+%% Original object ID: 1718 0
+5576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5577 0 obj
+2646
+endobj
+
+%% Original object ID: 2519 0
+5578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5579 0 obj
+648
+endobj
+
+%% Original object ID: 2520 0
+5580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5581 0 obj
+2226
+endobj
+
+%% Original object ID: 2521 0
+5582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5583 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5583 0 obj
+648
+endobj
+
+%% Original object ID: 2522 0
+5584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5585 0 obj
+2430
+endobj
+
+%% Original object ID: 2523 0
+5586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5587 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5587 0 obj
+648
+endobj
+
+%% Original object ID: 2524 0
+5588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5589 0 obj
+2592
+endobj
+
+%% Original object ID: 2525 0
+5590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5591 0 obj
+2226
+endobj
+
+%% Original object ID: 2526 0
+5592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5593 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5593 0 obj
+468
+endobj
+
+%% Original object ID: 2527 0
+5594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5595 0 obj
+2592
+endobj
+
+%% Original object ID: 2528 0
+5596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5597 0 obj
+2226
+endobj
+
+%% Original object ID: 1638 0
+5598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5599 0 obj
+2646
+endobj
+
+%% Original object ID: 1719 0
+5600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5601 0 obj
+2226
+endobj
+
+%% Original object ID: 2529 0
+5602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5603 0 obj
+3285
+endobj
+
+%% Original object ID: 2530 0
+5604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5605 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5605 0 obj
+3504
+endobj
+
+%% Original object ID: 2531 0
+5606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5607 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5607 0 obj
+3888
+endobj
+
+%% Original object ID: 2532 0
+5608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5609 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5609 0 obj
+3504
+endobj
+
+%% Original object ID: 2533 0
+5610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5611 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5611 0 obj
+648
+endobj
+
+%% Original object ID: 2534 0
+5612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5613 0 obj
+2646
+endobj
+
+%% Original object ID: 2535 0
+5614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5615 0 obj
+2322
+endobj
+
+%% Original object ID: 2536 0
+5616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5617 0 obj
+2646
+endobj
+
+%% Original object ID: 2537 0
+5618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5619 0 obj
+2322
+endobj
+
+%% Original object ID: 2538 0
+5620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5621 0 obj
+3285
+endobj
+
+%% Original object ID: 1720 0
+5622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5623 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5623 0 obj
+2226
+endobj
+
+%% Original object ID: 2539 0
+5624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5625 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5625 0 obj
+648
+endobj
+
+%% Original object ID: 2540 0
+5626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5627 0 obj
+1431
+endobj
+
+%% Original object ID: 2541 0
+5628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5629 0 obj
+2592
+endobj
+
+%% Original object ID: 2542 0
+5630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5631 0 obj
+1846
+endobj
+
+%% Original object ID: 2543 0
+5632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5633 0 obj
+2592
+endobj
+
+%% Original object ID: 2544 0
+5634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5635 0 obj
+1431
+endobj
+
+%% Original object ID: 2545 0
+5636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5637 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5637 0 obj
+3504
+endobj
+
+%% Original object ID: 2546 0
+5638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5639 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5639 0 obj
+3456
+endobj
+
+%% Original object ID: 2547 0
+5640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5641 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5641 0 obj
+2226
+endobj
+
+%% Original object ID: 2548 0
+5642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5643 0 obj
+2226
+endobj
+
+%% Original object ID: 1721 0
+5644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5645 0 obj
+2646
+endobj
+
+%% Original object ID: 2549 0
+5646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5647 0 obj
+2430
+endobj
+
+%% Original object ID: 2550 0
+5648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5649 0 obj
+1846
+endobj
+
+%% Original object ID: 2551 0
+5650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5651 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5651 0 obj
+648
+endobj
+
+%% Original object ID: 2552 0
+5652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5653 0 obj
+2592
+endobj
+
+%% Original object ID: 2553 0
+5654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5655 0 obj
+2226
+endobj
+
+%% Original object ID: 2554 0
+5656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5657 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5657 0 obj
+648
+endobj
+
+%% Original object ID: 2555 0
+5658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5659 0 obj
+2226
+endobj
+
+%% Original object ID: 2556 0
+5660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5661 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5661 0 obj
+648
+endobj
+
+%% Original object ID: 2557 0
+5662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5663 0 obj
+2226
+endobj
+
+%% Original object ID: 2558 0
+5664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5665 0 obj
+3285
+endobj
+
+%% Original object ID: 1722 0
+5666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 5667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5667 0 obj
+3796
+endobj
+
+%% Original object ID: 2559 0
+5668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 10
+ /Length 5669 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5669 0 obj
+720
+endobj
+
+%% Original object ID: 2560 0
+5670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5671 0 obj
+2226
+endobj
+
+%% Original object ID: 2561 0
+5672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5673 0 obj
+2322
+endobj
+
+%% Original object ID: 2562 0
+5674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5675 0 obj
+1846
+endobj
+
+%% Original object ID: 2563 0
+5676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5677 0 obj
+1431
+endobj
+
+%% Original object ID: 2564 0
+5678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5679 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5679 0 obj
+2226
+endobj
+
+%% Original object ID: 2565 0
+5680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5681 0 obj
+3763
+endobj
+
+%% Original object ID: 2566 0
+5682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5683 0 obj
+2646
+endobj
+
+%% Original object ID: 2567 0
+5684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5685 0 obj
+2226
+endobj
+
+%% Original object ID: 2568 0
+5686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5687 0 obj
+1846
+endobj
+
+%% Original object ID: 1723 0
+5688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5689 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5689 0 obj
+648
+endobj
+
+%% Original object ID: 2569 0
+5690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5691 0 obj
+2322
+endobj
+
+%% Original object ID: 2570 0
+5692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5693 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5693 0 obj
+648
+endobj
+
+%% Original object ID: 2571 0
+5694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5695 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5695 0 obj
+648
+endobj
+
+%% Original object ID: 2572 0
+5696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5697 0 obj
+2226
+endobj
+
+%% Original object ID: 2573 0
+5698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5699 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5699 0 obj
+648
+endobj
+
+%% Original object ID: 2574 0
+5700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5701 0 obj
+2430
+endobj
+
+%% Original object ID: 2575 0
+5702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5703 0 obj
+648
+endobj
+
+%% Original object ID: 2576 0
+5704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5705 0 obj
+2592
+endobj
+
+%% Original object ID: 2577 0
+5706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5707 0 obj
+2226
+endobj
+
+%% Original object ID: 2578 0
+5708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5709 0 obj
+2322
+endobj
+
+%% Original object ID: 1724 0
+5710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5711 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5711 0 obj
+648
+endobj
+
+%% Original object ID: 2579 0
+5712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5713 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5713 0 obj
+468
+endobj
+
+%% Original object ID: 2580 0
+5714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5715 0 obj
+2592
+endobj
+
+%% Original object ID: 2581 0
+5716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 5717 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5717 0 obj
+2444
+endobj
+
+%% Original object ID: 2582 0
+5718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5719 0 obj
+2646
+endobj
+
+%% Original object ID: 2583 0
+5720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5721 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5721 0 obj
+3456
+endobj
+
+%% Original object ID: 2584 0
+5722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5723 0 obj
+2646
+endobj
+
+%% Original object ID: 2585 0
+5724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5725 0 obj
+3285
+endobj
+
+%% Original object ID: 2586 0
+5726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5727 0 obj
+3285
+endobj
+
+%% Original object ID: 2587 0
+5728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5729 0 obj
+2646
+endobj
+
+%% Original object ID: 2588 0
+5730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5731 0 obj
+1431
+endobj
+
+%% Original object ID: 1725 0
+5732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5733 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5733 0 obj
+648
+endobj
+
+%% Original object ID: 2589 0
+5734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5735 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5735 0 obj
+648
+endobj
+
+%% Original object ID: 2590 0
+5736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5737 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5737 0 obj
+3504
+endobj
+
+%% Original object ID: 2591 0
+5738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5739 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5739 0 obj
+216
+endobj
+
+%% Original object ID: 2592 0
+5740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5741 0 obj
+3285
+endobj
+
+%% Original object ID: 2593 0
+5742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5743 0 obj
+1431
+endobj
+
+%% Original object ID: 2594 0
+5744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5745 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5745 0 obj
+648
+endobj
+
+%% Original object ID: 2595 0
+5746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5747 0 obj
+2226
+endobj
+
+%% Original object ID: 2596 0
+5748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5749 0 obj
+648
+endobj
+
+%% Original object ID: 2597 0
+5750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5751 0 obj
+3285
+endobj
+
+%% Original object ID: 2598 0
+5752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5753 0 obj
+2592
+endobj
+
+%% Original object ID: 1726 0
+5754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5755 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5755 0 obj
+3285
+endobj
+
+%% Original object ID: 2599 0
+5756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5757 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5757 0 obj
+648
+endobj
+
+%% Original object ID: 2600 0
+5758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5759 0 obj
+1846
+endobj
+
+%% Original object ID: 2601 0
+5760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5761 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5761 0 obj
+2226
+endobj
+
+%% Original object ID: 2602 0
+5762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5763 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5763 0 obj
+3285
+endobj
+
+%% Original object ID: 2603 0
+5764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5765 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5765 0 obj
+648
+endobj
+
+%% Original object ID: 2604 0
+5766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5767 0 obj
+2322
+endobj
+
+%% Original object ID: 2605 0
+5768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5769 0 obj
+1846
+endobj
+
+%% Original object ID: 2606 0
+5770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 24
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5771 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5771 0 obj
+216
+endobj
+
+%% Original object ID: 2607 0
+5772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 5773 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5773 0 obj
+3888
+endobj
+
+%% Original object ID: 2608 0
+5774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5775 0 obj
+2592
+endobj
+
+%% Original object ID: 1727 0
+5776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5777 0 obj
+2646
+endobj
+
+%% Original object ID: 2609 0
+5778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5779 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5779 0 obj
+648
+endobj
+
+%% Original object ID: 2610 0
+5780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5781 0 obj
+1846
+endobj
+
+%% Original object ID: 2611 0
+5782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 9
+ /Length 5783 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5783 0 obj
+648
+endobj
+
+%% Original object ID: 2612 0
+5784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5785 0 obj
+3763
+endobj
+
+%% Original object ID: 2613 0
+5786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5787 0 obj
+2592
+endobj
+
+%% Original object ID: 2614 0
+5788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5789 0 obj
+1431
+endobj
+
+%% Original object ID: 2615 0
+5790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5791 0 obj
+2646
+endobj
+
+%% Original object ID: 2616 0
+5792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5793 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5793 0 obj
+3504
+endobj
+
+%% Original object ID: 2617 0
+5794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 5795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5795 0 obj
+3763
+endobj
+
+%% Original object ID: 2618 0
+5796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5797 0 obj
+3285
+endobj
+
+%% Original object ID: 1728 0
+5798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5799 0 obj
+3285
+endobj
+
+%% Original object ID: 2619 0
+5800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5801 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5801 0 obj
+3024
+endobj
+
+%% Original object ID: 2620 0
+5802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5803 0 obj
+2592
+endobj
+
+%% Original object ID: 2621 0
+5804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5805 0 obj
+2226
+endobj
+
+%% Original object ID: 2622 0
+5806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 5807 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5807 0 obj
+3504
+endobj
+
+%% Original object ID: 2623 0
+5808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 5809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5809 0 obj
+1431
+endobj
+
+%% Original object ID: 2624 0
+5810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 5811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5811 0 obj
+2430
+endobj
+
+%% Original object ID: 2625 0
+5812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 5813 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5813 0 obj
+3024
+endobj
+
+%% Original object ID: 2626 0
+5814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 5815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5815 0 obj
+2646
+endobj
+
+%% Original object ID: 2627 0
+5816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 5817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5817 0 obj
+2322
+endobj
+
+%% Original object ID: 2628 0
+5818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 5819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5819 0 obj
+1846
+endobj
+
+%% Original object ID: 101 0
+5820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R101
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5821 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5821 0 obj
+4218
+endobj
+
+%% Original object ID: 103 0
+5822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R103
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5823 0 obj
+4968
+endobj
+
+%% Original object ID: 105 0
+5824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R105
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5825 0 obj
+5032
+endobj
+
+%% Original object ID: 107 0
+5826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R107
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5827 0 obj
+4900
+endobj
+
+%% Original object ID: 109 0
+5828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R109
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5829 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5829 0 obj
+4464
+endobj
+
+%% Original object ID: 111 0
+5830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R111
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5831 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5831 0 obj
+4968
+endobj
+
+%% Original object ID: 113 0
+5832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R113
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5833 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5833 0 obj
+4248
+endobj
+
+%% Original object ID: 115 0
+5834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R115
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5835 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5835 0 obj
+4588
+endobj
+
+%% Original object ID: 117 0
+5836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R117
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5837 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5837 0 obj
+4900
+endobj
+
+%% Original object ID: 119 0
+5838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R119
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5839 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5839 0 obj
+4248
+endobj
+
+%% Original object ID: 121 0
+5840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R121
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5841 0 obj
+4588
+endobj
+
+%% Original object ID: 123 0
+5842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R123
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5843 0 obj
+5032
+endobj
+
+%% Original object ID: 125 0
+5844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R125
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5845 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5845 0 obj
+4588
+endobj
+
+%% Original object ID: 127 0
+5846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R127
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5847 0 obj
+4900
+endobj
+
+%% Original object ID: 129 0
+5848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R129
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5849 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5849 0 obj
+4968
+endobj
+
+%% Original object ID: 131 0
+5850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R131
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5851 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5851 0 obj
+4968
+endobj
+
+%% Original object ID: 133 0
+5852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R133
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5853 0 obj
+4588
+endobj
+
+%% Original object ID: 135 0
+5854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R135
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 5855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5855 0 obj
+4292
+endobj
+
+%% Original object ID: 137 0
+5856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R137
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5857 0 obj
+4900
+endobj
+
+%% Original object ID: 139 0
+5858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R139
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5859 0 obj
+4968
+endobj
+
+%% Original object ID: 141 0
+5860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R141
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5861 0 obj
+4588
+endobj
+
+%% Original object ID: 143 0
+5862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R143
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5863 0 obj
+4588
+endobj
+
+%% Original object ID: 145 0
+5864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R145
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5865 0 obj
+4900
+endobj
+
+%% Original object ID: 147 0
+5866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R147
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5867 0 obj
+4588
+endobj
+
+%% Original object ID: 149 0
+5868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R149
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5869 0 obj
+4218
+endobj
+
+%% Original object ID: 151 0
+5870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R151
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5871 0 obj
+4588
+endobj
+
+%% Original object ID: 153 0
+5872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R153
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5873 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5873 0 obj
+4248
+endobj
+
+%% Original object ID: 155 0
+5874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R155
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5875 0 obj
+4900
+endobj
+
+%% Original object ID: 157 0
+5876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R157
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5877 0 obj
+4588
+endobj
+
+%% Original object ID: 159 0
+5878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R159
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5879 0 obj
+4968
+endobj
+
+%% Original object ID: 161 0
+5880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R161
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5881 0 obj
+4218
+endobj
+
+%% Original object ID: 163 0
+5882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R163
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5883 0 obj
+4968
+endobj
+
+%% Original object ID: 165 0
+5884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R165
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5885 0 obj
+4588
+endobj
+
+%% Original object ID: 167 0
+5886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R167
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5887 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5887 0 obj
+4464
+endobj
+
+%% Original object ID: 169 0
+5888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R169
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5889 0 obj
+4218
+endobj
+
+%% Original object ID: 171 0
+5890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R171
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 5891 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5891 0 obj
+4032
+endobj
+
+%% Original object ID: 173 0
+5892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R173
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 5893 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5893 0 obj
+4032
+endobj
+
+%% Original object ID: 175 0
+5894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R175
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5895 0 obj
+4218
+endobj
+
+%% Original object ID: 177 0
+5896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R177
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5897 0 obj
+5032
+endobj
+
+%% Original object ID: 179 0
+5898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R179
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5899 0 obj
+4900
+endobj
+
+%% Original object ID: 181 0
+5900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R181
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 5901 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5901 0 obj
+4176
+endobj
+
+%% Original object ID: 183 0
+5902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R183
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5903 0 obj
+4968
+endobj
+
+%% Original object ID: 185 0
+5904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R185
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5905 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5905 0 obj
+4464
+endobj
+
+%% Original object ID: 187 0
+5906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R187
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5907 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5907 0 obj
+4248
+endobj
+
+%% Original object ID: 189 0
+5908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R189
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5909 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5909 0 obj
+4248
+endobj
+
+%% Original object ID: 191 0
+5910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R191
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5911 0 obj
+5032
+endobj
+
+%% Original object ID: 193 0
+5912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R193
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 5913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5913 0 obj
+11655
+endobj
+
+%% Original object ID: 195 0
+5914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R195
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 5915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5915 0 obj
+6560
+endobj
+
+%% Original object ID: 197 0
+5916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R197
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 5917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5917 0 obj
+7380
+endobj
+
+%% Original object ID: 199 0
+5918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R199
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 5919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5919 0 obj
+6806
+endobj
+
+%% Original object ID: 201 0
+5920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R201
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5921 0 obj
+4900
+endobj
+
+%% Original object ID: 203 0
+5922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R203
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5923 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5923 0 obj
+4248
+endobj
+
+%% Original object ID: 205 0
+5924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R205
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5925 0 obj
+5032
+endobj
+
+%% Original object ID: 207 0
+5926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R207
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 5927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5927 0 obj
+4218
+endobj
+
+%% Original object ID: 209 0
+5928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R209
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5929 0 obj
+4588
+endobj
+
+%% Original object ID: 211 0
+5930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R211
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 5931 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5931 0 obj
+4176
+endobj
+
+%% Original object ID: 213 0
+5932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R213
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5933 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5933 0 obj
+4968
+endobj
+
+%% Original object ID: 215 0
+5934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R215
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5935 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5935 0 obj
+4968
+endobj
+
+%% Original object ID: 217 0
+5936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R217
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5937 0 obj
+4588
+endobj
+
+%% Original object ID: 219 0
+5938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R219
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5939 0 obj
+5032
+endobj
+
+%% Original object ID: 221 0
+5940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R221
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5941 0 obj
+4968
+endobj
+
+%% Original object ID: 223 0
+5942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R223
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5943 0 obj
+4588
+endobj
+
+%% Original object ID: 225 0
+5944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R225
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5945 0 obj
+4588
+endobj
+
+%% Original object ID: 227 0
+5946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R227
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 5947 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5947 0 obj
+4032
+endobj
+
+%% Original object ID: 229 0
+5948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R229
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5949 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5949 0 obj
+4248
+endobj
+
+%% Original object ID: 231 0
+5950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R231
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5951 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5951 0 obj
+4968
+endobj
+
+%% Original object ID: 233 0
+5952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R233
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5953 0 obj
+4588
+endobj
+
+%% Original object ID: 235 0
+5954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R235
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5955 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5955 0 obj
+4968
+endobj
+
+%% Original object ID: 237 0
+5956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R237
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 5957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5957 0 obj
+4958
+endobj
+
+%% Original object ID: 239 0
+5958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R239
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5959 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5959 0 obj
+4968
+endobj
+
+%% Original object ID: 241 0
+5960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R241
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5961 0 obj
+4588
+endobj
+
+%% Original object ID: 243 0
+5962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R243
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5963 0 obj
+4968
+endobj
+
+%% Original object ID: 245 0
+5964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R245
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5965 0 obj
+4900
+endobj
+
+%% Original object ID: 247 0
+5966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R247
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5967 0 obj
+4588
+endobj
+
+%% Original object ID: 249 0
+5968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R249
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5969 0 obj
+4588
+endobj
+
+%% Original object ID: 251 0
+5970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R251
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5971 0 obj
+4588
+endobj
+
+%% Original object ID: 253 0
+5972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R253
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5973 0 obj
+4968
+endobj
+
+%% Original object ID: 255 0
+5974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R255
+ /Subtype /Image
+ /Type /XObject
+ /Width 66
+ /Length 5975 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5975 0 obj
+4752
+endobj
+
+%% Original object ID: 257 0
+5976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R257
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5977 0 obj
+4588
+endobj
+
+%% Original object ID: 259 0
+5978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R259
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5979 0 obj
+4588
+endobj
+
+%% Original object ID: 261 0
+5980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R261
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5981 0 obj
+4588
+endobj
+
+%% Original object ID: 263 0
+5982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R263
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 5983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5983 0 obj
+4900
+endobj
+
+%% Original object ID: 265 0
+5984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R265
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5985 0 obj
+4588
+endobj
+
+%% Original object ID: 267 0
+5986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R267
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5987 0 obj
+4588
+endobj
+
+%% Original object ID: 269 0
+5988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R269
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5989 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5989 0 obj
+4968
+endobj
+
+%% Original object ID: 271 0
+5990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R271
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 5991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5991 0 obj
+5032
+endobj
+
+%% Original object ID: 273 0
+5992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R273
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5993 0 obj
+4588
+endobj
+
+%% Original object ID: 275 0
+5994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R275
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 5995 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5995 0 obj
+4248
+endobj
+
+%% Original object ID: 277 0
+5996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R277
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 5997 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+5997 0 obj
+4968
+endobj
+
+%% Original object ID: 279 0
+5998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R279
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 5999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+5999 0 obj
+4588
+endobj
+
+%% Original object ID: 281 0
+6000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R281
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6001 0 obj
+4900
+endobj
+
+%% Original object ID: 283 0
+6002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R283
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6003 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6003 0 obj
+4176
+endobj
+
+%% Original object ID: 285 0
+6004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R285
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6005 0 obj
+4588
+endobj
+
+%% Original object ID: 287 0
+6006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R287
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6007 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6007 0 obj
+4464
+endobj
+
+%% Original object ID: 289 0
+6008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R289
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6009 0 obj
+4900
+endobj
+
+%% Original object ID: 291 0
+6010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R291
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6011 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6011 0 obj
+4464
+endobj
+
+%% Original object ID: 293 0
+6012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R293
+ /Subtype /Image
+ /Type /XObject
+ /Width 97
+ /Length 6013 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6013 0 obj
+6984
+endobj
+
+%% Original object ID: 295 0
+6014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R295
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6015 0 obj
+4588
+endobj
+
+%% Original object ID: 297 0
+6016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R297
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6017 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6017 0 obj
+4248
+endobj
+
+%% Original object ID: 299 0
+6018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R299
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6019 0 obj
+4218
+endobj
+
+%% Original object ID: 301 0
+6020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R301
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 6021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6021 0 obj
+5032
+endobj
+
+%% Original object ID: 303 0
+6022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R303
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6023 0 obj
+4900
+endobj
+
+%% Original object ID: 305 0
+6024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R305
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6025 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6025 0 obj
+4248
+endobj
+
+%% Original object ID: 307 0
+6026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R307
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6027 0 obj
+4218
+endobj
+
+%% Original object ID: 309 0
+6028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R309
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6029 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6029 0 obj
+4088
+endobj
+
+%% Original object ID: 311 0
+6030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R311
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6031 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6031 0 obj
+4032
+endobj
+
+%% Original object ID: 313 0
+6032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R313
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6033 0 obj
+4218
+endobj
+
+%% Original object ID: 315 0
+6034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R315
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6035 0 obj
+4218
+endobj
+
+%% Original object ID: 317 0
+6036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R317
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6037 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6037 0 obj
+4968
+endobj
+
+%% Original object ID: 319 0
+6038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R319
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6039 0 obj
+4588
+endobj
+
+%% Original object ID: 321 0
+6040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R321
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6041 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6041 0 obj
+4218
+endobj
+
+%% Original object ID: 323 0
+6042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R323
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6043 0 obj
+4588
+endobj
+
+%% Original object ID: 325 0
+6044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R325
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6045 0 obj
+4588
+endobj
+
+%% Original object ID: 327 0
+6046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R327
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6047 0 obj
+4900
+endobj
+
+%% Original object ID: 329 0
+6048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R329
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6049 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6049 0 obj
+4464
+endobj
+
+%% Original object ID: 331 0
+6050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R331
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6051 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6051 0 obj
+4176
+endobj
+
+%% Original object ID: 333 0
+6052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R333
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 6053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6053 0 obj
+11655
+endobj
+
+%% Original object ID: 335 0
+6054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R335
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6055 0 obj
+7380
+endobj
+
+%% Original object ID: 337 0
+6056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R337
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6057 0 obj
+6560
+endobj
+
+%% Original object ID: 339 0
+6058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R339
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 6059 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6059 0 obj
+7176
+endobj
+
+%% Original object ID: 341 0
+6060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R341
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6061 0 obj
+7380
+endobj
+
+%% Original object ID: 343 0
+6062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R343
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6063 0 obj
+6560
+endobj
+
+%% Original object ID: 345 0
+6064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R345
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6065 0 obj
+6431
+endobj
+
+%% Original object ID: 347 0
+6066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R347
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6067 0 obj
+7380
+endobj
+
+%% Original object ID: 349 0
+6068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R349
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6069 0 obj
+6560
+endobj
+
+%% Original object ID: 351 0
+6070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R351
+ /Subtype /Image
+ /Type /XObject
+ /Width 100
+ /Length 6071 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6071 0 obj
+10700
+endobj
+
+%% Original object ID: 353 0
+6072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R353
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6073 0 obj
+7380
+endobj
+
+%% Original object ID: 355 0
+6074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R355
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6075 0 obj
+6560
+endobj
+
+%% Original object ID: 357 0
+6076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R357
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 6077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6077 0 obj
+9374
+endobj
+
+%% Original object ID: 359 0
+6078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R359
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6079 0 obj
+4588
+endobj
+
+%% Original object ID: 361 0
+6080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R361
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6081 0 obj
+4218
+endobj
+
+%% Original object ID: 363 0
+6082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R363
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6083 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6083 0 obj
+4176
+endobj
+
+%% Original object ID: 365 0
+6084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R365
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6085 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6085 0 obj
+4088
+endobj
+
+%% Original object ID: 367 0
+6086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R367
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6087 0 obj
+4218
+endobj
+
+%% Original object ID: 369 0
+6088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R369
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6089 0 obj
+4968
+endobj
+
+%% Original object ID: 371 0
+6090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R371
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6091 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6091 0 obj
+4464
+endobj
+
+%% Original object ID: 373 0
+6092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R373
+ /Subtype /Image
+ /Type /XObject
+ /Width 117
+ /Length 6093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6093 0 obj
+12519
+endobj
+
+%% Original object ID: 375 0
+6094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R375
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 6095 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6095 0 obj
+9374
+endobj
+
+%% Original object ID: 377 0
+6096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R377
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6097 0 obj
+7380
+endobj
+
+%% Original object ID: 379 0
+6098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R379
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6099 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6099 0 obj
+6560
+endobj
+
+%% Original object ID: 381 0
+6100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R381
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6101 0 obj
+6431
+endobj
+
+%% Original object ID: 383 0
+6102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R383
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6103 0 obj
+6431
+endobj
+
+%% Original object ID: 385 0
+6104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R385
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6105 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6105 0 obj
+8774
+endobj
+
+%% Original object ID: 387 0
+6106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R387
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6107 0 obj
+7380
+endobj
+
+%% Original object ID: 389 0
+6108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R389
+ /Subtype /Image
+ /Type /XObject
+ /Width 103
+ /Length 6109 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6109 0 obj
+11021
+endobj
+
+%% Original object ID: 391 0
+6110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R391
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6111 0 obj
+7380
+endobj
+
+%% Original object ID: 393 0
+6112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R393
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 6113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6113 0 obj
+6806
+endobj
+
+%% Original object ID: 395 0
+6114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R395
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6115 0 obj
+6431
+endobj
+
+%% Original object ID: 397 0
+6116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R397
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 6117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6117 0 obj
+6806
+endobj
+
+%% Original object ID: 399 0
+6118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R399
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6119 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6119 0 obj
+4176
+endobj
+
+%% Original object ID: 401 0
+6120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R401
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6121 0 obj
+4588
+endobj
+
+%% Original object ID: 403 0
+6122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R403
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6123 0 obj
+4968
+endobj
+
+%% Original object ID: 405 0
+6124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R405
+ /Subtype /Image
+ /Type /XObject
+ /Width 97
+ /Length 6125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6125 0 obj
+6984
+endobj
+
+%% Original object ID: 407 0
+6126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R407
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6127 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6127 0 obj
+4248
+endobj
+
+%% Original object ID: 409 0
+6128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R409
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6129 0 obj
+4588
+endobj
+
+%% Original object ID: 411 0
+6130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R411
+ /Subtype /Image
+ /Type /XObject
+ /Width 107
+ /Length 6131 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6131 0 obj
+11449
+endobj
+
+%% Original object ID: 413 0
+6132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R413
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6133 0 obj
+7380
+endobj
+
+%% Original object ID: 415 0
+6134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 112
+ /Name /R415
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 6135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6135 0 obj
+9632
+endobj
+
+%% Original object ID: 417 0
+6136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R417
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 6137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6137 0 obj
+6806
+endobj
+
+%% Original object ID: 419 0
+6138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R419
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6139 0 obj
+6431
+endobj
+
+%% Original object ID: 421 0
+6140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R421
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6141 0 obj
+4880
+endobj
+
+%% Original object ID: 423 0
+6142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R423
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6143 0 obj
+7380
+endobj
+
+%% Original object ID: 425 0
+6144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R425
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 6145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6145 0 obj
+6431
+endobj
+
+%% Original object ID: 427 0
+6146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R427
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6147 0 obj
+7380
+endobj
+
+%% Original object ID: 429 0
+6148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R429
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6149 0 obj
+6560
+endobj
+
+%% Original object ID: 431 0
+6150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R431
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6151 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6151 0 obj
+8774
+endobj
+
+%% Original object ID: 433 0
+6152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R433
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6153 0 obj
+7380
+endobj
+
+%% Original object ID: 435 0
+6154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R435
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6155 0 obj
+4880
+endobj
+
+%% Original object ID: 437 0
+6156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R437
+ /Subtype /Image
+ /Type /XObject
+ /Width 132
+ /Length 6157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6157 0 obj
+10560
+endobj
+
+%% Original object ID: 439 0
+6158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R439
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6159 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6159 0 obj
+4176
+endobj
+
+%% Original object ID: 441 0
+6160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R441
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 6161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6161 0 obj
+4028
+endobj
+
+%% Original object ID: 443 0
+6162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R443
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6163 0 obj
+4968
+endobj
+
+%% Original object ID: 445 0
+6164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R445
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 6165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6165 0 obj
+4599
+endobj
+
+%% Original object ID: 447 0
+6166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R447
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6167 0 obj
+4292
+endobj
+
+%% Original object ID: 449 0
+6168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R449
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6169 0 obj
+4176
+endobj
+
+%% Original object ID: 451 0
+6170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R451
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 6171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6171 0 obj
+4028
+endobj
+
+%% Original object ID: 453 0
+6172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R453
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6173 0 obj
+4588
+endobj
+
+%% Original object ID: 455 0
+6174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R455
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6175 0 obj
+4588
+endobj
+
+%% Original object ID: 457 0
+6176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R457
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6177 0 obj
+4588
+endobj
+
+%% Original object ID: 459 0
+6178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R459
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6179 0 obj
+4968
+endobj
+
+%% Original object ID: 461 0
+6180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R461
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6181 0 obj
+4588
+endobj
+
+%% Original object ID: 463 0
+6182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R463
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 6183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6183 0 obj
+5032
+endobj
+
+%% Original object ID: 465 0
+6184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R465
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6185 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6185 0 obj
+4968
+endobj
+
+%% Original object ID: 467 0
+6186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R467
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6187 0 obj
+4968
+endobj
+
+%% Original object ID: 469 0
+6188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R469
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6189 0 obj
+5180
+endobj
+
+%% Original object ID: 471 0
+6190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R471
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 6191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6191 0 obj
+5840
+endobj
+
+%% Original object ID: 473 0
+6192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R473
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 6193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6193 0 obj
+4599
+endobj
+
+%% Original object ID: 475 0
+6194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R475
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6195 0 obj
+4968
+endobj
+
+%% Original object ID: 477 0
+6196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R477
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 6197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6197 0 obj
+4599
+endobj
+
+%% Original object ID: 479 0
+6198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R479
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6199 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6199 0 obj
+4392
+endobj
+
+%% Original object ID: 481 0
+6200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R481
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 6201 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6201 0 obj
+5112
+endobj
+
+%% Original object ID: 483 0
+6202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R483
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 6203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6203 0 obj
+4028
+endobj
+
+%% Original object ID: 485 0
+6204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R485
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 6205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6205 0 obj
+4042
+endobj
+
+%% Original object ID: 487 0
+6206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R487
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6207 0 obj
+4968
+endobj
+
+%% Original object ID: 489 0
+6208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R489
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 6209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6209 0 obj
+4599
+endobj
+
+%% Original object ID: 491 0
+6210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R491
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6211 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6211 0 obj
+4392
+endobj
+
+%% Original object ID: 493 0
+6212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R493
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6213 0 obj
+4292
+endobj
+
+%% Original object ID: 495 0
+6214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R495
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 6215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6215 0 obj
+4042
+endobj
+
+%% Original object ID: 497 0
+6216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R497
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6217 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6217 0 obj
+4176
+endobj
+
+%% Original object ID: 499 0
+6218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R499
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 6219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6219 0 obj
+4028
+endobj
+
+%% Original object ID: 501 0
+6220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R501
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 6221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6221 0 obj
+4028
+endobj
+
+%% Original object ID: 503 0
+6222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R503
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 6223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6223 0 obj
+4042
+endobj
+
+%% Original object ID: 505 0
+6224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R505
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6225 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6225 0 obj
+4392
+endobj
+
+%% Original object ID: 507 0
+6226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R507
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 6227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6227 0 obj
+4042
+endobj
+
+%% Original object ID: 509 0
+6228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Name /R509
+ /Subtype /Image
+ /Type /XObject
+ /Width 79
+ /Length 6229 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6229 0 obj
+4108
+endobj
+
+%% Original object ID: 511 0
+6230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R511
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6231 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6231 0 obj
+4392
+endobj
+
+%% Original object ID: 513 0
+6232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R513
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 6233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6233 0 obj
+4042
+endobj
+
+%% Original object ID: 515 0
+6234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R515
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6235 0 obj
+4032
+endobj
+
+%% Original object ID: 517 0
+6236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R517
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6237 0 obj
+5180
+endobj
+
+%% Original object ID: 519 0
+6238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R519
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6239 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6239 0 obj
+4032
+endobj
+
+%% Original object ID: 521 0
+6240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R521
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6241 0 obj
+4968
+endobj
+
+%% Original object ID: 523 0
+6242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R523
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6243 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6243 0 obj
+4176
+endobj
+
+%% Original object ID: 525 0
+6244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R525
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 6245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6245 0 obj
+4599
+endobj
+
+%% Original object ID: 527 0
+6246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R527
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6247 0 obj
+5180
+endobj
+
+%% Original object ID: 529 0
+6248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R529
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6249 0 obj
+4292
+endobj
+
+%% Original object ID: 531 0
+6250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R531
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6251 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6251 0 obj
+4392
+endobj
+
+%% Original object ID: 533 0
+6252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R533
+ /Subtype /Image
+ /Type /XObject
+ /Width 91
+ /Length 6253 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6253 0 obj
+9737
+endobj
+
+%% Original object ID: 535 0
+6254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R535
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6255 0 obj
+7380
+endobj
+
+%% Original object ID: 537 0
+6256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R537
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6257 0 obj
+4880
+endobj
+
+%% Original object ID: 539 0
+6258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R539
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 6259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6259 0 obj
+6758
+endobj
+
+%% Original object ID: 541 0
+6260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R541
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6261 0 obj
+7380
+endobj
+
+%% Original object ID: 543 0
+6262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R543
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 6263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6263 0 obj
+4880
+endobj
+
+%% Original object ID: 545 0
+6264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R545
+ /Subtype /Image
+ /Type /XObject
+ /Width 132
+ /Length 6265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6265 0 obj
+10560
+endobj
+
+%% Original object ID: 547 0
+6266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R547
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6267 0 obj
+7380
+endobj
+
+%% Original object ID: 549 0
+6268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R549
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 6269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6269 0 obj
+6560
+endobj
+
+%% Original object ID: 551 0
+6270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R551
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6271 0 obj
+7380
+endobj
+
+%% Original object ID: 553 0
+6272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R553
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 6273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6273 0 obj
+7380
+endobj
+
+%% Original object ID: 555 0
+6274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R555
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 6275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6275 0 obj
+6806
+endobj
+
+%% Original object ID: 85 0
+6276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R85
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 6277 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6277 0 obj
+4968
+endobj
+
+%% Original object ID: 87 0
+6278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R87
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6279 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6279 0 obj
+4032
+endobj
+
+%% Original object ID: 89 0
+6280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R89
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6281 0 obj
+4218
+endobj
+
+%% Original object ID: 91 0
+6282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R91
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 6283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6283 0 obj
+4218
+endobj
+
+%% Original object ID: 93 0
+6284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R93
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6285 0 obj
+4032
+endobj
+
+%% Original object ID: 95 0
+6286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R95
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 6287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+6287 0 obj
+4900
+endobj
+
+%% Original object ID: 97 0
+6288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R97
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 6289 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6289 0 obj
+4176
+endobj
+
+%% Original object ID: 99 0
+6290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R99
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 6291 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+6291 0 obj
+4088
+endobj
+
+xref
+0 6292
+0000000000 65535 f
+0000000052 00000 n
+0000000135 00000 n
+0000000254 00000 n
+0000000373 00000 n
+0000025429 00000 n
+0000072636 00000 n
+0000233907 00000 n
+0000233959 00000 n
+0000234143 00000 n
+0000234190 00000 n
+0000236351 00000 n
+0000236402 00000 n
+0000239469 00000 n
+0000239521 00000 n
+0000242002 00000 n
+0000242054 00000 n
+0000243276 00000 n
+0000243328 00000 n
+0000243934 00000 n
+0000243985 00000 n
+0000244591 00000 n
+0000244642 00000 n
+0000247169 00000 n
+0000247221 00000 n
+0000249688 00000 n
+0000249740 00000 n
+0000249974 00000 n
+0000250024 00000 n
+0000251674 00000 n
+0000251726 00000 n
+0000254313 00000 n
+0000254365 00000 n
+0000256392 00000 n
+0000256443 00000 n
+0000258924 00000 n
+0000258976 00000 n
+0000260198 00000 n
+0000260250 00000 n
+0000263092 00000 n
+0000263144 00000 n
+0000265171 00000 n
+0000265223 00000 n
+0000266445 00000 n
+0000266497 00000 n
+0000268524 00000 n
+0000268576 00000 n
+0000269182 00000 n
+0000269233 00000 n
+0000270950 00000 n
+0000271002 00000 n
+0000272653 00000 n
+0000272705 00000 n
+0000274732 00000 n
+0000274784 00000 n
+0000276006 00000 n
+0000276057 00000 n
+0000277900 00000 n
+0000277952 00000 n
+0000280794 00000 n
+0000280846 00000 n
+0000282873 00000 n
+0000282925 00000 n
+0000284372 00000 n
+0000284424 00000 n
+0000285030 00000 n
+0000285081 00000 n
+0000287108 00000 n
+0000287160 00000 n
+0000288877 00000 n
+0000288929 00000 n
+0000289255 00000 n
+0000289306 00000 n
+0000291241 00000 n
+0000291293 00000 n
+0000293520 00000 n
+0000293572 00000 n
+0000295599 00000 n
+0000295650 00000 n
+0000297677 00000 n
+0000297729 00000 n
+0000299664 00000 n
+0000299716 00000 n
+0000302063 00000 n
+0000302115 00000 n
+0000304142 00000 n
+0000304194 00000 n
+0000305911 00000 n
+0000305963 00000 n
+0000307410 00000 n
+0000307462 00000 n
+0000308909 00000 n
+0000308961 00000 n
+0000311188 00000 n
+0000311240 00000 n
+0000313267 00000 n
+0000313319 00000 n
+0000316806 00000 n
+0000316858 00000 n
+0000320269 00000 n
+0000320320 00000 n
+0000322039 00000 n
+0000322092 00000 n
+0000324921 00000 n
+0000324974 00000 n
+0000327847 00000 n
+0000327900 00000 n
+0000329929 00000 n
+0000329982 00000 n
+0000332428 00000 n
+0000332481 00000 n
+0000334326 00000 n
+0000334379 00000 n
+0000334987 00000 n
+0000335039 00000 n
+0000336488 00000 n
+0000336541 00000 n
+0000338570 00000 n
+0000338623 00000 n
+0000340652 00000 n
+0000340705 00000 n
+0000342154 00000 n
+0000342206 00000 n
+0000344051 00000 n
+0000344104 00000 n
+0000346333 00000 n
+0000346386 00000 n
+0000347835 00000 n
+0000347888 00000 n
+0000349337 00000 n
+0000349390 00000 n
+0000351873 00000 n
+0000351926 00000 n
+0000352422 00000 n
+0000352474 00000 n
+0000354043 00000 n
+0000354096 00000 n
+0000355665 00000 n
+0000355718 00000 n
+0000358591 00000 n
+0000358644 00000 n
+0000361517 00000 n
+0000361570 00000 n
+0000364443 00000 n
+0000364495 00000 n
+0000367908 00000 n
+0000367961 00000 n
+0000368197 00000 n
+0000368248 00000 n
+0000370277 00000 n
+0000370330 00000 n
+0000372267 00000 n
+0000372320 00000 n
+0000374766 00000 n
+0000374819 00000 n
+0000376848 00000 n
+0000376901 00000 n
+0000378620 00000 n
+0000378673 00000 n
+0000381119 00000 n
+0000381172 00000 n
+0000383017 00000 n
+0000383070 00000 n
+0000383306 00000 n
+0000383357 00000 n
+0000385386 00000 n
+0000385438 00000 n
+0000387467 00000 n
+0000387520 00000 n
+0000388744 00000 n
+0000388797 00000 n
+0000391317 00000 n
+0000391369 00000 n
+0000392593 00000 n
+0000392645 00000 n
+0000394364 00000 n
+0000394416 00000 n
+0000396145 00000 n
+0000396197 00000 n
+0000398226 00000 n
+0000398278 00000 n
+0000399502 00000 n
+0000399554 00000 n
+0000399882 00000 n
+0000399933 00000 n
+0000402364 00000 n
+0000402416 00000 n
+0000404923 00000 n
+0000404975 00000 n
+0000407504 00000 n
+0000407556 00000 n
+0000410063 00000 n
+0000410115 00000 n
+0000412256 00000 n
+0000412308 00000 n
+0000414337 00000 n
+0000414389 00000 n
+0000416108 00000 n
+0000416160 00000 n
+0000417821 00000 n
+0000417873 00000 n
+0000419902 00000 n
+0000419954 00000 n
+0000421799 00000 n
+0000421851 00000 n
+0000424680 00000 n
+0000424732 00000 n
+0000425956 00000 n
+0000426008 00000 n
+0000428037 00000 n
+0000428089 00000 n
+0000429808 00000 n
+0000429860 00000 n
+0000431797 00000 n
+0000431849 00000 n
+0000434078 00000 n
+0000434130 00000 n
+0000437259 00000 n
+0000437311 00000 n
+0000438535 00000 n
+0000438587 00000 n
+0000441576 00000 n
+0000441628 00000 n
+0000442236 00000 n
+0000442287 00000 n
+0000444192 00000 n
+0000444244 00000 n
+0000446273 00000 n
+0000446325 00000 n
+0000446653 00000 n
+0000446704 00000 n
+0000450313 00000 n
+0000450365 00000 n
+0000452302 00000 n
+0000452354 00000 n
+0000454703 00000 n
+0000454755 00000 n
+0000456784 00000 n
+0000456836 00000 n
+0000458865 00000 n
+0000458917 00000 n
+0000460636 00000 n
+0000460688 00000 n
+0000462851 00000 n
+0000462903 00000 n
+0000463231 00000 n
+0000463282 00000 n
+0000466891 00000 n
+0000466943 00000 n
+0000470432 00000 n
+0000470484 00000 n
+0000473013 00000 n
+0000473065 00000 n
+0000475594 00000 n
+0000475646 00000 n
+0000477155 00000 n
+0000477207 00000 n
+0000479714 00000 n
+0000479766 00000 n
+0000482295 00000 n
+0000482347 00000 n
+0000482583 00000 n
+0000482633 00000 n
+0000486046 00000 n
+0000486098 00000 n
+0000488447 00000 n
+0000488499 00000 n
+0000490528 00000 n
+0000490580 00000 n
+0000492299 00000 n
+0000492351 00000 n
+0000494256 00000 n
+0000494308 00000 n
+0000496337 00000 n
+0000496389 00000 n
+0000498108 00000 n
+0000498160 00000 n
+0000499609 00000 n
+0000499661 00000 n
+0000500269 00000 n
+0000500320 00000 n
+0000502349 00000 n
+0000502401 00000 n
+0000504120 00000 n
+0000504172 00000 n
+0000506109 00000 n
+0000506161 00000 n
+0000510303 00000 n
+0000510355 00000 n
+0000510963 00000 n
+0000511014 00000 n
+0000511622 00000 n
+0000511673 00000 n
+0000513392 00000 n
+0000513444 00000 n
+0000514052 00000 n
+0000514103 00000 n
+0000516040 00000 n
+0000516092 00000 n
+0000517937 00000 n
+0000517989 00000 n
+0000520862 00000 n
+0000520914 00000 n
+0000521522 00000 n
+0000521573 00000 n
+0000522181 00000 n
+0000522232 00000 n
+0000522840 00000 n
+0000522891 00000 n
+0000525054 00000 n
+0000525106 00000 n
+0000527552 00000 n
+0000527604 00000 n
+0000529633 00000 n
+0000529685 00000 n
+0000531914 00000 n
+0000531966 00000 n
+0000533995 00000 n
+0000534047 00000 n
+0000534655 00000 n
+0000534706 00000 n
+0000537152 00000 n
+0000537204 00000 n
+0000539233 00000 n
+0000539285 00000 n
+0000540734 00000 n
+0000540786 00000 n
+0000542235 00000 n
+0000542287 00000 n
+0000544516 00000 n
+0000544568 00000 n
+0000547011 00000 n
+0000547063 00000 n
+0000549092 00000 n
+0000549144 00000 n
+0000551373 00000 n
+0000551425 00000 n
+0000553454 00000 n
+0000553506 00000 n
+0000554955 00000 n
+0000555007 00000 n
+0000557036 00000 n
+0000557088 00000 n
+0000557696 00000 n
+0000557747 00000 n
+0000557983 00000 n
+0000558033 00000 n
+0000561446 00000 n
+0000561498 00000 n
+0000563527 00000 n
+0000563579 00000 n
+0000565298 00000 n
+0000565350 00000 n
+0000568805 00000 n
+0000568857 00000 n
+0000570762 00000 n
+0000570814 00000 n
+0000572843 00000 n
+0000572895 00000 n
+0000574614 00000 n
+0000574666 00000 n
+0000576115 00000 n
+0000576167 00000 n
+0000576775 00000 n
+0000576826 00000 n
+0000578855 00000 n
+0000578907 00000 n
+0000580626 00000 n
+0000580678 00000 n
+0000581902 00000 n
+0000581954 00000 n
+0000583983 00000 n
+0000584035 00000 n
+0000585484 00000 n
+0000585536 00000 n
+0000588936 00000 n
+0000588988 00000 n
+0000591165 00000 n
+0000591217 00000 n
+0000593246 00000 n
+0000593298 00000 n
+0000593794 00000 n
+0000593845 00000 n
+0000596803 00000 n
+0000596855 00000 n
+0000598364 00000 n
+0000598416 00000 n
+0000600923 00000 n
+0000600975 00000 n
+0000603482 00000 n
+0000603534 00000 n
+0000605103 00000 n
+0000605155 00000 n
+0000606874 00000 n
+0000606926 00000 n
+0000607534 00000 n
+0000607585 00000 n
+0000610105 00000 n
+0000610157 00000 n
+0000614299 00000 n
+0000614351 00000 n
+0000616580 00000 n
+0000616632 00000 n
+0000618081 00000 n
+0000618133 00000 n
+0000619843 00000 n
+0000619895 00000 n
+0000621344 00000 n
+0000621396 00000 n
+0000623425 00000 n
+0000623477 00000 n
+0000625426 00000 n
+0000625478 00000 n
+0000628667 00000 n
+0000628719 00000 n
+0000630748 00000 n
+0000630800 00000 n
+0000633283 00000 n
+0000633335 00000 n
+0000635054 00000 n
+0000635106 00000 n
+0000638287 00000 n
+0000638339 00000 n
+0000640368 00000 n
+0000640420 00000 n
+0000642265 00000 n
+0000642317 00000 n
+0000643766 00000 n
+0000643818 00000 n
+0000645267 00000 n
+0000645319 00000 n
+0000647548 00000 n
+0000647600 00000 n
+0000649629 00000 n
+0000649681 00000 n
+0000653170 00000 n
+0000653222 00000 n
+0000656635 00000 n
+0000656687 00000 n
+0000659516 00000 n
+0000659568 00000 n
+0000662981 00000 n
+0000663033 00000 n
+0000666120 00000 n
+0000666172 00000 n
+0000668201 00000 n
+0000668253 00000 n
+0000669972 00000 n
+0000670024 00000 n
+0000671929 00000 n
+0000671981 00000 n
+0000674010 00000 n
+0000674062 00000 n
+0000675781 00000 n
+0000675833 00000 n
+0000677282 00000 n
+0000677334 00000 n
+0000677942 00000 n
+0000677993 00000 n
+0000680022 00000 n
+0000680074 00000 n
+0000681793 00000 n
+0000681845 00000 n
+0000684674 00000 n
+0000684726 00000 n
+0000687813 00000 n
+0000687865 00000 n
+0000688473 00000 n
+0000688524 00000 n
+0000690553 00000 n
+0000690605 00000 n
+0000692542 00000 n
+0000692594 00000 n
+0000694943 00000 n
+0000694995 00000 n
+0000698408 00000 n
+0000698460 00000 n
+0000700489 00000 n
+0000700541 00000 n
+0000701149 00000 n
+0000701200 00000 n
+0000701808 00000 n
+0000701859 00000 n
+0000703368 00000 n
+0000703420 00000 n
+0000703769 00000 n
+0000703820 00000 n
+0000707001 00000 n
+0000707053 00000 n
+0000709560 00000 n
+0000709612 00000 n
+0000712119 00000 n
+0000712171 00000 n
+0000714678 00000 n
+0000714730 00000 n
+0000715079 00000 n
+0000715130 00000 n
+0000718079 00000 n
+0000718131 00000 n
+0000718799 00000 n
+0000718850 00000 n
+0000721199 00000 n
+0000721251 00000 n
+0000724320 00000 n
+0000724372 00000 n
+0000728095 00000 n
+0000728147 00000 n
+0000731096 00000 n
+0000731148 00000 n
+0000734687 00000 n
+0000734739 00000 n
+0000737842 00000 n
+0000737894 00000 n
+0000740340 00000 n
+0000740392 00000 n
+0000742875 00000 n
+0000742927 00000 n
+0000745434 00000 n
+0000745486 00000 n
+0000747055 00000 n
+0000747107 00000 n
+0000749636 00000 n
+0000749688 00000 n
+0000752195 00000 n
+0000752247 00000 n
+0000753816 00000 n
+0000753868 00000 n
+0000756397 00000 n
+0000756449 00000 n
+0000758956 00000 n
+0000759008 00000 n
+0000759318 00000 n
+0000759369 00000 n
+0000761876 00000 n
+0000761928 00000 n
+0000764457 00000 n
+0000764509 00000 n
+0000765958 00000 n
+0000766010 00000 n
+0000768039 00000 n
+0000768091 00000 n
+0000770611 00000 n
+0000770663 00000 n
+0000772692 00000 n
+0000772744 00000 n
+0000774193 00000 n
+0000774245 00000 n
+0000775694 00000 n
+0000775746 00000 n
+0000777975 00000 n
+0000778027 00000 n
+0000778635 00000 n
+0000778686 00000 n
+0000778996 00000 n
+0000779047 00000 n
+0000780892 00000 n
+0000780944 00000 n
+0000783464 00000 n
+0000783516 00000 n
+0000784740 00000 n
+0000784792 00000 n
+0000786821 00000 n
+0000786873 00000 n
+0000788902 00000 n
+0000788954 00000 n
+0000790403 00000 n
+0000790455 00000 n
+0000791679 00000 n
+0000791731 00000 n
+0000793760 00000 n
+0000793812 00000 n
+0000795261 00000 n
+0000795313 00000 n
+0000797342 00000 n
+0000797394 00000 n
+0000801536 00000 n
+0000801588 00000 n
+0000802196 00000 n
+0000802247 00000 n
+0000805316 00000 n
+0000805368 00000 n
+0000807597 00000 n
+0000807649 00000 n
+0000809678 00000 n
+0000809730 00000 n
+0000813219 00000 n
+0000813271 00000 n
+0000815116 00000 n
+0000815168 00000 n
+0000817013 00000 n
+0000817065 00000 n
+0000819094 00000 n
+0000819146 00000 n
+0000821083 00000 n
+0000821135 00000 n
+0000821743 00000 n
+0000821794 00000 n
+0000824479 00000 n
+0000824531 00000 n
+0000826741 00000 n
+0000826793 00000 n
+0000828822 00000 n
+0000828874 00000 n
+0000830323 00000 n
+0000830375 00000 n
+0000830983 00000 n
+0000831034 00000 n
+0000833063 00000 n
+0000833115 00000 n
+0000834834 00000 n
+0000834886 00000 n
+0000836915 00000 n
+0000836967 00000 n
+0000838620 00000 n
+0000838672 00000 n
+0000842085 00000 n
+0000842137 00000 n
+0000844166 00000 n
+0000844218 00000 n
+0000845937 00000 n
+0000845989 00000 n
+0000848338 00000 n
+0000848390 00000 n
+0000850327 00000 n
+0000850379 00000 n
+0000852408 00000 n
+0000852460 00000 n
+0000853684 00000 n
+0000853736 00000 n
+0000855185 00000 n
+0000855237 00000 n
+0000858066 00000 n
+0000858118 00000 n
+0000860147 00000 n
+0000860199 00000 n
+0000861918 00000 n
+0000861970 00000 n
+0000864416 00000 n
+0000864468 00000 n
+0000866313 00000 n
+0000866365 00000 n
+0000866973 00000 n
+0000867024 00000 n
+0000868981 00000 n
+0000869033 00000 n
+0000870878 00000 n
+0000870930 00000 n
+0000872959 00000 n
+0000873011 00000 n
+0000874730 00000 n
+0000874782 00000 n
+0000876811 00000 n
+0000876863 00000 n
+0000878582 00000 n
+0000878634 00000 n
+0000878983 00000 n
+0000879034 00000 n
+0000881517 00000 n
+0000881569 00000 n
+0000882793 00000 n
+0000882845 00000 n
+0000884874 00000 n
+0000884926 00000 n
+0000886579 00000 n
+0000886631 00000 n
+0000889373 00000 n
+0000889425 00000 n
+0000890033 00000 n
+0000890084 00000 n
+0000891533 00000 n
+0000891585 00000 n
+0000893614 00000 n
+0000893666 00000 n
+0000894890 00000 n
+0000894942 00000 n
+0000897462 00000 n
+0000897514 00000 n
+0000899543 00000 n
+0000899595 00000 n
+0000901314 00000 n
+0000901366 00000 n
+0000901974 00000 n
+0000902025 00000 n
+0000903842 00000 n
+0000903894 00000 n
+0000905923 00000 n
+0000905975 00000 n
+0000909062 00000 n
+0000909114 00000 n
+0000910563 00000 n
+0000910615 00000 n
+0000911223 00000 n
+0000911274 00000 n
+0000913303 00000 n
+0000913355 00000 n
+0000915074 00000 n
+0000915126 00000 n
+0000917970 00000 n
+0000918022 00000 n
+0000920051 00000 n
+0000920103 00000 n
+0000922549 00000 n
+0000922601 00000 n
+0000924630 00000 n
+0000924682 00000 n
+0000926401 00000 n
+0000926453 00000 n
+0000928936 00000 n
+0000928988 00000 n
+0000932075 00000 n
+0000932127 00000 n
+0000934156 00000 n
+0000934208 00000 n
+0000935861 00000 n
+0000935913 00000 n
+0000936521 00000 n
+0000936572 00000 n
+0000938291 00000 n
+0000938343 00000 n
+0000940789 00000 n
+0000940841 00000 n
+0000941449 00000 n
+0000941500 00000 n
+0000943405 00000 n
+0000943457 00000 n
+0000944065 00000 n
+0000944116 00000 n
+0000946562 00000 n
+0000946614 00000 n
+0000948333 00000 n
+0000948385 00000 n
+0000951857 00000 n
+0000951909 00000 n
+0000953938 00000 n
+0000953990 00000 n
+0000954598 00000 n
+0000954649 00000 n
+0000956494 00000 n
+0000956546 00000 n
+0000958575 00000 n
+0000958627 00000 n
+0000960346 00000 n
+0000960398 00000 n
+0000962844 00000 n
+0000962896 00000 n
+0000964925 00000 n
+0000964977 00000 n
+0000967423 00000 n
+0000967475 00000 n
+0000969194 00000 n
+0000969246 00000 n
+0000969854 00000 n
+0000969905 00000 n
+0000972068 00000 n
+0000972120 00000 n
+0000973569 00000 n
+0000973621 00000 n
+0000975558 00000 n
+0000975610 00000 n
+0000977639 00000 n
+0000977691 00000 n
+0000980535 00000 n
+0000980587 00000 n
+0000983431 00000 n
+0000983483 00000 n
+0000985202 00000 n
+0000985254 00000 n
+0000986973 00000 n
+0000987025 00000 n
+0000987633 00000 n
+0000987684 00000 n
+0000989133 00000 n
+0000989185 00000 n
+0000991668 00000 n
+0000991720 00000 n
+0000993449 00000 n
+0000993501 00000 n
+0000995947 00000 n
+0000995999 00000 n
+0000998028 00000 n
+0000998080 00000 n
+0000999799 00000 n
+0000999851 00000 n
+0001002297 00000 n
+0001002349 00000 n
+0001004194 00000 n
+0001004246 00000 n
+0001006692 00000 n
+0001006744 00000 n
+0001008773 00000 n
+0001008825 00000 n
+0001011271 00000 n
+0001011323 00000 n
+0001011931 00000 n
+0001011982 00000 n
+0001013919 00000 n
+0001013971 00000 n
+0001015632 00000 n
+0001015684 00000 n
+0001017713 00000 n
+0001017765 00000 n
+0001019214 00000 n
+0001019266 00000 n
+0001021295 00000 n
+0001021347 00000 n
+0001023793 00000 n
+0001023845 00000 n
+0001025294 00000 n
+0001025346 00000 n
+0001027375 00000 n
+0001027427 00000 n
+0001029080 00000 n
+0001029132 00000 n
+0001031161 00000 n
+0001031213 00000 n
+0001033058 00000 n
+0001033110 00000 n
+0001034559 00000 n
+0001034611 00000 n
+0001036340 00000 n
+0001036392 00000 n
+0001039381 00000 n
+0001039433 00000 n
+0001041462 00000 n
+0001041514 00000 n
+0001042738 00000 n
+0001042790 00000 n
+0001043398 00000 n
+0001043449 00000 n
+0001045168 00000 n
+0001045220 00000 n
+0001047740 00000 n
+0001047792 00000 n
+0001049241 00000 n
+0001049293 00000 n
+0001051522 00000 n
+0001051574 00000 n
+0001053603 00000 n
+0001053655 00000 n
+0001055592 00000 n
+0001055644 00000 n
+0001057673 00000 n
+0001057725 00000 n
+0001059888 00000 n
+0001059940 00000 n
+0001062784 00000 n
+0001062836 00000 n
+0001065680 00000 n
+0001065732 00000 n
+0001067451 00000 n
+0001067503 00000 n
+0001069222 00000 n
+0001069274 00000 n
+0001069882 00000 n
+0001069933 00000 n
+0001071382 00000 n
+0001071434 00000 n
+0001073917 00000 n
+0001073969 00000 n
+0001076415 00000 n
+0001076467 00000 n
+0001078496 00000 n
+0001078548 00000 n
+0001080267 00000 n
+0001080319 00000 n
+0001082668 00000 n
+0001082720 00000 n
+0001085166 00000 n
+0001085218 00000 n
+0001088062 00000 n
+0001088114 00000 n
+0001090143 00000 n
+0001090195 00000 n
+0001092100 00000 n
+0001092152 00000 n
+0001094181 00000 n
+0001094233 00000 n
+0001097077 00000 n
+0001097129 00000 n
+0001099158 00000 n
+0001099210 00000 n
+0001100929 00000 n
+0001100981 00000 n
+0001102430 00000 n
+0001102482 00000 n
+0001104511 00000 n
+0001104563 00000 n
+0001105142 00000 n
+0001105193 00000 n
+0001106912 00000 n
+0001106964 00000 n
+0001109410 00000 n
+0001109462 00000 n
+0001110911 00000 n
+0001110963 00000 n
+0001113192 00000 n
+0001113244 00000 n
+0001115273 00000 n
+0001115325 00000 n
+0001117808 00000 n
+0001117860 00000 n
+0001119889 00000 n
+0001119941 00000 n
+0001121165 00000 n
+0001121217 00000 n
+0001122870 00000 n
+0001122922 00000 n
+0001124951 00000 n
+0001125003 00000 n
+0001128184 00000 n
+0001128236 00000 n
+0001129460 00000 n
+0001129512 00000 n
+0001132356 00000 n
+0001132408 00000 n
+0001134437 00000 n
+0001134490 00000 n
+0001136209 00000 n
+0001136262 00000 n
+0001138199 00000 n
+0001138252 00000 n
+0001140281 00000 n
+0001140334 00000 n
+0001142363 00000 n
+0001142416 00000 n
+0001144069 00000 n
+0001144122 00000 n
+0001146605 00000 n
+0001146658 00000 n
+0001148377 00000 n
+0001148429 00000 n
+0001151610 00000 n
+0001151663 00000 n
+0001153692 00000 n
+0001153745 00000 n
+0001154353 00000 n
+0001154405 00000 n
+0001155013 00000 n
+0001155065 00000 n
+0001156514 00000 n
+0001156567 00000 n
+0001159050 00000 n
+0001159103 00000 n
+0001161549 00000 n
+0001161602 00000 n
+0001163631 00000 n
+0001163684 00000 n
+0001165403 00000 n
+0001165456 00000 n
+0001167902 00000 n
+0001167955 00000 n
+0001168563 00000 n
+0001168614 00000 n
+0001171701 00000 n
+0001171754 00000 n
+0001172362 00000 n
+0001172414 00000 n
+0001173863 00000 n
+0001173916 00000 n
+0001175945 00000 n
+0001175998 00000 n
+0001177222 00000 n
+0001177275 00000 n
+0001179304 00000 n
+0001179357 00000 n
+0001180806 00000 n
+0001180859 00000 n
+0001182578 00000 n
+0001182631 00000 n
+0001183855 00000 n
+0001183908 00000 n
+0001185937 00000 n
+0001185990 00000 n
+0001186226 00000 n
+0001186276 00000 n
+0001189018 00000 n
+0001189071 00000 n
+0001192560 00000 n
+0001192613 00000 n
+0001196026 00000 n
+0001196079 00000 n
+0001198908 00000 n
+0001198961 00000 n
+0001200990 00000 n
+0001201043 00000 n
+0001202980 00000 n
+0001203033 00000 n
+0001204482 00000 n
+0001204535 00000 n
+0001206380 00000 n
+0001206433 00000 n
+0001208462 00000 n
+0001208515 00000 n
+0001210360 00000 n
+0001210413 00000 n
+0001212442 00000 n
+0001212494 00000 n
+0001215581 00000 n
+0001215634 00000 n
+0001217571 00000 n
+0001217624 00000 n
+0001218234 00000 n
+0001218287 00000 n
+0001220318 00000 n
+0001220372 00000 n
+0001222403 00000 n
+0001222457 00000 n
+0001223683 00000 n
+0001223737 00000 n
+0001224347 00000 n
+0001224400 00000 n
+0001226121 00000 n
+0001226175 00000 n
+0001228697 00000 n
+0001228751 00000 n
+0001230982 00000 n
+0001231036 00000 n
+0001233067 00000 n
+0001233120 00000 n
+0001233510 00000 n
+0001233563 00000 n
+0001235284 00000 n
+0001235338 00000 n
+0001237185 00000 n
+0001237239 00000 n
+0001239270 00000 n
+0001239324 00000 n
+0001240979 00000 n
+0001241033 00000 n
+0001243064 00000 n
+0001243118 00000 n
+0001244344 00000 n
+0001244398 00000 n
+0001245008 00000 n
+0001245061 00000 n
+0001246782 00000 n
+0001246836 00000 n
+0001248491 00000 n
+0001248545 00000 n
+0001250576 00000 n
+0001250629 00000 n
+0001252528 00000 n
+0001252581 00000 n
+0001254540 00000 n
+0001254594 00000 n
+0001255820 00000 n
+0001255874 00000 n
+0001258720 00000 n
+0001258774 00000 n
+0001260805 00000 n
+0001260859 00000 n
+0001262310 00000 n
+0001262364 00000 n
+0001262974 00000 n
+0001263027 00000 n
+0001265058 00000 n
+0001265112 00000 n
+0001266833 00000 n
+0001266887 00000 n
+0001268113 00000 n
+0001268167 00000 n
+0001270198 00000 n
+0001270252 00000 n
+0001270862 00000 n
+0001270914 00000 n
+0001273658 00000 n
+0001273712 00000 n
+0001275743 00000 n
+0001275797 00000 n
+0001277248 00000 n
+0001277302 00000 n
+0001279333 00000 n
+0001279387 00000 n
+0001281835 00000 n
+0001281889 00000 n
+0001283340 00000 n
+0001283394 00000 n
+0001285425 00000 n
+0001285479 00000 n
+0001286930 00000 n
+0001286984 00000 n
+0001289215 00000 n
+0001289269 00000 n
+0001291300 00000 n
+0001291354 00000 n
+0001293802 00000 n
+0001293855 00000 n
+0001296944 00000 n
+0001296998 00000 n
+0001299029 00000 n
+0001299083 00000 n
+0001300990 00000 n
+0001301044 00000 n
+0001303075 00000 n
+0001303129 00000 n
+0001303739 00000 n
+0001303792 00000 n
+0001305823 00000 n
+0001305877 00000 n
+0001308362 00000 n
+0001308416 00000 n
+0001311262 00000 n
+0001311316 00000 n
+0001313347 00000 n
+0001313401 00000 n
+0001315122 00000 n
+0001315176 00000 n
+0001316627 00000 n
+0001316680 00000 n
+0001319769 00000 n
+0001319823 00000 n
+0001320153 00000 n
+0001320206 00000 n
+0001321861 00000 n
+0001321915 00000 n
+0001323636 00000 n
+0001323690 00000 n
+0001325411 00000 n
+0001325465 00000 n
+0001327913 00000 n
+0001327967 00000 n
+0001328577 00000 n
+0001328630 00000 n
+0001330351 00000 n
+0001330405 00000 n
+0001332927 00000 n
+0001332981 00000 n
+0001333311 00000 n
+0001333364 00000 n
+0001336210 00000 n
+0001336263 00000 n
+0001339665 00000 n
+0001339719 00000 n
+0001341750 00000 n
+0001341804 00000 n
+0001342414 00000 n
+0001342467 00000 n
+0001344188 00000 n
+0001344242 00000 n
+0001345693 00000 n
+0001345747 00000 n
+0001347778 00000 n
+0001347832 00000 n
+0001349553 00000 n
+0001349607 00000 n
+0001351638 00000 n
+0001351692 00000 n
+0001353413 00000 n
+0001353467 00000 n
+0001355406 00000 n
+0001355460 00000 n
+0001357491 00000 n
+0001357544 00000 n
+0001360946 00000 n
+0001361000 00000 n
+0001363031 00000 n
+0001363085 00000 n
+0001364806 00000 n
+0001364860 00000 n
+0001367308 00000 n
+0001367362 00000 n
+0001369847 00000 n
+0001369901 00000 n
+0001371127 00000 n
+0001371181 00000 n
+0001373212 00000 n
+0001373266 00000 n
+0001376112 00000 n
+0001376166 00000 n
+0001378197 00000 n
+0001378251 00000 n
+0001379702 00000 n
+0001379756 00000 n
+0001380366 00000 n
+0001380418 00000 n
+0001383105 00000 n
+0001383159 00000 n
+0001385190 00000 n
+0001385244 00000 n
+0001386965 00000 n
+0001387019 00000 n
+0001389050 00000 n
+0001389104 00000 n
+0001390759 00000 n
+0001390813 00000 n
+0001393261 00000 n
+0001393315 00000 n
+0001395346 00000 n
+0001395400 00000 n
+0001397121 00000 n
+0001397175 00000 n
+0001399623 00000 n
+0001399677 00000 n
+0001401524 00000 n
+0001401578 00000 n
+0001403029 00000 n
+0001403082 00000 n
+0001406153 00000 n
+0001406207 00000 n
+0001408438 00000 n
+0001408492 00000 n
+0001409718 00000 n
+0001409772 00000 n
+0001411803 00000 n
+0001411857 00000 n
+0001413578 00000 n
+0001413632 00000 n
+0001416154 00000 n
+0001416208 00000 n
+0001418439 00000 n
+0001418493 00000 n
+0001419103 00000 n
+0001419156 00000 n
+0001420607 00000 n
+0001420661 00000 n
+0001422508 00000 n
+0001422562 00000 n
+0001425047 00000 n
+0001425100 00000 n
+0001427331 00000 n
+0001427385 00000 n
+0001429106 00000 n
+0001429160 00000 n
+0001431608 00000 n
+0001431662 00000 n
+0001432272 00000 n
+0001432325 00000 n
+0001432935 00000 n
+0001432988 00000 n
+0001434927 00000 n
+0001434981 00000 n
+0001437012 00000 n
+0001437066 00000 n
+0001438517 00000 n
+0001438571 00000 n
+0001439181 00000 n
+0001439234 00000 n
+0001441265 00000 n
+0001441319 00000 n
+0001443040 00000 n
+0001443093 00000 n
+0001445124 00000 n
+0001445178 00000 n
+0001447025 00000 n
+0001447079 00000 n
+0001450570 00000 n
+0001450624 00000 n
+0001453755 00000 n
+0001453809 00000 n
+0001457420 00000 n
+0001457474 00000 n
+0001460965 00000 n
+0001461019 00000 n
+0001463970 00000 n
+0001464024 00000 n
+0001467439 00000 n
+0001467493 00000 n
+0001470324 00000 n
+0001470378 00000 n
+0001473224 00000 n
+0001473278 00000 n
+0001475309 00000 n
+0001475362 00000 n
+0001478655 00000 n
+0001478708 00000 n
+0001482433 00000 n
+0001482487 00000 n
+0001485009 00000 n
+0001485063 00000 n
+0001487094 00000 n
+0001487148 00000 n
+0001488967 00000 n
+0001489021 00000 n
+0001489631 00000 n
+0001489684 00000 n
+0001491405 00000 n
+0001491459 00000 n
+0001493490 00000 n
+0001493544 00000 n
+0001495575 00000 n
+0001495629 00000 n
+0001497350 00000 n
+0001497404 00000 n
+0001499852 00000 n
+0001499906 00000 n
+0001502737 00000 n
+0001502790 00000 n
+0001504445 00000 n
+0001504499 00000 n
+0001507450 00000 n
+0001507504 00000 n
+0001510919 00000 n
+0001510973 00000 n
+0001514698 00000 n
+0001514752 00000 n
+0001517943 00000 n
+0001517997 00000 n
+0001520828 00000 n
+0001520882 00000 n
+0001522603 00000 n
+0001522657 00000 n
+0001524688 00000 n
+0001524742 00000 n
+0001527617 00000 n
+0001527671 00000 n
+0001529518 00000 n
+0001529572 00000 n
+0001530182 00000 n
+0001530234 00000 n
+0001531889 00000 n
+0001531943 00000 n
+0001533974 00000 n
+0001534028 00000 n
+0001535479 00000 n
+0001535533 00000 n
+0001536984 00000 n
+0001537038 00000 n
+0001539069 00000 n
+0001539123 00000 n
+0001540349 00000 n
+0001540403 00000 n
+0001542434 00000 n
+0001542488 00000 n
+0001544209 00000 n
+0001544263 00000 n
+0001546711 00000 n
+0001546765 00000 n
+0001547375 00000 n
+0001547428 00000 n
+0001548879 00000 n
+0001548932 00000 n
+0001549542 00000 n
+0001549595 00000 n
+0001551442 00000 n
+0001551496 00000 n
+0001553527 00000 n
+0001553581 00000 n
+0001555302 00000 n
+0001555356 00000 n
+0001557077 00000 n
+0001557131 00000 n
+0001558852 00000 n
+0001558906 00000 n
+0001560937 00000 n
+0001560991 00000 n
+0001561601 00000 n
+0001561654 00000 n
+0001563593 00000 n
+0001563647 00000 n
+0001565678 00000 n
+0001565732 00000 n
+0001567453 00000 n
+0001567506 00000 n
+0001569445 00000 n
+0001569499 00000 n
+0001571154 00000 n
+0001571208 00000 n
+0001573239 00000 n
+0001573293 00000 n
+0001574519 00000 n
+0001574573 00000 n
+0001576604 00000 n
+0001576658 00000 n
+0001578379 00000 n
+0001578433 00000 n
+0001580372 00000 n
+0001580426 00000 n
+0001582457 00000 n
+0001582511 00000 n
+0001582749 00000 n
+0001582801 00000 n
+0001586412 00000 n
+0001586466 00000 n
+0001588497 00000 n
+0001588550 00000 n
+0001589160 00000 n
+0001589213 00000 n
+0001592059 00000 n
+0001592113 00000 n
+0001594561 00000 n
+0001594615 00000 n
+0001596646 00000 n
+0001596700 00000 n
+0001597926 00000 n
+0001597980 00000 n
+0001599827 00000 n
+0001599881 00000 n
+0001601107 00000 n
+0001601161 00000 n
+0001603192 00000 n
+0001603246 00000 n
+0001605185 00000 n
+0001605239 00000 n
+0001607270 00000 n
+0001607324 00000 n
+0001607934 00000 n
+0001607986 00000 n
+0001610017 00000 n
+0001610071 00000 n
+0001611978 00000 n
+0001612032 00000 n
+0001614063 00000 n
+0001614117 00000 n
+0001614727 00000 n
+0001614780 00000 n
+0001616501 00000 n
+0001616555 00000 n
+0001618210 00000 n
+0001618264 00000 n
+0001620295 00000 n
+0001620349 00000 n
+0001621575 00000 n
+0001621629 00000 n
+0001624475 00000 n
+0001624529 00000 n
+0001626560 00000 n
+0001626614 00000 n
+0001628065 00000 n
+0001628118 00000 n
+0001628728 00000 n
+0001628781 00000 n
+0001629391 00000 n
+0001629444 00000 n
+0001631475 00000 n
+0001631529 00000 n
+0001633250 00000 n
+0001633304 00000 n
+0001635335 00000 n
+0001635389 00000 n
+0001637110 00000 n
+0001637164 00000 n
+0001639195 00000 n
+0001639249 00000 n
+0001641156 00000 n
+0001641210 00000 n
+0001643241 00000 n
+0001643295 00000 n
+0001644521 00000 n
+0001644575 00000 n
+0001645185 00000 n
+0001645237 00000 n
+0001648652 00000 n
+0001648706 00000 n
+0001650737 00000 n
+0001650791 00000 n
+0001652242 00000 n
+0001652296 00000 n
+0001654781 00000 n
+0001654835 00000 n
+0001656866 00000 n
+0001656920 00000 n
+0001658575 00000 n
+0001658629 00000 n
+0001660080 00000 n
+0001660134 00000 n
+0001662165 00000 n
+0001662219 00000 n
+0001664704 00000 n
+0001664758 00000 n
+0001665368 00000 n
+0001665421 00000 n
+0001667360 00000 n
+0001667413 00000 n
+0001669444 00000 n
+0001669498 00000 n
+0001671345 00000 n
+0001671399 00000 n
+0001673054 00000 n
+0001673108 00000 n
+0001674334 00000 n
+0001674388 00000 n
+0001676419 00000 n
+0001676473 00000 n
+0001679319 00000 n
+0001679373 00000 n
+0001681312 00000 n
+0001681366 00000 n
+0001683397 00000 n
+0001683451 00000 n
+0001685172 00000 n
+0001685226 00000 n
+0001687674 00000 n
+0001687728 00000 n
+0001689449 00000 n
+0001689502 00000 n
+0001691714 00000 n
+0001691767 00000 n
+0001693488 00000 n
+0001693542 00000 n
+0001695481 00000 n
+0001695535 00000 n
+0001696986 00000 n
+0001697040 00000 n
+0001699071 00000 n
+0001699125 00000 n
+0001700351 00000 n
+0001700405 00000 n
+0001702252 00000 n
+0001702306 00000 n
+0001702636 00000 n
+0001702689 00000 n
+0001704720 00000 n
+0001704774 00000 n
+0001706000 00000 n
+0001706054 00000 n
+0001707280 00000 n
+0001707334 00000 n
+0001709365 00000 n
+0001709418 00000 n
+0001711325 00000 n
+0001711379 00000 n
+0001713100 00000 n
+0001713154 00000 n
+0001715676 00000 n
+0001715730 00000 n
+0001717761 00000 n
+0001717815 00000 n
+0001719041 00000 n
+0001719095 00000 n
+0001720942 00000 n
+0001720996 00000 n
+0001721326 00000 n
+0001721379 00000 n
+0001723610 00000 n
+0001723664 00000 n
+0001725695 00000 n
+0001725749 00000 n
+0001727780 00000 n
+0001727834 00000 n
+0001728444 00000 n
+0001728496 00000 n
+0001730527 00000 n
+0001730581 00000 n
+0001732032 00000 n
+0001732086 00000 n
+0001734317 00000 n
+0001734371 00000 n
+0001736856 00000 n
+0001736910 00000 n
+0001738136 00000 n
+0001738190 00000 n
+0001740221 00000 n
+0001740275 00000 n
+0001741930 00000 n
+0001741984 00000 n
+0001744015 00000 n
+0001744069 00000 n
+0001745916 00000 n
+0001745970 00000 n
+0001747817 00000 n
+0001747871 00000 n
+0001748481 00000 n
+0001748533 00000 n
+0001750254 00000 n
+0001750308 00000 n
+0001752339 00000 n
+0001752393 00000 n
+0001754114 00000 n
+0001754168 00000 n
+0001756199 00000 n
+0001756253 00000 n
+0001756863 00000 n
+0001756916 00000 n
+0001758763 00000 n
+0001758817 00000 n
+0001759147 00000 n
+0001759200 00000 n
+0001759810 00000 n
+0001759863 00000 n
+0001761584 00000 n
+0001761638 00000 n
+0001763485 00000 n
+0001763539 00000 n
+0001764990 00000 n
+0001765043 00000 n
+0001766494 00000 n
+0001766548 00000 n
+0001767774 00000 n
+0001767828 00000 n
+0001769549 00000 n
+0001769603 00000 n
+0001772449 00000 n
+0001772503 00000 n
+0001774534 00000 n
+0001774588 00000 n
+0001776309 00000 n
+0001776363 00000 n
+0001777814 00000 n
+0001777868 00000 n
+0001780714 00000 n
+0001780768 00000 n
+0001782799 00000 n
+0001782853 00000 n
+0001784574 00000 n
+0001784628 00000 n
+0001786349 00000 n
+0001786402 00000 n
+0001787012 00000 n
+0001787065 00000 n
+0001788720 00000 n
+0001788774 00000 n
+0001790805 00000 n
+0001790859 00000 n
+0001792798 00000 n
+0001792852 00000 n
+0001794303 00000 n
+0001794357 00000 n
+0001796078 00000 n
+0001796132 00000 n
+0001797358 00000 n
+0001797412 00000 n
+0001799443 00000 n
+0001799497 00000 n
+0001800723 00000 n
+0001800777 00000 n
+0001802624 00000 n
+0001802678 00000 n
+0001803008 00000 n
+0001803060 00000 n
+0001805091 00000 n
+0001805145 00000 n
+0001807176 00000 n
+0001807230 00000 n
+0001808951 00000 n
+0001809005 00000 n
+0001811453 00000 n
+0001811507 00000 n
+0001814029 00000 n
+0001814083 00000 n
+0001816114 00000 n
+0001816168 00000 n
+0001818075 00000 n
+0001818129 00000 n
+0001820160 00000 n
+0001820214 00000 n
+0001821440 00000 n
+0001821494 00000 n
+0001823215 00000 n
+0001823269 00000 n
+0001826115 00000 n
+0001826168 00000 n
+0001827889 00000 n
+0001827943 00000 n
+0001829974 00000 n
+0001830028 00000 n
+0001831749 00000 n
+0001831803 00000 n
+0001833254 00000 n
+0001833308 00000 n
+0001835339 00000 n
+0001835393 00000 n
+0001837915 00000 n
+0001837969 00000 n
+0001840000 00000 n
+0001840054 00000 n
+0001841775 00000 n
+0001841829 00000 n
+0001843768 00000 n
+0001843822 00000 n
+0001844432 00000 n
+0001844485 00000 n
+0001846516 00000 n
+0001846569 00000 n
+0001849520 00000 n
+0001849574 00000 n
+0001851421 00000 n
+0001851475 00000 n
+0001852926 00000 n
+0001852980 00000 n
+0001855211 00000 n
+0001855265 00000 n
+0001856491 00000 n
+0001856545 00000 n
+0001858576 00000 n
+0001858630 00000 n
+0001860351 00000 n
+0001860405 00000 n
+0001862927 00000 n
+0001862981 00000 n
+0001865212 00000 n
+0001865266 00000 n
+0001867205 00000 n
+0001867259 00000 n
+0001867869 00000 n
+0001867921 00000 n
+0001869952 00000 n
+0001870006 00000 n
+0001870616 00000 n
+0001870669 00000 n
+0001872390 00000 n
+0001872444 00000 n
+0001873054 00000 n
+0001873107 00000 n
+0001875046 00000 n
+0001875100 00000 n
+0001876947 00000 n
+0001877001 00000 n
+0001877331 00000 n
+0001877384 00000 n
+0001879415 00000 n
+0001879469 00000 n
+0001881420 00000 n
+0001881474 00000 n
+0001883705 00000 n
+0001883759 00000 n
+0001884369 00000 n
+0001884421 00000 n
+0001887412 00000 n
+0001887465 00000 n
+0001888916 00000 n
+0001888970 00000 n
+0001891418 00000 n
+0001891472 00000 n
+0001892082 00000 n
+0001892135 00000 n
+0001893586 00000 n
+0001893640 00000 n
+0001895487 00000 n
+0001895541 00000 n
+0001897572 00000 n
+0001897626 00000 n
+0001899347 00000 n
+0001899401 00000 n
+0001901849 00000 n
+0001901903 00000 n
+0001904351 00000 n
+0001904405 00000 n
+0001905015 00000 n
+0001905068 00000 n
+0001906915 00000 n
+0001906968 00000 n
+0001908999 00000 n
+0001909053 00000 n
+0001910992 00000 n
+0001911046 00000 n
+0001912767 00000 n
+0001912821 00000 n
+0001914668 00000 n
+0001914722 00000 n
+0001916569 00000 n
+0001916623 00000 n
+0001917233 00000 n
+0001917286 00000 n
+0001919317 00000 n
+0001919371 00000 n
+0001921092 00000 n
+0001921146 00000 n
+0001922993 00000 n
+0001923047 00000 n
+0001923285 00000 n
+0001923337 00000 n
+0001926168 00000 n
+0001926221 00000 n
+0001926831 00000 n
+0001926884 00000 n
+0001928915 00000 n
+0001928969 00000 n
+0001930195 00000 n
+0001930249 00000 n
+0001931904 00000 n
+0001931958 00000 n
+0001933989 00000 n
+0001934043 00000 n
+0001935269 00000 n
+0001935323 00000 n
+0001938169 00000 n
+0001938223 00000 n
+0001938833 00000 n
+0001938886 00000 n
+0001940607 00000 n
+0001940661 00000 n
+0001943183 00000 n
+0001943237 00000 n
+0001945759 00000 n
+0001945812 00000 n
+0001946422 00000 n
+0001946475 00000 n
+0001947701 00000 n
+0001947755 00000 n
+0001949786 00000 n
+0001949840 00000 n
+0001951561 00000 n
+0001951615 00000 n
+0001954100 00000 n
+0001954154 00000 n
+0001956001 00000 n
+0001956055 00000 n
+0001957710 00000 n
+0001957764 00000 n
+0001958990 00000 n
+0001959044 00000 n
+0001961075 00000 n
+0001961129 00000 n
+0001963975 00000 n
+0001964029 00000 n
+0001966060 00000 n
+0001966113 00000 n
+0001967960 00000 n
+0001968014 00000 n
+0001969240 00000 n
+0001969294 00000 n
+0001971325 00000 n
+0001971379 00000 n
+0001973100 00000 n
+0001973154 00000 n
+0001974875 00000 n
+0001974929 00000 n
+0001977377 00000 n
+0001977431 00000 n
+0001978882 00000 n
+0001978936 00000 n
+0001981167 00000 n
+0001981221 00000 n
+0001983252 00000 n
+0001983306 00000 n
+0001985245 00000 n
+0001985299 00000 n
+0001987330 00000 n
+0001987383 00000 n
+0001988834 00000 n
+0001988888 00000 n
+0001990609 00000 n
+0001990663 00000 n
+0001992384 00000 n
+0001992438 00000 n
+0001993889 00000 n
+0001993943 00000 n
+0001995169 00000 n
+0001995223 00000 n
+0001997708 00000 n
+0001997762 00000 n
+0002000637 00000 n
+0002000691 00000 n
+0002001301 00000 n
+0002001354 00000 n
+0002001964 00000 n
+0002002017 00000 n
+0002002627 00000 n
+0002002680 00000 n
+0002004911 00000 n
+0002004964 00000 n
+0002007195 00000 n
+0002007249 00000 n
+0002009280 00000 n
+0002009334 00000 n
+0002011241 00000 n
+0002011295 00000 n
+0002013326 00000 n
+0002013380 00000 n
+0002015411 00000 n
+0002015465 00000 n
+0002017186 00000 n
+0002017240 00000 n
+0002019271 00000 n
+0002019325 00000 n
+0002021810 00000 n
+0002021864 00000 n
+0002024349 00000 n
+0002024403 00000 n
+0002026434 00000 n
+0002026488 00000 n
+0002027714 00000 n
+0002027767 00000 n
+0002029798 00000 n
+0002029852 00000 n
+0002031303 00000 n
+0002031357 00000 n
+0002033078 00000 n
+0002033132 00000 n
+0002034853 00000 n
+0002034907 00000 n
+0002035517 00000 n
+0002035570 00000 n
+0002037021 00000 n
+0002037075 00000 n
+0002039560 00000 n
+0002039614 00000 n
+0002041065 00000 n
+0002041119 00000 n
+0002043150 00000 n
+0002043204 00000 n
+0002045689 00000 n
+0002045743 00000 n
+0002047774 00000 n
+0002047827 00000 n
+0002051438 00000 n
+0002051492 00000 n
+0002052718 00000 n
+0002052772 00000 n
+0002054427 00000 n
+0002054481 00000 n
+0002056512 00000 n
+0002056566 00000 n
+0002057792 00000 n
+0002057846 00000 n
+0002060692 00000 n
+0002060746 00000 n
+0002063194 00000 n
+0002063248 00000 n
+0002064969 00000 n
+0002065023 00000 n
+0002066249 00000 n
+0002066303 00000 n
+0002066913 00000 n
+0002066966 00000 n
+0002068687 00000 n
+0002068740 00000 n
+0002070679 00000 n
+0002070733 00000 n
+0002073255 00000 n
+0002073309 00000 n
+0002074760 00000 n
+0002074814 00000 n
+0002077045 00000 n
+0002077099 00000 n
+0002079130 00000 n
+0002079184 00000 n
+0002081123 00000 n
+0002081177 00000 n
+0002083208 00000 n
+0002083262 00000 n
+0002084983 00000 n
+0002085037 00000 n
+0002086976 00000 n
+0002087030 00000 n
+0002089061 00000 n
+0002089115 00000 n
+0002090341 00000 n
+0002090394 00000 n
+0002093868 00000 n
+0002093921 00000 n
+0002096272 00000 n
+0002096326 00000 n
+0002097777 00000 n
+0002097831 00000 n
+0002099678 00000 n
+0002099732 00000 n
+0002099970 00000 n
+0002100022 00000 n
+0002103093 00000 n
+0002103147 00000 n
+0002105378 00000 n
+0002105432 00000 n
+0002107463 00000 n
+0002107517 00000 n
+0002110048 00000 n
+0002110102 00000 n
+0002112611 00000 n
+0002112665 00000 n
+0002115174 00000 n
+0002115228 00000 n
+0002117759 00000 n
+0002117812 00000 n
+0002119843 00000 n
+0002119897 00000 n
+0002121836 00000 n
+0002121890 00000 n
+0002123921 00000 n
+0002123975 00000 n
+0002125696 00000 n
+0002125750 00000 n
+0002127657 00000 n
+0002127711 00000 n
+0002129742 00000 n
+0002129796 00000 n
+0002131517 00000 n
+0002131571 00000 n
+0002133022 00000 n
+0002133076 00000 n
+0002133686 00000 n
+0002133739 00000 n
+0002135770 00000 n
+0002135824 00000 n
+0002137545 00000 n
+0002137598 00000 n
+0002139629 00000 n
+0002139683 00000 n
+0002140293 00000 n
+0002140346 00000 n
+0002142193 00000 n
+0002142247 00000 n
+0002144478 00000 n
+0002144532 00000 n
+0002146563 00000 n
+0002146617 00000 n
+0002148464 00000 n
+0002148518 00000 n
+0002149969 00000 n
+0002150023 00000 n
+0002152054 00000 n
+0002152108 00000 n
+0002154556 00000 n
+0002154610 00000 n
+0002157058 00000 n
+0002157112 00000 n
+0002159597 00000 n
+0002159650 00000 n
+0002161371 00000 n
+0002161425 00000 n
+0002162876 00000 n
+0002162930 00000 n
+0002165161 00000 n
+0002165215 00000 n
+0002167246 00000 n
+0002167300 00000 n
+0002170715 00000 n
+0002170769 00000 n
+0002171379 00000 n
+0002171432 00000 n
+0002172883 00000 n
+0002172937 00000 n
+0002175422 00000 n
+0002175476 00000 n
+0002177507 00000 n
+0002177561 00000 n
+0002179216 00000 n
+0002179270 00000 n
+0002181861 00000 n
+0002181914 00000 n
+0002184865 00000 n
+0002184919 00000 n
+0002186950 00000 n
+0002187004 00000 n
+0002187614 00000 n
+0002187667 00000 n
+0002188893 00000 n
+0002188947 00000 n
+0002190602 00000 n
+0002190656 00000 n
+0002192687 00000 n
+0002192741 00000 n
+0002194692 00000 n
+0002194746 00000 n
+0002197577 00000 n
+0002197631 00000 n
+0002199662 00000 n
+0002199716 00000 n
+0002201437 00000 n
+0002201491 00000 n
+0002203939 00000 n
+0002203992 00000 n
+0002204602 00000 n
+0002204655 00000 n
+0002204985 00000 n
+0002205038 00000 n
+0002208529 00000 n
+0002208583 00000 n
+0002211068 00000 n
+0002211122 00000 n
+0002212348 00000 n
+0002212402 00000 n
+0002213012 00000 n
+0002213065 00000 n
+0002213675 00000 n
+0002213728 00000 n
+0002216259 00000 n
+0002216313 00000 n
+0002218923 00000 n
+0002218977 00000 n
+0002219328 00000 n
+0002219381 00000 n
+0002221912 00000 n
+0002221965 00000 n
+0002222575 00000 n
+0002222628 00000 n
+0002225137 00000 n
+0002225191 00000 n
+0002225521 00000 n
+0002225574 00000 n
+0002228105 00000 n
+0002228159 00000 n
+0002230668 00000 n
+0002230722 00000 n
+0002233231 00000 n
+0002233285 00000 n
+0002235816 00000 n
+0002235870 00000 n
+0002236108 00000 n
+0002236160 00000 n
+0002237814 00000 n
+0002237868 00000 n
+0002240819 00000 n
+0002240873 00000 n
+0002244598 00000 n
+0002244651 00000 n
+0002246102 00000 n
+0002246156 00000 n
+0002249227 00000 n
+0002249281 00000 n
+0002252112 00000 n
+0002252166 00000 n
+0002252664 00000 n
+0002252717 00000 n
+0002256380 00000 n
+0002256434 00000 n
+0002258465 00000 n
+0002258519 00000 n
+0002260240 00000 n
+0002260294 00000 n
+0002262325 00000 n
+0002262379 00000 n
+0002263605 00000 n
+0002263659 00000 n
+0002265690 00000 n
+0002265744 00000 n
+0002266354 00000 n
+0002266406 00000 n
+0002268437 00000 n
+0002268491 00000 n
+0002270976 00000 n
+0002271030 00000 n
+0002272256 00000 n
+0002272310 00000 n
+0002274341 00000 n
+0002274395 00000 n
+0002276917 00000 n
+0002276971 00000 n
+0002278197 00000 n
+0002278251 00000 n
+0002280282 00000 n
+0002280336 00000 n
+0002283182 00000 n
+0002283236 00000 n
+0002286082 00000 n
+0002286136 00000 n
+0002286746 00000 n
+0002286799 00000 n
+0002288520 00000 n
+0002288573 00000 n
+0002290294 00000 n
+0002290348 00000 n
+0002292870 00000 n
+0002292924 00000 n
+0002295372 00000 n
+0002295426 00000 n
+0002297457 00000 n
+0002297511 00000 n
+0002300033 00000 n
+0002300087 00000 n
+0002300697 00000 n
+0002300750 00000 n
+0002302471 00000 n
+0002302525 00000 n
+0002304372 00000 n
+0002304426 00000 n
+0002306457 00000 n
+0002306511 00000 n
+0002308232 00000 n
+0002308286 00000 n
+0002311777 00000 n
+0002311829 00000 n
+0002319413 00000 n
+0002319465 00000 n
+0002326229 00000 n
+0002326281 00000 n
+0002332917 00000 n
+0002332969 00000 n
+0002339605 00000 n
+0002339657 00000 n
+0002348636 00000 n
+0002348688 00000 n
+0002356272 00000 n
+0002356324 00000 n
+0002368185 00000 n
+0002368238 00000 n
+0002375822 00000 n
+0002375874 00000 n
+0002382638 00000 n
+0002382690 00000 n
+0002390070 00000 n
+0002390122 00000 n
+0002397706 00000 n
+0002397758 00000 n
+0002404522 00000 n
+0002404574 00000 n
+0002411210 00000 n
+0002411262 00000 n
+0002418846 00000 n
+0002418898 00000 n
+0002425662 00000 n
+0002425714 00000 n
+0002545108 00000 n
+0002545162 00000 n
+0002549437 00000 n
+0002549489 00000 n
+0002554453 00000 n
+0002554505 00000 n
+0002558780 00000 n
+0002558832 00000 n
+0002563452 00000 n
+0002563504 00000 n
+0002568332 00000 n
+0002568384 00000 n
+0002573348 00000 n
+0002573400 00000 n
+0002585261 00000 n
+0002585314 00000 n
+0002592898 00000 n
+0002592950 00000 n
+0002599714 00000 n
+0002599765 00000 n
+0002612489 00000 n
+0002612542 00000 n
+0002619922 00000 n
+0002619974 00000 n
+0002627558 00000 n
+0002627610 00000 n
+0002634374 00000 n
+0002634426 00000 n
+0002641062 00000 n
+0002641114 00000 n
+0002648698 00000 n
+0002648750 00000 n
+0002655514 00000 n
+0002655566 00000 n
+0002666793 00000 n
+0002666846 00000 n
+0002674430 00000 n
+0002674482 00000 n
+0002681118 00000 n
+0002681170 00000 n
+0002688754 00000 n
+0002688805 00000 n
+0002698383 00000 n
+0002698435 00000 n
+0002925693 00000 n
+0002925772 00000 n
+0003067468 00000 n
+0003067524 00000 n
+0003067714 00000 n
+0003067765 00000 n
+0003071241 00000 n
+0003071295 00000 n
+0003072917 00000 n
+0003072971 00000 n
+0003074593 00000 n
+0003074647 00000 n
+0003077430 00000 n
+0003077484 00000 n
+0003080321 00000 n
+0003080375 00000 n
+0003083212 00000 n
+0003083266 00000 n
+0003086742 00000 n
+0003086796 00000 n
+0003087634 00000 n
+0003087687 00000 n
+0003090104 00000 n
+0003090158 00000 n
+0003093679 00000 n
+0003093733 00000 n
+0003095770 00000 n
+0003095824 00000 n
+0003098661 00000 n
+0003098715 00000 n
+0003101498 00000 n
+0003101552 00000 n
+0003105028 00000 n
+0003105082 00000 n
+0003109069 00000 n
+0003109123 00000 n
+0003109961 00000 n
+0003110014 00000 n
+0003112051 00000 n
+0003112105 00000 n
+0003115320 00000 n
+0003115374 00000 n
+0003117411 00000 n
+0003117465 00000 n
+0003120680 00000 n
+0003120734 00000 n
+0003123571 00000 n
+0003123625 00000 n
+0003126042 00000 n
+0003126096 00000 n
+0003126934 00000 n
+0003126987 00000 n
+0003129622 00000 n
+0003129676 00000 n
+0003132459 00000 n
+0003132513 00000 n
+0003134930 00000 n
+0003134984 00000 n
+0003135642 00000 n
+0003135695 00000 n
+0003136533 00000 n
+0003136586 00000 n
+0003139099 00000 n
+0003139153 00000 n
+0003141190 00000 n
+0003141244 00000 n
+0003144027 00000 n
+0003144081 00000 n
+0003145703 00000 n
+0003145757 00000 n
+0003146595 00000 n
+0003146648 00000 n
+0003149269 00000 n
+0003149323 00000 n
+0003150161 00000 n
+0003150214 00000 n
+0003152997 00000 n
+0003153051 00000 n
+0003153889 00000 n
+0003153942 00000 n
+0003156779 00000 n
+0003156833 00000 n
+0003159454 00000 n
+0003159508 00000 n
+0003161130 00000 n
+0003161184 00000 n
+0003164021 00000 n
+0003164075 00000 n
+0003166112 00000 n
+0003166166 00000 n
+0003168679 00000 n
+0003168733 00000 n
+0003170770 00000 n
+0003170824 00000 n
+0003173607 00000 n
+0003173661 00000 n
+0003177137 00000 n
+0003177191 00000 n
+0003179608 00000 n
+0003179662 00000 n
+0003182283 00000 n
+0003182337 00000 n
+0003184958 00000 n
+0003185012 00000 n
+0003187849 00000 n
+0003187903 00000 n
+0003190416 00000 n
+0003190470 00000 n
+0003192983 00000 n
+0003193037 00000 n
+0003195491 00000 n
+0003195545 00000 n
+0003197962 00000 n
+0003198016 00000 n
+0003198854 00000 n
+0003198907 00000 n
+0003201690 00000 n
+0003201744 00000 n
+0003204581 00000 n
+0003204635 00000 n
+0003206257 00000 n
+0003206311 00000 n
+0003208932 00000 n
+0003208986 00000 n
+0003212201 00000 n
+0003212255 00000 n
+0003216334 00000 n
+0003216388 00000 n
+0003219225 00000 n
+0003219279 00000 n
+0003220901 00000 n
+0003220955 00000 n
+0003223409 00000 n
+0003223463 00000 n
+0003226246 00000 n
+0003226300 00000 n
+0003227922 00000 n
+0003227976 00000 n
+0003231930 00000 n
+0003231984 00000 n
+0003235460 00000 n
+0003235514 00000 n
+0003238297 00000 n
+0003238351 00000 n
+0003240768 00000 n
+0003240822 00000 n
+0003243443 00000 n
+0003243497 00000 n
+0003246334 00000 n
+0003246388 00000 n
+0003248901 00000 n
+0003248955 00000 n
+0003249793 00000 n
+0003249846 00000 n
+0003250684 00000 n
+0003250737 00000 n
+0003253154 00000 n
+0003253208 00000 n
+0003254046 00000 n
+0003254099 00000 n
+0003256720 00000 n
+0003256774 00000 n
+0003257044 00000 n
+0003257096 00000 n
+0003257934 00000 n
+0003257987 00000 n
+0003260770 00000 n
+0003260824 00000 n
+0003263241 00000 n
+0003263295 00000 n
+0003263953 00000 n
+0003264006 00000 n
+0003267437 00000 n
+0003267491 00000 n
+0003270274 00000 n
+0003270328 00000 n
+0003271950 00000 n
+0003272004 00000 n
+0003274787 00000 n
+0003274841 00000 n
+0003277354 00000 n
+0003277408 00000 n
+0003280446 00000 n
+0003280500 00000 n
+0003284075 00000 n
+0003284129 00000 n
+0003286912 00000 n
+0003286966 00000 n
+0003290181 00000 n
+0003290235 00000 n
+0003292652 00000 n
+0003292706 00000 n
+0003295327 00000 n
+0003295381 00000 n
+0003298596 00000 n
+0003298650 00000 n
+0003299488 00000 n
+0003299541 00000 n
+0003302054 00000 n
+0003302108 00000 n
+0003304621 00000 n
+0003304675 00000 n
+0003307512 00000 n
+0003307566 00000 n
+0003308404 00000 n
+0003308457 00000 n
+0003311139 00000 n
+0003311193 00000 n
+0003313976 00000 n
+0003314030 00000 n
+0003316484 00000 n
+0003316538 00000 n
+0003318575 00000 n
+0003318629 00000 n
+0003321844 00000 n
+0003321898 00000 n
+0003324735 00000 n
+0003324789 00000 n
+0003325059 00000 n
+0003325111 00000 n
+0003328542 00000 n
+0003328596 00000 n
+0003328866 00000 n
+0003328918 00000 n
+0003332997 00000 n
+0003333051 00000 n
+0003335834 00000 n
+0003335888 00000 n
+0003338725 00000 n
+0003338779 00000 n
+0003340719 00000 n
+0003340773 00000 n
+0003342395 00000 n
+0003342449 00000 n
+0003344866 00000 n
+0003344920 00000 n
+0003348135 00000 n
+0003348189 00000 n
+0003350972 00000 n
+0003351026 00000 n
+0003353443 00000 n
+0003353497 00000 n
+0003356010 00000 n
+0003356064 00000 n
+0003358901 00000 n
+0003358955 00000 n
+0003361738 00000 n
+0003361792 00000 n
+0003365746 00000 n
+0003365800 00000 n
+0003369276 00000 n
+0003369330 00000 n
+0003372221 00000 n
+0003372275 00000 n
+0003375058 00000 n
+0003375112 00000 n
+0003377529 00000 n
+0003377583 00000 n
+0003381278 00000 n
+0003381332 00000 n
+0003384115 00000 n
+0003384169 00000 n
+0003386586 00000 n
+0003386640 00000 n
+0003389057 00000 n
+0003389111 00000 n
+0003392587 00000 n
+0003392641 00000 n
+0003395424 00000 n
+0003395478 00000 n
+0003398954 00000 n
+0003399008 00000 n
+0003399846 00000 n
+0003399899 00000 n
+0003403740 00000 n
+0003403794 00000 n
+0003406631 00000 n
+0003406685 00000 n
+0003409198 00000 n
+0003409252 00000 n
+0003411651 00000 n
+0003411705 00000 n
+0003415254 00000 n
+0003415308 00000 n
+0003418811 00000 n
+0003418865 00000 n
+0003422819 00000 n
+0003422873 00000 n
+0003423711 00000 n
+0003423764 00000 n
+0003426181 00000 n
+0003426235 00000 n
+0003428748 00000 n
+0003428802 00000 n
+0003431639 00000 n
+0003431693 00000 n
+0003434530 00000 n
+0003434584 00000 n
+0003437097 00000 n
+0003437151 00000 n
+0003439664 00000 n
+0003439718 00000 n
+0003440556 00000 n
+0003440609 00000 n
+0003443392 00000 n
+0003443446 00000 n
+0003445863 00000 n
+0003445917 00000 n
+0003448430 00000 n
+0003448484 00000 n
+0003451267 00000 n
+0003451321 00000 n
+0003453738 00000 n
+0003453792 00000 n
+0003456427 00000 n
+0003456481 00000 n
+0003459264 00000 n
+0003459318 00000 n
+0003463232 00000 n
+0003463286 00000 n
+0003464908 00000 n
+0003464962 00000 n
+0003465800 00000 n
+0003465853 00000 n
+0003468636 00000 n
+0003468690 00000 n
+0003471107 00000 n
+0003471161 00000 n
+0003473674 00000 n
+0003473728 00000 n
+0003475765 00000 n
+0003475819 00000 n
+0003478602 00000 n
+0003478656 00000 n
+0003482132 00000 n
+0003482186 00000 n
+0003483024 00000 n
+0003483077 00000 n
+0003485698 00000 n
+0003485752 00000 n
+0003489635 00000 n
+0003489689 00000 n
+0003492202 00000 n
+0003492256 00000 n
+0003495039 00000 n
+0003495093 00000 n
+0003497547 00000 n
+0003497601 00000 n
+0003500222 00000 n
+0003500276 00000 n
+0003503491 00000 n
+0003503545 00000 n
+0003506328 00000 n
+0003506382 00000 n
+0003507220 00000 n
+0003507273 00000 n
+0003509894 00000 n
+0003509948 00000 n
+0003512785 00000 n
+0003512839 00000 n
+0003515238 00000 n
+0003515292 00000 n
+0003517499 00000 n
+0003517553 00000 n
+0003520955 00000 n
+0003521009 00000 n
+0003523696 00000 n
+0003523750 00000 n
+0003526533 00000 n
+0003526587 00000 n
+0003527425 00000 n
+0003527478 00000 n
+0003530261 00000 n
+0003530315 00000 n
+0003532732 00000 n
+0003532786 00000 n
+0003535623 00000 n
+0003535677 00000 n
+0003536515 00000 n
+0003536568 00000 n
+0003540647 00000 n
+0003540701 00000 n
+0003542323 00000 n
+0003542377 00000 n
+0003545952 00000 n
+0003546006 00000 n
+0003549701 00000 n
+0003549755 00000 n
+0003552538 00000 n
+0003552592 00000 n
+0003555009 00000 n
+0003555063 00000 n
+0003558278 00000 n
+0003558332 00000 n
+0003561169 00000 n
+0003561223 00000 n
+0003562061 00000 n
+0003562114 00000 n
+0003565590 00000 n
+0003565644 00000 n
+0003568061 00000 n
+0003568115 00000 n
+0003569737 00000 n
+0003569791 00000 n
+0003572208 00000 n
+0003572262 00000 n
+0003575909 00000 n
+0003575963 00000 n
+0003578800 00000 n
+0003578854 00000 n
+0003579260 00000 n
+0003579313 00000 n
+0003582528 00000 n
+0003582582 00000 n
+0003585419 00000 n
+0003585473 00000 n
+0003587095 00000 n
+0003587149 00000 n
+0003591103 00000 n
+0003591157 00000 n
+0003594852 00000 n
+0003594906 00000 n
+0003598985 00000 n
+0003599039 00000 n
+0003601822 00000 n
+0003601876 00000 n
+0003604293 00000 n
+0003604347 00000 n
+0003607562 00000 n
+0003607616 00000 n
+0003611092 00000 n
+0003611146 00000 n
+0003613545 00000 n
+0003613599 00000 n
+0003615221 00000 n
+0003615275 00000 n
+0003618112 00000 n
+0003618166 00000 n
+0003620203 00000 n
+0003620257 00000 n
+0003620527 00000 n
+0003620579 00000 n
+0003622978 00000 n
+0003623032 00000 n
+0003625653 00000 n
+0003625707 00000 n
+0003628490 00000 n
+0003628544 00000 n
+0003630961 00000 n
+0003631015 00000 n
+0003632637 00000 n
+0003632691 00000 n
+0003635528 00000 n
+0003635582 00000 n
+0003639058 00000 n
+0003639112 00000 n
+0003641529 00000 n
+0003641583 00000 n
+0003644204 00000 n
+0003644258 00000 n
+0003646295 00000 n
+0003646349 00000 n
+0003649132 00000 n
+0003649186 00000 n
+0003650808 00000 n
+0003650862 00000 n
+0003653645 00000 n
+0003653699 00000 n
+0003656116 00000 n
+0003656170 00000 n
+0003659646 00000 n
+0003659700 00000 n
+0003663395 00000 n
+0003663449 00000 n
+0003665866 00000 n
+0003665920 00000 n
+0003669999 00000 n
+0003670053 00000 n
+0003673748 00000 n
+0003673802 00000 n
+0003674640 00000 n
+0003674693 00000 n
+0003677530 00000 n
+0003677584 00000 n
+0003680097 00000 n
+0003680151 00000 n
+0003680557 00000 n
+0003680610 00000 n
+0003683297 00000 n
+0003683351 00000 n
+0003687046 00000 n
+0003687100 00000 n
+0003687938 00000 n
+0003687991 00000 n
+0003690774 00000 n
+0003690828 00000 n
+0003691666 00000 n
+0003691719 00000 n
+0003695195 00000 n
+0003695249 00000 n
+0003698464 00000 n
+0003698518 00000 n
+0003701301 00000 n
+0003701355 00000 n
+0003703772 00000 n
+0003703826 00000 n
+0003706663 00000 n
+0003706717 00000 n
+0003709230 00000 n
+0003709284 00000 n
+0003712067 00000 n
+0003712121 00000 n
+0003712959 00000 n
+0003713012 00000 n
+0003715795 00000 n
+0003715849 00000 n
+0003716687 00000 n
+0003716740 00000 n
+0003718777 00000 n
+0003718831 00000 n
+0003721344 00000 n
+0003721398 00000 n
+0003723435 00000 n
+0003723489 00000 n
+0003726176 00000 n
+0003726230 00000 n
+0003729445 00000 n
+0003729499 00000 n
+0003732336 00000 n
+0003732390 00000 n
+0003733228 00000 n
+0003733281 00000 n
+0003735318 00000 n
+0003735372 00000 n
+0003739067 00000 n
+0003739121 00000 n
+0003741904 00000 n
+0003741958 00000 n
+0003744412 00000 n
+0003744466 00000 n
+0003747303 00000 n
+0003747357 00000 n
+0003751004 00000 n
+0003751058 00000 n
+0003753841 00000 n
+0003753895 00000 n
+0003754733 00000 n
+0003754786 00000 n
+0003756408 00000 n
+0003756462 00000 n
+0003758916 00000 n
+0003758970 00000 n
+0003761753 00000 n
+0003761807 00000 n
+0003764494 00000 n
+0003764548 00000 n
+0003768627 00000 n
+0003768681 00000 n
+0003771464 00000 n
+0003771518 00000 n
+0003773935 00000 n
+0003773989 00000 n
+0003777465 00000 n
+0003777519 00000 n
+0003780995 00000 n
+0003781049 00000 n
+0003783562 00000 n
+0003783616 00000 n
+0003786129 00000 n
+0003786183 00000 n
+0003788966 00000 n
+0003789020 00000 n
+0003791641 00000 n
+0003791695 00000 n
+0003792533 00000 n
+0003792586 00000 n
+0003795369 00000 n
+0003795423 00000 n
+0003797460 00000 n
+0003797514 00000 n
+0003798352 00000 n
+0003798405 00000 n
+0003801188 00000 n
+0003801242 00000 n
+0003803279 00000 n
+0003803333 00000 n
+0003805750 00000 n
+0003805804 00000 n
+0003806210 00000 n
+0003806263 00000 n
+0003807174 00000 n
+0003807227 00000 n
+0003809644 00000 n
+0003809698 00000 n
+0003812319 00000 n
+0003812373 00000 n
+0003812643 00000 n
+0003812695 00000 n
+0003813533 00000 n
+0003813586 00000 n
+0003816099 00000 n
+0003816153 00000 n
+0003818936 00000 n
+0003818990 00000 n
+0003821407 00000 n
+0003821461 00000 n
+0003824244 00000 n
+0003824298 00000 n
+0003827081 00000 n
+0003827135 00000 n
+0003827973 00000 n
+0003828026 00000 n
+0003828864 00000 n
+0003828917 00000 n
+0003831552 00000 n
+0003831606 00000 n
+0003834389 00000 n
+0003834443 00000 n
+0003835281 00000 n
+0003835334 00000 n
+0003837751 00000 n
+0003837805 00000 n
+0003840222 00000 n
+0003840276 00000 n
+0003842313 00000 n
+0003842367 00000 n
+0003845204 00000 n
+0003845258 00000 n
+0003847295 00000 n
+0003847349 00000 n
+0003850186 00000 n
+0003850240 00000 n
+0003851862 00000 n
+0003851916 00000 n
+0003854699 00000 n
+0003854753 00000 n
+0003856375 00000 n
+0003856429 00000 n
+0003859950 00000 n
+0003860004 00000 n
+0003862787 00000 n
+0003862841 00000 n
+0003865258 00000 n
+0003865312 00000 n
+0003866150 00000 n
+0003866203 00000 n
+0003868734 00000 n
+0003868788 00000 n
+0003871571 00000 n
+0003871625 00000 n
+0003874462 00000 n
+0003874516 00000 n
+0003876553 00000 n
+0003876607 00000 n
+0003877445 00000 n
+0003877498 00000 n
+0003880281 00000 n
+0003880335 00000 n
+0003882752 00000 n
+0003882806 00000 n
+0003885589 00000 n
+0003885643 00000 n
+0003888097 00000 n
+0003888151 00000 n
+0003890934 00000 n
+0003890988 00000 n
+0003893623 00000 n
+0003893677 00000 n
+0003896514 00000 n
+0003896568 00000 n
+0003898190 00000 n
+0003898244 00000 n
+0003900698 00000 n
+0003900752 00000 n
+0003903265 00000 n
+0003903319 00000 n
+0003905454 00000 n
+0003905508 00000 n
+0003909083 00000 n
+0003909137 00000 n
+0003912686 00000 n
+0003912740 00000 n
+0003916694 00000 n
+0003916748 00000 n
+0003919165 00000 n
+0003919219 00000 n
+0003921732 00000 n
+0003921786 00000 n
+0003922624 00000 n
+0003922677 00000 n
+0003925298 00000 n
+0003925352 00000 n
+0003926190 00000 n
+0003926243 00000 n
+0003929026 00000 n
+0003929080 00000 n
+0003930702 00000 n
+0003930756 00000 n
+0003933173 00000 n
+0003933227 00000 n
+0003935740 00000 n
+0003935794 00000 n
+0003938248 00000 n
+0003938302 00000 n
+0003939924 00000 n
+0003939978 00000 n
+0003942761 00000 n
+0003942815 00000 n
+0003946769 00000 n
+0003946823 00000 n
+0003948860 00000 n
+0003948914 00000 n
+0003952129 00000 n
+0003952183 00000 n
+0003953805 00000 n
+0003953859 00000 n
+0003956642 00000 n
+0003956696 00000 n
+0003960650 00000 n
+0003960704 00000 n
+0003963121 00000 n
+0003963175 00000 n
+0003966696 00000 n
+0003966750 00000 n
+0003969965 00000 n
+0003970019 00000 n
+0003972802 00000 n
+0003972856 00000 n
+0003975273 00000 n
+0003975327 00000 n
+0003977364 00000 n
+0003977418 00000 n
+0003979455 00000 n
+0003979509 00000 n
+0003982724 00000 n
+0003982778 00000 n
+0003985615 00000 n
+0003985669 00000 n
+0003989190 00000 n
+0003989244 00000 n
+0003992939 00000 n
+0003992993 00000 n
+0003994615 00000 n
+0003994669 00000 n
+0003997506 00000 n
+0003997560 00000 n
+0004000343 00000 n
+0004000397 00000 n
+0004002434 00000 n
+0004002488 00000 n
+0004005325 00000 n
+0004005379 00000 n
+0004007001 00000 n
+0004007055 00000 n
+0004009838 00000 n
+0004009892 00000 n
+0004012405 00000 n
+0004012459 00000 n
+0004015674 00000 n
+0004015728 00000 n
+0004016566 00000 n
+0004016619 00000 n
+0004020698 00000 n
+0004020752 00000 n
+0004023169 00000 n
+0004023223 00000 n
+0004026744 00000 n
+0004026798 00000 n
+0004028835 00000 n
+0004028889 00000 n
+0004031672 00000 n
+0004031726 00000 n
+0004034143 00000 n
+0004034197 00000 n
+0004034603 00000 n
+0004034656 00000 n
+0004034926 00000 n
+0004034978 00000 n
+0004035248 00000 n
+0004035300 00000 n
+0004039254 00000 n
+0004039308 00000 n
+0004042145 00000 n
+0004042199 00000 n
+0004044982 00000 n
+0004045036 00000 n
+0004047073 00000 n
+0004047127 00000 n
+0004048749 00000 n
+0004048803 00000 n
+0004051586 00000 n
+0004051640 00000 n
+0004055116 00000 n
+0004055170 00000 n
+0004057953 00000 n
+0004058007 00000 n
+0004058845 00000 n
+0004058898 00000 n
+0004059736 00000 n
+0004059789 00000 n
+0004061826 00000 n
+0004061880 00000 n
+0004064663 00000 n
+0004064717 00000 n
+0004067134 00000 n
+0004067188 00000 n
+0004069605 00000 n
+0004069659 00000 n
+0004072442 00000 n
+0004072496 00000 n
+0004074118 00000 n
+0004074172 00000 n
+0004077009 00000 n
+0004077063 00000 n
+0004079846 00000 n
+0004079900 00000 n
+0004080306 00000 n
+0004080359 00000 n
+0004083142 00000 n
+0004083196 00000 n
+0004085613 00000 n
+0004085667 00000 n
+0004089143 00000 n
+0004089197 00000 n
+0004092412 00000 n
+0004092466 00000 n
+0004095249 00000 n
+0004095303 00000 n
+0004098779 00000 n
+0004098833 00000 n
+0004101346 00000 n
+0004101400 00000 n
+0004104876 00000 n
+0004104930 00000 n
+0004107767 00000 n
+0004107821 00000 n
+0004110658 00000 n
+0004110712 00000 n
+0004113129 00000 n
+0004113183 00000 n
+0004116020 00000 n
+0004116074 00000 n
+0004118491 00000 n
+0004118545 00000 n
+0004120582 00000 n
+0004120636 00000 n
+0004123473 00000 n
+0004123527 00000 n
+0004125149 00000 n
+0004125203 00000 n
+0004127602 00000 n
+0004127656 00000 n
+0004129693 00000 n
+0004129747 00000 n
+0004132530 00000 n
+0004132584 00000 n
+0004133422 00000 n
+0004133475 00000 n
+0004135892 00000 n
+0004135946 00000 n
+0004136784 00000 n
+0004136837 00000 n
+0004139254 00000 n
+0004139308 00000 n
+0004142829 00000 n
+0004142883 00000 n
+0004145666 00000 n
+0004145720 00000 n
+0004148137 00000 n
+0004148191 00000 n
+0004151667 00000 n
+0004151721 00000 n
+0004152614 00000 n
+0004152667 00000 n
+0004153505 00000 n
+0004153558 00000 n
+0004156395 00000 n
+0004156449 00000 n
+0004158866 00000 n
+0004158920 00000 n
+0004161541 00000 n
+0004161595 00000 n
+0004164432 00000 n
+0004164486 00000 n
+0004166999 00000 n
+0004167053 00000 n
+0004169566 00000 n
+0004169620 00000 n
+0004170458 00000 n
+0004170511 00000 n
+0004172928 00000 n
+0004172982 00000 n
+0004175603 00000 n
+0004175657 00000 n
+0004178440 00000 n
+0004178494 00000 n
+0004182573 00000 n
+0004182627 00000 n
+0004185464 00000 n
+0004185518 00000 n
+0004187653 00000 n
+0004187707 00000 n
+0004191256 00000 n
+0004191310 00000 n
+0004195005 00000 n
+0004195059 00000 n
+0004198608 00000 n
+0004198662 00000 n
+0004198932 00000 n
+0004198984 00000 n
+0004202386 00000 n
+0004202440 00000 n
+0004205842 00000 n
+0004205896 00000 n
+0004208733 00000 n
+0004208787 00000 n
+0004211624 00000 n
+0004211678 00000 n
+0004214515 00000 n
+0004214569 00000 n
+0004215488 00000 n
+0004215541 00000 n
+0004216253 00000 n
+0004216306 00000 n
+0004217018 00000 n
+0004217071 00000 n
+0004217783 00000 n
+0004217836 00000 n
+0004218548 00000 n
+0004218601 00000 n
+0004219313 00000 n
+0004219366 00000 n
+0004220078 00000 n
+0004220131 00000 n
+0004220843 00000 n
+0004220896 00000 n
+0004221608 00000 n
+0004221661 00000 n
+0004222373 00000 n
+0004222426 00000 n
+0004224048 00000 n
+0004224102 00000 n
+0004224814 00000 n
+0004224867 00000 n
+0004225579 00000 n
+0004225632 00000 n
+0004226344 00000 n
+0004226397 00000 n
+0004227109 00000 n
+0004227162 00000 n
+0004227874 00000 n
+0004227927 00000 n
+0004228639 00000 n
+0004228692 00000 n
+0004229404 00000 n
+0004229457 00000 n
+0004230169 00000 n
+0004230222 00000 n
+0004230934 00000 n
+0004230987 00000 n
+0004231699 00000 n
+0004231752 00000 n
+0004234265 00000 n
+0004234319 00000 n
+0004235031 00000 n
+0004235084 00000 n
+0004235796 00000 n
+0004235849 00000 n
+0004236561 00000 n
+0004236614 00000 n
+0004237326 00000 n
+0004237379 00000 n
+0004238091 00000 n
+0004238144 00000 n
+0004238856 00000 n
+0004238909 00000 n
+0004239621 00000 n
+0004239674 00000 n
+0004243515 00000 n
+0004243569 00000 n
+0004247410 00000 n
+0004247464 00000 n
+0004249404 00000 n
+0004249458 00000 n
+0004252673 00000 n
+0004252727 00000 n
+0004255564 00000 n
+0004255618 00000 n
+0004258509 00000 n
+0004258563 00000 n
+0004261454 00000 n
+0004261508 00000 n
+0004262427 00000 n
+0004262480 00000 n
+0004263192 00000 n
+0004263245 00000 n
+0004263957 00000 n
+0004264010 00000 n
+0004264722 00000 n
+0004264775 00000 n
+0004265487 00000 n
+0004265540 00000 n
+0004266252 00000 n
+0004266305 00000 n
+0004267017 00000 n
+0004267070 00000 n
+0004267908 00000 n
+0004267961 00000 n
+0004268673 00000 n
+0004268726 00000 n
+0004269438 00000 n
+0004269491 00000 n
+0004270203 00000 n
+0004270256 00000 n
+0004270968 00000 n
+0004271021 00000 n
+0004271733 00000 n
+0004271786 00000 n
+0004272498 00000 n
+0004272551 00000 n
+0004273263 00000 n
+0004273316 00000 n
+0004274028 00000 n
+0004274081 00000 n
+0004274793 00000 n
+0004274846 00000 n
+0004275558 00000 n
+0004275611 00000 n
+0004278028 00000 n
+0004278082 00000 n
+0004278794 00000 n
+0004278847 00000 n
+0004279559 00000 n
+0004279612 00000 n
+0004280324 00000 n
+0004280377 00000 n
+0004281089 00000 n
+0004281142 00000 n
+0004281854 00000 n
+0004281907 00000 n
+0004282619 00000 n
+0004282672 00000 n
+0004283384 00000 n
+0004283437 00000 n
+0004284636 00000 n
+0004284690 00000 n
+0004287153 00000 n
+0004287207 00000 n
+0004291121 00000 n
+0004291175 00000 n
+0004294696 00000 n
+0004294750 00000 n
+0004295669 00000 n
+0004295722 00000 n
+0004296260 00000 n
+0004296313 00000 n
+0004296851 00000 n
+0004296904 00000 n
+0004297442 00000 n
+0004297495 00000 n
+0004298033 00000 n
+0004298086 00000 n
+0004298624 00000 n
+0004298677 00000 n
+0004299215 00000 n
+0004299268 00000 n
+0004299806 00000 n
+0004299859 00000 n
+0004300397 00000 n
+0004300450 00000 n
+0004300988 00000 n
+0004301041 00000 n
+0004301465 00000 n
+0004301518 00000 n
+0004302056 00000 n
+0004302109 00000 n
+0004302647 00000 n
+0004302700 00000 n
+0004303238 00000 n
+0004303291 00000 n
+0004303829 00000 n
+0004303882 00000 n
+0004304420 00000 n
+0004304473 00000 n
+0004305011 00000 n
+0004305064 00000 n
+0004305602 00000 n
+0004305655 00000 n
+0004306193 00000 n
+0004306246 00000 n
+0004308709 00000 n
+0004308763 00000 n
+0004311600 00000 n
+0004311654 00000 n
+0004314167 00000 n
+0004314221 00000 n
+0004316684 00000 n
+0004316738 00000 n
+0004319575 00000 n
+0004319629 00000 n
+0004320548 00000 n
+0004320601 00000 n
+0004321139 00000 n
+0004321192 00000 n
+0004321730 00000 n
+0004321783 00000 n
+0004322321 00000 n
+0004322374 00000 n
+0004322912 00000 n
+0004322965 00000 n
+0004324164 00000 n
+0004324218 00000 n
+0004328059 00000 n
+0004328113 00000 n
+0004329032 00000 n
+0004329085 00000 n
+0004330707 00000 n
+0004330761 00000 n
+0004334748 00000 n
+0004334802 00000 n
+0004335340 00000 n
+0004335393 00000 n
+0004335931 00000 n
+0004335984 00000 n
+0004336522 00000 n
+0004336575 00000 n
+0004337113 00000 n
+0004337166 00000 n
+0004337704 00000 n
+0004337757 00000 n
+0004338295 00000 n
+0004338348 00000 n
+0004338886 00000 n
+0004338939 00000 n
+0004339477 00000 n
+0004339530 00000 n
+0004343609 00000 n
+0004343663 00000 n
+0004346500 00000 n
+0004346554 00000 n
+0004348971 00000 n
+0004349025 00000 n
+0004350224 00000 n
+0004350278 00000 n
+0004351477 00000 n
+0004351531 00000 n
+0004352450 00000 n
+0004352503 00000 n
+0004353041 00000 n
+0004353094 00000 n
+0004353632 00000 n
+0004353685 00000 n
+0004354223 00000 n
+0004354276 00000 n
+0004354814 00000 n
+0004354867 00000 n
+0004355405 00000 n
+0004355458 00000 n
+0004355996 00000 n
+0004356049 00000 n
+0004356587 00000 n
+0004356640 00000 n
+0004357533 00000 n
+0004357586 00000 n
+0004358124 00000 n
+0004358177 00000 n
+0004358715 00000 n
+0004358768 00000 n
+0004359306 00000 n
+0004359359 00000 n
+0004359897 00000 n
+0004359950 00000 n
+0004360488 00000 n
+0004360541 00000 n
+0004361079 00000 n
+0004361132 00000 n
+0004361670 00000 n
+0004361723 00000 n
+0004363662 00000 n
+0004363716 00000 n
+0004365655 00000 n
+0004365709 00000 n
+0004366620 00000 n
+0004366673 00000 n
+0004369072 00000 n
+0004369126 00000 n
+0004371909 00000 n
+0004371963 00000 n
+0004375917 00000 n
+0004375971 00000 n
+0004376809 00000 n
+0004376862 00000 n
+0004379279 00000 n
+0004379333 00000 n
+0004381370 00000 n
+0004381424 00000 n
+0004384261 00000 n
+0004384315 00000 n
+0004385937 00000 n
+0004385991 00000 n
+0004388828 00000 n
+0004388882 00000 n
+0004391395 00000 n
+0004391449 00000 n
+0004393486 00000 n
+0004393540 00000 n
+0004397259 00000 n
+0004397313 00000 n
+0004400150 00000 n
+0004400204 00000 n
+0004403680 00000 n
+0004403734 00000 n
+0004404572 00000 n
+0004404625 00000 n
+0004407042 00000 n
+0004407096 00000 n
+0004410572 00000 n
+0004410626 00000 n
+0004411464 00000 n
+0004411517 00000 n
+0004414300 00000 n
+0004414354 00000 n
+0004418049 00000 n
+0004418103 00000 n
+0004418941 00000 n
+0004418994 00000 n
+0004421411 00000 n
+0004421465 00000 n
+0004423405 00000 n
+0004423459 00000 n
+0004426980 00000 n
+0004427034 00000 n
+0004427872 00000 n
+0004427925 00000 n
+0004430342 00000 n
+0004430396 00000 n
+0004432433 00000 n
+0004432487 00000 n
+0004435702 00000 n
+0004435756 00000 n
+0004438593 00000 n
+0004438647 00000 n
+0004441430 00000 n
+0004441484 00000 n
+0004443901 00000 n
+0004443955 00000 n
+0004446590 00000 n
+0004446644 00000 n
+0004449481 00000 n
+0004449535 00000 n
+0004450734 00000 n
+0004450788 00000 n
+0004453205 00000 n
+0004453259 00000 n
+0004455296 00000 n
+0004455350 00000 n
+0004456188 00000 n
+0004456241 00000 n
+0004459024 00000 n
+0004459078 00000 n
+0004461495 00000 n
+0004461549 00000 n
+0004465628 00000 n
+0004465682 00000 n
+0004468465 00000 n
+0004468519 00000 n
+0004470936 00000 n
+0004470990 00000 n
+0004474466 00000 n
+0004474520 00000 n
+0004475431 00000 n
+0004475484 00000 n
+0004479325 00000 n
+0004479379 00000 n
+0004481796 00000 n
+0004481850 00000 n
+0004484363 00000 n
+0004484417 00000 n
+0004486454 00000 n
+0004486508 00000 n
+0004488130 00000 n
+0004488184 00000 n
+0004490601 00000 n
+0004490655 00000 n
+0004494609 00000 n
+0004494663 00000 n
+0004497500 00000 n
+0004497554 00000 n
+0004499971 00000 n
+0004500025 00000 n
+0004502062 00000 n
+0004502116 00000 n
+0004502774 00000 n
+0004502827 00000 n
+0004505664 00000 n
+0004505718 00000 n
+0004506256 00000 n
+0004506309 00000 n
+0004506847 00000 n
+0004506900 00000 n
+0004507438 00000 n
+0004507491 00000 n
+0004508029 00000 n
+0004508082 00000 n
+0004508620 00000 n
+0004508673 00000 n
+0004509211 00000 n
+0004509264 00000 n
+0004509802 00000 n
+0004509855 00000 n
+0004510393 00000 n
+0004510446 00000 n
+0004510984 00000 n
+0004511037 00000 n
+0004511575 00000 n
+0004511628 00000 n
+0004515542 00000 n
+0004515596 00000 n
+0004516134 00000 n
+0004516187 00000 n
+0004516725 00000 n
+0004516778 00000 n
+0004517316 00000 n
+0004517369 00000 n
+0004521448 00000 n
+0004521502 00000 n
+0004524285 00000 n
+0004524339 00000 n
+0004525961 00000 n
+0004526015 00000 n
+0004528052 00000 n
+0004528106 00000 n
+0004528764 00000 n
+0004528817 00000 n
+0004529355 00000 n
+0004529408 00000 n
+0004529946 00000 n
+0004529999 00000 n
+0004533953 00000 n
+0004534007 00000 n
+0004537890 00000 n
+0004537944 00000 n
+0004538482 00000 n
+0004538535 00000 n
+0004539073 00000 n
+0004539126 00000 n
+0004543205 00000 n
+0004543259 00000 n
+0004545676 00000 n
+0004545730 00000 n
+0004548351 00000 n
+0004548405 00000 n
+0004549243 00000 n
+0004549296 00000 n
+0004552079 00000 n
+0004552133 00000 n
+0004554646 00000 n
+0004554700 00000 n
+0004557537 00000 n
+0004557591 00000 n
+0004560045 00000 n
+0004560099 00000 n
+0004562306 00000 n
+0004562360 00000 n
+0004565143 00000 n
+0004565197 00000 n
+0004566819 00000 n
+0004566873 00000 n
+0004570827 00000 n
+0004570881 00000 n
+0004573664 00000 n
+0004573718 00000 n
+0004576135 00000 n
+0004576189 00000 n
+0004579665 00000 n
+0004579719 00000 n
+0004582340 00000 n
+0004582394 00000 n
+0004585609 00000 n
+0004585663 00000 n
+0004588500 00000 n
+0004588554 00000 n
+0004591175 00000 n
+0004591229 00000 n
+0004594804 00000 n
+0004594858 00000 n
+0004598145 00000 n
+0004598199 00000 n
+0004602153 00000 n
+0004602207 00000 n
+0004604990 00000 n
+0004605044 00000 n
+0004608520 00000 n
+0004608574 00000 n
+0004611411 00000 n
+0004611465 00000 n
+0004614248 00000 n
+0004614302 00000 n
+0004616719 00000 n
+0004616773 00000 n
+0004618810 00000 n
+0004618864 00000 n
+0004620901 00000 n
+0004620955 00000 n
+0004623738 00000 n
+0004623792 00000 n
+0004627414 00000 n
+0004627468 00000 n
+0004628235 00000 n
+0004628288 00000 n
+0004629126 00000 n
+0004629179 00000 n
+0004631216 00000 n
+0004631270 00000 n
+0004634965 00000 n
+0004635019 00000 n
+0004637802 00000 n
+0004637856 00000 n
+0004640310 00000 n
+0004640364 00000 n
+0004644011 00000 n
+0004644065 00000 n
+0004646848 00000 n
+0004646902 00000 n
+0004647740 00000 n
+0004647793 00000 n
+0004649415 00000 n
+0004649469 00000 n
+0004652252 00000 n
+0004652306 00000 n
+0004654760 00000 n
+0004654814 00000 n
+0004657597 00000 n
+0004657651 00000 n
+0004660338 00000 n
+0004660392 00000 n
+0004664471 00000 n
+0004664525 00000 n
+0004667308 00000 n
+0004667362 00000 n
+0004669779 00000 n
+0004669833 00000 n
+0004673309 00000 n
+0004673363 00000 n
+0004674154 00000 n
+0004674207 00000 n
+0004676990 00000 n
+0004677044 00000 n
+0004679461 00000 n
+0004679515 00000 n
+0004682136 00000 n
+0004682190 00000 n
+0004685666 00000 n
+0004685720 00000 n
+0004689674 00000 n
+0004689728 00000 n
+0004692511 00000 n
+0004692565 00000 n
+0004693403 00000 n
+0004693456 00000 n
+0004694294 00000 n
+0004694347 00000 n
+0004696384 00000 n
+0004696438 00000 n
+0004699221 00000 n
+0004699275 00000 n
+0004700113 00000 n
+0004700166 00000 n
+0004702203 00000 n
+0004702257 00000 n
+0004705952 00000 n
+0004706006 00000 n
+0004709293 00000 n
+0004709347 00000 n
+0004712130 00000 n
+0004712184 00000 n
+0004714638 00000 n
+0004714692 00000 n
+0004718339 00000 n
+0004718393 00000 n
+0004721176 00000 n
+0004721230 00000 n
+0004722068 00000 n
+0004722121 00000 n
+0004723743 00000 n
+0004723797 00000 n
+0004726251 00000 n
+0004726305 00000 n
+0004729088 00000 n
+0004729142 00000 n
+0004731829 00000 n
+0004731883 00000 n
+0004735962 00000 n
+0004736016 00000 n
+0004738651 00000 n
+0004738705 00000 n
+0004741488 00000 n
+0004741542 00000 n
+0004743959 00000 n
+0004744013 00000 n
+0004747489 00000 n
+0004747543 00000 n
+0004749822 00000 n
+0004749876 00000 n
+0004753955 00000 n
+0004754009 00000 n
+0004757584 00000 n
+0004757638 00000 n
+0004761187 00000 n
+0004761241 00000 n
+0004764790 00000 n
+0004764844 00000 n
+0004768419 00000 n
+0004768473 00000 n
+0004772552 00000 n
+0004772606 00000 n
+0004773444 00000 n
+0004773497 00000 n
+0004773767 00000 n
+0004773819 00000 n
+0004774089 00000 n
+0004774141 00000 n
+0004778220 00000 n
+0004778274 00000 n
+0004781057 00000 n
+0004781111 00000 n
+0004783798 00000 n
+0004783852 00000 n
+0004785987 00000 n
+0004786041 00000 n
+0004789590 00000 n
+0004789644 00000 n
+0004793193 00000 n
+0004793247 00000 n
+0004796942 00000 n
+0004796996 00000 n
+0004800643 00000 n
+0004800697 00000 n
+0004801535 00000 n
+0004801588 00000 n
+0004804371 00000 n
+0004804425 00000 n
+0004805263 00000 n
+0004805316 00000 n
+0004806938 00000 n
+0004806992 00000 n
+0004809446 00000 n
+0004809500 00000 n
+0004812283 00000 n
+0004812337 00000 n
+0004815024 00000 n
+0004815078 00000 n
+0004815484 00000 n
+0004815537 00000 n
+0004819112 00000 n
+0004819166 00000 n
+0004822741 00000 n
+0004822795 00000 n
+0004826344 00000 n
+0004826398 00000 n
+0004829181 00000 n
+0004829235 00000 n
+0004830073 00000 n
+0004830126 00000 n
+0004833675 00000 n
+0004833729 00000 n
+0004837278 00000 n
+0004837332 00000 n
+0004837738 00000 n
+0004837791 00000 n
+0004839926 00000 n
+0004839980 00000 n
+0004843529 00000 n
+0004843583 00000 n
+0004847132 00000 n
+0004847186 00000 n
+0004850881 00000 n
+0004850935 00000 n
+0004854776 00000 n
+0004854830 00000 n
+0004857293 00000 n
+0004857347 00000 n
+0004858546 00000 n
+0004858600 00000 n
+0004861437 00000 n
+0004861491 00000 n
+0004864544 00000 n
+0004864598 00000 n
+0004867280 00000 n
+0004867334 00000 n
+0004870225 00000 n
+0004870279 00000 n
+0004872742 00000 n
+0004872796 00000 n
+0004876710 00000 n
+0004876764 00000 n
+0004879817 00000 n
+0004879871 00000 n
+0004882762 00000 n
+0004882816 00000 n
+0004885279 00000 n
+0004885333 00000 n
+0004888170 00000 n
+0004888224 00000 n
+0004892065 00000 n
+0004892119 00000 n
+0004894518 00000 n
+0004894572 00000 n
+0004897409 00000 n
+0004897463 00000 n
+0004899403 00000 n
+0004899457 00000 n
+0004903152 00000 n
+0004903206 00000 n
+0004906755 00000 n
+0004906809 00000 n
+0004910650 00000 n
+0004910704 00000 n
+0004913757 00000 n
+0004913811 00000 n
+0004916493 00000 n
+0004916547 00000 n
+0004919438 00000 n
+0004919492 00000 n
+0004922329 00000 n
+0004922383 00000 n
+0004925886 00000 n
+0004925940 00000 n
+0004928339 00000 n
+0004928393 00000 n
+0004931942 00000 n
+0004931996 00000 n
+0004935049 00000 n
+0004935103 00000 n
+0004937785 00000 n
+0004937839 00000 n
+0004938354 00000 n
+0004938407 00000 n
+0004941244 00000 n
+0004941298 00000 n
+0004945139 00000 n
+0004945193 00000 n
+0004948030 00000 n
+0004948084 00000 n
+0004950024 00000 n
+0004950078 00000 n
+0004951809 00000 n
+0004951863 00000 n
+0004952774 00000 n
+0004952827 00000 n
+0004955610 00000 n
+0004955664 00000 n
+0004957610 00000 n
+0004957664 00000 n
+0004959695 00000 n
+0004959749 00000 n
+0004960660 00000 n
+0004960713 00000 n
+0004962524 00000 n
+0004962578 00000 n
+0004965435 00000 n
+0004965489 00000 n
+0004966895 00000 n
+0004966949 00000 n
+0004970560 00000 n
+0004970614 00000 n
+0004973977 00000 n
+0004974031 00000 n
+0004977222 00000 n
+0004977276 00000 n
+0004980347 00000 n
+0004980401 00000 n
+0004982818 00000 n
+0004982872 00000 n
+0004984903 00000 n
+0004984957 00000 n
+0004988028 00000 n
+0004988082 00000 n
+0004990835 00000 n
+0004990889 00000 n
+0004992920 00000 n
+0004992974 00000 n
+0004994380 00000 n
+0004994434 00000 n
+0004996511 00000 n
+0004996565 00000 n
+0004999096 00000 n
+0004999150 00000 n
+0005000061 00000 n
+0005000114 00000 n
+0005002909 00000 n
+0005002963 00000 n
+0005004694 00000 n
+0005004748 00000 n
+0005007369 00000 n
+0005007423 00000 n
+0005010972 00000 n
+0005011026 00000 n
+0005014529 00000 n
+0005014583 00000 n
+0005017420 00000 n
+0005017474 00000 n
+0005020156 00000 n
+0005020210 00000 n
+0005024051 00000 n
+0005024105 00000 n
+0005026787 00000 n
+0005026841 00000 n
+0005029678 00000 n
+0005029732 00000 n
+0005032195 00000 n
+0005032249 00000 n
+0005036132 00000 n
+0005036186 00000 n
+0005038393 00000 n
+0005038447 00000 n
+0005041284 00000 n
+0005041338 00000 n
+0005044913 00000 n
+0005044967 00000 n
+0005048495 00000 n
+0005048549 00000 n
+0005052124 00000 n
+0005052178 00000 n
+0005055727 00000 n
+0005055781 00000 n
+0005059500 00000 n
+0005059554 00000 n
+0005062391 00000 n
+0005062445 00000 n
+0005064385 00000 n
+0005064439 00000 n
+0005067276 00000 n
+0005067330 00000 n
+0005070167 00000 n
+0005070221 00000 n
+0005071420 00000 n
+0005071474 00000 n
+0005073096 00000 n
+0005073150 00000 n
+0005074349 00000 n
+0005074403 00000 n
+0005076343 00000 n
+0005076397 00000 n
+0005079079 00000 n
+0005079133 00000 n
+0005081815 00000 n
+0005081869 00000 n
+0005084652 00000 n
+0005084706 00000 n
+0005088281 00000 n
+0005088335 00000 n
+0005092218 00000 n
+0005092272 00000 n
+0005094479 00000 n
+0005094533 00000 n
+0005098108 00000 n
+0005098162 00000 n
+0005101784 00000 n
+0005101838 00000 n
+0005103875 00000 n
+0005103929 00000 n
+0005107504 00000 n
+0005107558 00000 n
+0005111299 00000 n
+0005111353 00000 n
+0005115216 00000 n
+0005115270 00000 n
+0005119421 00000 n
+0005119475 00000 n
+0005123338 00000 n
+0005123392 00000 n
+0005127543 00000 n
+0005127597 00000 n
+0005130284 00000 n
+0005130338 00000 n
+0005132755 00000 n
+0005132809 00000 n
+0005136888 00000 n
+0005136942 00000 n
+0005139725 00000 n
+0005139779 00000 n
+0005142196 00000 n
+0005142250 00000 n
+0005145726 00000 n
+0005145780 00000 n
+0005148617 00000 n
+0005148671 00000 n
+0005151088 00000 n
+0005151142 00000 n
+0005153777 00000 n
+0005153831 00000 n
+0005156668 00000 n
+0005156722 00000 n
+0005158344 00000 n
+0005158398 00000 n
+0005160797 00000 n
+0005160851 00000 n
+0005163472 00000 n
+0005163526 00000 n
+0005165925 00000 n
+0005165979 00000 n
+0005168762 00000 n
+0005168816 00000 n
+0005171233 00000 n
+0005171287 00000 n
+0005173908 00000 n
+0005173962 00000 n
+0005176799 00000 n
+0005176853 00000 n
+0005178475 00000 n
+0005178529 00000 n
+0005180566 00000 n
+0005180620 00000 n
+0005184699 00000 n
+0005184753 00000 n
+0005187536 00000 n
+0005187590 00000 n
+0005190007 00000 n
+0005190061 00000 n
+0005192844 00000 n
+0005192898 00000 n
+0005195735 00000 n
+0005195789 00000 n
+0005199265 00000 n
+0005199319 00000 n
+0005200157 00000 n
+0005200210 00000 n
+0005203686 00000 n
+0005203740 00000 n
+0005204578 00000 n
+0005204631 00000 n
+0005207414 00000 n
+0005207468 00000 n
+0005209885 00000 n
+0005209939 00000 n
+0005213415 00000 n
+0005213469 00000 n
+0005215868 00000 n
+0005215922 00000 n
+0005216833 00000 n
+0005216886 00000 n
+0005219285 00000 n
+0005219339 00000 n
+0005221852 00000 n
+0005221906 00000 n
+0005224689 00000 n
+0005224743 00000 n
+0005227160 00000 n
+0005227214 00000 n
+0005229835 00000 n
+0005229889 00000 n
+0005232726 00000 n
+0005232780 00000 n
+0005234402 00000 n
+0005234456 00000 n
+0005236493 00000 n
+0005236547 00000 n
+0005240626 00000 n
+0005240680 00000 n
+0005243463 00000 n
+0005243517 00000 n
+0005245934 00000 n
+0005245988 00000 n
+0005249464 00000 n
+0005249518 00000 n
+0005253505 00000 n
+0005253559 00000 n
+0005256396 00000 n
+0005256450 00000 n
+0005258913 00000 n
+0005258967 00000 n
+0005261649 00000 n
+0005261703 00000 n
+0005263643 00000 n
+0005263697 00000 n
+0005267538 00000 n
+0005267592 00000 n
+0005270429 00000 n
+0005270483 00000 n
+0005274397 00000 n
+0005274451 00000 n
+0005278334 00000 n
+0005278388 00000 n
+0005280595 00000 n
+0005280649 00000 n
+0005284224 00000 n
+0005284278 00000 n
+0005285116 00000 n
+0005285169 00000 n
+0005288697 00000 n
+0005288751 00000 n
+0005292830 00000 n
+0005292884 00000 n
+0005295667 00000 n
+0005295721 00000 n
+0005298138 00000 n
+0005298192 00000 n
+0005300827 00000 n
+0005300881 00000 n
+0005303718 00000 n
+0005303772 00000 n
+0005306189 00000 n
+0005306243 00000 n
+0005308280 00000 n
+0005308334 00000 n
+0005309172 00000 n
+0005309225 00000 n
+0005312008 00000 n
+0005312062 00000 n
+0005312900 00000 n
+0005312953 00000 n
+0005315370 00000 n
+0005315424 00000 n
+0005319503 00000 n
+0005319557 00000 n
+0005322340 00000 n
+0005322394 00000 n
+0005324811 00000 n
+0005324865 00000 n
+0005328341 00000 n
+0005328395 00000 n
+0005332474 00000 n
+0005332528 00000 n
+0005335365 00000 n
+0005335419 00000 n
+0005337041 00000 n
+0005337095 00000 n
+0005339549 00000 n
+0005339603 00000 n
+0005342386 00000 n
+0005342440 00000 n
+0005343278 00000 n
+0005343331 00000 n
+0005344953 00000 n
+0005345007 00000 n
+0005348961 00000 n
+0005349015 00000 n
+0005351798 00000 n
+0005351852 00000 n
+0005354269 00000 n
+0005354323 00000 n
+0005356944 00000 n
+0005356998 00000 n
+0005359835 00000 n
+0005359889 00000 n
+0005363104 00000 n
+0005363158 00000 n
+0005365995 00000 n
+0005366049 00000 n
+0005368562 00000 n
+0005368616 00000 n
+0005371399 00000 n
+0005371453 00000 n
+0005374929 00000 n
+0005374983 00000 n
+0005378459 00000 n
+0005378513 00000 n
+0005381350 00000 n
+0005381404 00000 n
+0005384187 00000 n
+0005384241 00000 n
+0005387528 00000 n
+0005387582 00000 n
+0005390419 00000 n
+0005390473 00000 n
+0005391311 00000 n
+0005391364 00000 n
+0005392202 00000 n
+0005392255 00000 n
+0005394890 00000 n
+0005394944 00000 n
+0005397781 00000 n
+0005397835 00000 n
+0005399457 00000 n
+0005399511 00000 n
+0005402348 00000 n
+0005402402 00000 n
+0005405185 00000 n
+0005405239 00000 n
+0005406861 00000 n
+0005406915 00000 n
+0005409332 00000 n
+0005409386 00000 n
+0005412223 00000 n
+0005412277 00000 n
+0005414314 00000 n
+0005414368 00000 n
+0005418447 00000 n
+0005418501 00000 n
+0005420123 00000 n
+0005420177 00000 n
+0005422960 00000 n
+0005423014 00000 n
+0005425527 00000 n
+0005425581 00000 n
+0005428094 00000 n
+0005428148 00000 n
+0005430931 00000 n
+0005430985 00000 n
+0005435064 00000 n
+0005435118 00000 n
+0005437901 00000 n
+0005437955 00000 n
+0005440372 00000 n
+0005440426 00000 n
+0005443902 00000 n
+0005443956 00000 n
+0005446355 00000 n
+0005446409 00000 n
+0005450488 00000 n
+0005450542 00000 n
+0005452941 00000 n
+0005452995 00000 n
+0005453833 00000 n
+0005453886 00000 n
+0005455923 00000 n
+0005455977 00000 n
+0005459672 00000 n
+0005459726 00000 n
+0005461763 00000 n
+0005461817 00000 n
+0005464600 00000 n
+0005464654 00000 n
+0005467108 00000 n
+0005467162 00000 n
+0005470809 00000 n
+0005470863 00000 n
+0005473646 00000 n
+0005473700 00000 n
+0005474538 00000 n
+0005474591 00000 n
+0005476213 00000 n
+0005476267 00000 n
+0005478721 00000 n
+0005478775 00000 n
+0005481558 00000 n
+0005481612 00000 n
+0005484299 00000 n
+0005484353 00000 n
+0005488432 00000 n
+0005488486 00000 n
+0005490999 00000 n
+0005491053 00000 n
+0005494700 00000 n
+0005494754 00000 n
+0005497537 00000 n
+0005497591 00000 n
+0005500008 00000 n
+0005500062 00000 n
+0005503538 00000 n
+0005503592 00000 n
+0005506009 00000 n
+0005506063 00000 n
+0005508480 00000 n
+0005508534 00000 n
+0005510951 00000 n
+0005511005 00000 n
+0005513788 00000 n
+0005513842 00000 n
+0005514680 00000 n
+0005514733 00000 n
+0005518209 00000 n
+0005518263 00000 n
+0005521046 00000 n
+0005521100 00000 n
+0005523883 00000 n
+0005523937 00000 n
+0005525974 00000 n
+0005526028 00000 n
+0005526866 00000 n
+0005526919 00000 n
+0005527757 00000 n
+0005527810 00000 n
+0005531331 00000 n
+0005531385 00000 n
+0005534600 00000 n
+0005534654 00000 n
+0005536691 00000 n
+0005536745 00000 n
+0005539528 00000 n
+0005539582 00000 n
+0005541999 00000 n
+0005542053 00000 n
+0005544090 00000 n
+0005544144 00000 n
+0005547359 00000 n
+0005547413 00000 n
+0005548251 00000 n
+0005548304 00000 n
+0005551141 00000 n
+0005551195 00000 n
+0005552817 00000 n
+0005552871 00000 n
+0005554908 00000 n
+0005554962 00000 n
+0005557475 00000 n
+0005557529 00000 n
+0005560312 00000 n
+0005560366 00000 n
+0005562783 00000 n
+0005562837 00000 n
+0005565458 00000 n
+0005565512 00000 n
+0005568349 00000 n
+0005568403 00000 n
+0005570025 00000 n
+0005570079 00000 n
+0005572116 00000 n
+0005572170 00000 n
+0005573792 00000 n
+0005573846 00000 n
+0005576629 00000 n
+0005576683 00000 n
+0005580159 00000 n
+0005580213 00000 n
+0005583050 00000 n
+0005583104 00000 n
+0005584726 00000 n
+0005584780 00000 n
+0005586817 00000 n
+0005586871 00000 n
+0005590950 00000 n
+0005591004 00000 n
+0005593787 00000 n
+0005593841 00000 n
+0005596258 00000 n
+0005596312 00000 n
+0005597150 00000 n
+0005597203 00000 n
+0005598041 00000 n
+0005598094 00000 n
+0005600548 00000 n
+0005600602 00000 n
+0005603385 00000 n
+0005603439 00000 n
+0005605476 00000 n
+0005605530 00000 n
+0005605936 00000 n
+0005605989 00000 n
+0005608610 00000 n
+0005608664 00000 n
+0005611447 00000 n
+0005611501 00000 n
+0005613918 00000 n
+0005613972 00000 n
+0005617448 00000 n
+0005617502 00000 n
+0005619919 00000 n
+0005619973 00000 n
+0005622594 00000 n
+0005622648 00000 n
+0005624685 00000 n
+0005624739 00000 n
+0005627522 00000 n
+0005627576 00000 n
+0005630359 00000 n
+0005630413 00000 n
+0005632035 00000 n
+0005632089 00000 n
+0005634126 00000 n
+0005634180 00000 n
+0005637017 00000 n
+0005637071 00000 n
+0005639706 00000 n
+0005639760 00000 n
+0005642597 00000 n
+0005642651 00000 n
+0005645068 00000 n
+0005645122 00000 n
+0005647959 00000 n
+0005648013 00000 n
+0005650430 00000 n
+0005650484 00000 n
+0005653960 00000 n
+0005654014 00000 n
+0005656701 00000 n
+0005656755 00000 n
+0005658377 00000 n
+0005658431 00000 n
+0005659269 00000 n
+0005659322 00000 n
+0005661943 00000 n
+0005661997 00000 n
+0005665284 00000 n
+0005665338 00000 n
+0005667851 00000 n
+0005667905 00000 n
+0005670688 00000 n
+0005670742 00000 n
+0005673159 00000 n
+0005673213 00000 n
+0005673619 00000 n
+0005673672 00000 n
+0005677148 00000 n
+0005677202 00000 n
+0005678824 00000 n
+0005678878 00000 n
+0005679716 00000 n
+0005679769 00000 n
+0005680607 00000 n
+0005680660 00000 n
+0005683077 00000 n
+0005683131 00000 n
+0005685752 00000 n
+0005685806 00000 n
+0005686644 00000 n
+0005686697 00000 n
+0005690173 00000 n
+0005690227 00000 n
+0005693010 00000 n
+0005693064 00000 n
+0005693902 00000 n
+0005693955 00000 n
+0005695992 00000 n
+0005696046 00000 n
+0005697668 00000 n
+0005697722 00000 n
+0005700139 00000 n
+0005700193 00000 n
+0005703714 00000 n
+0005703768 00000 n
+0005707722 00000 n
+0005707776 00000 n
+0005711252 00000 n
+0005711306 00000 n
+0005714143 00000 n
+0005714197 00000 n
+0005716234 00000 n
+0005716288 00000 n
+0005716694 00000 n
+0005716747 00000 n
+0005719530 00000 n
+0005719584 00000 n
+0005721621 00000 n
+0005721675 00000 n
+0005722513 00000 n
+0005722566 00000 n
+0005725349 00000 n
+0005725403 00000 n
+0005727820 00000 n
+0005727874 00000 n
+0005731089 00000 n
+0005731143 00000 n
+0005733926 00000 n
+0005733980 00000 n
+0005734818 00000 n
+0005734871 00000 n
+0005738566 00000 n
+0005738620 00000 n
+0005742574 00000 n
+0005742628 00000 n
+0005746104 00000 n
+0005746158 00000 n
+0005749373 00000 n
+0005749427 00000 n
+0005752210 00000 n
+0005752264 00000 n
+0005754681 00000 n
+0005754735 00000 n
+0005758430 00000 n
+0005758484 00000 n
+0005760106 00000 n
+0005760160 00000 n
+0005762197 00000 n
+0005762251 00000 n
+0005764872 00000 n
+0005764926 00000 n
+0005767547 00000 n
+0005767601 00000 n
+0005770816 00000 n
+0005770870 00000 n
+0005773707 00000 n
+0005773761 00000 n
+0005776274 00000 n
+0005776328 00000 n
+0005778365 00000 n
+0005778419 00000 n
+0005780041 00000 n
+0005780095 00000 n
+0005782878 00000 n
+0005782932 00000 n
+0005786919 00000 n
+0005786973 00000 n
+0005787811 00000 n
+0005787864 00000 n
+0005789901 00000 n
+0005789955 00000 n
+0005793170 00000 n
+0005793224 00000 n
+0005796439 00000 n
+0005796493 00000 n
+0005799006 00000 n
+0005799060 00000 n
+0005802536 00000 n
+0005802590 00000 n
+0005805427 00000 n
+0005805481 00000 n
+0005808102 00000 n
+0005808156 00000 n
+0005808994 00000 n
+0005809047 00000 n
+0005811830 00000 n
+0005811884 00000 n
+0005812722 00000 n
+0005812775 00000 n
+0005816296 00000 n
+0005816350 00000 n
+0005818767 00000 n
+0005818821 00000 n
+0005821604 00000 n
+0005821658 00000 n
+0005824495 00000 n
+0005824549 00000 n
+0005827062 00000 n
+0005827116 00000 n
+0005829153 00000 n
+0005829207 00000 n
+0005831720 00000 n
+0005831774 00000 n
+0005832432 00000 n
+0005832485 00000 n
+0005835700 00000 n
+0005835754 00000 n
+0005838591 00000 n
+0005838645 00000 n
+0005839483 00000 n
+0005839536 00000 n
+0005840374 00000 n
+0005840427 00000 n
+0005843264 00000 n
+0005843318 00000 n
+0005846101 00000 n
+0005846155 00000 n
+0005848572 00000 n
+0005848626 00000 n
+0005850663 00000 n
+0005850717 00000 n
+0005853500 00000 n
+0005853554 00000 n
+0005857541 00000 n
+0005857595 00000 n
+0005860012 00000 n
+0005860066 00000 n
+0005864145 00000 n
+0005864199 00000 n
+0005866982 00000 n
+0005867036 00000 n
+0005869453 00000 n
+0005869507 00000 n
+0005872983 00000 n
+0005873037 00000 n
+0005873443 00000 n
+0005873496 00000 n
+0005874334 00000 n
+0005874387 00000 n
+0005877170 00000 n
+0005877224 00000 n
+0005879641 00000 n
+0005879695 00000 n
+0005882478 00000 n
+0005882532 00000 n
+0005883370 00000 n
+0005883423 00000 n
+0005886899 00000 n
+0005886953 00000 n
+0005889790 00000 n
+0005889844 00000 n
+0005893798 00000 n
+0005893852 00000 n
+0005897139 00000 n
+0005897193 00000 n
+0005900030 00000 n
+0005900084 00000 n
+0005902921 00000 n
+0005902975 00000 n
+0005903245 00000 n
+0005903297 00000 n
+0005903703 00000 n
+0005903756 00000 n
+0005906377 00000 n
+0005906431 00000 n
+0005909214 00000 n
+0005909268 00000 n
+0005911685 00000 n
+0005911739 00000 n
+0005915215 00000 n
+0005915269 00000 n
+0005917686 00000 n
+0005917740 00000 n
+0005920361 00000 n
+0005920415 00000 n
+0005922452 00000 n
+0005922506 00000 n
+0005925289 00000 n
+0005925343 00000 n
+0005926965 00000 n
+0005927019 00000 n
+0005930234 00000 n
+0005930288 00000 n
+0005933935 00000 n
+0005933989 00000 n
+0005935611 00000 n
+0005935665 00000 n
+0005938448 00000 n
+0005938502 00000 n
+0005940919 00000 n
+0005940973 00000 n
+0005944260 00000 n
+0005944314 00000 n
+0005947097 00000 n
+0005947151 00000 n
+0005950627 00000 n
+0005950681 00000 n
+0005953518 00000 n
+0005953572 00000 n
+0005955194 00000 n
+0005955248 00000 n
+0005958031 00000 n
+0005958085 00000 n
+0005960502 00000 n
+0005960556 00000 n
+0005964032 00000 n
+0005964086 00000 n
+0005966923 00000 n
+0005966977 00000 n
+0005970264 00000 n
+0005970318 00000 n
+0005970724 00000 n
+0005970777 00000 n
+0005973231 00000 n
+0005973285 00000 n
+0005976068 00000 n
+0005976122 00000 n
+0005977744 00000 n
+0005977798 00000 n
+0005981752 00000 n
+0005981806 00000 n
+0005984643 00000 n
+0005984697 00000 n
+0005986319 00000 n
+0005986373 00000 n
+0005988410 00000 n
+0005988464 00000 n
+0005991940 00000 n
+0005991994 00000 n
+0005993616 00000 n
+0005993670 00000 n
+0005994508 00000 n
+0005994561 00000 n
+0005996978 00000 n
+0005997032 00000 n
+0005999653 00000 n
+0005999707 00000 n
+0006000545 00000 n
+0006000598 00000 n
+0006004074 00000 n
+0006004128 00000 n
+0006006911 00000 n
+0006006965 00000 n
+0006007803 00000 n
+0006007856 00000 n
+0006009893 00000 n
+0006009947 00000 n
+0006011984 00000 n
+0006012038 00000 n
+0006013660 00000 n
+0006013714 00000 n
+0006016131 00000 n
+0006016185 00000 n
+0006020139 00000 n
+0006020193 00000 n
+0006023669 00000 n
+0006023723 00000 n
+0006026560 00000 n
+0006026614 00000 n
+0006028651 00000 n
+0006028705 00000 n
+0006032784 00000 n
+0006032838 00000 n
+0006036053 00000 n
+0006036107 00000 n
+0006036945 00000 n
+0006036998 00000 n
+0006037836 00000 n
+0006037889 00000 n
+0006040672 00000 n
+0006040726 00000 n
+0006041564 00000 n
+0006041617 00000 n
+0006044400 00000 n
+0006044454 00000 n
+0006047930 00000 n
+0006047984 00000 n
+0006050821 00000 n
+0006050875 00000 n
+0006051713 00000 n
+0006051766 00000 n
+0006055242 00000 n
+0006055296 00000 n
+0006058511 00000 n
+0006058565 00000 n
+0006059403 00000 n
+0006059456 00000 n
+0006062239 00000 n
+0006062293 00000 n
+0006063915 00000 n
+0006063969 00000 n
+0006066590 00000 n
+0006066644 00000 n
+0006069481 00000 n
+0006069535 00000 n
+0006072750 00000 n
+0006072804 00000 n
+0006075641 00000 n
+0006075695 00000 n
+0006078208 00000 n
+0006078262 00000 n
+0006080299 00000 n
+0006080353 00000 n
+0006081975 00000 n
+0006082029 00000 n
+0006084812 00000 n
+0006084866 00000 n
+0006088268 00000 n
+0006088322 00000 n
+0006091724 00000 n
+0006091778 00000 n
+0006095180 00000 n
+0006095234 00000 n
+0006097921 00000 n
+0006097975 00000 n
+0006100488 00000 n
+0006100542 00000 n
+0006101380 00000 n
+0006101433 00000 n
+0006103946 00000 n
+0006104000 00000 n
+0006106621 00000 n
+0006106675 00000 n
+0006109092 00000 n
+0006109146 00000 n
+0006111659 00000 n
+0006111713 00000 n
+0006114226 00000 n
+0006114280 00000 n
+0006115118 00000 n
+0006115171 00000 n
+0006117954 00000 n
+0006118008 00000 n
+0006120425 00000 n
+0006120479 00000 n
+0006123262 00000 n
+0006123316 00000 n
+0006126153 00000 n
+0006126207 00000 n
+0006128661 00000 n
+0006128715 00000 n
+0006130337 00000 n
+0006130391 00000 n
+0006133912 00000 n
+0006133966 00000 n
+0006136749 00000 n
+0006136803 00000 n
+0006139220 00000 n
+0006139274 00000 n
+0006140112 00000 n
+0006140165 00000 n
+0006142696 00000 n
+0006142750 00000 n
+0006145533 00000 n
+0006145587 00000 n
+0006147624 00000 n
+0006147678 00000 n
+0006148516 00000 n
+0006148569 00000 n
+0006150191 00000 n
+0006150245 00000 n
+0006153028 00000 n
+0006153082 00000 n
+0006155499 00000 n
+0006155553 00000 n
+0006158336 00000 n
+0006158390 00000 n
+0006159228 00000 n
+0006159281 00000 n
+0006161318 00000 n
+0006161372 00000 n
+0006162994 00000 n
+0006163048 00000 n
+0006165465 00000 n
+0006165519 00000 n
+0006168140 00000 n
+0006168194 00000 n
+0006170231 00000 n
+0006170285 00000 n
+0006172702 00000 n
+0006172756 00000 n
+0006175391 00000 n
+0006175445 00000 n
+0006177067 00000 n
+0006177121 00000 n
+0006179958 00000 n
+0006180012 00000 n
+0006180850 00000 n
+0006180903 00000 n
+0006181741 00000 n
+0006181794 00000 n
+0006184211 00000 n
+0006184265 00000 n
+0006185103 00000 n
+0006185156 00000 n
+0006187777 00000 n
+0006187831 00000 n
+0006188669 00000 n
+0006188722 00000 n
+0006191505 00000 n
+0006191559 00000 n
+0006193976 00000 n
+0006194030 00000 n
+0006194868 00000 n
+0006194921 00000 n
+0006197434 00000 n
+0006197488 00000 n
+0006198146 00000 n
+0006198199 00000 n
+0006200982 00000 n
+0006201036 00000 n
+0006203453 00000 n
+0006203507 00000 n
+0006204345 00000 n
+0006204398 00000 n
+0006207019 00000 n
+0006207073 00000 n
+0006209856 00000 n
+0006209910 00000 n
+0006213125 00000 n
+0006213179 00000 n
+0006215962 00000 n
+0006216016 00000 n
+0006218433 00000 n
+0006218487 00000 n
+0006221108 00000 n
+0006221162 00000 n
+0006221568 00000 n
+0006221621 00000 n
+0006225700 00000 n
+0006225754 00000 n
+0006227376 00000 n
+0006227430 00000 n
+0006229467 00000 n
+0006229521 00000 n
+0006232034 00000 n
+0006232088 00000 n
+0006234871 00000 n
+0006234925 00000 n
+0006237342 00000 n
+0006237396 00000 n
+0006239813 00000 n
+0006239867 00000 n
+0006242488 00000 n
+0006242542 00000 n
+0006243380 00000 n
+0006243433 00000 n
+0006246270 00000 n
+0006246324 00000 n
+0006247162 00000 n
+0006247215 00000 n
+0006249998 00000 n
+0006250052 00000 n
+0006252506 00000 n
+0006252560 00000 n
+0006256207 00000 n
+0006256261 00000 n
+0006259044 00000 n
+0006259098 00000 n
+0006259936 00000 n
+0006259989 00000 n
+0006261611 00000 n
+0006261665 00000 n
+0006264119 00000 n
+0006264173 00000 n
+0006266956 00000 n
+0006267010 00000 n
+0006269697 00000 n
+0006269751 00000 n
+0006273227 00000 n
+0006273281 00000 n
+0006276064 00000 n
+0006276118 00000 n
+0006278535 00000 n
+0006278589 00000 n
+0006281006 00000 n
+0006281060 00000 n
+0006283097 00000 n
+0006283151 00000 n
+0006286846 00000 n
+0006286900 00000 n
+0006287306 00000 n
+0006287359 00000 n
+0006290142 00000 n
+0006290196 00000 n
+0006291818 00000 n
+0006291872 00000 n
+0006293494 00000 n
+0006293548 00000 n
+0006297243 00000 n
+0006297297 00000 n
+0006299751 00000 n
+0006299805 00000 n
+0006302642 00000 n
+0006302696 00000 n
+0006305479 00000 n
+0006305533 00000 n
+0006309228 00000 n
+0006309282 00000 n
+0006310120 00000 n
+0006310173 00000 n
+0006313010 00000 n
+0006313064 00000 n
+0006313470 00000 n
+0006313523 00000 n
+0006316360 00000 n
+0006316414 00000 n
+0006318036 00000 n
+0006318090 00000 n
+0006318928 00000 n
+0006318981 00000 n
+0006321512 00000 n
+0006321566 00000 n
+0006324349 00000 n
+0006324403 00000 n
+0006326440 00000 n
+0006326494 00000 n
+0006328911 00000 n
+0006328965 00000 n
+0006331748 00000 n
+0006331802 00000 n
+0006335756 00000 n
+0006335810 00000 n
+0006339764 00000 n
+0006339818 00000 n
+0006342235 00000 n
+0006342289 00000 n
+0006344706 00000 n
+0006344760 00000 n
+0006345598 00000 n
+0006345651 00000 n
+0006348272 00000 n
+0006348326 00000 n
+0006351109 00000 n
+0006351163 00000 n
+0006353200 00000 n
+0006353254 00000 n
+0006357241 00000 n
+0006357295 00000 n
+0006358133 00000 n
+0006358186 00000 n
+0006360969 00000 n
+0006361023 00000 n
+0006363440 00000 n
+0006363494 00000 n
+0006366007 00000 n
+0006366061 00000 n
+0006368844 00000 n
+0006368898 00000 n
+0006371315 00000 n
+0006371369 00000 n
+0006374845 00000 n
+0006374899 00000 n
+0006377682 00000 n
+0006377736 00000 n
+0006379358 00000 n
+0006379412 00000 n
+0006380250 00000 n
+0006380303 00000 n
+0006383140 00000 n
+0006383194 00000 n
+0006384032 00000 n
+0006384085 00000 n
+0006387780 00000 n
+0006387834 00000 n
+0006390251 00000 n
+0006390305 00000 n
+0006393088 00000 n
+0006393142 00000 n
+0006395559 00000 n
+0006395613 00000 n
+0006396451 00000 n
+0006396504 00000 n
+0006399980 00000 n
+0006400034 00000 n
+0006400440 00000 n
+0006400493 00000 n
+0006401331 00000 n
+0006401384 00000 n
+0006403006 00000 n
+0006403060 00000 n
+0006405897 00000 n
+0006405951 00000 n
+0006409472 00000 n
+0006409526 00000 n
+0006410364 00000 n
+0006410417 00000 n
+0006412834 00000 n
+0006412888 00000 n
+0006413726 00000 n
+0006413779 00000 n
+0006416562 00000 n
+0006416616 00000 n
+0006419399 00000 n
+0006419453 00000 n
+0006423407 00000 n
+0006423461 00000 n
+0006427415 00000 n
+0006427469 00000 n
+0006428307 00000 n
+0006428360 00000 n
+0006430873 00000 n
+0006430927 00000 n
+0006433344 00000 n
+0006433398 00000 n
+0006435911 00000 n
+0006435965 00000 n
+0006436803 00000 n
+0006436856 00000 n
+0006439639 00000 n
+0006439693 00000 n
+0006442110 00000 n
+0006442164 00000 n
+0006444618 00000 n
+0006444672 00000 n
+0006447455 00000 n
+0006447509 00000 n
+0006449131 00000 n
+0006449185 00000 n
+0006451222 00000 n
+0006451276 00000 n
+0006454491 00000 n
+0006454545 00000 n
+0006457382 00000 n
+0006457436 00000 n
+0006459473 00000 n
+0006459527 00000 n
+0006461149 00000 n
+0006461203 00000 n
+0006463240 00000 n
+0006463294 00000 n
+0006465807 00000 n
+0006465861 00000 n
+0006466131 00000 n
+0006466183 00000 n
+0006468966 00000 n
+0006469020 00000 n
+0006472974 00000 n
+0006473028 00000 n
+0006476982 00000 n
+0006477036 00000 n
+0006477874 00000 n
+0006477927 00000 n
+0006480440 00000 n
+0006480494 00000 n
+0006483007 00000 n
+0006483061 00000 n
+0006486276 00000 n
+0006486330 00000 n
+0006487168 00000 n
+0006487221 00000 n
+0006490004 00000 n
+0006490058 00000 n
+0006492475 00000 n
+0006492529 00000 n
+0006493367 00000 n
+0006493420 00000 n
+0006495837 00000 n
+0006495891 00000 n
+0006499412 00000 n
+0006499466 00000 n
+0006502249 00000 n
+0006502303 00000 n
+0006504720 00000 n
+0006504774 00000 n
+0006508250 00000 n
+0006508304 00000 n
+0006509926 00000 n
+0006509980 00000 n
+0006512817 00000 n
+0006512871 00000 n
+0006515708 00000 n
+0006515762 00000 n
+0006518545 00000 n
+0006518599 00000 n
+0006520636 00000 n
+0006520690 00000 n
+0006521528 00000 n
+0006521581 00000 n
+0006523998 00000 n
+0006524052 00000 n
+0006527573 00000 n
+0006527627 00000 n
+0006530044 00000 n
+0006530098 00000 n
+0006532611 00000 n
+0006532665 00000 n
+0006534702 00000 n
+0006534756 00000 n
+0006537539 00000 n
+0006537593 00000 n
+0006540808 00000 n
+0006540862 00000 n
+0006544816 00000 n
+0006544870 00000 n
+0006546492 00000 n
+0006546546 00000 n
+0006548168 00000 n
+0006548222 00000 n
+0006551005 00000 n
+0006551059 00000 n
+0006553476 00000 n
+0006553530 00000 n
+0006557051 00000 n
+0006557105 00000 n
+0006559942 00000 n
+0006559996 00000 n
+0006563950 00000 n
+0006564004 00000 n
+0006566841 00000 n
+0006566895 00000 n
+0006569312 00000 n
+0006569366 00000 n
+0006571403 00000 n
+0006571457 00000 n
+0006574240 00000 n
+0006574294 00000 n
+0006576331 00000 n
+0006576385 00000 n
+0006578898 00000 n
+0006578952 00000 n
+0006581406 00000 n
+0006581460 00000 n
+0006584243 00000 n
+0006584297 00000 n
+0006585919 00000 n
+0006585973 00000 n
+0006588756 00000 n
+0006588810 00000 n
+0006591227 00000 n
+0006591281 00000 n
+0006592903 00000 n
+0006592957 00000 n
+0006595740 00000 n
+0006595794 00000 n
+0006599748 00000 n
+0006599802 00000 n
+0006601839 00000 n
+0006601893 00000 n
+0006605847 00000 n
+0006605901 00000 n
+0006608318 00000 n
+0006608372 00000 n
+0006610789 00000 n
+0006610843 00000 n
+0006611681 00000 n
+0006611734 00000 n
+0006613771 00000 n
+0006613825 00000 n
+0006617520 00000 n
+0006617574 00000 n
+0006621653 00000 n
+0006621707 00000 n
+0006624490 00000 n
+0006624544 00000 n
+0006626961 00000 n
+0006627015 00000 n
+0006630491 00000 n
+0006630545 00000 n
+0006633382 00000 n
+0006633436 00000 n
+0006634274 00000 n
+0006634327 00000 n
+0006635165 00000 n
+0006635218 00000 n
+0006637635 00000 n
+0006637689 00000 n
+0006638527 00000 n
+0006638580 00000 n
+0006641201 00000 n
+0006641255 00000 n
+0006642093 00000 n
+0006642146 00000 n
+0006644929 00000 n
+0006644983 00000 n
+0006647400 00000 n
+0006647454 00000 n
+0006649967 00000 n
+0006650021 00000 n
+0006650679 00000 n
+0006650732 00000 n
+0006651570 00000 n
+0006651623 00000 n
+0006654661 00000 n
+0006654715 00000 n
+0006655553 00000 n
+0006655606 00000 n
+0006659560 00000 n
+0006659614 00000 n
+0006662829 00000 n
+0006662883 00000 n
+0006664505 00000 n
+0006664559 00000 n
+0006665397 00000 n
+0006665450 00000 n
+0006667963 00000 n
+0006668017 00000 n
+0006670054 00000 n
+0006670108 00000 n
+0006672945 00000 n
+0006672999 00000 n
+0006675416 00000 n
+0006675470 00000 n
+0006678253 00000 n
+0006678307 00000 n
+0006680820 00000 n
+0006680874 00000 n
+0006683711 00000 n
+0006683765 00000 n
+0006686182 00000 n
+0006686236 00000 n
+0006689019 00000 n
+0006689073 00000 n
+0006691490 00000 n
+0006691544 00000 n
+0006695020 00000 n
+0006695074 00000 n
+0006698112 00000 n
+0006698166 00000 n
+0006701003 00000 n
+0006701057 00000 n
+0006702679 00000 n
+0006702733 00000 n
+0006704355 00000 n
+0006704409 00000 n
+0006706826 00000 n
+0006706880 00000 n
+0006710575 00000 n
+0006710629 00000 n
+0006714708 00000 n
+0006714762 00000 n
+0006716384 00000 n
+0006716438 00000 n
+0006718855 00000 n
+0006718909 00000 n
+0006722385 00000 n
+0006722439 00000 n
+0006725222 00000 n
+0006725276 00000 n
+0006728563 00000 n
+0006728617 00000 n
+0006731454 00000 n
+0006731508 00000 n
+0006733130 00000 n
+0006733184 00000 n
+0006735967 00000 n
+0006736021 00000 n
+0006739497 00000 n
+0006739551 00000 n
+0006743027 00000 n
+0006743081 00000 n
+0006746776 00000 n
+0006746830 00000 n
+0006748452 00000 n
+0006748506 00000 n
+0006749344 00000 n
+0006749397 00000 n
+0006752918 00000 n
+0006752972 00000 n
+0006756187 00000 n
+0006756241 00000 n
+0006758278 00000 n
+0006758332 00000 n
+0006759243 00000 n
+0006759296 00000 n
+0006761809 00000 n
+0006761863 00000 n
+0006764376 00000 n
+0006764430 00000 n
+0006767906 00000 n
+0006767960 00000 n
+0006770377 00000 n
+0006770431 00000 n
+0006773268 00000 n
+0006773322 00000 n
+0006775835 00000 n
+0006775889 00000 n
+0006778343 00000 n
+0006778397 00000 n
+0006781180 00000 n
+0006781234 00000 n
+0006782856 00000 n
+0006782910 00000 n
+0006784947 00000 n
+0006785001 00000 n
+0006788216 00000 n
+0006788270 00000 n
+0006791107 00000 n
+0006791161 00000 n
+0006793944 00000 n
+0006793998 00000 n
+0006796835 00000 n
+0006796889 00000 n
+0006800843 00000 n
+0006800897 00000 n
+0006804851 00000 n
+0006804905 00000 n
+0006807322 00000 n
+0006807376 00000 n
+0006809793 00000 n
+0006809847 00000 n
+0006810685 00000 n
+0006810738 00000 n
+0006812775 00000 n
+0006812829 00000 n
+0006816524 00000 n
+0006816578 00000 n
+0006818995 00000 n
+0006819049 00000 n
+0006821562 00000 n
+0006821616 00000 n
+0006822454 00000 n
+0006822507 00000 n
+0006824129 00000 n
+0006824183 00000 n
+0006826804 00000 n
+0006826858 00000 n
+0006829641 00000 n
+0006829695 00000 n
+0006830533 00000 n
+0006830586 00000 n
+0006832208 00000 n
+0006832262 00000 n
+0006835783 00000 n
+0006835837 00000 n
+0006838620 00000 n
+0006838674 00000 n
+0006841091 00000 n
+0006841145 00000 n
+0006841983 00000 n
+0006842036 00000 n
+0006844567 00000 n
+0006844621 00000 n
+0006847404 00000 n
+0006847458 00000 n
+0006850673 00000 n
+0006850727 00000 n
+0006853181 00000 n
+0006853235 00000 n
+0006855272 00000 n
+0006855326 00000 n
+0006856164 00000 n
+0006856217 00000 n
+0006859000 00000 n
+0006859054 00000 n
+0006861471 00000 n
+0006861525 00000 n
+0006862363 00000 n
+0006862416 00000 n
+0006863254 00000 n
+0006863307 00000 n
+0006865724 00000 n
+0006865778 00000 n
+0006866616 00000 n
+0006866669 00000 n
+0006869290 00000 n
+0006869344 00000 n
+0006870182 00000 n
+0006870235 00000 n
+0006873018 00000 n
+0006873072 00000 n
+0006875855 00000 n
+0006875909 00000 n
+0006878326 00000 n
+0006878380 00000 n
+0006880893 00000 n
+0006880947 00000 n
+0006881605 00000 n
+0006881658 00000 n
+0006884441 00000 n
+0006884495 00000 n
+0006886912 00000 n
+0006886966 00000 n
+0006890397 00000 n
+0006890451 00000 n
+0006894146 00000 n
+0006894200 00000 n
+0006896983 00000 n
+0006897037 00000 n
+0006899454 00000 n
+0006899508 00000 n
+0006901130 00000 n
+0006901184 00000 n
+0006903967 00000 n
+0006904021 00000 n
+0006906438 00000 n
+0006906492 00000 n
+0006909968 00000 n
+0006910022 00000 n
+0006913976 00000 n
+0006914030 00000 n
+0006916867 00000 n
+0006916921 00000 n
+0006920875 00000 n
+0006920929 00000 n
+0006924405 00000 n
+0006924459 00000 n
+0006927296 00000 n
+0006927350 00000 n
+0006928972 00000 n
+0006929026 00000 n
+0006931539 00000 n
+0006931593 00000 n
+0006935547 00000 n
+0006935601 00000 n
+0006938384 00000 n
+0006938438 00000 n
+0006940892 00000 n
+0006940946 00000 n
+0006942983 00000 n
+0006943037 00000 n
+0006946252 00000 n
+0006946306 00000 n
+0006949143 00000 n
+0006949197 00000 n
+0006950035 00000 n
+0006950088 00000 n
+0006952871 00000 n
+0006952925 00000 n
+0006956912 00000 n
+0006956966 00000 n
+0006959420 00000 n
+0006959474 00000 n
+0006960312 00000 n
+0006960365 00000 n
+0006963148 00000 n
+0006963202 00000 n
+0006964824 00000 n
+0006964878 00000 n
+0006968832 00000 n
+0006968886 00000 n
+0006971669 00000 n
+0006971723 00000 n
+0006974177 00000 n
+0006974231 00000 n
+0006976852 00000 n
+0006976906 00000 n
+0006979689 00000 n
+0006979743 00000 n
+0006982160 00000 n
+0006982214 00000 n
+0006985690 00000 n
+0006985744 00000 n
+0006986582 00000 n
+0006986635 00000 n
+0006987473 00000 n
+0006987526 00000 n
+0006989943 00000 n
+0006989997 00000 n
+0006992510 00000 n
+0006992564 00000 n
+0006995779 00000 n
+0006995833 00000 n
+0006998616 00000 n
+0006998670 00000 n
+0007001087 00000 n
+0007001141 00000 n
+0007004617 00000 n
+0007004671 00000 n
+0007008102 00000 n
+0007008156 00000 n
+0007008994 00000 n
+0007009047 00000 n
+0007009885 00000 n
+0007009938 00000 n
+0007010776 00000 n
+0007010829 00000 n
+0007013612 00000 n
+0007013666 00000 n
+0007016287 00000 n
+0007016341 00000 n
+0007017963 00000 n
+0007018017 00000 n
+0007021493 00000 n
+0007021547 00000 n
+0007025626 00000 n
+0007025680 00000 n
+0007028463 00000 n
+0007028517 00000 n
+0007031030 00000 n
+0007031084 00000 n
+0007031922 00000 n
+0007031975 00000 n
+0007034596 00000 n
+0007034650 00000 n
+0007037163 00000 n
+0007037217 00000 n
+0007040000 00000 n
+0007040054 00000 n
+0007042508 00000 n
+0007042562 00000 n
+0007045399 00000 n
+0007045453 00000 n
+0007049532 00000 n
+0007049586 00000 n
+0007052423 00000 n
+0007052477 00000 n
+0007054099 00000 n
+0007054153 00000 n
+0007056774 00000 n
+0007056828 00000 n
+0007059245 00000 n
+0007059299 00000 n
+0007061812 00000 n
+0007061866 00000 n
+0007064379 00000 n
+0007064433 00000 n
+0007065271 00000 n
+0007065324 00000 n
+0007068107 00000 n
+0007068161 00000 n
+0007070578 00000 n
+0007070632 00000 n
+0007073267 00000 n
+0007073321 00000 n
+0007076158 00000 n
+0007076212 00000 n
+0007078833 00000 n
+0007078887 00000 n
+0007082102 00000 n
+0007082156 00000 n
+0007084573 00000 n
+0007084627 00000 n
+0007085465 00000 n
+0007085518 00000 n
+0007088994 00000 n
+0007089048 00000 n
+0007091465 00000 n
+0007091519 00000 n
+0007094356 00000 n
+0007094410 00000 n
+0007096923 00000 n
+0007096977 00000 n
+0007097815 00000 n
+0007097868 00000 n
+0007100705 00000 n
+0007100759 00000 n
+0007101597 00000 n
+0007101650 00000 n
+0007104067 00000 n
+0007104121 00000 n
+0007104959 00000 n
+0007105012 00000 n
+0007107633 00000 n
+0007107687 00000 n
+0007108525 00000 n
+0007108578 00000 n
+0007111361 00000 n
+0007111415 00000 n
+0007113832 00000 n
+0007113886 00000 n
+0007114544 00000 n
+0007114597 00000 n
+0007117380 00000 n
+0007117434 00000 n
+0007119851 00000 n
+0007119905 00000 n
+0007122742 00000 n
+0007122796 00000 n
+0007125213 00000 n
+0007125267 00000 n
+0007128743 00000 n
+0007128797 00000 n
+0007132492 00000 n
+0007132546 00000 n
+0007136625 00000 n
+0007136679 00000 n
+0007140374 00000 n
+0007140428 00000 n
+0007141266 00000 n
+0007141319 00000 n
+0007144156 00000 n
+0007144210 00000 n
+0007146723 00000 n
+0007146777 00000 n
+0007149614 00000 n
+0007149668 00000 n
+0007152181 00000 n
+0007152235 00000 n
+0007155711 00000 n
+0007155765 00000 n
+0007158182 00000 n
+0007158236 00000 n
+0007159074 00000 n
+0007159127 00000 n
+0007160749 00000 n
+0007160803 00000 n
+0007163586 00000 n
+0007163640 00000 n
+0007165677 00000 n
+0007165731 00000 n
+0007168514 00000 n
+0007168568 00000 n
+0007170190 00000 n
+0007170244 00000 n
+0007173939 00000 n
+0007173993 00000 n
+0007177640 00000 n
+0007177694 00000 n
+0007180111 00000 n
+0007180165 00000 n
+0007182582 00000 n
+0007182636 00000 n
+0007185473 00000 n
+0007185527 00000 n
+0007188148 00000 n
+0007188202 00000 n
+0007190239 00000 n
+0007190293 00000 n
+0007191131 00000 n
+0007191184 00000 n
+0007193967 00000 n
+0007194021 00000 n
+0007196438 00000 n
+0007196492 00000 n
+0007197330 00000 n
+0007197383 00000 n
+0007199800 00000 n
+0007199854 00000 n
+0007200692 00000 n
+0007200745 00000 n
+0007203162 00000 n
+0007203216 00000 n
+0007206692 00000 n
+0007206746 00000 n
+0007210733 00000 n
+0007210787 00000 n
+0007211698 00000 n
+0007211751 00000 n
+0007214168 00000 n
+0007214222 00000 n
+0007216735 00000 n
+0007216789 00000 n
+0007218826 00000 n
+0007218880 00000 n
+0007220502 00000 n
+0007220556 00000 n
+0007222973 00000 n
+0007223027 00000 n
+0007226981 00000 n
+0007227035 00000 n
+0007229872 00000 n
+0007229926 00000 n
+0007232343 00000 n
+0007232397 00000 n
+0007234434 00000 n
+0007234488 00000 n
+0007235326 00000 n
+0007235379 00000 n
+0007237892 00000 n
+0007237946 00000 n
+0007238784 00000 n
+0007238837 00000 n
+0007239675 00000 n
+0007239728 00000 n
+0007242145 00000 n
+0007242199 00000 n
+0007243037 00000 n
+0007243090 00000 n
+0007245711 00000 n
+0007245765 00000 n
+0007246603 00000 n
+0007246656 00000 n
+0007249439 00000 n
+0007249493 00000 n
+0007251910 00000 n
+0007251964 00000 n
+0007254477 00000 n
+0007254531 00000 n
+0007255369 00000 n
+0007255422 00000 n
+0007256080 00000 n
+0007256133 00000 n
+0007258916 00000 n
+0007258970 00000 n
+0007261605 00000 n
+0007261659 00000 n
+0007264496 00000 n
+0007264550 00000 n
+0007268197 00000 n
+0007268251 00000 n
+0007271088 00000 n
+0007271142 00000 n
+0007274618 00000 n
+0007274672 00000 n
+0007278148 00000 n
+0007278202 00000 n
+0007281039 00000 n
+0007281093 00000 n
+0007282715 00000 n
+0007282769 00000 n
+0007283607 00000 n
+0007283660 00000 n
+0007284498 00000 n
+0007284551 00000 n
+0007288246 00000 n
+0007288300 00000 n
+0007288706 00000 n
+0007288759 00000 n
+0007292235 00000 n
+0007292289 00000 n
+0007293911 00000 n
+0007293965 00000 n
+0007294803 00000 n
+0007294856 00000 n
+0007297273 00000 n
+0007297327 00000 n
+0007298165 00000 n
+0007298218 00000 n
+0007301694 00000 n
+0007301748 00000 n
+0007304531 00000 n
+0007304585 00000 n
+0007308061 00000 n
+0007308115 00000 n
+0007308953 00000 n
+0007309006 00000 n
+0007311043 00000 n
+0007311097 00000 n
+0007313514 00000 n
+0007313568 00000 n
+0007317044 00000 n
+0007317098 00000 n
+0007317936 00000 n
+0007317989 00000 n
+0007320502 00000 n
+0007320556 00000 n
+0007322593 00000 n
+0007322647 00000 n
+0007323053 00000 n
+0007323106 00000 n
+0007327185 00000 n
+0007327239 00000 n
+0007330022 00000 n
+0007330076 00000 n
+0007332913 00000 n
+0007332967 00000 n
+0007333805 00000 n
+0007333858 00000 n
+0007335895 00000 n
+0007335949 00000 n
+0007336787 00000 n
+0007336840 00000 n
+0007340794 00000 n
+0007340848 00000 n
+0007343631 00000 n
+0007343685 00000 n
+0007345307 00000 n
+0007345361 00000 n
+0007348198 00000 n
+0007348252 00000 n
+0007351947 00000 n
+0007352001 00000 n
+0007355955 00000 n
+0007356009 00000 n
+0007359485 00000 n
+0007359539 00000 n
+0007363015 00000 n
+0007363069 00000 n
+0007366284 00000 n
+0007366338 00000 n
+0007369121 00000 n
+0007369175 00000 n
+0007371592 00000 n
+0007371646 00000 n
+0007375341 00000 n
+0007375395 00000 n
+0007377017 00000 n
+0007377071 00000 n
+0007379692 00000 n
+0007379746 00000 n
+0007382961 00000 n
+0007383015 00000 n
+0007385852 00000 n
+0007385906 00000 n
+0007388419 00000 n
+0007388473 00000 n
+0007390510 00000 n
+0007390563 00000 n
+0007394986 00000 n
+0007395039 00000 n
+0007400212 00000 n
+0007400265 00000 n
+0007405502 00000 n
+0007405555 00000 n
+0007410660 00000 n
+0007410713 00000 n
+0007415382 00000 n
+0007415435 00000 n
+0007420608 00000 n
+0007420661 00000 n
+0007425114 00000 n
+0007425167 00000 n
+0007429960 00000 n
+0007430013 00000 n
+0007435118 00000 n
+0007435171 00000 n
+0007439624 00000 n
+0007439677 00000 n
+0007444470 00000 n
+0007444523 00000 n
+0007449760 00000 n
+0007449813 00000 n
+0007454606 00000 n
+0007454659 00000 n
+0007459764 00000 n
+0007459817 00000 n
+0007464990 00000 n
+0007465043 00000 n
+0007470216 00000 n
+0007470269 00000 n
+0007475062 00000 n
+0007475115 00000 n
+0007479612 00000 n
+0007479665 00000 n
+0007484770 00000 n
+0007484823 00000 n
+0007489996 00000 n
+0007490049 00000 n
+0007494842 00000 n
+0007494895 00000 n
+0007499688 00000 n
+0007499741 00000 n
+0007504846 00000 n
+0007504899 00000 n
+0007509692 00000 n
+0007509745 00000 n
+0007514168 00000 n
+0007514221 00000 n
+0007519014 00000 n
+0007519067 00000 n
+0007523520 00000 n
+0007523573 00000 n
+0007528678 00000 n
+0007528731 00000 n
+0007533524 00000 n
+0007533577 00000 n
+0007538750 00000 n
+0007538803 00000 n
+0007543226 00000 n
+0007543279 00000 n
+0007548452 00000 n
+0007548505 00000 n
+0007553298 00000 n
+0007553351 00000 n
+0007558020 00000 n
+0007558073 00000 n
+0007562496 00000 n
+0007562549 00000 n
+0007566786 00000 n
+0007566839 00000 n
+0007571076 00000 n
+0007571129 00000 n
+0007575552 00000 n
+0007575605 00000 n
+0007580842 00000 n
+0007580895 00000 n
+0007586000 00000 n
+0007586053 00000 n
+0007590434 00000 n
+0007590487 00000 n
+0007595660 00000 n
+0007595713 00000 n
+0007600382 00000 n
+0007600435 00000 n
+0007604888 00000 n
+0007604941 00000 n
+0007609394 00000 n
+0007609447 00000 n
+0007614684 00000 n
+0007614737 00000 n
+0007626599 00000 n
+0007626653 00000 n
+0007633418 00000 n
+0007633471 00000 n
+0007641056 00000 n
+0007641109 00000 n
+0007648120 00000 n
+0007648173 00000 n
+0007653278 00000 n
+0007653331 00000 n
+0007657784 00000 n
+0007657837 00000 n
+0007663074 00000 n
+0007663127 00000 n
+0007667550 00000 n
+0007667603 00000 n
+0007672396 00000 n
+0007672449 00000 n
+0007676830 00000 n
+0007676883 00000 n
+0007682056 00000 n
+0007682109 00000 n
+0007687282 00000 n
+0007687335 00000 n
+0007692128 00000 n
+0007692181 00000 n
+0007697418 00000 n
+0007697471 00000 n
+0007702644 00000 n
+0007702697 00000 n
+0007707490 00000 n
+0007707543 00000 n
+0007712336 00000 n
+0007712389 00000 n
+0007716626 00000 n
+0007716679 00000 n
+0007721132 00000 n
+0007721185 00000 n
+0007726358 00000 n
+0007726411 00000 n
+0007731204 00000 n
+0007731257 00000 n
+0007736430 00000 n
+0007736483 00000 n
+0007741646 00000 n
+0007741699 00000 n
+0007746872 00000 n
+0007746925 00000 n
+0007751718 00000 n
+0007751771 00000 n
+0007756944 00000 n
+0007756997 00000 n
+0007762102 00000 n
+0007762155 00000 n
+0007766948 00000 n
+0007767001 00000 n
+0007771794 00000 n
+0007771847 00000 n
+0007776640 00000 n
+0007776693 00000 n
+0007781866 00000 n
+0007781919 00000 n
+0007786876 00000 n
+0007786929 00000 n
+0007791722 00000 n
+0007791775 00000 n
+0007796568 00000 n
+0007796621 00000 n
+0007801414 00000 n
+0007801467 00000 n
+0007806572 00000 n
+0007806625 00000 n
+0007811418 00000 n
+0007811471 00000 n
+0007816264 00000 n
+0007816317 00000 n
+0007821490 00000 n
+0007821543 00000 n
+0007826780 00000 n
+0007826833 00000 n
+0007831626 00000 n
+0007831679 00000 n
+0007836132 00000 n
+0007836185 00000 n
+0007841358 00000 n
+0007841411 00000 n
+0007846204 00000 n
+0007846257 00000 n
+0007851362 00000 n
+0007851415 00000 n
+0007855796 00000 n
+0007855849 00000 n
+0007860642 00000 n
+0007860695 00000 n
+0007865364 00000 n
+0007865417 00000 n
+0007870522 00000 n
+0007870575 00000 n
+0007875244 00000 n
+0007875297 00000 n
+0007882486 00000 n
+0007882539 00000 n
+0007887332 00000 n
+0007887385 00000 n
+0007891838 00000 n
+0007891891 00000 n
+0007896314 00000 n
+0007896367 00000 n
+0007901604 00000 n
+0007901657 00000 n
+0007906762 00000 n
+0007906815 00000 n
+0007911268 00000 n
+0007911321 00000 n
+0007915744 00000 n
+0007915797 00000 n
+0007920090 00000 n
+0007920143 00000 n
+0007924380 00000 n
+0007924433 00000 n
+0007928856 00000 n
+0007928909 00000 n
+0007933332 00000 n
+0007933385 00000 n
+0007938558 00000 n
+0007938611 00000 n
+0007943404 00000 n
+0007943457 00000 n
+0007947880 00000 n
+0007947933 00000 n
+0007952726 00000 n
+0007952779 00000 n
+0007957572 00000 n
+0007957625 00000 n
+0007962730 00000 n
+0007962783 00000 n
+0007967452 00000 n
+0007967505 00000 n
+0007971886 00000 n
+0007971939 00000 n
+0007983801 00000 n
+0007983855 00000 n
+0007991440 00000 n
+0007991493 00000 n
+0007998258 00000 n
+0007998311 00000 n
+0008005692 00000 n
+0008005745 00000 n
+0008013330 00000 n
+0008013383 00000 n
+0008020148 00000 n
+0008020201 00000 n
+0008026838 00000 n
+0008026891 00000 n
+0008034476 00000 n
+0008034529 00000 n
+0008041294 00000 n
+0008041347 00000 n
+0008052254 00000 n
+0008052308 00000 n
+0008059893 00000 n
+0008059946 00000 n
+0008066711 00000 n
+0008066764 00000 n
+0008076344 00000 n
+0008076397 00000 n
+0008081190 00000 n
+0008081243 00000 n
+0008085666 00000 n
+0008085719 00000 n
+0008090100 00000 n
+0008090153 00000 n
+0008094446 00000 n
+0008094499 00000 n
+0008098922 00000 n
+0008098975 00000 n
+0008104148 00000 n
+0008104201 00000 n
+0008108870 00000 n
+0008108923 00000 n
+0008121649 00000 n
+0008121703 00000 n
+0008131283 00000 n
+0008131336 00000 n
+0008138921 00000 n
+0008138974 00000 n
+0008145739 00000 n
+0008145792 00000 n
+0008152429 00000 n
+0008152482 00000 n
+0008159119 00000 n
+0008159172 00000 n
+0008168152 00000 n
+0008168205 00000 n
+0008175790 00000 n
+0008175843 00000 n
+0008187071 00000 n
+0008187125 00000 n
+0008194710 00000 n
+0008194763 00000 n
+0008201774 00000 n
+0008201827 00000 n
+0008208464 00000 n
+0008208517 00000 n
+0008215528 00000 n
+0008215581 00000 n
+0008219962 00000 n
+0008220015 00000 n
+0008224808 00000 n
+0008224861 00000 n
+0008230034 00000 n
+0008230087 00000 n
+0008237276 00000 n
+0008237329 00000 n
+0008241782 00000 n
+0008241835 00000 n
+0008246628 00000 n
+0008246681 00000 n
+0008258337 00000 n
+0008258391 00000 n
+0008265976 00000 n
+0008266029 00000 n
+0008275867 00000 n
+0008275920 00000 n
+0008282931 00000 n
+0008282984 00000 n
+0008289621 00000 n
+0008289674 00000 n
+0008294759 00000 n
+0008294812 00000 n
+0008302397 00000 n
+0008302450 00000 n
+0008309087 00000 n
+0008309140 00000 n
+0008316725 00000 n
+0008316778 00000 n
+0008323543 00000 n
+0008323596 00000 n
+0008332576 00000 n
+0008332629 00000 n
+0008340214 00000 n
+0008340267 00000 n
+0008345352 00000 n
+0008345405 00000 n
+0008356171 00000 n
+0008356225 00000 n
+0008360606 00000 n
+0008360659 00000 n
+0008364892 00000 n
+0008364945 00000 n
+0008370118 00000 n
+0008370171 00000 n
+0008374975 00000 n
+0008375028 00000 n
+0008379525 00000 n
+0008379578 00000 n
+0008383959 00000 n
+0008384012 00000 n
+0008388245 00000 n
+0008388298 00000 n
+0008393091 00000 n
+0008393144 00000 n
+0008397937 00000 n
+0008397990 00000 n
+0008402783 00000 n
+0008402836 00000 n
+0008408009 00000 n
+0008408062 00000 n
+0008412855 00000 n
+0008412908 00000 n
+0008418145 00000 n
+0008418198 00000 n
+0008423371 00000 n
+0008423424 00000 n
+0008428597 00000 n
+0008428650 00000 n
+0008434035 00000 n
+0008434088 00000 n
+0008440133 00000 n
+0008440186 00000 n
+0008444990 00000 n
+0008445043 00000 n
+0008450216 00000 n
+0008450269 00000 n
+0008455073 00000 n
+0008455126 00000 n
+0008459723 00000 n
+0008459776 00000 n
+0008465093 00000 n
+0008465146 00000 n
+0008469379 00000 n
+0008469432 00000 n
+0008473679 00000 n
+0008473732 00000 n
+0008478905 00000 n
+0008478958 00000 n
+0008483762 00000 n
+0008483815 00000 n
+0008488412 00000 n
+0008488465 00000 n
+0008492962 00000 n
+0008493015 00000 n
+0008497262 00000 n
+0008497315 00000 n
+0008501696 00000 n
+0008501749 00000 n
+0008505982 00000 n
+0008506035 00000 n
+0008510268 00000 n
+0008510321 00000 n
+0008514568 00000 n
+0008514621 00000 n
+0008519218 00000 n
+0008519271 00000 n
+0008523518 00000 n
+0008523571 00000 n
+0008527884 00000 n
+0008527937 00000 n
+0008532534 00000 n
+0008532587 00000 n
+0008536834 00000 n
+0008536887 00000 n
+0008541124 00000 n
+0008541177 00000 n
+0008546562 00000 n
+0008546615 00000 n
+0008550852 00000 n
+0008550905 00000 n
+0008556078 00000 n
+0008556131 00000 n
+0008560512 00000 n
+0008560565 00000 n
+0008565369 00000 n
+0008565422 00000 n
+0008570807 00000 n
+0008570860 00000 n
+0008575357 00000 n
+0008575410 00000 n
+0008580007 00000 n
+0008580060 00000 n
+0008590003 00000 n
+0008590056 00000 n
+0008597641 00000 n
+0008597694 00000 n
+0008602779 00000 n
+0008602832 00000 n
+0008609796 00000 n
+0008609849 00000 n
+0008617434 00000 n
+0008617487 00000 n
+0008622572 00000 n
+0008622625 00000 n
+0008633391 00000 n
+0008633445 00000 n
+0008641030 00000 n
+0008641083 00000 n
+0008647848 00000 n
+0008647901 00000 n
+0008655486 00000 n
+0008655539 00000 n
+0008663124 00000 n
+0008663177 00000 n
+0008670188 00000 n
+0008670240 00000 n
+0008675412 00000 n
+0008675464 00000 n
+0008679700 00000 n
+0008679752 00000 n
+0008684174 00000 n
+0008684226 00000 n
+0008688648 00000 n
+0008688700 00000 n
+0008692936 00000 n
+0008692988 00000 n
+0008698092 00000 n
+0008698144 00000 n
+0008702524 00000 n
+0008702576 00000 n
+0008706868 00000 n
+trailer <<
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 6292
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+8706892
+%%EOF
diff --git a/qpdf/qtest/qpdf/inline-images-ii-some.pdf b/qpdf/qtest/qpdf/inline-images-ii-some.pdf
new file mode 100644
index 00000000..4860fa7e
--- /dev/null
+++ b/qpdf/qtest/qpdf/inline-images-ii-some.pdf
@@ -0,0 +1,82174 @@
+%PDF-1.2
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 557 0
+2 0 obj
+<<
+ /CreationDate (D:20020224144322)
+ /Producer (GNU Ghostscript 5.50)
+>>
+endobj
+
+%% Original object ID: 2 0
+3 0 obj
+<<
+ /Count 2
+ /Kids [
+ 4 0 R
+ 5 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+4 0 obj
+<<
+ /Contents 6 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /ProcSet [
+ /PDF
+ /ImageB
+ ]
+ /XObject <<
+ /IIm1 8 0 R
+ /IIm10 10 0 R
+ /IIm100 12 0 R
+ /IIm101 14 0 R
+ /IIm102 16 0 R
+ /IIm103 18 0 R
+ /IIm104 20 0 R
+ /IIm105 22 0 R
+ /IIm106 24 0 R
+ /IIm107 26 0 R
+ /IIm108 28 0 R
+ /IIm109 30 0 R
+ /IIm11 32 0 R
+ /IIm110 34 0 R
+ /IIm111 36 0 R
+ /IIm112 38 0 R
+ /IIm113 40 0 R
+ /IIm114 42 0 R
+ /IIm115 44 0 R
+ /IIm116 46 0 R
+ /IIm117 48 0 R
+ /IIm118 50 0 R
+ /IIm119 52 0 R
+ /IIm12 54 0 R
+ /IIm120 56 0 R
+ /IIm121 58 0 R
+ /IIm122 60 0 R
+ /IIm123 62 0 R
+ /IIm124 64 0 R
+ /IIm125 66 0 R
+ /IIm126 68 0 R
+ /IIm127 70 0 R
+ /IIm128 72 0 R
+ /IIm129 74 0 R
+ /IIm13 76 0 R
+ /IIm130 78 0 R
+ /IIm131 80 0 R
+ /IIm132 82 0 R
+ /IIm133 84 0 R
+ /IIm134 86 0 R
+ /IIm135 88 0 R
+ /IIm136 90 0 R
+ /IIm137 92 0 R
+ /IIm138 94 0 R
+ /IIm139 96 0 R
+ /IIm14 98 0 R
+ /IIm140 100 0 R
+ /IIm141 102 0 R
+ /IIm142 104 0 R
+ /IIm143 106 0 R
+ /IIm144 108 0 R
+ /IIm145 110 0 R
+ /IIm146 112 0 R
+ /IIm147 114 0 R
+ /IIm148 116 0 R
+ /IIm149 118 0 R
+ /IIm15 120 0 R
+ /IIm150 122 0 R
+ /IIm151 124 0 R
+ /IIm152 126 0 R
+ /IIm153 128 0 R
+ /IIm154 130 0 R
+ /IIm155 132 0 R
+ /IIm156 134 0 R
+ /IIm157 136 0 R
+ /IIm158 138 0 R
+ /IIm159 140 0 R
+ /IIm16 142 0 R
+ /IIm160 144 0 R
+ /IIm161 146 0 R
+ /IIm162 148 0 R
+ /IIm163 150 0 R
+ /IIm164 152 0 R
+ /IIm165 154 0 R
+ /IIm166 156 0 R
+ /IIm167 158 0 R
+ /IIm168 160 0 R
+ /IIm169 162 0 R
+ /IIm17 164 0 R
+ /IIm170 166 0 R
+ /IIm171 168 0 R
+ /IIm172 170 0 R
+ /IIm173 172 0 R
+ /IIm174 174 0 R
+ /IIm175 176 0 R
+ /IIm176 178 0 R
+ /IIm177 180 0 R
+ /IIm178 182 0 R
+ /IIm179 184 0 R
+ /IIm18 186 0 R
+ /IIm180 188 0 R
+ /IIm181 190 0 R
+ /IIm182 192 0 R
+ /IIm183 194 0 R
+ /IIm184 196 0 R
+ /IIm185 198 0 R
+ /IIm186 200 0 R
+ /IIm187 202 0 R
+ /IIm188 204 0 R
+ /IIm189 206 0 R
+ /IIm19 208 0 R
+ /IIm190 210 0 R
+ /IIm191 212 0 R
+ /IIm192 214 0 R
+ /IIm193 216 0 R
+ /IIm194 218 0 R
+ /IIm195 220 0 R
+ /IIm196 222 0 R
+ /IIm197 224 0 R
+ /IIm198 226 0 R
+ /IIm199 228 0 R
+ /IIm2 230 0 R
+ /IIm20 232 0 R
+ /IIm200 234 0 R
+ /IIm201 236 0 R
+ /IIm202 238 0 R
+ /IIm203 240 0 R
+ /IIm204 242 0 R
+ /IIm205 244 0 R
+ /IIm206 246 0 R
+ /IIm207 248 0 R
+ /IIm208 250 0 R
+ /IIm209 252 0 R
+ /IIm21 254 0 R
+ /IIm210 256 0 R
+ /IIm211 258 0 R
+ /IIm212 260 0 R
+ /IIm213 262 0 R
+ /IIm214 264 0 R
+ /IIm215 266 0 R
+ /IIm216 268 0 R
+ /IIm217 270 0 R
+ /IIm218 272 0 R
+ /IIm219 274 0 R
+ /IIm22 276 0 R
+ /IIm220 278 0 R
+ /IIm221 280 0 R
+ /IIm222 282 0 R
+ /IIm223 284 0 R
+ /IIm224 286 0 R
+ /IIm225 288 0 R
+ /IIm226 290 0 R
+ /IIm227 292 0 R
+ /IIm228 294 0 R
+ /IIm229 296 0 R
+ /IIm23 298 0 R
+ /IIm230 300 0 R
+ /IIm231 302 0 R
+ /IIm232 304 0 R
+ /IIm233 306 0 R
+ /IIm234 308 0 R
+ /IIm235 310 0 R
+ /IIm236 312 0 R
+ /IIm237 314 0 R
+ /IIm238 316 0 R
+ /IIm239 318 0 R
+ /IIm24 320 0 R
+ /IIm240 322 0 R
+ /IIm241 324 0 R
+ /IIm242 326 0 R
+ /IIm243 328 0 R
+ /IIm244 330 0 R
+ /IIm245 332 0 R
+ /IIm246 334 0 R
+ /IIm247 336 0 R
+ /IIm248 338 0 R
+ /IIm249 340 0 R
+ /IIm25 342 0 R
+ /IIm250 344 0 R
+ /IIm251 346 0 R
+ /IIm252 348 0 R
+ /IIm253 350 0 R
+ /IIm254 352 0 R
+ /IIm255 354 0 R
+ /IIm256 356 0 R
+ /IIm257 358 0 R
+ /IIm258 360 0 R
+ /IIm259 362 0 R
+ /IIm26 364 0 R
+ /IIm260 366 0 R
+ /IIm261 368 0 R
+ /IIm262 370 0 R
+ /IIm263 372 0 R
+ /IIm264 374 0 R
+ /IIm265 376 0 R
+ /IIm266 378 0 R
+ /IIm267 380 0 R
+ /IIm268 382 0 R
+ /IIm269 384 0 R
+ /IIm27 386 0 R
+ /IIm270 388 0 R
+ /IIm271 390 0 R
+ /IIm272 392 0 R
+ /IIm273 394 0 R
+ /IIm274 396 0 R
+ /IIm275 398 0 R
+ /IIm276 400 0 R
+ /IIm277 402 0 R
+ /IIm278 404 0 R
+ /IIm279 406 0 R
+ /IIm28 408 0 R
+ /IIm280 410 0 R
+ /IIm281 412 0 R
+ /IIm282 414 0 R
+ /IIm283 416 0 R
+ /IIm284 418 0 R
+ /IIm285 420 0 R
+ /IIm286 422 0 R
+ /IIm287 424 0 R
+ /IIm288 426 0 R
+ /IIm289 428 0 R
+ /IIm29 430 0 R
+ /IIm290 432 0 R
+ /IIm291 434 0 R
+ /IIm292 436 0 R
+ /IIm293 438 0 R
+ /IIm294 440 0 R
+ /IIm295 442 0 R
+ /IIm296 444 0 R
+ /IIm297 446 0 R
+ /IIm298 448 0 R
+ /IIm299 450 0 R
+ /IIm3 452 0 R
+ /IIm30 454 0 R
+ /IIm300 456 0 R
+ /IIm301 458 0 R
+ /IIm302 460 0 R
+ /IIm303 462 0 R
+ /IIm304 464 0 R
+ /IIm305 466 0 R
+ /IIm306 468 0 R
+ /IIm307 470 0 R
+ /IIm308 472 0 R
+ /IIm309 474 0 R
+ /IIm31 476 0 R
+ /IIm310 478 0 R
+ /IIm311 480 0 R
+ /IIm312 482 0 R
+ /IIm313 484 0 R
+ /IIm314 486 0 R
+ /IIm315 488 0 R
+ /IIm316 490 0 R
+ /IIm317 492 0 R
+ /IIm318 494 0 R
+ /IIm319 496 0 R
+ /IIm32 498 0 R
+ /IIm320 500 0 R
+ /IIm321 502 0 R
+ /IIm322 504 0 R
+ /IIm323 506 0 R
+ /IIm324 508 0 R
+ /IIm325 510 0 R
+ /IIm326 512 0 R
+ /IIm327 514 0 R
+ /IIm328 516 0 R
+ /IIm329 518 0 R
+ /IIm33 520 0 R
+ /IIm330 522 0 R
+ /IIm331 524 0 R
+ /IIm332 526 0 R
+ /IIm333 528 0 R
+ /IIm334 530 0 R
+ /IIm335 532 0 R
+ /IIm336 534 0 R
+ /IIm337 536 0 R
+ /IIm338 538 0 R
+ /IIm339 540 0 R
+ /IIm34 542 0 R
+ /IIm340 544 0 R
+ /IIm341 546 0 R
+ /IIm342 548 0 R
+ /IIm343 550 0 R
+ /IIm344 552 0 R
+ /IIm345 554 0 R
+ /IIm346 556 0 R
+ /IIm347 558 0 R
+ /IIm348 560 0 R
+ /IIm349 562 0 R
+ /IIm35 564 0 R
+ /IIm350 566 0 R
+ /IIm351 568 0 R
+ /IIm352 570 0 R
+ /IIm353 572 0 R
+ /IIm354 574 0 R
+ /IIm355 576 0 R
+ /IIm356 578 0 R
+ /IIm357 580 0 R
+ /IIm358 582 0 R
+ /IIm359 584 0 R
+ /IIm36 586 0 R
+ /IIm360 588 0 R
+ /IIm361 590 0 R
+ /IIm362 592 0 R
+ /IIm363 594 0 R
+ /IIm364 596 0 R
+ /IIm365 598 0 R
+ /IIm366 600 0 R
+ /IIm367 602 0 R
+ /IIm368 604 0 R
+ /IIm369 606 0 R
+ /IIm37 608 0 R
+ /IIm370 610 0 R
+ /IIm371 612 0 R
+ /IIm372 614 0 R
+ /IIm373 616 0 R
+ /IIm374 618 0 R
+ /IIm375 620 0 R
+ /IIm376 622 0 R
+ /IIm377 624 0 R
+ /IIm378 626 0 R
+ /IIm379 628 0 R
+ /IIm38 630 0 R
+ /IIm380 632 0 R
+ /IIm381 634 0 R
+ /IIm382 636 0 R
+ /IIm383 638 0 R
+ /IIm384 640 0 R
+ /IIm385 642 0 R
+ /IIm386 644 0 R
+ /IIm387 646 0 R
+ /IIm388 648 0 R
+ /IIm389 650 0 R
+ /IIm39 652 0 R
+ /IIm390 654 0 R
+ /IIm391 656 0 R
+ /IIm392 658 0 R
+ /IIm393 660 0 R
+ /IIm394 662 0 R
+ /IIm395 664 0 R
+ /IIm396 666 0 R
+ /IIm397 668 0 R
+ /IIm398 670 0 R
+ /IIm399 672 0 R
+ /IIm4 674 0 R
+ /IIm40 676 0 R
+ /IIm400 678 0 R
+ /IIm401 680 0 R
+ /IIm402 682 0 R
+ /IIm403 684 0 R
+ /IIm404 686 0 R
+ /IIm405 688 0 R
+ /IIm406 690 0 R
+ /IIm407 692 0 R
+ /IIm408 694 0 R
+ /IIm409 696 0 R
+ /IIm41 698 0 R
+ /IIm410 700 0 R
+ /IIm411 702 0 R
+ /IIm412 704 0 R
+ /IIm413 706 0 R
+ /IIm414 708 0 R
+ /IIm415 710 0 R
+ /IIm416 712 0 R
+ /IIm417 714 0 R
+ /IIm418 716 0 R
+ /IIm419 718 0 R
+ /IIm42 720 0 R
+ /IIm420 722 0 R
+ /IIm421 724 0 R
+ /IIm422 726 0 R
+ /IIm423 728 0 R
+ /IIm424 730 0 R
+ /IIm425 732 0 R
+ /IIm426 734 0 R
+ /IIm427 736 0 R
+ /IIm428 738 0 R
+ /IIm429 740 0 R
+ /IIm43 742 0 R
+ /IIm430 744 0 R
+ /IIm431 746 0 R
+ /IIm432 748 0 R
+ /IIm433 750 0 R
+ /IIm434 752 0 R
+ /IIm435 754 0 R
+ /IIm436 756 0 R
+ /IIm437 758 0 R
+ /IIm438 760 0 R
+ /IIm439 762 0 R
+ /IIm44 764 0 R
+ /IIm440 766 0 R
+ /IIm441 768 0 R
+ /IIm442 770 0 R
+ /IIm443 772 0 R
+ /IIm444 774 0 R
+ /IIm445 776 0 R
+ /IIm446 778 0 R
+ /IIm447 780 0 R
+ /IIm448 782 0 R
+ /IIm449 784 0 R
+ /IIm45 786 0 R
+ /IIm450 788 0 R
+ /IIm451 790 0 R
+ /IIm452 792 0 R
+ /IIm453 794 0 R
+ /IIm454 796 0 R
+ /IIm455 798 0 R
+ /IIm456 800 0 R
+ /IIm457 802 0 R
+ /IIm458 804 0 R
+ /IIm459 806 0 R
+ /IIm46 808 0 R
+ /IIm460 810 0 R
+ /IIm461 812 0 R
+ /IIm462 814 0 R
+ /IIm463 816 0 R
+ /IIm464 818 0 R
+ /IIm465 820 0 R
+ /IIm466 822 0 R
+ /IIm467 824 0 R
+ /IIm468 826 0 R
+ /IIm469 828 0 R
+ /IIm47 830 0 R
+ /IIm470 832 0 R
+ /IIm471 834 0 R
+ /IIm472 836 0 R
+ /IIm473 838 0 R
+ /IIm474 840 0 R
+ /IIm475 842 0 R
+ /IIm476 844 0 R
+ /IIm477 846 0 R
+ /IIm478 848 0 R
+ /IIm479 850 0 R
+ /IIm48 852 0 R
+ /IIm480 854 0 R
+ /IIm481 856 0 R
+ /IIm482 858 0 R
+ /IIm483 860 0 R
+ /IIm484 862 0 R
+ /IIm485 864 0 R
+ /IIm486 866 0 R
+ /IIm487 868 0 R
+ /IIm488 870 0 R
+ /IIm489 872 0 R
+ /IIm49 874 0 R
+ /IIm490 876 0 R
+ /IIm491 878 0 R
+ /IIm492 880 0 R
+ /IIm493 882 0 R
+ /IIm494 884 0 R
+ /IIm495 886 0 R
+ /IIm496 888 0 R
+ /IIm497 890 0 R
+ /IIm498 892 0 R
+ /IIm499 894 0 R
+ /IIm5 896 0 R
+ /IIm50 898 0 R
+ /IIm500 900 0 R
+ /IIm501 902 0 R
+ /IIm502 904 0 R
+ /IIm503 906 0 R
+ /IIm504 908 0 R
+ /IIm505 910 0 R
+ /IIm506 912 0 R
+ /IIm507 914 0 R
+ /IIm508 916 0 R
+ /IIm509 918 0 R
+ /IIm51 920 0 R
+ /IIm510 922 0 R
+ /IIm511 924 0 R
+ /IIm512 926 0 R
+ /IIm513 928 0 R
+ /IIm514 930 0 R
+ /IIm515 932 0 R
+ /IIm516 934 0 R
+ /IIm517 936 0 R
+ /IIm518 938 0 R
+ /IIm519 940 0 R
+ /IIm52 942 0 R
+ /IIm520 944 0 R
+ /IIm521 946 0 R
+ /IIm522 948 0 R
+ /IIm523 950 0 R
+ /IIm524 952 0 R
+ /IIm525 954 0 R
+ /IIm526 956 0 R
+ /IIm527 958 0 R
+ /IIm528 960 0 R
+ /IIm529 962 0 R
+ /IIm53 964 0 R
+ /IIm530 966 0 R
+ /IIm531 968 0 R
+ /IIm532 970 0 R
+ /IIm533 972 0 R
+ /IIm534 974 0 R
+ /IIm535 976 0 R
+ /IIm536 978 0 R
+ /IIm537 980 0 R
+ /IIm538 982 0 R
+ /IIm539 984 0 R
+ /IIm54 986 0 R
+ /IIm540 988 0 R
+ /IIm541 990 0 R
+ /IIm542 992 0 R
+ /IIm543 994 0 R
+ /IIm544 996 0 R
+ /IIm545 998 0 R
+ /IIm546 1000 0 R
+ /IIm547 1002 0 R
+ /IIm548 1004 0 R
+ /IIm549 1006 0 R
+ /IIm55 1008 0 R
+ /IIm550 1010 0 R
+ /IIm551 1012 0 R
+ /IIm552 1014 0 R
+ /IIm553 1016 0 R
+ /IIm554 1018 0 R
+ /IIm555 1020 0 R
+ /IIm556 1022 0 R
+ /IIm557 1024 0 R
+ /IIm558 1026 0 R
+ /IIm559 1028 0 R
+ /IIm56 1030 0 R
+ /IIm560 1032 0 R
+ /IIm561 1034 0 R
+ /IIm562 1036 0 R
+ /IIm563 1038 0 R
+ /IIm564 1040 0 R
+ /IIm565 1042 0 R
+ /IIm566 1044 0 R
+ /IIm567 1046 0 R
+ /IIm568 1048 0 R
+ /IIm569 1050 0 R
+ /IIm57 1052 0 R
+ /IIm570 1054 0 R
+ /IIm571 1056 0 R
+ /IIm572 1058 0 R
+ /IIm573 1060 0 R
+ /IIm574 1062 0 R
+ /IIm575 1064 0 R
+ /IIm576 1066 0 R
+ /IIm577 1068 0 R
+ /IIm578 1070 0 R
+ /IIm579 1072 0 R
+ /IIm58 1074 0 R
+ /IIm580 1076 0 R
+ /IIm581 1078 0 R
+ /IIm582 1080 0 R
+ /IIm583 1082 0 R
+ /IIm584 1084 0 R
+ /IIm585 1086 0 R
+ /IIm586 1088 0 R
+ /IIm587 1090 0 R
+ /IIm588 1092 0 R
+ /IIm589 1094 0 R
+ /IIm59 1096 0 R
+ /IIm590 1098 0 R
+ /IIm591 1100 0 R
+ /IIm592 1102 0 R
+ /IIm593 1104 0 R
+ /IIm594 1106 0 R
+ /IIm595 1108 0 R
+ /IIm596 1110 0 R
+ /IIm597 1112 0 R
+ /IIm598 1114 0 R
+ /IIm599 1116 0 R
+ /IIm6 1118 0 R
+ /IIm60 1120 0 R
+ /IIm600 1122 0 R
+ /IIm601 1124 0 R
+ /IIm602 1126 0 R
+ /IIm603 1128 0 R
+ /IIm604 1130 0 R
+ /IIm605 1132 0 R
+ /IIm606 1134 0 R
+ /IIm607 1136 0 R
+ /IIm608 1138 0 R
+ /IIm609 1140 0 R
+ /IIm61 1142 0 R
+ /IIm610 1144 0 R
+ /IIm611 1146 0 R
+ /IIm612 1148 0 R
+ /IIm613 1150 0 R
+ /IIm614 1152 0 R
+ /IIm615 1154 0 R
+ /IIm616 1156 0 R
+ /IIm617 1158 0 R
+ /IIm618 1160 0 R
+ /IIm619 1162 0 R
+ /IIm62 1164 0 R
+ /IIm620 1166 0 R
+ /IIm621 1168 0 R
+ /IIm622 1170 0 R
+ /IIm623 1172 0 R
+ /IIm624 1174 0 R
+ /IIm625 1176 0 R
+ /IIm626 1178 0 R
+ /IIm627 1180 0 R
+ /IIm628 1182 0 R
+ /IIm629 1184 0 R
+ /IIm63 1186 0 R
+ /IIm630 1188 0 R
+ /IIm631 1190 0 R
+ /IIm632 1192 0 R
+ /IIm633 1194 0 R
+ /IIm634 1196 0 R
+ /IIm635 1198 0 R
+ /IIm636 1200 0 R
+ /IIm637 1202 0 R
+ /IIm638 1204 0 R
+ /IIm639 1206 0 R
+ /IIm64 1208 0 R
+ /IIm640 1210 0 R
+ /IIm641 1212 0 R
+ /IIm642 1214 0 R
+ /IIm643 1216 0 R
+ /IIm644 1218 0 R
+ /IIm645 1220 0 R
+ /IIm646 1222 0 R
+ /IIm647 1224 0 R
+ /IIm648 1226 0 R
+ /IIm649 1228 0 R
+ /IIm65 1230 0 R
+ /IIm650 1232 0 R
+ /IIm651 1234 0 R
+ /IIm652 1236 0 R
+ /IIm653 1238 0 R
+ /IIm654 1240 0 R
+ /IIm655 1242 0 R
+ /IIm656 1244 0 R
+ /IIm657 1246 0 R
+ /IIm658 1248 0 R
+ /IIm659 1250 0 R
+ /IIm66 1252 0 R
+ /IIm660 1254 0 R
+ /IIm661 1256 0 R
+ /IIm662 1258 0 R
+ /IIm663 1260 0 R
+ /IIm664 1262 0 R
+ /IIm665 1264 0 R
+ /IIm666 1266 0 R
+ /IIm667 1268 0 R
+ /IIm668 1270 0 R
+ /IIm669 1272 0 R
+ /IIm67 1274 0 R
+ /IIm670 1276 0 R
+ /IIm671 1278 0 R
+ /IIm672 1280 0 R
+ /IIm673 1282 0 R
+ /IIm674 1284 0 R
+ /IIm675 1286 0 R
+ /IIm676 1288 0 R
+ /IIm677 1290 0 R
+ /IIm678 1292 0 R
+ /IIm679 1294 0 R
+ /IIm68 1296 0 R
+ /IIm680 1298 0 R
+ /IIm681 1300 0 R
+ /IIm682 1302 0 R
+ /IIm683 1304 0 R
+ /IIm684 1306 0 R
+ /IIm685 1308 0 R
+ /IIm686 1310 0 R
+ /IIm687 1312 0 R
+ /IIm688 1314 0 R
+ /IIm689 1316 0 R
+ /IIm69 1318 0 R
+ /IIm690 1320 0 R
+ /IIm691 1322 0 R
+ /IIm692 1324 0 R
+ /IIm693 1326 0 R
+ /IIm694 1328 0 R
+ /IIm695 1330 0 R
+ /IIm696 1332 0 R
+ /IIm697 1334 0 R
+ /IIm698 1336 0 R
+ /IIm699 1338 0 R
+ /IIm7 1340 0 R
+ /IIm70 1342 0 R
+ /IIm700 1344 0 R
+ /IIm701 1346 0 R
+ /IIm702 1348 0 R
+ /IIm703 1350 0 R
+ /IIm704 1352 0 R
+ /IIm705 1354 0 R
+ /IIm706 1356 0 R
+ /IIm707 1358 0 R
+ /IIm708 1360 0 R
+ /IIm709 1362 0 R
+ /IIm71 1364 0 R
+ /IIm710 1366 0 R
+ /IIm711 1368 0 R
+ /IIm712 1370 0 R
+ /IIm713 1372 0 R
+ /IIm714 1374 0 R
+ /IIm715 1376 0 R
+ /IIm716 1378 0 R
+ /IIm717 1380 0 R
+ /IIm718 1382 0 R
+ /IIm719 1384 0 R
+ /IIm72 1386 0 R
+ /IIm720 1388 0 R
+ /IIm721 1390 0 R
+ /IIm722 1392 0 R
+ /IIm723 1394 0 R
+ /IIm724 1396 0 R
+ /IIm725 1398 0 R
+ /IIm726 1400 0 R
+ /IIm727 1402 0 R
+ /IIm728 1404 0 R
+ /IIm729 1406 0 R
+ /IIm73 1408 0 R
+ /IIm730 1410 0 R
+ /IIm731 1412 0 R
+ /IIm732 1414 0 R
+ /IIm733 1416 0 R
+ /IIm734 1418 0 R
+ /IIm735 1420 0 R
+ /IIm736 1422 0 R
+ /IIm737 1424 0 R
+ /IIm738 1426 0 R
+ /IIm739 1428 0 R
+ /IIm74 1430 0 R
+ /IIm740 1432 0 R
+ /IIm741 1434 0 R
+ /IIm742 1436 0 R
+ /IIm743 1438 0 R
+ /IIm744 1440 0 R
+ /IIm745 1442 0 R
+ /IIm746 1444 0 R
+ /IIm747 1446 0 R
+ /IIm748 1448 0 R
+ /IIm749 1450 0 R
+ /IIm75 1452 0 R
+ /IIm750 1454 0 R
+ /IIm76 1456 0 R
+ /IIm77 1458 0 R
+ /IIm78 1460 0 R
+ /IIm79 1462 0 R
+ /IIm8 1464 0 R
+ /IIm80 1466 0 R
+ /IIm81 1468 0 R
+ /IIm82 1470 0 R
+ /IIm83 1472 0 R
+ /IIm84 1474 0 R
+ /IIm85 1476 0 R
+ /IIm86 1478 0 R
+ /IIm87 1480 0 R
+ /IIm88 1482 0 R
+ /IIm89 1484 0 R
+ /IIm9 1486 0 R
+ /IIm90 1488 0 R
+ /IIm91 1490 0 R
+ /IIm92 1492 0 R
+ /IIm93 1494 0 R
+ /IIm94 1496 0 R
+ /IIm95 1498 0 R
+ /IIm96 1500 0 R
+ /IIm97 1502 0 R
+ /IIm98 1504 0 R
+ /IIm99 1506 0 R
+ /R10 1508 0 R
+ /R12 1510 0 R
+ /R14 1512 0 R
+ /R16 1514 0 R
+ /R18 1516 0 R
+ /R20 1518 0 R
+ /R22 1520 0 R
+ /R24 1522 0 R
+ /R26 1524 0 R
+ /R28 1526 0 R
+ /R30 1528 0 R
+ /R32 1530 0 R
+ /R34 1532 0 R
+ /R36 1534 0 R
+ /R38 1536 0 R
+ /R40 1538 0 R
+ /R42 1540 0 R
+ /R44 1542 0 R
+ /R46 1544 0 R
+ /R48 1546 0 R
+ /R50 1548 0 R
+ /R52 1550 0 R
+ /R54 1552 0 R
+ /R56 1554 0 R
+ /R58 1556 0 R
+ /R6 1558 0 R
+ /R60 1560 0 R
+ /R62 1562 0 R
+ /R64 1564 0 R
+ /R66 1566 0 R
+ /R68 1568 0 R
+ /R70 1570 0 R
+ /R72 1572 0 R
+ /R74 1574 0 R
+ /R76 1576 0 R
+ /R78 1578 0 R
+ /R8 1580 0 R
+ /R80 1582 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 82 0
+5 0 obj
+<<
+ /Contents 1584 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /ProcSet [
+ /PDF
+ /ImageB
+ ]
+ /XObject <<
+ /IIm1 1586 0 R
+ /IIm10 1588 0 R
+ /IIm100 1590 0 R
+ /IIm1000 1592 0 R
+ /IIm1001 1594 0 R
+ /IIm1002 1596 0 R
+ /IIm1003 1598 0 R
+ /IIm1004 1600 0 R
+ /IIm1005 1602 0 R
+ /IIm1006 1604 0 R
+ /IIm1007 1606 0 R
+ /IIm1008 1608 0 R
+ /IIm1009 1610 0 R
+ /IIm101 1612 0 R
+ /IIm1010 1614 0 R
+ /IIm1011 1616 0 R
+ /IIm1012 1618 0 R
+ /IIm1013 1620 0 R
+ /IIm1014 1622 0 R
+ /IIm1015 1624 0 R
+ /IIm1016 1626 0 R
+ /IIm1017 1628 0 R
+ /IIm1018 1630 0 R
+ /IIm1019 1632 0 R
+ /IIm102 1634 0 R
+ /IIm1020 1636 0 R
+ /IIm1021 1638 0 R
+ /IIm1022 1640 0 R
+ /IIm1023 1642 0 R
+ /IIm1024 1644 0 R
+ /IIm1025 1646 0 R
+ /IIm1026 1648 0 R
+ /IIm1027 1650 0 R
+ /IIm1028 1652 0 R
+ /IIm1029 1654 0 R
+ /IIm103 1656 0 R
+ /IIm1030 1658 0 R
+ /IIm1031 1660 0 R
+ /IIm1032 1662 0 R
+ /IIm1033 1664 0 R
+ /IIm1034 1666 0 R
+ /IIm1035 1668 0 R
+ /IIm1036 1670 0 R
+ /IIm1037 1672 0 R
+ /IIm1038 1674 0 R
+ /IIm1039 1676 0 R
+ /IIm104 1678 0 R
+ /IIm1040 1680 0 R
+ /IIm1041 1682 0 R
+ /IIm1042 1684 0 R
+ /IIm1043 1686 0 R
+ /IIm1044 1688 0 R
+ /IIm1045 1690 0 R
+ /IIm1046 1692 0 R
+ /IIm1047 1694 0 R
+ /IIm1048 1696 0 R
+ /IIm1049 1698 0 R
+ /IIm105 1700 0 R
+ /IIm1050 1702 0 R
+ /IIm1051 1704 0 R
+ /IIm1052 1706 0 R
+ /IIm1053 1708 0 R
+ /IIm1054 1710 0 R
+ /IIm1055 1712 0 R
+ /IIm1056 1714 0 R
+ /IIm1057 1716 0 R
+ /IIm1058 1718 0 R
+ /IIm1059 1720 0 R
+ /IIm106 1722 0 R
+ /IIm1060 1724 0 R
+ /IIm1061 1726 0 R
+ /IIm1062 1728 0 R
+ /IIm1063 1730 0 R
+ /IIm1064 1732 0 R
+ /IIm1065 1734 0 R
+ /IIm1066 1736 0 R
+ /IIm1067 1738 0 R
+ /IIm1068 1740 0 R
+ /IIm1069 1742 0 R
+ /IIm107 1744 0 R
+ /IIm1070 1746 0 R
+ /IIm1071 1748 0 R
+ /IIm1072 1750 0 R
+ /IIm1073 1752 0 R
+ /IIm1074 1754 0 R
+ /IIm1075 1756 0 R
+ /IIm1076 1758 0 R
+ /IIm1077 1760 0 R
+ /IIm1078 1762 0 R
+ /IIm1079 1764 0 R
+ /IIm108 1766 0 R
+ /IIm1080 1768 0 R
+ /IIm1081 1770 0 R
+ /IIm1082 1772 0 R
+ /IIm1083 1774 0 R
+ /IIm1084 1776 0 R
+ /IIm1085 1778 0 R
+ /IIm1086 1780 0 R
+ /IIm1087 1782 0 R
+ /IIm1088 1784 0 R
+ /IIm1089 1786 0 R
+ /IIm109 1788 0 R
+ /IIm1090 1790 0 R
+ /IIm1091 1792 0 R
+ /IIm1092 1794 0 R
+ /IIm1093 1796 0 R
+ /IIm1094 1798 0 R
+ /IIm1095 1800 0 R
+ /IIm1096 1802 0 R
+ /IIm1097 1804 0 R
+ /IIm1098 1806 0 R
+ /IIm1099 1808 0 R
+ /IIm11 1810 0 R
+ /IIm110 1812 0 R
+ /IIm1100 1814 0 R
+ /IIm1101 1816 0 R
+ /IIm1102 1818 0 R
+ /IIm1103 1820 0 R
+ /IIm1104 1822 0 R
+ /IIm1105 1824 0 R
+ /IIm1106 1826 0 R
+ /IIm1107 1828 0 R
+ /IIm1108 1830 0 R
+ /IIm1109 1832 0 R
+ /IIm111 1834 0 R
+ /IIm1110 1836 0 R
+ /IIm1111 1838 0 R
+ /IIm1112 1840 0 R
+ /IIm1113 1842 0 R
+ /IIm1114 1844 0 R
+ /IIm1115 1846 0 R
+ /IIm1116 1848 0 R
+ /IIm1117 1850 0 R
+ /IIm1118 1852 0 R
+ /IIm1119 1854 0 R
+ /IIm112 1856 0 R
+ /IIm1120 1858 0 R
+ /IIm1121 1860 0 R
+ /IIm1122 1862 0 R
+ /IIm1123 1864 0 R
+ /IIm1124 1866 0 R
+ /IIm1125 1868 0 R
+ /IIm1126 1870 0 R
+ /IIm1127 1872 0 R
+ /IIm1128 1874 0 R
+ /IIm1129 1876 0 R
+ /IIm113 1878 0 R
+ /IIm1130 1880 0 R
+ /IIm1131 1882 0 R
+ /IIm1132 1884 0 R
+ /IIm1133 1886 0 R
+ /IIm1134 1888 0 R
+ /IIm1135 1890 0 R
+ /IIm1136 1892 0 R
+ /IIm1137 1894 0 R
+ /IIm1138 1896 0 R
+ /IIm1139 1898 0 R
+ /IIm114 1900 0 R
+ /IIm1140 1902 0 R
+ /IIm1141 1904 0 R
+ /IIm1142 1906 0 R
+ /IIm1143 1908 0 R
+ /IIm1144 1910 0 R
+ /IIm1145 1912 0 R
+ /IIm1146 1914 0 R
+ /IIm1147 1916 0 R
+ /IIm1148 1918 0 R
+ /IIm1149 1920 0 R
+ /IIm115 1922 0 R
+ /IIm1150 1924 0 R
+ /IIm1151 1926 0 R
+ /IIm1152 1928 0 R
+ /IIm1153 1930 0 R
+ /IIm1154 1932 0 R
+ /IIm1155 1934 0 R
+ /IIm1156 1936 0 R
+ /IIm1157 1938 0 R
+ /IIm1158 1940 0 R
+ /IIm1159 1942 0 R
+ /IIm116 1944 0 R
+ /IIm1160 1946 0 R
+ /IIm1161 1948 0 R
+ /IIm1162 1950 0 R
+ /IIm1163 1952 0 R
+ /IIm1164 1954 0 R
+ /IIm1165 1956 0 R
+ /IIm1166 1958 0 R
+ /IIm1167 1960 0 R
+ /IIm1168 1962 0 R
+ /IIm1169 1964 0 R
+ /IIm117 1966 0 R
+ /IIm1170 1968 0 R
+ /IIm1171 1970 0 R
+ /IIm1172 1972 0 R
+ /IIm1173 1974 0 R
+ /IIm1174 1976 0 R
+ /IIm1175 1978 0 R
+ /IIm1176 1980 0 R
+ /IIm1177 1982 0 R
+ /IIm1178 1984 0 R
+ /IIm1179 1986 0 R
+ /IIm118 1988 0 R
+ /IIm1180 1990 0 R
+ /IIm1181 1992 0 R
+ /IIm1182 1994 0 R
+ /IIm1183 1996 0 R
+ /IIm1184 1998 0 R
+ /IIm1185 2000 0 R
+ /IIm1186 2002 0 R
+ /IIm1187 2004 0 R
+ /IIm1188 2006 0 R
+ /IIm1189 2008 0 R
+ /IIm119 2010 0 R
+ /IIm1190 2012 0 R
+ /IIm1191 2014 0 R
+ /IIm1192 2016 0 R
+ /IIm1193 2018 0 R
+ /IIm1194 2020 0 R
+ /IIm1195 2022 0 R
+ /IIm1196 2024 0 R
+ /IIm1197 2026 0 R
+ /IIm1198 2028 0 R
+ /IIm1199 2030 0 R
+ /IIm12 2032 0 R
+ /IIm120 2034 0 R
+ /IIm1200 2036 0 R
+ /IIm1201 2038 0 R
+ /IIm1202 2040 0 R
+ /IIm1203 2042 0 R
+ /IIm1204 2044 0 R
+ /IIm1205 2046 0 R
+ /IIm1206 2048 0 R
+ /IIm1207 2050 0 R
+ /IIm1208 2052 0 R
+ /IIm1209 2054 0 R
+ /IIm121 2056 0 R
+ /IIm1210 2058 0 R
+ /IIm1211 2060 0 R
+ /IIm1212 2062 0 R
+ /IIm1213 2064 0 R
+ /IIm1214 2066 0 R
+ /IIm1215 2068 0 R
+ /IIm1216 2070 0 R
+ /IIm1217 2072 0 R
+ /IIm1218 2074 0 R
+ /IIm1219 2076 0 R
+ /IIm122 2078 0 R
+ /IIm1220 2080 0 R
+ /IIm1221 2082 0 R
+ /IIm1222 2084 0 R
+ /IIm1223 2086 0 R
+ /IIm1224 2088 0 R
+ /IIm1225 2090 0 R
+ /IIm1226 2092 0 R
+ /IIm1227 2094 0 R
+ /IIm1228 2096 0 R
+ /IIm1229 2098 0 R
+ /IIm123 2100 0 R
+ /IIm1230 2102 0 R
+ /IIm1231 2104 0 R
+ /IIm1232 2106 0 R
+ /IIm1233 2108 0 R
+ /IIm1234 2110 0 R
+ /IIm1235 2112 0 R
+ /IIm1236 2114 0 R
+ /IIm1237 2116 0 R
+ /IIm1238 2118 0 R
+ /IIm1239 2120 0 R
+ /IIm124 2122 0 R
+ /IIm1240 2124 0 R
+ /IIm1241 2126 0 R
+ /IIm1242 2128 0 R
+ /IIm1243 2130 0 R
+ /IIm1244 2132 0 R
+ /IIm1245 2134 0 R
+ /IIm1246 2136 0 R
+ /IIm1247 2138 0 R
+ /IIm1248 2140 0 R
+ /IIm1249 2142 0 R
+ /IIm125 2144 0 R
+ /IIm1250 2146 0 R
+ /IIm1251 2148 0 R
+ /IIm1252 2150 0 R
+ /IIm1253 2152 0 R
+ /IIm1254 2154 0 R
+ /IIm1255 2156 0 R
+ /IIm1256 2158 0 R
+ /IIm1257 2160 0 R
+ /IIm1258 2162 0 R
+ /IIm1259 2164 0 R
+ /IIm126 2166 0 R
+ /IIm1260 2168 0 R
+ /IIm1261 2170 0 R
+ /IIm1262 2172 0 R
+ /IIm1263 2174 0 R
+ /IIm1264 2176 0 R
+ /IIm1265 2178 0 R
+ /IIm1266 2180 0 R
+ /IIm1267 2182 0 R
+ /IIm1268 2184 0 R
+ /IIm1269 2186 0 R
+ /IIm127 2188 0 R
+ /IIm1270 2190 0 R
+ /IIm1271 2192 0 R
+ /IIm1272 2194 0 R
+ /IIm1273 2196 0 R
+ /IIm1274 2198 0 R
+ /IIm1275 2200 0 R
+ /IIm1276 2202 0 R
+ /IIm1277 2204 0 R
+ /IIm1278 2206 0 R
+ /IIm1279 2208 0 R
+ /IIm128 2210 0 R
+ /IIm1280 2212 0 R
+ /IIm1281 2214 0 R
+ /IIm1282 2216 0 R
+ /IIm1283 2218 0 R
+ /IIm1284 2220 0 R
+ /IIm1285 2222 0 R
+ /IIm1286 2224 0 R
+ /IIm1287 2226 0 R
+ /IIm1288 2228 0 R
+ /IIm1289 2230 0 R
+ /IIm129 2232 0 R
+ /IIm1290 2234 0 R
+ /IIm1291 2236 0 R
+ /IIm1292 2238 0 R
+ /IIm1293 2240 0 R
+ /IIm1294 2242 0 R
+ /IIm1295 2244 0 R
+ /IIm1296 2246 0 R
+ /IIm1297 2248 0 R
+ /IIm1298 2250 0 R
+ /IIm1299 2252 0 R
+ /IIm13 2254 0 R
+ /IIm130 2256 0 R
+ /IIm1300 2258 0 R
+ /IIm1301 2260 0 R
+ /IIm1302 2262 0 R
+ /IIm1303 2264 0 R
+ /IIm1304 2266 0 R
+ /IIm1305 2268 0 R
+ /IIm1306 2270 0 R
+ /IIm1307 2272 0 R
+ /IIm1308 2274 0 R
+ /IIm1309 2276 0 R
+ /IIm131 2278 0 R
+ /IIm1310 2280 0 R
+ /IIm1311 2282 0 R
+ /IIm1312 2284 0 R
+ /IIm1313 2286 0 R
+ /IIm1314 2288 0 R
+ /IIm1315 2290 0 R
+ /IIm1316 2292 0 R
+ /IIm1317 2294 0 R
+ /IIm1318 2296 0 R
+ /IIm1319 2298 0 R
+ /IIm132 2300 0 R
+ /IIm1320 2302 0 R
+ /IIm1321 2304 0 R
+ /IIm1322 2306 0 R
+ /IIm1323 2308 0 R
+ /IIm1324 2310 0 R
+ /IIm1325 2312 0 R
+ /IIm1326 2314 0 R
+ /IIm1327 2316 0 R
+ /IIm1328 2318 0 R
+ /IIm1329 2320 0 R
+ /IIm133 2322 0 R
+ /IIm1330 2324 0 R
+ /IIm1331 2326 0 R
+ /IIm1332 2328 0 R
+ /IIm1333 2330 0 R
+ /IIm1334 2332 0 R
+ /IIm1335 2334 0 R
+ /IIm1336 2336 0 R
+ /IIm1337 2338 0 R
+ /IIm1338 2340 0 R
+ /IIm1339 2342 0 R
+ /IIm134 2344 0 R
+ /IIm1340 2346 0 R
+ /IIm1341 2348 0 R
+ /IIm1342 2350 0 R
+ /IIm1343 2352 0 R
+ /IIm1344 2354 0 R
+ /IIm1345 2356 0 R
+ /IIm1346 2358 0 R
+ /IIm1347 2360 0 R
+ /IIm1348 2362 0 R
+ /IIm1349 2364 0 R
+ /IIm135 2366 0 R
+ /IIm1350 2368 0 R
+ /IIm1351 2370 0 R
+ /IIm1352 2372 0 R
+ /IIm1353 2374 0 R
+ /IIm1354 2376 0 R
+ /IIm1355 2378 0 R
+ /IIm1356 2380 0 R
+ /IIm1357 2382 0 R
+ /IIm1358 2384 0 R
+ /IIm1359 2386 0 R
+ /IIm136 2388 0 R
+ /IIm1360 2390 0 R
+ /IIm137 2392 0 R
+ /IIm138 2394 0 R
+ /IIm139 2396 0 R
+ /IIm14 2398 0 R
+ /IIm140 2400 0 R
+ /IIm141 2402 0 R
+ /IIm142 2404 0 R
+ /IIm143 2406 0 R
+ /IIm144 2408 0 R
+ /IIm145 2410 0 R
+ /IIm146 2412 0 R
+ /IIm147 2414 0 R
+ /IIm148 2416 0 R
+ /IIm149 2418 0 R
+ /IIm15 2420 0 R
+ /IIm150 2422 0 R
+ /IIm151 2424 0 R
+ /IIm152 2426 0 R
+ /IIm153 2428 0 R
+ /IIm154 2430 0 R
+ /IIm155 2432 0 R
+ /IIm156 2434 0 R
+ /IIm157 2436 0 R
+ /IIm158 2438 0 R
+ /IIm159 2440 0 R
+ /IIm16 2442 0 R
+ /IIm160 2444 0 R
+ /IIm161 2446 0 R
+ /IIm162 2448 0 R
+ /IIm163 2450 0 R
+ /IIm164 2452 0 R
+ /IIm165 2454 0 R
+ /IIm166 2456 0 R
+ /IIm167 2458 0 R
+ /IIm168 2460 0 R
+ /IIm169 2462 0 R
+ /IIm17 2464 0 R
+ /IIm170 2466 0 R
+ /IIm171 2468 0 R
+ /IIm172 2470 0 R
+ /IIm173 2472 0 R
+ /IIm174 2474 0 R
+ /IIm175 2476 0 R
+ /IIm176 2478 0 R
+ /IIm177 2480 0 R
+ /IIm178 2482 0 R
+ /IIm179 2484 0 R
+ /IIm18 2486 0 R
+ /IIm180 2488 0 R
+ /IIm181 2490 0 R
+ /IIm182 2492 0 R
+ /IIm183 2494 0 R
+ /IIm184 2496 0 R
+ /IIm185 2498 0 R
+ /IIm186 2500 0 R
+ /IIm187 2502 0 R
+ /IIm188 2504 0 R
+ /IIm189 2506 0 R
+ /IIm19 2508 0 R
+ /IIm190 2510 0 R
+ /IIm191 2512 0 R
+ /IIm192 2514 0 R
+ /IIm193 2516 0 R
+ /IIm194 2518 0 R
+ /IIm195 2520 0 R
+ /IIm196 2522 0 R
+ /IIm197 2524 0 R
+ /IIm198 2526 0 R
+ /IIm199 2528 0 R
+ /IIm2 2530 0 R
+ /IIm20 2532 0 R
+ /IIm200 2534 0 R
+ /IIm201 2536 0 R
+ /IIm202 2538 0 R
+ /IIm203 2540 0 R
+ /IIm204 2542 0 R
+ /IIm205 2544 0 R
+ /IIm206 2546 0 R
+ /IIm207 2548 0 R
+ /IIm208 2550 0 R
+ /IIm209 2552 0 R
+ /IIm21 2554 0 R
+ /IIm210 2556 0 R
+ /IIm211 2558 0 R
+ /IIm212 2560 0 R
+ /IIm213 2562 0 R
+ /IIm214 2564 0 R
+ /IIm215 2566 0 R
+ /IIm216 2568 0 R
+ /IIm217 2570 0 R
+ /IIm218 2572 0 R
+ /IIm219 2574 0 R
+ /IIm22 2576 0 R
+ /IIm220 2578 0 R
+ /IIm221 2580 0 R
+ /IIm222 2582 0 R
+ /IIm223 2584 0 R
+ /IIm224 2586 0 R
+ /IIm225 2588 0 R
+ /IIm226 2590 0 R
+ /IIm227 2592 0 R
+ /IIm228 2594 0 R
+ /IIm229 2596 0 R
+ /IIm23 2598 0 R
+ /IIm230 2600 0 R
+ /IIm231 2602 0 R
+ /IIm232 2604 0 R
+ /IIm233 2606 0 R
+ /IIm234 2608 0 R
+ /IIm235 2610 0 R
+ /IIm236 2612 0 R
+ /IIm237 2614 0 R
+ /IIm238 2616 0 R
+ /IIm239 2618 0 R
+ /IIm24 2620 0 R
+ /IIm240 2622 0 R
+ /IIm241 2624 0 R
+ /IIm242 2626 0 R
+ /IIm243 2628 0 R
+ /IIm244 2630 0 R
+ /IIm245 2632 0 R
+ /IIm246 2634 0 R
+ /IIm247 2636 0 R
+ /IIm248 2638 0 R
+ /IIm249 2640 0 R
+ /IIm25 2642 0 R
+ /IIm250 2644 0 R
+ /IIm251 2646 0 R
+ /IIm252 2648 0 R
+ /IIm253 2650 0 R
+ /IIm254 2652 0 R
+ /IIm255 2654 0 R
+ /IIm256 2656 0 R
+ /IIm257 2658 0 R
+ /IIm258 2660 0 R
+ /IIm259 2662 0 R
+ /IIm26 2664 0 R
+ /IIm260 2666 0 R
+ /IIm261 2668 0 R
+ /IIm262 2670 0 R
+ /IIm263 2672 0 R
+ /IIm264 2674 0 R
+ /IIm265 2676 0 R
+ /IIm266 2678 0 R
+ /IIm267 2680 0 R
+ /IIm268 2682 0 R
+ /IIm269 2684 0 R
+ /IIm27 2686 0 R
+ /IIm270 2688 0 R
+ /IIm271 2690 0 R
+ /IIm272 2692 0 R
+ /IIm273 2694 0 R
+ /IIm274 2696 0 R
+ /IIm275 2698 0 R
+ /IIm276 2700 0 R
+ /IIm277 2702 0 R
+ /IIm278 2704 0 R
+ /IIm279 2706 0 R
+ /IIm28 2708 0 R
+ /IIm280 2710 0 R
+ /IIm281 2712 0 R
+ /IIm282 2714 0 R
+ /IIm283 2716 0 R
+ /IIm284 2718 0 R
+ /IIm285 2720 0 R
+ /IIm286 2722 0 R
+ /IIm287 2724 0 R
+ /IIm288 2726 0 R
+ /IIm289 2728 0 R
+ /IIm29 2730 0 R
+ /IIm290 2732 0 R
+ /IIm291 2734 0 R
+ /IIm292 2736 0 R
+ /IIm293 2738 0 R
+ /IIm294 2740 0 R
+ /IIm295 2742 0 R
+ /IIm296 2744 0 R
+ /IIm297 2746 0 R
+ /IIm298 2748 0 R
+ /IIm299 2750 0 R
+ /IIm3 2752 0 R
+ /IIm30 2754 0 R
+ /IIm300 2756 0 R
+ /IIm301 2758 0 R
+ /IIm302 2760 0 R
+ /IIm303 2762 0 R
+ /IIm304 2764 0 R
+ /IIm305 2766 0 R
+ /IIm306 2768 0 R
+ /IIm307 2770 0 R
+ /IIm308 2772 0 R
+ /IIm309 2774 0 R
+ /IIm31 2776 0 R
+ /IIm310 2778 0 R
+ /IIm311 2780 0 R
+ /IIm312 2782 0 R
+ /IIm313 2784 0 R
+ /IIm314 2786 0 R
+ /IIm315 2788 0 R
+ /IIm316 2790 0 R
+ /IIm317 2792 0 R
+ /IIm318 2794 0 R
+ /IIm319 2796 0 R
+ /IIm32 2798 0 R
+ /IIm320 2800 0 R
+ /IIm321 2802 0 R
+ /IIm322 2804 0 R
+ /IIm323 2806 0 R
+ /IIm324 2808 0 R
+ /IIm325 2810 0 R
+ /IIm326 2812 0 R
+ /IIm327 2814 0 R
+ /IIm328 2816 0 R
+ /IIm329 2818 0 R
+ /IIm33 2820 0 R
+ /IIm330 2822 0 R
+ /IIm331 2824 0 R
+ /IIm332 2826 0 R
+ /IIm333 2828 0 R
+ /IIm334 2830 0 R
+ /IIm335 2832 0 R
+ /IIm336 2834 0 R
+ /IIm337 2836 0 R
+ /IIm338 2838 0 R
+ /IIm339 2840 0 R
+ /IIm34 2842 0 R
+ /IIm340 2844 0 R
+ /IIm341 2846 0 R
+ /IIm342 2848 0 R
+ /IIm343 2850 0 R
+ /IIm344 2852 0 R
+ /IIm345 2854 0 R
+ /IIm346 2856 0 R
+ /IIm347 2858 0 R
+ /IIm348 2860 0 R
+ /IIm349 2862 0 R
+ /IIm35 2864 0 R
+ /IIm350 2866 0 R
+ /IIm351 2868 0 R
+ /IIm352 2870 0 R
+ /IIm353 2872 0 R
+ /IIm354 2874 0 R
+ /IIm355 2876 0 R
+ /IIm356 2878 0 R
+ /IIm357 2880 0 R
+ /IIm358 2882 0 R
+ /IIm359 2884 0 R
+ /IIm36 2886 0 R
+ /IIm360 2888 0 R
+ /IIm361 2890 0 R
+ /IIm362 2892 0 R
+ /IIm363 2894 0 R
+ /IIm364 2896 0 R
+ /IIm365 2898 0 R
+ /IIm366 2900 0 R
+ /IIm367 2902 0 R
+ /IIm368 2904 0 R
+ /IIm369 2906 0 R
+ /IIm37 2908 0 R
+ /IIm370 2910 0 R
+ /IIm371 2912 0 R
+ /IIm372 2914 0 R
+ /IIm373 2916 0 R
+ /IIm374 2918 0 R
+ /IIm375 2920 0 R
+ /IIm376 2922 0 R
+ /IIm377 2924 0 R
+ /IIm378 2926 0 R
+ /IIm379 2928 0 R
+ /IIm38 2930 0 R
+ /IIm380 2932 0 R
+ /IIm381 2934 0 R
+ /IIm382 2936 0 R
+ /IIm383 2938 0 R
+ /IIm384 2940 0 R
+ /IIm385 2942 0 R
+ /IIm386 2944 0 R
+ /IIm387 2946 0 R
+ /IIm388 2948 0 R
+ /IIm389 2950 0 R
+ /IIm39 2952 0 R
+ /IIm390 2954 0 R
+ /IIm391 2956 0 R
+ /IIm392 2958 0 R
+ /IIm393 2960 0 R
+ /IIm394 2962 0 R
+ /IIm395 2964 0 R
+ /IIm396 2966 0 R
+ /IIm397 2968 0 R
+ /IIm398 2970 0 R
+ /IIm399 2972 0 R
+ /IIm4 2974 0 R
+ /IIm40 2976 0 R
+ /IIm400 2978 0 R
+ /IIm401 2980 0 R
+ /IIm402 2982 0 R
+ /IIm403 2984 0 R
+ /IIm404 2986 0 R
+ /IIm405 2988 0 R
+ /IIm406 2990 0 R
+ /IIm407 2992 0 R
+ /IIm408 2994 0 R
+ /IIm409 2996 0 R
+ /IIm41 2998 0 R
+ /IIm410 3000 0 R
+ /IIm411 3002 0 R
+ /IIm412 3004 0 R
+ /IIm413 3006 0 R
+ /IIm414 3008 0 R
+ /IIm415 3010 0 R
+ /IIm416 3012 0 R
+ /IIm417 3014 0 R
+ /IIm418 3016 0 R
+ /IIm419 3018 0 R
+ /IIm42 3020 0 R
+ /IIm420 3022 0 R
+ /IIm421 3024 0 R
+ /IIm422 3026 0 R
+ /IIm423 3028 0 R
+ /IIm424 3030 0 R
+ /IIm425 3032 0 R
+ /IIm426 3034 0 R
+ /IIm427 3036 0 R
+ /IIm428 3038 0 R
+ /IIm429 3040 0 R
+ /IIm43 3042 0 R
+ /IIm430 3044 0 R
+ /IIm431 3046 0 R
+ /IIm432 3048 0 R
+ /IIm433 3050 0 R
+ /IIm434 3052 0 R
+ /IIm435 3054 0 R
+ /IIm436 3056 0 R
+ /IIm437 3058 0 R
+ /IIm438 3060 0 R
+ /IIm439 3062 0 R
+ /IIm44 3064 0 R
+ /IIm440 3066 0 R
+ /IIm441 3068 0 R
+ /IIm442 3070 0 R
+ /IIm443 3072 0 R
+ /IIm444 3074 0 R
+ /IIm445 3076 0 R
+ /IIm446 3078 0 R
+ /IIm447 3080 0 R
+ /IIm448 3082 0 R
+ /IIm449 3084 0 R
+ /IIm45 3086 0 R
+ /IIm450 3088 0 R
+ /IIm451 3090 0 R
+ /IIm452 3092 0 R
+ /IIm453 3094 0 R
+ /IIm454 3096 0 R
+ /IIm455 3098 0 R
+ /IIm456 3100 0 R
+ /IIm457 3102 0 R
+ /IIm458 3104 0 R
+ /IIm459 3106 0 R
+ /IIm46 3108 0 R
+ /IIm460 3110 0 R
+ /IIm461 3112 0 R
+ /IIm462 3114 0 R
+ /IIm463 3116 0 R
+ /IIm464 3118 0 R
+ /IIm465 3120 0 R
+ /IIm466 3122 0 R
+ /IIm467 3124 0 R
+ /IIm468 3126 0 R
+ /IIm469 3128 0 R
+ /IIm47 3130 0 R
+ /IIm470 3132 0 R
+ /IIm471 3134 0 R
+ /IIm472 3136 0 R
+ /IIm473 3138 0 R
+ /IIm474 3140 0 R
+ /IIm475 3142 0 R
+ /IIm476 3144 0 R
+ /IIm477 3146 0 R
+ /IIm478 3148 0 R
+ /IIm479 3150 0 R
+ /IIm48 3152 0 R
+ /IIm480 3154 0 R
+ /IIm481 3156 0 R
+ /IIm482 3158 0 R
+ /IIm483 3160 0 R
+ /IIm484 3162 0 R
+ /IIm485 3164 0 R
+ /IIm486 3166 0 R
+ /IIm487 3168 0 R
+ /IIm488 3170 0 R
+ /IIm489 3172 0 R
+ /IIm49 3174 0 R
+ /IIm490 3176 0 R
+ /IIm491 3178 0 R
+ /IIm492 3180 0 R
+ /IIm493 3182 0 R
+ /IIm494 3184 0 R
+ /IIm495 3186 0 R
+ /IIm496 3188 0 R
+ /IIm497 3190 0 R
+ /IIm498 3192 0 R
+ /IIm499 3194 0 R
+ /IIm5 3196 0 R
+ /IIm50 3198 0 R
+ /IIm500 3200 0 R
+ /IIm501 3202 0 R
+ /IIm502 3204 0 R
+ /IIm503 3206 0 R
+ /IIm504 3208 0 R
+ /IIm505 3210 0 R
+ /IIm506 3212 0 R
+ /IIm507 3214 0 R
+ /IIm508 3216 0 R
+ /IIm509 3218 0 R
+ /IIm51 3220 0 R
+ /IIm510 3222 0 R
+ /IIm511 3224 0 R
+ /IIm512 3226 0 R
+ /IIm513 3228 0 R
+ /IIm514 3230 0 R
+ /IIm515 3232 0 R
+ /IIm516 3234 0 R
+ /IIm517 3236 0 R
+ /IIm518 3238 0 R
+ /IIm519 3240 0 R
+ /IIm52 3242 0 R
+ /IIm520 3244 0 R
+ /IIm521 3246 0 R
+ /IIm522 3248 0 R
+ /IIm523 3250 0 R
+ /IIm524 3252 0 R
+ /IIm525 3254 0 R
+ /IIm526 3256 0 R
+ /IIm527 3258 0 R
+ /IIm528 3260 0 R
+ /IIm529 3262 0 R
+ /IIm53 3264 0 R
+ /IIm530 3266 0 R
+ /IIm531 3268 0 R
+ /IIm532 3270 0 R
+ /IIm533 3272 0 R
+ /IIm534 3274 0 R
+ /IIm535 3276 0 R
+ /IIm536 3278 0 R
+ /IIm537 3280 0 R
+ /IIm538 3282 0 R
+ /IIm539 3284 0 R
+ /IIm54 3286 0 R
+ /IIm540 3288 0 R
+ /IIm541 3290 0 R
+ /IIm542 3292 0 R
+ /IIm543 3294 0 R
+ /IIm544 3296 0 R
+ /IIm545 3298 0 R
+ /IIm546 3300 0 R
+ /IIm547 3302 0 R
+ /IIm548 3304 0 R
+ /IIm549 3306 0 R
+ /IIm55 3308 0 R
+ /IIm550 3310 0 R
+ /IIm551 3312 0 R
+ /IIm552 3314 0 R
+ /IIm553 3316 0 R
+ /IIm554 3318 0 R
+ /IIm555 3320 0 R
+ /IIm556 3322 0 R
+ /IIm557 3324 0 R
+ /IIm558 3326 0 R
+ /IIm559 3328 0 R
+ /IIm56 3330 0 R
+ /IIm560 3332 0 R
+ /IIm561 3334 0 R
+ /IIm562 3336 0 R
+ /IIm563 3338 0 R
+ /IIm564 3340 0 R
+ /IIm565 3342 0 R
+ /IIm566 3344 0 R
+ /IIm567 3346 0 R
+ /IIm568 3348 0 R
+ /IIm569 3350 0 R
+ /IIm57 3352 0 R
+ /IIm570 3354 0 R
+ /IIm571 3356 0 R
+ /IIm572 3358 0 R
+ /IIm573 3360 0 R
+ /IIm574 3362 0 R
+ /IIm575 3364 0 R
+ /IIm576 3366 0 R
+ /IIm577 3368 0 R
+ /IIm578 3370 0 R
+ /IIm579 3372 0 R
+ /IIm58 3374 0 R
+ /IIm580 3376 0 R
+ /IIm581 3378 0 R
+ /IIm582 3380 0 R
+ /IIm583 3382 0 R
+ /IIm584 3384 0 R
+ /IIm585 3386 0 R
+ /IIm586 3388 0 R
+ /IIm587 3390 0 R
+ /IIm588 3392 0 R
+ /IIm589 3394 0 R
+ /IIm59 3396 0 R
+ /IIm590 3398 0 R
+ /IIm591 3400 0 R
+ /IIm592 3402 0 R
+ /IIm593 3404 0 R
+ /IIm594 3406 0 R
+ /IIm595 3408 0 R
+ /IIm596 3410 0 R
+ /IIm597 3412 0 R
+ /IIm598 3414 0 R
+ /IIm599 3416 0 R
+ /IIm6 3418 0 R
+ /IIm60 3420 0 R
+ /IIm600 3422 0 R
+ /IIm601 3424 0 R
+ /IIm602 3426 0 R
+ /IIm603 3428 0 R
+ /IIm604 3430 0 R
+ /IIm605 3432 0 R
+ /IIm606 3434 0 R
+ /IIm607 3436 0 R
+ /IIm608 3438 0 R
+ /IIm609 3440 0 R
+ /IIm61 3442 0 R
+ /IIm610 3444 0 R
+ /IIm611 3446 0 R
+ /IIm612 3448 0 R
+ /IIm613 3450 0 R
+ /IIm614 3452 0 R
+ /IIm615 3454 0 R
+ /IIm616 3456 0 R
+ /IIm617 3458 0 R
+ /IIm618 3460 0 R
+ /IIm619 3462 0 R
+ /IIm62 3464 0 R
+ /IIm620 3466 0 R
+ /IIm621 3468 0 R
+ /IIm622 3470 0 R
+ /IIm623 3472 0 R
+ /IIm624 3474 0 R
+ /IIm625 3476 0 R
+ /IIm626 3478 0 R
+ /IIm627 3480 0 R
+ /IIm628 3482 0 R
+ /IIm629 3484 0 R
+ /IIm63 3486 0 R
+ /IIm630 3488 0 R
+ /IIm631 3490 0 R
+ /IIm632 3492 0 R
+ /IIm633 3494 0 R
+ /IIm634 3496 0 R
+ /IIm635 3498 0 R
+ /IIm636 3500 0 R
+ /IIm637 3502 0 R
+ /IIm638 3504 0 R
+ /IIm639 3506 0 R
+ /IIm64 3508 0 R
+ /IIm640 3510 0 R
+ /IIm641 3512 0 R
+ /IIm642 3514 0 R
+ /IIm643 3516 0 R
+ /IIm644 3518 0 R
+ /IIm645 3520 0 R
+ /IIm646 3522 0 R
+ /IIm647 3524 0 R
+ /IIm648 3526 0 R
+ /IIm649 3528 0 R
+ /IIm65 3530 0 R
+ /IIm650 3532 0 R
+ /IIm651 3534 0 R
+ /IIm652 3536 0 R
+ /IIm653 3538 0 R
+ /IIm654 3540 0 R
+ /IIm655 3542 0 R
+ /IIm656 3544 0 R
+ /IIm657 3546 0 R
+ /IIm658 3548 0 R
+ /IIm659 3550 0 R
+ /IIm66 3552 0 R
+ /IIm660 3554 0 R
+ /IIm661 3556 0 R
+ /IIm662 3558 0 R
+ /IIm663 3560 0 R
+ /IIm664 3562 0 R
+ /IIm665 3564 0 R
+ /IIm666 3566 0 R
+ /IIm667 3568 0 R
+ /IIm668 3570 0 R
+ /IIm669 3572 0 R
+ /IIm67 3574 0 R
+ /IIm670 3576 0 R
+ /IIm671 3578 0 R
+ /IIm672 3580 0 R
+ /IIm673 3582 0 R
+ /IIm674 3584 0 R
+ /IIm675 3586 0 R
+ /IIm676 3588 0 R
+ /IIm677 3590 0 R
+ /IIm678 3592 0 R
+ /IIm679 3594 0 R
+ /IIm68 3596 0 R
+ /IIm680 3598 0 R
+ /IIm681 3600 0 R
+ /IIm682 3602 0 R
+ /IIm683 3604 0 R
+ /IIm684 3606 0 R
+ /IIm685 3608 0 R
+ /IIm686 3610 0 R
+ /IIm687 3612 0 R
+ /IIm688 3614 0 R
+ /IIm689 3616 0 R
+ /IIm69 3618 0 R
+ /IIm690 3620 0 R
+ /IIm691 3622 0 R
+ /IIm692 3624 0 R
+ /IIm693 3626 0 R
+ /IIm694 3628 0 R
+ /IIm695 3630 0 R
+ /IIm696 3632 0 R
+ /IIm697 3634 0 R
+ /IIm698 3636 0 R
+ /IIm699 3638 0 R
+ /IIm7 3640 0 R
+ /IIm70 3642 0 R
+ /IIm700 3644 0 R
+ /IIm701 3646 0 R
+ /IIm702 3648 0 R
+ /IIm703 3650 0 R
+ /IIm704 3652 0 R
+ /IIm705 3654 0 R
+ /IIm706 3656 0 R
+ /IIm707 3658 0 R
+ /IIm708 3660 0 R
+ /IIm709 3662 0 R
+ /IIm71 3664 0 R
+ /IIm710 3666 0 R
+ /IIm711 3668 0 R
+ /IIm712 3670 0 R
+ /IIm713 3672 0 R
+ /IIm714 3674 0 R
+ /IIm715 3676 0 R
+ /IIm716 3678 0 R
+ /IIm717 3680 0 R
+ /IIm718 3682 0 R
+ /IIm719 3684 0 R
+ /IIm72 3686 0 R
+ /IIm720 3688 0 R
+ /IIm721 3690 0 R
+ /IIm722 3692 0 R
+ /IIm723 3694 0 R
+ /IIm724 3696 0 R
+ /IIm725 3698 0 R
+ /IIm726 3700 0 R
+ /IIm727 3702 0 R
+ /IIm728 3704 0 R
+ /IIm729 3706 0 R
+ /IIm73 3708 0 R
+ /IIm730 3710 0 R
+ /IIm731 3712 0 R
+ /IIm732 3714 0 R
+ /IIm733 3716 0 R
+ /IIm734 3718 0 R
+ /IIm735 3720 0 R
+ /IIm736 3722 0 R
+ /IIm737 3724 0 R
+ /IIm738 3726 0 R
+ /IIm739 3728 0 R
+ /IIm74 3730 0 R
+ /IIm740 3732 0 R
+ /IIm741 3734 0 R
+ /IIm742 3736 0 R
+ /IIm743 3738 0 R
+ /IIm744 3740 0 R
+ /IIm745 3742 0 R
+ /IIm746 3744 0 R
+ /IIm747 3746 0 R
+ /IIm748 3748 0 R
+ /IIm749 3750 0 R
+ /IIm75 3752 0 R
+ /IIm750 3754 0 R
+ /IIm751 3756 0 R
+ /IIm752 3758 0 R
+ /IIm753 3760 0 R
+ /IIm754 3762 0 R
+ /IIm755 3764 0 R
+ /IIm756 3766 0 R
+ /IIm757 3768 0 R
+ /IIm758 3770 0 R
+ /IIm759 3772 0 R
+ /IIm76 3774 0 R
+ /IIm760 3776 0 R
+ /IIm761 3778 0 R
+ /IIm762 3780 0 R
+ /IIm763 3782 0 R
+ /IIm764 3784 0 R
+ /IIm765 3786 0 R
+ /IIm766 3788 0 R
+ /IIm767 3790 0 R
+ /IIm768 3792 0 R
+ /IIm769 3794 0 R
+ /IIm77 3796 0 R
+ /IIm770 3798 0 R
+ /IIm771 3800 0 R
+ /IIm772 3802 0 R
+ /IIm773 3804 0 R
+ /IIm774 3806 0 R
+ /IIm775 3808 0 R
+ /IIm776 3810 0 R
+ /IIm777 3812 0 R
+ /IIm778 3814 0 R
+ /IIm779 3816 0 R
+ /IIm78 3818 0 R
+ /IIm780 3820 0 R
+ /IIm781 3822 0 R
+ /IIm782 3824 0 R
+ /IIm783 3826 0 R
+ /IIm784 3828 0 R
+ /IIm785 3830 0 R
+ /IIm786 3832 0 R
+ /IIm787 3834 0 R
+ /IIm788 3836 0 R
+ /IIm789 3838 0 R
+ /IIm79 3840 0 R
+ /IIm790 3842 0 R
+ /IIm791 3844 0 R
+ /IIm792 3846 0 R
+ /IIm793 3848 0 R
+ /IIm794 3850 0 R
+ /IIm795 3852 0 R
+ /IIm796 3854 0 R
+ /IIm797 3856 0 R
+ /IIm798 3858 0 R
+ /IIm799 3860 0 R
+ /IIm8 3862 0 R
+ /IIm80 3864 0 R
+ /IIm800 3866 0 R
+ /IIm801 3868 0 R
+ /IIm802 3870 0 R
+ /IIm803 3872 0 R
+ /IIm804 3874 0 R
+ /IIm805 3876 0 R
+ /IIm806 3878 0 R
+ /IIm807 3880 0 R
+ /IIm808 3882 0 R
+ /IIm809 3884 0 R
+ /IIm81 3886 0 R
+ /IIm810 3888 0 R
+ /IIm811 3890 0 R
+ /IIm812 3892 0 R
+ /IIm813 3894 0 R
+ /IIm814 3896 0 R
+ /IIm815 3898 0 R
+ /IIm816 3900 0 R
+ /IIm817 3902 0 R
+ /IIm818 3904 0 R
+ /IIm819 3906 0 R
+ /IIm82 3908 0 R
+ /IIm820 3910 0 R
+ /IIm821 3912 0 R
+ /IIm822 3914 0 R
+ /IIm823 3916 0 R
+ /IIm824 3918 0 R
+ /IIm825 3920 0 R
+ /IIm826 3922 0 R
+ /IIm827 3924 0 R
+ /IIm828 3926 0 R
+ /IIm829 3928 0 R
+ /IIm83 3930 0 R
+ /IIm830 3932 0 R
+ /IIm831 3934 0 R
+ /IIm832 3936 0 R
+ /IIm833 3938 0 R
+ /IIm834 3940 0 R
+ /IIm835 3942 0 R
+ /IIm836 3944 0 R
+ /IIm837 3946 0 R
+ /IIm838 3948 0 R
+ /IIm839 3950 0 R
+ /IIm84 3952 0 R
+ /IIm840 3954 0 R
+ /IIm841 3956 0 R
+ /IIm842 3958 0 R
+ /IIm843 3960 0 R
+ /IIm844 3962 0 R
+ /IIm845 3964 0 R
+ /IIm846 3966 0 R
+ /IIm847 3968 0 R
+ /IIm848 3970 0 R
+ /IIm849 3972 0 R
+ /IIm85 3974 0 R
+ /IIm850 3976 0 R
+ /IIm851 3978 0 R
+ /IIm852 3980 0 R
+ /IIm853 3982 0 R
+ /IIm854 3984 0 R
+ /IIm855 3986 0 R
+ /IIm856 3988 0 R
+ /IIm857 3990 0 R
+ /IIm858 3992 0 R
+ /IIm859 3994 0 R
+ /IIm86 3996 0 R
+ /IIm860 3998 0 R
+ /IIm861 4000 0 R
+ /IIm862 4002 0 R
+ /IIm863 4004 0 R
+ /IIm864 4006 0 R
+ /IIm865 4008 0 R
+ /IIm866 4010 0 R
+ /IIm867 4012 0 R
+ /IIm868 4014 0 R
+ /IIm869 4016 0 R
+ /IIm87 4018 0 R
+ /IIm870 4020 0 R
+ /IIm871 4022 0 R
+ /IIm872 4024 0 R
+ /IIm873 4026 0 R
+ /IIm874 4028 0 R
+ /IIm875 4030 0 R
+ /IIm876 4032 0 R
+ /IIm877 4034 0 R
+ /IIm878 4036 0 R
+ /IIm879 4038 0 R
+ /IIm88 4040 0 R
+ /IIm880 4042 0 R
+ /IIm881 4044 0 R
+ /IIm882 4046 0 R
+ /IIm883 4048 0 R
+ /IIm884 4050 0 R
+ /IIm885 4052 0 R
+ /IIm886 4054 0 R
+ /IIm887 4056 0 R
+ /IIm888 4058 0 R
+ /IIm889 4060 0 R
+ /IIm89 4062 0 R
+ /IIm890 4064 0 R
+ /IIm891 4066 0 R
+ /IIm892 4068 0 R
+ /IIm893 4070 0 R
+ /IIm894 4072 0 R
+ /IIm895 4074 0 R
+ /IIm896 4076 0 R
+ /IIm897 4078 0 R
+ /IIm898 4080 0 R
+ /IIm899 4082 0 R
+ /IIm9 4084 0 R
+ /IIm90 4086 0 R
+ /IIm900 4088 0 R
+ /IIm901 4090 0 R
+ /IIm902 4092 0 R
+ /IIm903 4094 0 R
+ /IIm904 4096 0 R
+ /IIm905 4098 0 R
+ /IIm906 4100 0 R
+ /IIm907 4102 0 R
+ /IIm908 4104 0 R
+ /IIm909 4106 0 R
+ /IIm91 4108 0 R
+ /IIm910 4110 0 R
+ /IIm911 4112 0 R
+ /IIm912 4114 0 R
+ /IIm913 4116 0 R
+ /IIm914 4118 0 R
+ /IIm915 4120 0 R
+ /IIm916 4122 0 R
+ /IIm917 4124 0 R
+ /IIm918 4126 0 R
+ /IIm919 4128 0 R
+ /IIm92 4130 0 R
+ /IIm920 4132 0 R
+ /IIm921 4134 0 R
+ /IIm922 4136 0 R
+ /IIm923 4138 0 R
+ /IIm924 4140 0 R
+ /IIm925 4142 0 R
+ /IIm926 4144 0 R
+ /IIm927 4146 0 R
+ /IIm928 4148 0 R
+ /IIm929 4150 0 R
+ /IIm93 4152 0 R
+ /IIm930 4154 0 R
+ /IIm931 4156 0 R
+ /IIm932 4158 0 R
+ /IIm933 4160 0 R
+ /IIm934 4162 0 R
+ /IIm935 4164 0 R
+ /IIm936 4166 0 R
+ /IIm937 4168 0 R
+ /IIm938 4170 0 R
+ /IIm939 4172 0 R
+ /IIm94 4174 0 R
+ /IIm940 4176 0 R
+ /IIm941 4178 0 R
+ /IIm942 4180 0 R
+ /IIm943 4182 0 R
+ /IIm944 4184 0 R
+ /IIm945 4186 0 R
+ /IIm946 4188 0 R
+ /IIm947 4190 0 R
+ /IIm948 4192 0 R
+ /IIm949 4194 0 R
+ /IIm95 4196 0 R
+ /IIm950 4198 0 R
+ /IIm951 4200 0 R
+ /IIm952 4202 0 R
+ /IIm953 4204 0 R
+ /IIm954 4206 0 R
+ /IIm955 4208 0 R
+ /IIm956 4210 0 R
+ /IIm957 4212 0 R
+ /IIm958 4214 0 R
+ /IIm959 4216 0 R
+ /IIm96 4218 0 R
+ /IIm960 4220 0 R
+ /IIm961 4222 0 R
+ /IIm962 4224 0 R
+ /IIm963 4226 0 R
+ /IIm964 4228 0 R
+ /IIm965 4230 0 R
+ /IIm966 4232 0 R
+ /IIm967 4234 0 R
+ /IIm968 4236 0 R
+ /IIm969 4238 0 R
+ /IIm97 4240 0 R
+ /IIm970 4242 0 R
+ /IIm971 4244 0 R
+ /IIm972 4246 0 R
+ /IIm973 4248 0 R
+ /IIm974 4250 0 R
+ /IIm975 4252 0 R
+ /IIm976 4254 0 R
+ /IIm977 4256 0 R
+ /IIm978 4258 0 R
+ /IIm979 4260 0 R
+ /IIm98 4262 0 R
+ /IIm980 4264 0 R
+ /IIm981 4266 0 R
+ /IIm982 4268 0 R
+ /IIm983 4270 0 R
+ /IIm984 4272 0 R
+ /IIm985 4274 0 R
+ /IIm986 4276 0 R
+ /IIm987 4278 0 R
+ /IIm988 4280 0 R
+ /IIm989 4282 0 R
+ /IIm99 4284 0 R
+ /IIm990 4286 0 R
+ /IIm991 4288 0 R
+ /IIm992 4290 0 R
+ /IIm993 4292 0 R
+ /IIm994 4294 0 R
+ /IIm995 4296 0 R
+ /IIm996 4298 0 R
+ /IIm997 4300 0 R
+ /IIm998 4302 0 R
+ /IIm999 4304 0 R
+ /R101 4306 0 R
+ /R103 4308 0 R
+ /R105 4310 0 R
+ /R107 4312 0 R
+ /R109 4314 0 R
+ /R111 4316 0 R
+ /R113 4318 0 R
+ /R115 4320 0 R
+ /R117 4322 0 R
+ /R119 4324 0 R
+ /R121 4326 0 R
+ /R123 4328 0 R
+ /R125 4330 0 R
+ /R127 4332 0 R
+ /R129 4334 0 R
+ /R131 4336 0 R
+ /R133 4338 0 R
+ /R135 4340 0 R
+ /R137 4342 0 R
+ /R139 4344 0 R
+ /R141 4346 0 R
+ /R143 4348 0 R
+ /R145 4350 0 R
+ /R147 4352 0 R
+ /R149 4354 0 R
+ /R151 4356 0 R
+ /R153 4358 0 R
+ /R155 4360 0 R
+ /R157 4362 0 R
+ /R159 4364 0 R
+ /R161 4366 0 R
+ /R163 4368 0 R
+ /R165 4370 0 R
+ /R167 4372 0 R
+ /R169 4374 0 R
+ /R171 4376 0 R
+ /R173 4378 0 R
+ /R175 4380 0 R
+ /R177 4382 0 R
+ /R179 4384 0 R
+ /R181 4386 0 R
+ /R183 4388 0 R
+ /R185 4390 0 R
+ /R187 4392 0 R
+ /R189 4394 0 R
+ /R191 4396 0 R
+ /R193 4398 0 R
+ /R195 4400 0 R
+ /R197 4402 0 R
+ /R199 4404 0 R
+ /R201 4406 0 R
+ /R203 4408 0 R
+ /R205 4410 0 R
+ /R207 4412 0 R
+ /R209 4414 0 R
+ /R211 4416 0 R
+ /R213 4418 0 R
+ /R215 4420 0 R
+ /R217 4422 0 R
+ /R219 4424 0 R
+ /R221 4426 0 R
+ /R223 4428 0 R
+ /R225 4430 0 R
+ /R227 4432 0 R
+ /R229 4434 0 R
+ /R231 4436 0 R
+ /R233 4438 0 R
+ /R235 4440 0 R
+ /R237 4442 0 R
+ /R239 4444 0 R
+ /R241 4446 0 R
+ /R243 4448 0 R
+ /R245 4450 0 R
+ /R247 4452 0 R
+ /R249 4454 0 R
+ /R251 4456 0 R
+ /R253 4458 0 R
+ /R255 4460 0 R
+ /R257 4462 0 R
+ /R259 4464 0 R
+ /R261 4466 0 R
+ /R263 4468 0 R
+ /R265 4470 0 R
+ /R267 4472 0 R
+ /R269 4474 0 R
+ /R271 4476 0 R
+ /R273 4478 0 R
+ /R275 4480 0 R
+ /R277 4482 0 R
+ /R279 4484 0 R
+ /R281 4486 0 R
+ /R283 4488 0 R
+ /R285 4490 0 R
+ /R287 4492 0 R
+ /R289 4494 0 R
+ /R291 4496 0 R
+ /R293 4498 0 R
+ /R295 4500 0 R
+ /R297 4502 0 R
+ /R299 4504 0 R
+ /R301 4506 0 R
+ /R303 4508 0 R
+ /R305 4510 0 R
+ /R307 4512 0 R
+ /R309 4514 0 R
+ /R311 4516 0 R
+ /R313 4518 0 R
+ /R315 4520 0 R
+ /R317 4522 0 R
+ /R319 4524 0 R
+ /R321 4526 0 R
+ /R323 4528 0 R
+ /R325 4530 0 R
+ /R327 4532 0 R
+ /R329 4534 0 R
+ /R331 4536 0 R
+ /R333 4538 0 R
+ /R335 4540 0 R
+ /R337 4542 0 R
+ /R339 4544 0 R
+ /R341 4546 0 R
+ /R343 4548 0 R
+ /R345 4550 0 R
+ /R347 4552 0 R
+ /R349 4554 0 R
+ /R351 4556 0 R
+ /R353 4558 0 R
+ /R355 4560 0 R
+ /R357 4562 0 R
+ /R359 4564 0 R
+ /R361 4566 0 R
+ /R363 4568 0 R
+ /R365 4570 0 R
+ /R367 4572 0 R
+ /R369 4574 0 R
+ /R371 4576 0 R
+ /R373 4578 0 R
+ /R375 4580 0 R
+ /R377 4582 0 R
+ /R379 4584 0 R
+ /R381 4586 0 R
+ /R383 4588 0 R
+ /R385 4590 0 R
+ /R387 4592 0 R
+ /R389 4594 0 R
+ /R391 4596 0 R
+ /R393 4598 0 R
+ /R395 4600 0 R
+ /R397 4602 0 R
+ /R399 4604 0 R
+ /R401 4606 0 R
+ /R403 4608 0 R
+ /R405 4610 0 R
+ /R407 4612 0 R
+ /R409 4614 0 R
+ /R411 4616 0 R
+ /R413 4618 0 R
+ /R415 4620 0 R
+ /R417 4622 0 R
+ /R419 4624 0 R
+ /R421 4626 0 R
+ /R423 4628 0 R
+ /R425 4630 0 R
+ /R427 4632 0 R
+ /R429 4634 0 R
+ /R431 4636 0 R
+ /R433 4638 0 R
+ /R435 4640 0 R
+ /R437 4642 0 R
+ /R439 4644 0 R
+ /R441 4646 0 R
+ /R443 4648 0 R
+ /R445 4650 0 R
+ /R447 4652 0 R
+ /R449 4654 0 R
+ /R451 4656 0 R
+ /R453 4658 0 R
+ /R455 4660 0 R
+ /R457 4662 0 R
+ /R459 4664 0 R
+ /R461 4666 0 R
+ /R463 4668 0 R
+ /R465 4670 0 R
+ /R467 4672 0 R
+ /R469 4674 0 R
+ /R471 4676 0 R
+ /R473 4678 0 R
+ /R475 4680 0 R
+ /R477 4682 0 R
+ /R479 4684 0 R
+ /R481 4686 0 R
+ /R483 4688 0 R
+ /R485 4690 0 R
+ /R487 4692 0 R
+ /R489 4694 0 R
+ /R491 4696 0 R
+ /R493 4698 0 R
+ /R495 4700 0 R
+ /R497 4702 0 R
+ /R499 4704 0 R
+ /R501 4706 0 R
+ /R503 4708 0 R
+ /R505 4710 0 R
+ /R507 4712 0 R
+ /R509 4714 0 R
+ /R511 4716 0 R
+ /R513 4718 0 R
+ /R515 4720 0 R
+ /R517 4722 0 R
+ /R519 4724 0 R
+ /R521 4726 0 R
+ /R523 4728 0 R
+ /R525 4730 0 R
+ /R527 4732 0 R
+ /R529 4734 0 R
+ /R531 4736 0 R
+ /R533 4738 0 R
+ /R535 4740 0 R
+ /R537 4742 0 R
+ /R539 4744 0 R
+ /R541 4746 0 R
+ /R543 4748 0 R
+ /R545 4750 0 R
+ /R547 4752 0 R
+ /R549 4754 0 R
+ /R551 4756 0 R
+ /R553 4758 0 R
+ /R555 4760 0 R
+ /R85 4762 0 R
+ /R87 4764 0 R
+ /R89 4766 0 R
+ /R91 4768 0 R
+ /R93 4770 0 R
+ /R95 4772 0 R
+ /R97 4774 0 R
+ /R99 4776 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 1308 0
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q
+0 1.1999 -1.1999 -0 121.19 150.009 cm
+BI
+/CS /G/W 1/H 1/BPC 8/F/Fl/DP<</Predictor 15/Columns 1>>
+ID xœcü
+EI
+Q
+q
+0 140.388 -128.389 -0 431.964 5427.17 cm
+/R6 Do
+Q
+q
+0 103.191 -130.789 -0 434.364 5578.36 cm
+/R8 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 5693.55 cm
+/R10 Do
+Q
+q
+0 98.3918 -95.992 -0 434.364 5818.34 cm
+/R12 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 5932.33 cm
+/R14 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 6071.52 cm
+/R16 Do
+Q
+q
+0 98.3918 -128.389 -0 431.964 6157.91 cm
+/R18 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6273.1 cm
+/R20 Do
+Q
+q
+0 125.99 -133.189 -0 434.364 6455.48 cm
+/R22 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6593.47 cm
+/R24 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 6718.26 cm
+/R26 Do
+Q
+q
+0 110.391 -93.5922 -0 431.964 6827.45 cm
+/R28 Do
+Q
+q
+0 107.991 -98.3918 -0 434.364 6942.64 cm
+/R30 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 7067.43 cm
+/R32 Do
+Q
+q
+0 70.7941 -130.789 -0 434.364 7181.42 cm
+/R34 Do
+Q
+q
+0 35.997 -128.389 -0 431.964 7269.02 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 107.991 -98.3918 -0 434.364 7323.01 cm
+/R36 Do
+Q
+q
+0 98.3918 -95.992 -0 431.964 7447.8 cm
+/R38 Do
+Q
+q
+0 38.3968 -93.5922 -0 431.964 7567.79 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+q
+0 956.32 -1034.31 -0 3498.91 3450.93 cm
+/R40 Do
+Q
+1 i
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+715.141 3987.29 m
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+715.141 3987.29 l
+f*
+1120.71 2970.97 m
+1135.11 2946.98 l
+1149.5 2924.18 l
+1231.1 2916.98 l
+1245.5 2896.58 l
+1259.9 2874.98 l
+760.737 2925.38 l
+746.338 2948.18 l
+731.939 2970.97 l
+1168.7 3021.37 l
+1180.7 2999.77 l
+1193.9 2978.17 l
+1120.71 2970.97 l
+h
+1024.72 2962.57 m
+867.528 2946.98 l
+1043.91 2932.58 l
+1024.72 2962.57 l
+f*
+928.723 3124.56 m
+951.521 3160.56 l
+964.72 3159.36 l
+976.719 3158.16 l
+989.918 3156.96 l
+1001.92 3155.76 l
+1012.72 3154.56 l
+1023.52 3152.16 l
+1034.31 3150.96 l
+1043.91 3148.56 l
+1053.51 3147.36 l
+1063.11 3144.96 l
+1071.51 3142.56 l
+1078.71 3140.16 l
+1087.11 3137.76 l
+1093.11 3135.36 l
+1100.31 3131.76 l
+1106.31 3129.36 l
+1112.31 3126.96 l
+1117.11 3123.36 l
+1121.91 3119.76 l
+1125.51 3116.16 l
+1129.11 3112.56 l
+1132.71 3107.76 l
+1135.11 3104.16 l
+1137.51 3099.36 l
+1139.91 3094.56 l
+1141.11 3089.76 l
+1142.31 3083.76 l
+1142.31 3080.17 l
+1141.11 3075.37 l
+1138.71 3071.77 l
+1136.31 3066.97 l
+1133.91 3063.37 l
+1129.11 3059.77 l
+1123.11 3057.37 l
+1117.11 3053.77 l
+1109.91 3051.37 l
+1100.31 3047.77 l
+1090.71 3045.37 l
+1079.91 3042.97 l
+1067.91 3039.37 l
+1054.71 3036.97 l
+1040.31 3035.77 l
+1024.72 3033.37 l
+1009.12 3032.17 l
+991.118 3030.97 l
+971.919 3030.97 l
+951.521 3029.77 l
+931.123 3029.77 l
+916.724 3029.77 l
+902.325 3029.77 l
+889.126 3030.97 l
+875.927 3030.97 l
+862.729 3030.97 l
+850.729 3032.17 l
+838.73 3033.37 l
+826.731 3034.57 l
+814.732 3035.77 l
+803.933 3036.97 l
+793.134 3038.17 l
+782.335 3039.37 l
+772.736 3041.77 l
+761.937 3042.97 l
+753.538 3045.37 l
+743.938 3047.77 l
+735.539 3050.17 l
+727.14 3052.57 l
+718.74 3054.97 l
+711.541 3057.37 l
+704.342 3059.77 l
+698.342 3063.37 l
+692.343 3065.77 l
+686.343 3069.37 l
+681.543 3071.77 l
+676.744 3075.37 l
+671.944 3078.97 l
+668.345 3082.56 l
+664.745 3086.16 l
+662.345 3089.76 l
+658.745 3093.36 l
+657.546 3098.16 l
+655.146 3104.16 l
+653.946 3110.16 l
+653.946 3114.96 l
+655.146 3120.96 l
+658.745 3125.76 l
+662.345 3129.36 l
+668.345 3134.16 l
+674.344 3137.76 l
+682.743 3141.36 l
+692.343 3144.96 l
+701.942 3147.36 l
+713.941 3149.76 l
+727.14 3153.36 l
+741.539 3155.76 l
+757.137 3156.96 l
+775.136 3159.36 l
+818.332 3122.16 l
+808.733 3122.16 l
+801.534 3120.96 l
+794.334 3119.76 l
+789.535 3118.56 l
+782.335 3116.16 l
+776.336 3114.96 l
+771.536 3112.56 l
+767.936 3110.16 l
+765.537 3107.76 l
+763.137 3104.16 l
+763.137 3101.76 l
+764.337 3098.16 l
+766.737 3095.76 l
+769.136 3092.16 l
+773.936 3088.56 l
+779.935 3086.16 l
+787.135 3083.76 l
+794.334 3081.36 l
+803.933 3078.97 l
+813.532 3076.57 l
+821.932 3075.37 l
+831.531 3074.17 l
+842.33 3074.17 l
+853.129 3072.97 l
+866.328 3071.77 l
+879.527 3071.77 l
+892.726 3071.77 l
+908.325 3071.77 l
+927.523 3071.77 l
+944.322 3071.77 l
+959.92 3072.97 l
+973.119 3072.97 l
+985.118 3074.17 l
+995.917 3075.37 l
+1004.32 3076.57 l
+1011.52 3077.77 l
+1017.52 3080.17 l
+1022.32 3081.36 l
+1025.91 3083.76 l
+1029.51 3086.16 l
+1030.71 3088.56 l
+1031.91 3090.96 l
+1031.91 3094.56 l
+1030.71 3096.96 l
+1029.51 3100.56 l
+1027.11 3102.96 l
+1023.52 3105.36 l
+1019.92 3107.76 l
+1016.32 3110.16 l
+1011.52 3111.36 l
+1005.52 3113.76 l
+999.517 3114.96 l
+993.518 3116.16 l
+985.118 3118.56 l
+977.919 3119.76 l
+969.52 3120.96 l
+959.92 3122.16 l
+950.321 3122.16 l
+939.522 3123.36 l
+928.723 3124.56 l
+928.723 3124.56 l
+f*
+628.748 3180.96 m
+621.549 3201.35 l
+613.149 3220.55 l
+605.95 3239.75 l
+599.95 3258.95 l
+598.75 3263.75 l
+598.75 3268.55 l
+599.95 3272.15 l
+602.35 3276.95 l
+605.95 3280.55 l
+609.55 3282.95 l
+615.549 3286.55 l
+622.749 3288.95 l
+629.948 3291.35 l
+638.347 3293.75 l
+647.946 3294.95 l
+657.546 3297.35 l
+667.145 3298.55 l
+677.944 3298.55 l
+689.943 3299.75 l
+701.942 3299.75 l
+711.541 3299.75 l
+722.34 3298.55 l
+731.939 3298.55 l
+740.339 3297.35 l
+749.938 3296.15 l
+758.337 3294.95 l
+766.737 3293.75 l
+775.136 3292.55 l
+785.935 3288.95 l
+794.334 3286.55 l
+803.933 3281.75 l
+811.133 3278.15 l
+813.532 3280.55 l
+815.932 3284.15 l
+819.532 3287.75 l
+823.132 3290.15 l
+827.931 3292.55 l
+832.731 3294.95 l
+838.73 3297.35 l
+845.93 3298.55 l
+853.129 3300.95 l
+860.329 3302.15 l
+868.728 3303.35 l
+877.127 3304.55 l
+886.727 3304.55 l
+896.326 3305.75 l
+907.125 3305.75 l
+917.924 3305.75 l
+934.722 3305.75 l
+952.721 3304.55 l
+968.32 3303.35 l
+983.918 3300.95 l
+998.317 3298.55 l
+1011.52 3294.95 l
+1023.52 3291.35 l
+1034.31 3287.75 l
+1040.31 3284.15 l
+1045.11 3280.55 l
+1049.91 3276.95 l
+1054.71 3272.15 l
+1059.51 3264.95 l
+1063.11 3260.15 l
+1065.51 3256.55 l
+1066.71 3252.95 l
+1073.91 3234.95 l
+1079.91 3216.95 l
+1087.11 3198.96 l
+1094.31 3180.96 l
+628.748 3180.96 l
+h
+795.534 3222.95 m
+788.335 3240.95 l
+785.935 3245.75 l
+782.335 3249.35 l
+778.735 3252.95 l
+772.736 3255.35 l
+765.537 3256.55 l
+757.137 3257.75 l
+747.538 3258.95 l
+736.739 3258.95 l
+728.34 3258.95 l
+719.94 3257.75 l
+712.741 3256.55 l
+706.741 3255.35 l
+703.142 3252.95 l
+699.542 3249.35 l
+699.542 3245.75 l
+699.542 3242.15 l
+706.741 3222.95 l
+795.534 3222.95 l
+h
+977.919 3222.95 m
+970.719 3244.55 l
+968.32 3249.35 l
+963.52 3254.15 l
+958.72 3256.55 l
+951.521 3260.15 l
+944.322 3261.35 l
+935.922 3262.55 l
+925.123 3263.75 l
+915.524 3263.75 l
+905.925 3263.75 l
+896.326 3262.55 l
+889.126 3261.35 l
+883.127 3260.15 l
+878.327 3256.55 l
+875.927 3254.15 l
+874.728 3249.35 l
+875.927 3244.55 l
+884.327 3222.95 l
+977.919 3222.95 l
+f*
+998.317 3492.93 m
+1005.52 3465.33 l
+1012.72 3437.74 l
+1018.72 3408.94 l
+1027.11 3381.34 l
+1012.72 3381.34 l
+998.317 3382.54 l
+983.918 3383.74 l
+969.52 3384.94 l
+956.321 3386.14 l
+941.922 3388.54 l
+928.723 3390.94 l
+915.524 3393.34 l
+902.325 3395.74 l
+887.926 3398.14 l
+872.328 3402.94 l
+856.729 3406.54 l
+839.93 3411.34 l
+823.132 3417.34 l
+805.133 3423.34 l
+785.935 3429.34 l
+764.337 3436.54 l
+746.338 3442.53 l
+729.54 3447.33 l
+717.541 3450.93 l
+705.542 3452.13 l
+694.742 3453.33 l
+683.943 3454.53 l
+674.344 3454.53 l
+663.545 3454.53 l
+655.146 3453.33 l
+646.747 3452.13 l
+638.347 3450.93 l
+632.348 3448.53 l
+628.748 3444.93 l
+626.348 3442.53 l
+626.348 3438.94 l
+628.748 3435.34 l
+632.348 3432.94 l
+637.147 3429.34 l
+645.547 3426.94 l
+655.146 3425.74 l
+667.145 3423.34 l
+682.743 3422.14 l
+700.742 3420.94 l
+700.742 3383.74 l
+687.543 3384.94 l
+674.344 3384.94 l
+662.345 3386.14 l
+651.546 3387.34 l
+640.747 3388.54 l
+631.148 3389.74 l
+621.549 3390.94 l
+613.149 3392.14 l
+605.95 3393.34 l
+598.75 3394.54 l
+591.551 3396.94 l
+584.352 3399.34 l
+578.352 3400.54 l
+572.353 3402.94 l
+567.553 3405.34 l
+562.753 3408.94 l
+557.954 3411.34 l
+553.154 3413.74 l
+549.555 3417.34 l
+545.955 3420.94 l
+543.555 3424.54 l
+541.155 3429.34 l
+539.955 3432.94 l
+537.556 3437.74 l
+537.556 3442.53 l
+536.356 3447.33 l
+537.556 3452.13 l
+537.556 3455.73 l
+538.755 3459.33 l
+541.155 3462.93 l
+543.555 3465.33 l
+545.955 3468.93 l
+549.555 3471.33 l
+554.354 3473.73 l
+559.154 3476.13 l
+563.953 3478.53 l
+569.953 3480.93 l
+575.952 3482.13 l
+583.152 3484.53 l
+590.351 3485.73 l
+598.75 3486.93 l
+605.95 3488.13 l
+614.349 3489.33 l
+623.948 3490.53 l
+632.348 3491.73 l
+641.947 3491.73 l
+651.546 3491.73 l
+661.145 3491.73 l
+671.944 3491.73 l
+682.743 3491.73 l
+692.343 3491.73 l
+703.142 3490.53 l
+713.941 3489.33 l
+723.54 3488.13 l
+734.339 3486.93 l
+743.938 3484.53 l
+754.738 3483.33 l
+765.537 3480.93 l
+776.336 3477.33 l
+787.135 3474.93 l
+799.134 3471.33 l
+811.133 3467.73 l
+823.132 3462.93 l
+835.131 3459.33 l
+860.329 3449.73 l
+877.127 3443.73 l
+890.326 3440.14 l
+907.125 3435.34 l
+899.925 3464.13 l
+893.926 3492.93 l
+998.317 3492.93 l
+f*
+760.737 3509.73 m
+745.138 3509.73 l
+729.54 3509.73 l
+713.941 3509.73 l
+699.542 3510.93 l
+685.143 3510.93 l
+671.944 3510.93 l
+659.945 3512.13 l
+647.946 3513.33 l
+635.947 3513.33 l
+625.148 3514.53 l
+614.349 3515.73 l
+604.75 3516.93 l
+596.351 3518.13 l
+586.751 3520.53 l
+579.552 3521.73 l
+572.353 3522.93 l
+565.153 3525.33 l
+559.154 3526.53 l
+553.154 3528.93 l
+547.155 3531.33 l
+542.355 3533.73 l
+537.556 3536.13 l
+532.756 3538.53 l
+529.156 3540.93 l
+525.557 3543.33 l
+521.957 3545.73 l
+519.557 3549.33 l
+515.957 3551.73 l
+514.758 3555.33 l
+512.358 3558.93 l
+511.158 3561.32 l
+511.158 3564.92 l
+509.958 3572.12 l
+511.158 3578.12 l
+513.558 3582.92 l
+518.357 3587.72 l
+524.357 3591.32 l
+530.356 3594.92 l
+537.556 3598.52 l
+545.955 3602.12 l
+555.554 3604.52 l
+563.953 3606.92 l
+574.752 3608.12 l
+584.352 3610.52 l
+593.951 3611.72 l
+605.95 3612.92 l
+617.949 3614.12 l
+631.148 3615.32 l
+644.347 3616.52 l
+657.546 3617.72 l
+670.744 3617.72 l
+683.943 3618.92 l
+697.142 3618.92 l
+711.541 3618.92 l
+724.74 3618.92 l
+739.139 3618.92 l
+754.738 3618.92 l
+769.136 3618.92 l
+784.735 3618.92 l
+797.934 3618.92 l
+812.333 3617.72 l
+824.332 3617.72 l
+837.531 3616.52 l
+849.53 3616.52 l
+860.329 3615.32 l
+871.128 3614.12 l
+881.927 3612.92 l
+891.526 3612.92 l
+901.125 3610.52 l
+910.724 3609.32 l
+919.124 3608.12 l
+926.323 3606.92 l
+933.522 3605.72 l
+940.722 3603.32 l
+947.921 3602.12 l
+953.921 3599.72 l
+958.72 3597.32 l
+964.72 3594.92 l
+969.52 3592.52 l
+973.119 3590.12 l
+977.919 3587.72 l
+980.319 3584.12 l
+983.918 3581.72 l
+986.318 3578.12 l
+988.718 3574.52 l
+989.918 3570.92 l
+992.318 3568.52 l
+992.318 3563.72 l
+993.518 3560.12 l
+993.518 3556.53 l
+992.318 3552.93 l
+991.118 3549.33 l
+988.718 3545.73 l
+986.318 3542.13 l
+982.719 3539.73 l
+979.119 3537.33 l
+974.319 3533.73 l
+969.52 3531.33 l
+964.72 3528.93 l
+957.521 3527.73 l
+951.521 3525.33 l
+944.322 3522.93 l
+935.922 3521.73 l
+927.523 3519.33 l
+914.324 3516.93 l
+898.726 3515.73 l
+879.527 3513.33 l
+859.129 3512.13 l
+836.331 3510.93 l
+812.333 3509.73 l
+787.135 3509.73 l
+760.737 3509.73 l
+760.737 3509.73 l
+h
+753.538 3546.93 m
+775.136 3546.93 l
+794.334 3546.93 l
+812.333 3546.93 l
+829.131 3548.13 l
+842.33 3548.13 l
+855.529 3549.33 l
+866.328 3550.53 l
+874.728 3550.53 l
+881.927 3551.73 l
+887.926 3554.13 l
+893.926 3555.33 l
+897.526 3556.53 l
+901.125 3557.73 l
+903.525 3560.12 l
+904.725 3562.52 l
+904.725 3563.72 l
+903.525 3567.32 l
+899.925 3569.72 l
+895.126 3572.12 l
+889.126 3574.52 l
+880.727 3575.72 l
+871.128 3578.12 l
+857.929 3579.32 l
+844.73 3580.52 l
+826.731 3580.52 l
+806.333 3581.72 l
+781.135 3581.72 l
+751.138 3581.72 l
+728.34 3581.72 l
+707.941 3581.72 l
+689.943 3581.72 l
+673.144 3580.52 l
+658.745 3580.52 l
+646.747 3579.32 l
+635.947 3579.32 l
+626.348 3578.12 l
+619.149 3576.92 l
+613.149 3574.52 l
+608.35 3573.32 l
+603.55 3572.12 l
+599.95 3569.72 l
+598.75 3568.52 l
+597.551 3566.12 l
+597.551 3563.72 l
+597.551 3561.32 l
+599.95 3560.12 l
+602.35 3557.73 l
+607.15 3556.53 l
+611.949 3554.13 l
+617.949 3552.93 l
+625.148 3551.73 l
+632.348 3550.53 l
+641.947 3549.33 l
+652.746 3549.33 l
+664.745 3548.13 l
+679.144 3548.13 l
+695.942 3546.93 l
+713.941 3546.93 l
+733.139 3546.93 l
+753.538 3546.93 l
+753.538 3546.93 l
+f*
+737.939 3634.52 m
+722.34 3634.52 l
+706.741 3634.52 l
+691.143 3634.52 l
+676.744 3635.72 l
+663.545 3635.72 l
+649.146 3636.92 l
+637.147 3636.92 l
+625.148 3638.12 l
+613.149 3639.32 l
+602.35 3640.52 l
+592.751 3640.52 l
+583.152 3642.92 l
+573.552 3644.12 l
+565.153 3645.32 l
+557.954 3646.52 l
+550.754 3648.92 l
+543.555 3650.12 l
+537.556 3652.52 l
+531.556 3653.72 l
+525.557 3656.12 l
+520.757 3658.52 l
+515.957 3660.92 l
+512.358 3663.32 l
+507.558 3665.72 l
+503.958 3668.12 l
+501.559 3671.72 l
+499.159 3674.12 l
+496.759 3677.72 l
+494.359 3680.11 l
+493.159 3683.71 l
+491.959 3687.31 l
+491.959 3690.91 l
+491.959 3696.91 l
+493.159 3702.91 l
+495.559 3707.71 l
+500.359 3712.51 l
+506.358 3717.31 l
+513.558 3720.91 l
+520.757 3723.31 l
+529.156 3726.91 l
+538.755 3729.31 l
+547.155 3731.71 l
+557.954 3734.11 l
+567.553 3735.31 l
+578.352 3736.51 l
+589.151 3738.91 l
+601.15 3740.11 l
+614.349 3740.11 l
+627.548 3741.31 l
+640.747 3742.51 l
+653.946 3742.51 l
+667.145 3743.71 l
+681.543 3743.71 l
+694.742 3743.71 l
+709.141 3744.91 l
+722.34 3744.91 l
+737.939 3744.91 l
+753.538 3743.71 l
+767.936 3743.71 l
+782.335 3743.71 l
+795.534 3743.71 l
+808.733 3742.51 l
+820.732 3742.51 l
+832.731 3741.31 l
+844.73 3740.11 l
+855.529 3740.11 l
+865.128 3738.91 l
+875.927 3737.71 l
+884.327 3736.51 l
+893.926 3735.31 l
+902.325 3734.11 l
+909.525 3731.71 l
+916.724 3730.51 l
+923.923 3728.11 l
+929.923 3726.91 l
+935.922 3724.51 l
+941.922 3722.11 l
+946.721 3719.71 l
+951.521 3717.31 l
+955.121 3714.91 l
+959.92 3712.51 l
+962.32 3710.11 l
+965.92 3706.51 l
+968.32 3702.91 l
+969.52 3700.51 l
+971.919 3696.91 l
+973.119 3693.31 l
+973.119 3689.71 l
+973.119 3684.91 l
+973.119 3681.31 l
+971.919 3677.72 l
+970.719 3674.12 l
+968.32 3670.52 l
+965.92 3668.12 l
+962.32 3664.52 l
+958.72 3662.12 l
+953.921 3659.72 l
+949.121 3657.32 l
+943.122 3654.92 l
+935.922 3652.52 l
+929.923 3650.12 l
+922.723 3648.92 l
+914.324 3646.52 l
+905.925 3645.32 l
+891.526 3642.92 l
+875.927 3640.52 l
+857.929 3639.32 l
+836.331 3636.92 l
+813.532 3635.72 l
+789.535 3635.72 l
+764.337 3634.52 l
+737.939 3634.52 l
+737.939 3634.52 l
+h
+733.139 3671.72 m
+754.738 3671.72 l
+773.936 3671.72 l
+791.934 3672.92 l
+808.733 3672.92 l
+821.932 3672.92 l
+835.131 3674.12 l
+845.93 3675.32 l
+854.329 3676.52 l
+861.529 3677.72 l
+868.728 3678.92 l
+873.528 3680.11 l
+878.327 3681.31 l
+881.927 3683.71 l
+884.327 3684.91 l
+885.527 3687.31 l
+885.527 3689.71 l
+884.327 3692.11 l
+880.727 3694.51 l
+877.127 3696.91 l
+869.928 3699.31 l
+862.729 3700.51 l
+851.929 3702.91 l
+839.93 3704.11 l
+825.531 3705.31 l
+808.733 3706.51 l
+787.135 3706.51 l
+761.937 3707.71 l
+733.139 3707.71 l
+710.341 3707.71 l
+689.943 3706.51 l
+671.944 3706.51 l
+655.146 3706.51 l
+640.747 3705.31 l
+627.548 3705.31 l
+616.749 3704.11 l
+608.35 3702.91 l
+601.15 3701.71 l
+593.951 3700.51 l
+589.151 3699.31 l
+584.352 3696.91 l
+581.952 3695.71 l
+579.552 3693.31 l
+578.352 3690.91 l
+578.352 3689.71 l
+578.352 3687.31 l
+580.752 3684.91 l
+583.152 3682.51 l
+586.751 3681.31 l
+591.551 3680.11 l
+597.551 3677.72 l
+604.75 3676.52 l
+611.949 3675.32 l
+621.549 3675.32 l
+632.348 3674.12 l
+645.547 3672.92 l
+658.745 3672.92 l
+675.544 3671.72 l
+693.542 3671.72 l
+712.741 3671.72 l
+733.139 3671.72 l
+733.139 3671.72 l
+f*
+950.321 3869.7 m
+951.521 3842.1 l
+953.921 3813.3 l
+955.121 3785.71 l
+957.521 3756.91 l
+943.122 3758.11 l
+929.923 3759.31 l
+915.524 3760.51 l
+901.125 3761.71 l
+887.926 3762.91 l
+874.728 3765.31 l
+861.529 3766.51 l
+848.33 3768.91 l
+835.131 3771.31 l
+821.932 3774.91 l
+807.533 3778.51 l
+791.934 3783.31 l
+776.336 3788.11 l
+760.737 3792.91 l
+743.938 3798.91 l
+725.94 3806.1 l
+705.542 3813.3 l
+688.743 3819.3 l
+673.144 3824.1 l
+661.145 3826.5 l
+649.146 3828.9 l
+638.347 3830.1 l
+628.748 3831.3 l
+619.149 3831.3 l
+608.35 3831.3 l
+598.75 3830.1 l
+590.351 3828.9 l
+581.952 3826.5 l
+575.952 3824.1 l
+571.153 3821.7 l
+568.753 3818.1 l
+567.553 3815.7 l
+568.753 3812.1 l
+572.353 3808.5 l
+577.152 3806.1 l
+584.352 3803.7 l
+593.951 3801.3 l
+605.95 3800.1 l
+621.549 3798.91 l
+639.547 3797.71 l
+632.348 3760.51 l
+619.149 3760.51 l
+605.95 3761.71 l
+595.151 3762.91 l
+583.152 3762.91 l
+573.552 3764.11 l
+563.953 3765.31 l
+554.354 3766.51 l
+547.155 3767.71 l
+538.755 3770.11 l
+531.556 3771.31 l
+525.557 3773.71 l
+519.557 3774.91 l
+513.558 3777.31 l
+507.558 3779.71 l
+502.759 3782.11 l
+497.959 3784.51 l
+494.359 3788.11 l
+490.76 3790.51 l
+487.16 3794.11 l
+484.76 3797.71 l
+482.36 3801.3 l
+481.16 3804.9 l
+479.96 3809.7 l
+479.96 3814.5 l
+478.76 3819.3 l
+479.96 3824.1 l
+481.16 3827.7 l
+482.36 3831.3 l
+484.76 3836.1 l
+487.16 3838.5 l
+489.56 3842.1 l
+493.159 3844.5 l
+496.759 3848.1 l
+501.559 3850.5 l
+506.358 3852.9 l
+512.358 3855.3 l
+518.357 3856.5 l
+525.557 3858.9 l
+532.756 3860.1 l
+539.955 3862.5 l
+548.355 3863.7 l
+556.754 3864.9 l
+565.153 3866.1 l
+573.552 3867.3 l
+583.152 3867.3 l
+592.751 3868.5 l
+602.35 3868.5 l
+611.949 3868.5 l
+622.749 3868.5 l
+633.548 3868.5 l
+643.147 3867.3 l
+653.946 3867.3 l
+663.545 3866.1 l
+674.344 3864.9 l
+683.943 3862.5 l
+693.542 3861.3 l
+704.342 3858.9 l
+713.941 3856.5 l
+724.74 3854.1 l
+735.539 3851.7 l
+746.338 3848.1 l
+757.137 3844.5 l
+769.136 3839.7 l
+781.135 3834.9 l
+803.933 3825.3 l
+819.532 3820.5 l
+832.731 3815.7 l
+848.33 3810.9 l
+845.93 3840.9 l
+844.73 3869.7 l
+950.321 3869.7 l
+f*
+758.337 4043.68 m
+797.934 4079.68 l
+811.133 4079.68 l
+823.132 4078.48 l
+835.131 4077.28 l
+845.93 4074.88 l
+856.729 4073.68 l
+867.528 4072.48 l
+877.127 4070.08 l
+886.727 4068.88 l
+895.126 4066.48 l
+902.325 4064.08 l
+909.525 4061.68 l
+916.724 4059.28 l
+922.723 4056.88 l
+928.723 4054.48 l
+934.722 4052.08 l
+938.322 4048.48 l
+943.122 4046.08 l
+946.721 4042.48 l
+949.121 4038.89 l
+951.521 4035.29 l
+953.921 4031.69 l
+955.121 4028.09 l
+956.321 4023.29 l
+956.321 4019.69 l
+956.321 4013.69 l
+955.121 4008.89 l
+952.721 4004.09 l
+950.321 3999.29 l
+947.921 3994.49 l
+943.122 3990.89 l
+939.522 3987.29 l
+933.522 3983.69 l
+927.523 3980.09 l
+921.524 3976.49 l
+913.124 3972.89 l
+903.525 3970.49 l
+893.926 3966.89 l
+881.927 3964.49 l
+869.928 3962.09 l
+856.729 3959.69 l
+842.33 3957.29 l
+826.731 3954.89 l
+809.933 3953.69 l
+793.134 3951.29 l
+775.136 3951.29 l
+755.937 3950.09 l
+735.539 3950.09 l
+713.941 3948.89 l
+699.542 3948.89 l
+686.343 3950.09 l
+673.144 3950.09 l
+659.945 3950.09 l
+646.747 3951.29 l
+634.748 3951.29 l
+622.749 3952.49 l
+611.949 3953.69 l
+601.15 3954.89 l
+590.351 3956.09 l
+580.752 3957.29 l
+571.153 3959.69 l
+561.553 3960.89 l
+553.154 3963.29 l
+544.755 3964.49 l
+536.356 3966.89 l
+529.156 3969.29 l
+521.957 3971.69 l
+514.758 3974.09 l
+508.758 3976.49 l
+503.958 3980.09 l
+497.959 3982.49 l
+494.359 3984.89 l
+489.56 3988.49 l
+485.96 3992.09 l
+482.36 3994.49 l
+479.96 3998.09 l
+477.561 4001.69 l
+476.361 4005.29 l
+475.161 4008.89 l
+473.961 4013.69 l
+473.961 4017.29 l
+475.161 4023.29 l
+476.361 4029.29 l
+479.96 4035.29 l
+483.56 4040.08 l
+488.36 4044.88 l
+495.559 4049.68 l
+502.759 4053.28 l
+511.158 4056.88 l
+520.757 4060.48 l
+531.556 4064.08 l
+543.555 4066.48 l
+556.754 4070.08 l
+571.153 4072.48 l
+586.751 4074.88 l
+603.55 4077.28 l
+621.549 4078.48 l
+647.946 4042.48 l
+638.347 4041.28 l
+629.948 4040.08 l
+622.749 4038.89 l
+616.749 4037.69 l
+609.55 4036.49 l
+602.35 4034.09 l
+596.351 4031.69 l
+591.551 4029.29 l
+586.751 4026.89 l
+584.352 4024.49 l
+581.952 4020.89 l
+581.952 4018.49 l
+581.952 4014.89 l
+584.352 4011.29 l
+586.751 4008.89 l
+591.551 4005.29 l
+597.551 4002.89 l
+603.55 4000.49 l
+611.949 3998.09 l
+621.549 3996.89 l
+628.748 3995.69 l
+638.347 3994.49 l
+647.946 3993.29 l
+658.745 3992.09 l
+670.744 3992.09 l
+683.943 3990.89 l
+698.342 3990.89 l
+712.741 3990.89 l
+731.939 3990.89 l
+748.738 3990.89 l
+764.337 3992.09 l
+778.735 3992.09 l
+790.734 3993.29 l
+801.534 3994.49 l
+811.133 3995.69 l
+819.532 3998.09 l
+826.731 3999.29 l
+831.531 4001.69 l
+836.331 4004.09 l
+841.13 4005.29 l
+843.53 4008.89 l
+845.93 4011.29 l
+848.33 4013.69 l
+848.33 4017.29 l
+848.33 4019.69 l
+847.13 4022.09 l
+844.73 4024.49 l
+842.33 4026.89 l
+839.93 4029.29 l
+835.131 4031.69 l
+830.331 4032.89 l
+825.531 4035.29 l
+819.532 4036.49 l
+812.333 4037.69 l
+805.133 4038.89 l
+797.934 4040.08 l
+788.335 4041.28 l
+778.735 4042.48 l
+769.136 4042.48 l
+758.337 4043.68 l
+758.337 4043.68 l
+f*
+783.535 4092.88 m
+764.337 4094.08 l
+746.338 4094.08 l
+729.54 4095.28 l
+712.741 4097.68 l
+697.142 4098.88 l
+682.743 4101.28 l
+669.545 4104.88 l
+656.346 4108.48 l
+644.347 4112.08 l
+634.748 4116.88 l
+626.348 4121.68 l
+620.349 4126.48 l
+614.349 4131.28 l
+610.75 4137.28 l
+609.55 4143.28 l
+608.35 4149.28 l
+609.55 4152.88 l
+610.75 4156.48 l
+611.949 4158.88 l
+613.149 4162.47 l
+615.549 4166.07 l
+619.149 4168.47 l
+621.549 4172.07 l
+625.148 4174.47 l
+629.948 4176.87 l
+634.748 4180.47 l
+639.547 4182.87 l
+644.347 4185.27 l
+650.346 4186.47 l
+657.546 4188.87 l
+663.545 4191.27 l
+671.944 4193.67 l
+683.943 4196.07 l
+697.142 4198.47 l
+710.341 4200.87 l
+724.74 4202.07 l
+740.339 4203.27 l
+755.937 4204.47 l
+771.536 4204.47 l
+789.535 4205.67 l
+807.533 4204.47 l
+825.531 4204.47 l
+843.53 4203.27 l
+859.129 4202.07 l
+874.728 4199.67 l
+889.126 4197.27 l
+902.325 4193.67 l
+915.524 4190.07 l
+926.323 4186.47 l
+935.922 4181.67 l
+944.322 4176.87 l
+950.321 4172.07 l
+956.321 4167.27 l
+958.72 4161.27 l
+961.12 4155.28 l
+961.12 4149.28 l
+959.92 4143.28 l
+958.72 4138.48 l
+955.121 4132.48 l
+950.321 4127.68 l
+944.322 4122.88 l
+935.922 4119.28 l
+927.523 4114.48 l
+917.924 4110.88 l
+911.924 4108.48 l
+904.725 4107.28 l
+897.526 4104.88 l
+890.326 4103.68 l
+881.927 4101.28 l
+874.728 4100.08 l
+866.328 4098.88 l
+857.929 4097.68 l
+849.53 4096.48 l
+841.13 4095.28 l
+831.531 4095.28 l
+823.132 4094.08 l
+813.532 4094.08 l
+802.733 4094.08 l
+793.134 4092.88 l
+783.535 4092.88 l
+783.535 4092.88 l
+h
+784.735 4131.28 m
+795.534 4131.28 l
+806.333 4131.28 l
+815.932 4131.28 l
+824.332 4132.48 l
+832.731 4132.48 l
+839.93 4133.68 l
+845.93 4134.88 l
+851.929 4136.08 l
+861.529 4138.48 l
+868.728 4142.08 l
+872.328 4145.68 l
+874.728 4149.28 l
+873.528 4152.88 l
+869.928 4156.48 l
+862.729 4160.07 l
+854.329 4162.47 l
+848.33 4163.67 l
+842.33 4164.87 l
+835.131 4166.07 l
+826.731 4166.07 l
+818.332 4167.27 l
+807.533 4167.27 l
+797.934 4167.27 l
+785.935 4167.27 l
+775.136 4167.27 l
+765.537 4167.27 l
+755.937 4167.27 l
+747.538 4166.07 l
+740.339 4166.07 l
+733.139 4164.87 l
+725.94 4163.67 l
+719.94 4162.47 l
+710.341 4160.07 l
+703.142 4156.48 l
+699.542 4152.88 l
+698.342 4149.28 l
+698.342 4145.68 l
+703.142 4142.08 l
+709.141 4138.48 l
+718.74 4136.08 l
+724.74 4134.88 l
+730.74 4133.68 l
+737.939 4132.48 l
+746.338 4132.48 l
+754.738 4131.28 l
+764.337 4131.28 l
+773.936 4131.28 l
+784.735 4131.28 l
+784.735 4131.28 l
+f*
+622.749 4223.67 m
+626.348 4258.47 l
+681.543 4258.47 l
+665.945 4262.07 l
+653.946 4265.67 l
+643.147 4270.47 l
+634.748 4274.07 l
+629.948 4277.67 l
+625.148 4282.46 l
+623.948 4288.46 l
+622.749 4293.26 l
+623.948 4296.86 l
+626.348 4300.46 l
+628.748 4304.06 l
+633.548 4307.66 l
+638.347 4310.06 l
+644.347 4312.46 l
+650.346 4314.86 l
+658.745 4317.26 l
+667.145 4319.66 l
+676.744 4322.06 l
+688.743 4323.26 l
+700.742 4324.46 l
+712.741 4325.66 l
+727.14 4325.66 l
+742.739 4326.86 l
+758.337 4326.86 l
+973.119 4326.86 l
+967.12 4289.66 l
+782.335 4289.66 l
+767.936 4288.46 l
+754.738 4288.46 l
+745.138 4287.26 l
+736.739 4286.06 l
+730.74 4283.66 l
+725.94 4281.26 l
+723.54 4278.87 l
+722.34 4276.47 l
+722.34 4272.87 l
+725.94 4270.47 l
+730.74 4266.87 l
+739.139 4264.47 l
+743.938 4264.47 l
+748.738 4263.27 l
+755.937 4262.07 l
+763.137 4262.07 l
+771.536 4260.87 l
+781.135 4260.87 l
+790.734 4260.87 l
+801.534 4260.87 l
+964.72 4260.87 l
+959.92 4223.67 l
+622.749 4223.67 l
+f*
+637.147 4337.66 m
+643.147 4376.06 l
+860.329 4395.26 l
+650.346 4414.45 l
+657.546 4452.85 l
+986.318 4410.85 l
+980.319 4378.46 l
+637.147 4337.66 l
+f*
+885.527 4571.64 m
+880.727 4553.64 l
+875.927 4534.44 l
+872.328 4515.25 l
+867.528 4497.25 l
+881.927 4497.25 l
+895.126 4498.45 l
+905.925 4499.65 l
+915.524 4502.05 l
+920.324 4503.25 l
+925.123 4504.45 l
+929.923 4506.85 l
+933.522 4508.05 l
+935.922 4510.45 l
+938.322 4511.65 l
+939.522 4514.05 l
+940.722 4516.45 l
+940.722 4518.85 l
+939.522 4521.24 l
+937.122 4523.64 l
+933.522 4526.04 l
+929.923 4528.44 l
+926.323 4529.64 l
+920.324 4530.84 l
+913.124 4533.24 l
+934.722 4569.24 l
+945.521 4568.04 l
+956.321 4565.64 l
+967.12 4563.24 l
+975.519 4560.84 l
+983.918 4557.24 l
+991.118 4554.84 l
+997.117 4552.44 l
+1001.92 4548.84 l
+1006.72 4546.44 l
+1010.32 4542.84 l
+1012.72 4539.24 l
+1015.12 4534.44 l
+1016.32 4530.84 l
+1017.52 4526.04 l
+1017.52 4520.05 l
+1016.32 4515.25 l
+1015.12 4510.45 l
+1012.72 4505.65 l
+1010.32 4502.05 l
+1007.92 4498.45 l
+1004.32 4493.65 l
+999.517 4491.25 l
+995.917 4487.65 l
+991.118 4485.25 l
+985.118 4481.65 l
+979.119 4479.25 l
+971.919 4476.85 l
+963.52 4474.45 l
+955.121 4472.05 l
+946.721 4469.65 l
+937.122 4468.45 l
+926.323 4466.05 l
+915.524 4464.85 l
+904.725 4463.65 l
+892.726 4462.45 l
+880.727 4461.25 l
+868.728 4460.05 l
+855.529 4460.05 l
+842.33 4458.85 l
+827.931 4458.85 l
+808.733 4458.85 l
+790.734 4460.05 l
+773.936 4461.25 l
+757.137 4462.45 l
+742.739 4464.85 l
+728.34 4467.25 l
+715.141 4469.65 l
+703.142 4473.25 l
+692.343 4478.05 l
+683.943 4481.65 l
+675.544 4486.45 l
+670.744 4491.25 l
+665.945 4496.05 l
+663.545 4502.05 l
+662.345 4508.05 l
+663.545 4514.05 l
+664.745 4518.85 l
+667.145 4523.64 l
+669.545 4528.44 l
+673.144 4533.24 l
+676.744 4536.84 l
+681.543 4540.44 l
+687.543 4544.04 l
+693.542 4546.44 l
+699.542 4550.04 l
+706.741 4552.44 l
+713.941 4554.84 l
+722.34 4557.24 l
+731.939 4559.64 l
+741.539 4562.04 l
+751.138 4563.24 l
+761.937 4565.64 l
+772.736 4566.84 l
+784.735 4568.04 l
+796.734 4569.24 l
+811.133 4570.44 l
+824.332 4570.44 l
+839.93 4571.64 l
+855.529 4571.64 l
+871.128 4571.64 l
+885.527 4571.64 l
+h
+813.532 4533.24 m
+796.734 4533.24 l
+781.135 4532.04 l
+769.136 4529.64 l
+759.537 4528.44 l
+751.138 4524.84 l
+745.138 4522.44 l
+741.539 4518.85 l
+740.339 4515.25 l
+739.139 4512.85 l
+740.339 4511.65 l
+741.539 4509.25 l
+743.938 4508.05 l
+747.538 4505.65 l
+751.138 4504.45 l
+755.937 4503.25 l
+761.937 4502.05 l
+769.136 4499.65 l
+779.935 4498.45 l
+791.934 4497.25 l
+805.133 4497.25 l
+813.532 4533.24 l
+f*
+689.943 4588.44 m
+699.542 4623.24 l
+754.738 4623.24 l
+740.339 4628.04 l
+728.34 4631.64 l
+718.74 4635.24 l
+711.541 4638.84 l
+705.542 4643.63 l
+703.142 4648.43 l
+701.942 4653.23 l
+703.142 4659.23 l
+704.342 4662.83 l
+706.741 4666.43 l
+710.341 4668.83 l
+715.141 4672.43 l
+719.94 4676.03 l
+727.14 4678.43 l
+734.339 4680.83 l
+742.739 4683.23 l
+752.338 4685.63 l
+761.937 4686.83 l
+772.736 4688.03 l
+785.935 4689.23 l
+799.134 4690.43 l
+812.333 4691.63 l
+827.931 4691.63 l
+844.73 4691.63 l
+1058.31 4691.63 l
+1052.31 4673.63 l
+1046.31 4654.43 l
+860.329 4654.43 l
+845.93 4654.43 l
+833.931 4653.23 l
+823.132 4652.03 l
+814.732 4650.83 l
+808.733 4648.43 l
+803.933 4647.23 l
+800.334 4643.63 l
+797.934 4641.23 l
+797.934 4637.64 l
+801.534 4635.24 l
+806.333 4632.84 l
+813.532 4630.44 l
+817.132 4629.24 l
+823.132 4628.04 l
+829.131 4628.04 l
+836.331 4626.84 l
+844.73 4626.84 l
+854.329 4626.84 l
+863.928 4626.84 l
+875.927 4625.64 l
+1037.91 4625.64 l
+1031.91 4607.64 l
+1027.11 4588.44 l
+689.943 4588.44 l
+f*
+616.749 4760.03 m
+745.138 4760.03 l
+753.538 4780.42 l
+848.33 4780.42 l
+839.93 4760.03 l
+959.92 4760.03 l
+969.52 4760.03 l
+977.919 4760.03 l
+983.918 4760.03 l
+988.718 4761.22 l
+993.518 4761.22 l
+997.117 4763.62 l
+999.517 4764.82 l
+1001.92 4767.22 l
+1001.92 4769.62 l
+1001.92 4772.02 l
+999.517 4775.62 l
+998.317 4778.02 l
+1088.31 4781.62 l
+1090.71 4774.42 l
+1090.71 4768.42 l
+1090.71 4761.22 l
+1088.31 4755.23 l
+1085.91 4749.23 l
+1081.11 4743.23 l
+1075.11 4738.43 l
+1069.11 4734.83 l
+1060.71 4732.43 l
+1051.11 4728.83 l
+1040.31 4727.63 l
+1028.31 4725.23 l
+1012.72 4724.03 l
+993.518 4722.83 l
+971.919 4722.83 l
+945.521 4721.63 l
+826.731 4721.63 l
+821.932 4708.43 l
+727.14 4708.43 l
+731.939 4721.63 l
+669.545 4721.63 l
+616.749 4760.03 l
+f*
+632.348 4798.42 m
+640.747 4817.62 l
+647.946 4835.62 l
+736.739 4835.62 l
+728.34 4817.62 l
+721.14 4798.42 l
+632.348 4798.42 l
+h
+760.737 4798.42 m
+769.136 4817.62 l
+776.336 4835.62 l
+1113.51 4835.62 l
+1106.31 4817.62 l
+1097.91 4798.42 l
+760.737 4798.42 l
+f*
+955.121 4856.02 m
+935.922 4856.02 l
+919.124 4856.02 l
+902.325 4857.22 l
+886.727 4859.62 l
+872.328 4862.02 l
+859.129 4864.42 l
+845.93 4866.82 l
+835.131 4870.42 l
+825.531 4874.02 l
+817.132 4878.82 l
+809.933 4883.61 l
+806.333 4888.41 l
+802.733 4893.21 l
+801.534 4899.21 l
+802.733 4905.21 l
+805.133 4911.21 l
+806.333 4914.81 l
+808.733 4918.41 l
+812.333 4922.01 l
+815.932 4924.41 l
+819.532 4928.01 l
+823.132 4931.61 l
+827.931 4934.01 l
+832.731 4936.41 l
+838.73 4940.01 l
+843.53 4942.41 l
+850.729 4944.81 l
+856.729 4947.21 l
+863.928 4949.61 l
+871.128 4950.81 l
+879.527 4953.21 l
+886.727 4955.61 l
+901.125 4958.01 l
+915.524 4960.41 l
+929.923 4962.81 l
+945.521 4964.01 l
+961.12 4965.21 l
+976.719 4966.41 l
+993.518 4967.61 l
+1010.32 4967.61 l
+1029.51 4967.61 l
+1047.51 4966.41 l
+1063.11 4965.21 l
+1078.71 4964.01 l
+1093.11 4961.61 l
+1106.31 4959.21 l
+1118.31 4955.61 l
+1129.11 4952.01 l
+1138.71 4948.41 l
+1147.1 4944.81 l
+1153.1 4940.01 l
+1156.7 4935.21 l
+1160.3 4929.21 l
+1160.3 4923.21 l
+1160.3 4917.21 l
+1156.7 4911.21 l
+1154.3 4905.21 l
+1149.5 4900.41 l
+1143.51 4894.41 l
+1136.31 4889.61 l
+1127.91 4886.01 l
+1119.51 4881.22 l
+1108.71 4877.62 l
+1097.91 4872.82 l
+1089.51 4871.62 l
+1082.31 4869.22 l
+1073.91 4866.82 l
+1066.71 4865.62 l
+1058.31 4864.42 l
+1049.91 4862.02 l
+1041.51 4860.82 l
+1031.91 4859.62 l
+1023.52 4858.42 l
+1013.92 4858.42 l
+1004.32 4857.22 l
+994.718 4857.22 l
+985.118 4856.02 l
+975.519 4856.02 l
+965.92 4856.02 l
+955.121 4856.02 l
+955.121 4856.02 l
+h
+973.119 4893.21 m
+983.918 4893.21 l
+994.718 4893.21 l
+1004.32 4893.21 l
+1012.72 4894.41 l
+1021.12 4894.41 l
+1028.31 4895.61 l
+1035.51 4896.81 l
+1042.71 4898.01 l
+1053.51 4900.41 l
+1060.71 4904.01 l
+1066.71 4907.61 l
+1070.31 4911.21 l
+1070.31 4914.81 l
+1069.11 4918.41 l
+1063.11 4922.01 l
+1055.91 4924.41 l
+1051.11 4925.61 l
+1045.11 4926.81 l
+1037.91 4928.01 l
+1030.71 4929.21 l
+1021.12 4929.21 l
+1012.72 4929.21 l
+1001.92 4930.41 l
+989.918 4930.41 l
+980.319 4930.41 l
+969.52 4929.21 l
+959.92 4929.21 l
+951.521 4929.21 l
+943.122 4928.01 l
+935.922 4926.81 l
+928.723 4925.61 l
+922.723 4924.41 l
+910.724 4922.01 l
+902.325 4918.41 l
+897.526 4916.01 l
+893.926 4911.21 l
+892.726 4907.61 l
+895.126 4904.01 l
+901.125 4901.61 l
+909.525 4898.01 l
+914.324 4896.81 l
+920.324 4895.61 l
+927.523 4894.41 l
+934.722 4894.41 l
+943.122 4893.21 l
+952.721 4893.21 l
+962.32 4893.21 l
+973.119 4893.21 l
+973.119 4893.21 l
+f*
+853.129 4985.61 m
+863.928 5003.6 l
+874.728 5020.4 l
+929.923 5020.4 l
+916.724 5024 l
+905.925 5028.8 l
+897.526 5032.4 l
+891.526 5036 l
+887.926 5040.8 l
+886.727 5045.6 l
+887.926 5050.4 l
+890.326 5055.2 l
+893.926 5060 l
+897.526 5063.6 l
+902.325 5066 l
+908.325 5069.6 l
+915.524 5072 l
+922.723 5075.6 l
+931.123 5078 l
+939.522 5080.4 l
+950.321 5081.6 l
+961.12 5084 l
+973.119 5085.2 l
+986.318 5086.4 l
+999.517 5087.6 l
+1013.92 5088.8 l
+1029.51 5088.8 l
+1045.11 5088.8 l
+1259.9 5088.8 l
+1245.5 5069.6 l
+1232.3 5051.6 l
+1046.31 5051.6 l
+1031.91 5051.6 l
+1019.92 5050.4 l
+1009.12 5049.2 l
+999.517 5048 l
+992.318 5045.6 l
+986.318 5043.2 l
+982.719 5040.8 l
+980.319 5038.4 l
+979.119 5034.8 l
+980.319 5032.4 l
+983.918 5030 l
+991.118 5027.6 l
+994.718 5026.4 l
+999.517 5025.2 l
+1006.72 5025.2 l
+1012.72 5024 l
+1021.12 5024 l
+1030.71 5022.8 l
+1040.31 5022.8 l
+1051.11 5022.8 l
+1213.1 5022.8 l
+1202.3 5004.8 l
+1190.3 4985.61 l
+853.129 4985.61 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3942.87 3987.29 m
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+3942.87 3987.29 l
+f*
+3396.92 2880.98 m
+3407.72 2896.58 l
+3418.52 2910.98 l
+3546.9 2910.98 l
+3557.7 2926.58 l
+3568.5 2943.38 l
+3440.11 2943.38 l
+3449.71 2957.78 l
+3459.31 2973.37 l
+3826.48 2973.37 l
+3816.88 2957.78 l
+3807.28 2943.38 l
+3658.5 2943.38 l
+3647.7 2926.58 l
+3636.9 2910.98 l
+3785.69 2910.98 l
+3774.89 2896.58 l
+3764.09 2880.98 l
+3396.92 2880.98 l
+f*
+3702.89 2987.77 m
+3687.29 2987.77 l
+3674.09 2987.77 l
+3660.9 2988.97 l
+3648.9 2990.17 l
+3636.9 2991.37 l
+3627.3 2993.77 l
+3617.7 2996.17 l
+3608.1 2998.57 l
+3600.9 3000.97 l
+3594.9 3004.57 l
+3588.9 3006.97 l
+3585.3 3010.57 l
+3584.1 3014.17 l
+3582.9 3018.97 l
+3582.9 3022.57 l
+3585.3 3027.37 l
+3588.9 3032.17 l
+3593.7 3036.97 l
+3599.7 3041.77 l
+3606.9 3045.37 l
+3615.3 3048.97 l
+3624.9 3052.57 l
+3635.7 3056.17 l
+3648.9 3058.57 l
+3658.5 3060.97 l
+3669.29 3062.17 l
+3681.29 3063.37 l
+3693.29 3064.57 l
+3705.29 3065.77 l
+3718.49 3066.97 l
+3731.69 3066.97 l
+3744.89 3066.97 l
+3759.29 3066.97 l
+3773.69 3066.97 l
+3786.88 3065.77 l
+3798.88 3064.57 l
+3810.88 3063.37 l
+3820.48 3060.97 l
+3831.28 3058.57 l
+3839.68 3056.17 l
+3846.88 3053.77 l
+3854.08 3051.37 l
+3858.88 3047.77 l
+3862.48 3044.17 l
+3864.88 3040.57 l
+3866.08 3035.77 l
+3864.88 3032.17 l
+3863.68 3027.37 l
+3860.08 3023.77 l
+3856.48 3018.97 l
+3852.88 3015.37 l
+3846.88 3011.77 l
+3840.88 3009.37 l
+3833.68 3005.77 l
+3825.28 3003.37 l
+3815.68 2999.77 l
+3803.68 2997.37 l
+3790.48 2994.97 l
+3777.29 2992.57 l
+3764.09 2990.17 l
+3749.69 2988.97 l
+3734.09 2987.77 l
+3718.49 2987.77 l
+3702.89 2987.77 l
+3702.89 2987.77 l
+h
+3718.49 3014.17 m
+3735.29 3014.17 l
+3749.69 3015.37 l
+3761.69 3016.57 l
+3772.49 3017.77 l
+3780.89 3020.17 l
+3788.08 3022.57 l
+3791.68 3024.97 l
+3795.28 3027.37 l
+3795.28 3029.77 l
+3792.88 3032.17 l
+3789.28 3034.57 l
+3783.29 3036.97 l
+3773.69 3038.17 l
+3762.89 3039.37 l
+3748.49 3040.57 l
+3731.69 3040.57 l
+3714.89 3040.57 l
+3700.49 3039.37 l
+3688.49 3038.17 l
+3677.69 3036.97 l
+3669.29 3034.57 l
+3662.1 3032.17 l
+3658.5 3029.77 l
+3654.9 3027.37 l
+3654.9 3024.97 l
+3657.3 3022.57 l
+3660.9 3020.17 l
+3668.09 3017.77 l
+3676.49 3016.57 l
+3687.29 3015.37 l
+3701.69 3014.17 l
+3718.49 3014.17 l
+3718.49 3014.17 l
+f*
+3808.48 3075.37 m
+3812.08 3101.76 l
+3820.48 3102.96 l
+3827.68 3104.16 l
+3834.88 3105.36 l
+3839.68 3106.56 l
+3843.28 3107.76 l
+3846.88 3110.16 l
+3849.28 3111.36 l
+3850.48 3113.76 l
+3851.68 3116.16 l
+3850.48 3118.56 l
+3849.28 3120.96 l
+3845.68 3122.16 l
+3843.28 3123.36 l
+3839.68 3124.56 l
+3834.88 3124.56 l
+3830.08 3124.56 l
+3825.28 3124.56 l
+3820.48 3123.36 l
+3815.68 3123.36 l
+3812.08 3122.16 l
+3809.68 3119.76 l
+3806.08 3117.36 l
+3801.28 3114.96 l
+3796.48 3110.16 l
+3789.28 3104.16 l
+3782.09 3098.16 l
+3776.09 3094.56 l
+3770.09 3090.96 l
+3764.09 3088.56 l
+3758.09 3086.16 l
+3748.49 3083.76 l
+3738.89 3081.36 l
+3729.29 3080.17 l
+3718.49 3078.97 l
+3706.49 3078.97 l
+3694.49 3077.77 l
+3682.49 3078.97 l
+3670.49 3078.97 l
+3660.9 3080.17 l
+3651.3 3082.56 l
+3644.1 3084.96 l
+3636.9 3087.36 l
+3632.1 3089.76 l
+3628.5 3093.36 l
+3626.1 3096.96 l
+3624.9 3101.76 l
+3624.9 3106.56 l
+3627.3 3111.36 l
+3630.9 3117.36 l
+3634.5 3122.16 l
+3638.1 3126.96 l
+3642.9 3130.56 l
+3648.9 3132.96 l
+3654.9 3135.36 l
+3662.1 3137.76 l
+3670.49 3140.16 l
+3678.89 3141.36 l
+3689.69 3143.76 l
+3700.49 3144.96 l
+3713.69 3146.16 l
+3712.49 3120.96 l
+3700.49 3119.76 l
+3692.09 3118.56 l
+3688.49 3116.16 l
+3684.89 3114.96 l
+3682.49 3112.56 l
+3680.09 3110.16 l
+3680.09 3108.96 l
+3680.09 3106.56 l
+3681.29 3105.36 l
+3683.69 3104.16 l
+3689.69 3102.96 l
+3698.09 3101.76 l
+3702.89 3101.76 l
+3706.49 3102.96 l
+3710.09 3102.96 l
+3713.69 3104.16 l
+3717.29 3106.56 l
+3720.89 3108.96 l
+3724.49 3112.56 l
+3728.09 3116.16 l
+3734.09 3122.16 l
+3740.09 3126.96 l
+3746.09 3131.76 l
+3753.29 3135.36 l
+3759.29 3138.96 l
+3767.69 3141.36 l
+3777.29 3143.76 l
+3786.88 3146.16 l
+3796.48 3147.36 l
+3807.28 3148.56 l
+3818.08 3148.56 l
+3830.08 3148.56 l
+3840.88 3148.56 l
+3852.88 3148.56 l
+3862.48 3147.36 l
+3873.28 3144.96 l
+3882.88 3143.76 l
+3891.28 3140.16 l
+3897.28 3137.76 l
+3903.28 3134.16 l
+3906.87 3129.36 l
+3908.07 3124.56 l
+3908.07 3118.56 l
+3905.68 3112.56 l
+3903.28 3107.76 l
+3900.88 3104.16 l
+3897.28 3100.56 l
+3893.68 3096.96 l
+3888.88 3093.36 l
+3884.08 3089.76 l
+3878.08 3087.36 l
+3872.08 3086.16 l
+3866.08 3083.76 l
+3858.88 3081.36 l
+3851.68 3080.17 l
+3844.48 3078.97 l
+3836.08 3077.77 l
+3827.68 3076.57 l
+3818.08 3075.37 l
+3808.48 3075.37 l
+3808.48 3075.37 l
+f*
+3567.3 3194.16 m
+3668.09 3194.16 l
+3674.09 3208.55 l
+3748.49 3208.55 l
+3743.69 3194.16 l
+3837.28 3194.16 l
+3851.68 3194.16 l
+3860.08 3195.36 l
+3864.88 3195.36 l
+3867.28 3196.56 l
+3869.68 3197.76 l
+3870.88 3200.16 l
+3869.68 3203.75 l
+3867.28 3207.35 l
+3938.07 3209.75 l
+3940.47 3204.95 l
+3940.47 3200.16 l
+3940.47 3195.36 l
+3939.27 3191.76 l
+3936.87 3186.96 l
+3933.27 3183.36 l
+3929.67 3179.76 l
+3923.67 3177.36 l
+3917.67 3174.96 l
+3910.47 3172.56 l
+3902.08 3171.36 l
+3891.28 3170.16 l
+3879.28 3168.96 l
+3864.88 3167.76 l
+3846.88 3167.76 l
+3826.48 3167.76 l
+3732.89 3167.76 l
+3728.09 3158.16 l
+3653.7 3158.16 l
+3657.3 3167.76 l
+3609.3 3167.76 l
+3567.3 3194.16 l
+f*
+3863.68 3298.55 m
+3855.28 3272.15 l
+3845.68 3245.75 l
+3857.68 3245.75 l
+3868.48 3246.95 l
+3876.88 3248.15 l
+3884.08 3249.35 l
+3892.48 3250.55 l
+3898.48 3252.95 l
+3902.08 3256.55 l
+3904.48 3258.95 l
+3904.48 3261.35 l
+3904.48 3262.55 l
+3902.08 3264.95 l
+3899.68 3266.15 l
+3893.68 3268.55 l
+3884.08 3270.95 l
+3902.08 3297.35 l
+3911.67 3296.15 l
+3920.07 3293.75 l
+3927.27 3292.55 l
+3934.47 3290.15 l
+3940.47 3288.95 l
+3946.47 3286.55 l
+3951.27 3284.15 l
+3954.87 3282.95 l
+3958.47 3280.55 l
+3960.87 3278.15 l
+3963.27 3275.75 l
+3964.47 3272.15 l
+3965.67 3269.75 l
+3965.67 3266.15 l
+3965.67 3262.55 l
+3964.47 3257.75 l
+3963.27 3255.35 l
+3960.87 3251.75 l
+3958.47 3249.35 l
+3956.07 3245.75 l
+3953.67 3243.35 l
+3950.07 3240.95 l
+3946.47 3238.55 l
+3941.67 3236.15 l
+3932.07 3232.55 l
+3920.07 3228.95 l
+3905.68 3226.55 l
+3890.08 3224.15 l
+3881.68 3222.95 l
+3872.08 3221.75 l
+3862.48 3220.55 l
+3852.88 3219.35 l
+3843.28 3219.35 l
+3832.48 3219.35 l
+3822.88 3218.15 l
+3810.88 3218.15 l
+3796.48 3218.15 l
+3782.09 3219.35 l
+3768.89 3219.35 l
+3755.69 3220.55 l
+3744.89 3222.95 l
+3732.89 3224.15 l
+3723.29 3226.55 l
+3714.89 3228.95 l
+3706.49 3231.35 l
+3699.29 3234.95 l
+3694.49 3237.35 l
+3689.69 3240.95 l
+3687.29 3244.55 l
+3684.89 3249.35 l
+3684.89 3252.95 l
+3686.09 3257.75 l
+3687.29 3261.35 l
+3689.69 3264.95 l
+3692.09 3267.35 l
+3694.49 3270.95 l
+3698.09 3273.35 l
+3701.69 3275.75 l
+3706.49 3279.35 l
+3711.29 3280.55 l
+3716.09 3282.95 l
+3722.09 3285.35 l
+3728.09 3286.55 l
+3735.29 3288.95 l
+3742.49 3290.15 l
+3749.69 3291.35 l
+3758.09 3292.55 l
+3766.49 3293.75 l
+3774.89 3294.95 l
+3784.49 3296.15 l
+3794.08 3297.35 l
+3804.88 3297.35 l
+3815.68 3298.55 l
+3827.68 3298.55 l
+3839.68 3298.55 l
+3852.88 3298.55 l
+3863.68 3298.55 l
+h
+3806.08 3272.15 m
+3791.68 3270.95 l
+3780.89 3269.75 l
+3770.09 3268.55 l
+3762.89 3267.35 l
+3755.69 3266.15 l
+3750.89 3263.75 l
+3748.49 3261.35 l
+3746.09 3258.95 l
+3746.09 3255.35 l
+3749.69 3252.95 l
+3754.49 3250.55 l
+3762.89 3248.15 l
+3768.89 3246.95 l
+3777.29 3246.95 l
+3785.69 3245.75 l
+3797.68 3245.75 l
+3806.08 3272.15 l
+f*
+3629.7 3383.74 m
+3996.87 3383.74 l
+3989.67 3358.54 l
+3951.27 3358.54 l
+3962.07 3356.14 l
+3970.47 3353.74 l
+3977.67 3351.34 l
+3982.47 3348.94 l
+3986.07 3346.54 l
+3988.47 3342.94 l
+3989.67 3340.54 l
+3989.67 3336.94 l
+3988.47 3333.34 l
+3984.87 3329.74 l
+3981.27 3327.34 l
+3975.27 3323.74 l
+3969.27 3321.34 l
+3960.87 3318.95 l
+3952.47 3316.55 l
+3941.67 3315.35 l
+3930.87 3312.95 l
+3918.87 3311.75 l
+3906.87 3310.55 l
+3894.88 3309.35 l
+3881.68 3308.15 l
+3867.28 3308.15 l
+3854.08 3308.15 l
+3838.48 3308.15 l
+3822.88 3308.15 l
+3808.48 3308.15 l
+3794.08 3309.35 l
+3780.89 3309.35 l
+3770.09 3310.55 l
+3759.29 3311.75 l
+3749.69 3314.15 l
+3740.09 3315.35 l
+3732.89 3317.75 l
+3726.89 3320.15 l
+3720.89 3322.54 l
+3717.29 3324.94 l
+3713.69 3327.34 l
+3712.49 3330.94 l
+3711.29 3333.34 l
+3711.29 3336.94 l
+3712.49 3339.34 l
+3714.89 3342.94 l
+3718.49 3345.34 l
+3723.29 3347.74 l
+3728.09 3350.14 l
+3734.09 3352.54 l
+3741.29 3354.94 l
+3749.69 3357.34 l
+3622.5 3357.34 l
+3629.7 3383.74 l
+h
+3856.48 3357.34 m
+3840.88 3357.34 l
+3828.88 3356.14 l
+3818.08 3354.94 l
+3808.48 3353.74 l
+3801.28 3352.54 l
+3795.28 3350.14 l
+3791.68 3347.74 l
+3790.48 3345.34 l
+3790.48 3342.94 l
+3792.88 3340.54 l
+3796.48 3339.34 l
+3802.48 3336.94 l
+3810.88 3335.74 l
+3821.68 3334.54 l
+3834.88 3334.54 l
+3851.68 3334.54 l
+3867.28 3334.54 l
+3880.48 3334.54 l
+3891.28 3335.74 l
+3899.68 3336.94 l
+3906.87 3339.34 l
+3912.87 3340.54 l
+3916.47 3342.94 l
+3917.67 3345.34 l
+3917.67 3347.74 l
+3915.27 3350.14 l
+3910.47 3352.54 l
+3904.48 3353.74 l
+3896.08 3354.94 l
+3885.28 3356.14 l
+3872.08 3357.34 l
+3856.48 3357.34 l
+3856.48 3357.34 l
+f*
+3645.3 3444.93 m
+3651.3 3471.33 l
+3779.69 3471.33 l
+3772.49 3473.73 l
+3766.49 3476.13 l
+3760.49 3478.53 l
+3756.89 3480.93 l
+3754.49 3483.33 l
+3752.09 3485.73 l
+3750.89 3489.33 l
+3750.89 3491.73 l
+3752.09 3495.33 l
+3754.49 3497.73 l
+3758.09 3500.13 l
+3762.89 3503.73 l
+3767.69 3506.13 l
+3774.89 3508.53 l
+3782.09 3510.93 l
+3790.48 3512.13 l
+3800.08 3514.53 l
+3810.88 3515.73 l
+3822.88 3518.13 l
+3834.88 3519.33 l
+3848.08 3519.33 l
+3862.48 3520.53 l
+3876.88 3520.53 l
+3892.48 3520.53 l
+3914.07 3520.53 l
+3933.27 3520.53 l
+3952.47 3519.33 l
+3969.27 3516.93 l
+3983.67 3514.53 l
+3996.87 3512.13 l
+4007.67 3509.73 l
+4016.07 3506.13 l
+4023.27 3503.73 l
+4026.86 3500.13 l
+4029.26 3495.33 l
+4029.26 3491.73 l
+4028.06 3488.13 l
+4025.67 3485.73 l
+4020.87 3482.13 l
+4014.87 3478.53 l
+4008.87 3477.33 l
+4001.67 3474.93 l
+3990.87 3472.53 l
+3978.87 3468.93 l
+4018.47 3468.93 l
+4012.47 3444.93 l
+3645.3 3444.93 l
+h
+3885.28 3471.33 m
+3900.88 3471.33 l
+3915.27 3472.53 l
+3926.07 3473.73 l
+3935.67 3474.93 l
+3942.87 3476.13 l
+3947.67 3478.53 l
+3951.27 3480.93 l
+3952.47 3483.33 l
+3952.47 3485.73 l
+3950.07 3486.93 l
+3945.27 3489.33 l
+3939.27 3490.53 l
+3930.87 3492.93 l
+3920.07 3494.13 l
+3905.68 3494.13 l
+3888.88 3494.13 l
+3874.48 3494.13 l
+3861.28 3494.13 l
+3850.48 3492.93 l
+3842.08 3491.73 l
+3834.88 3489.33 l
+3830.08 3488.13 l
+3827.68 3485.73 l
+3825.28 3483.33 l
+3826.48 3480.93 l
+3828.88 3478.53 l
+3832.48 3476.13 l
+3839.68 3474.93 l
+3848.08 3473.73 l
+3857.68 3472.53 l
+3870.88 3471.33 l
+3885.28 3471.33 l
+3885.28 3471.33 l
+f*
+3764.09 3526.53 m
+3770.09 3554.13 l
+3950.07 3568.52 l
+3774.89 3581.72 l
+3779.69 3608.12 l
+4059.26 3580.52 l
+4080.86 3578.12 l
+4098.86 3575.72 l
+4113.26 3573.32 l
+4122.86 3570.92 l
+4128.86 3569.72 l
+4132.46 3567.32 l
+4136.06 3564.92 l
+4139.66 3562.52 l
+4142.06 3560.12 l
+4143.26 3556.53 l
+4143.26 3554.13 l
+4143.26 3550.53 l
+4142.06 3546.93 l
+4140.86 3543.33 l
+4137.26 3538.53 l
+4133.66 3532.53 l
+4062.86 3530.13 l
+4066.46 3533.73 l
+4068.86 3536.13 l
+4070.06 3539.73 l
+4071.26 3543.33 l
+4071.26 3545.73 l
+4070.06 3546.93 l
+4067.66 3549.33 l
+4065.26 3550.53 l
+4060.46 3551.73 l
+4054.46 3552.93 l
+4046.06 3554.13 l
+4036.46 3555.33 l
+3764.09 3526.53 l
+f*
+3911.67 3726.91 m
+3944.07 3752.11 l
+3964.47 3750.91 l
+3982.47 3748.51 l
+3998.07 3746.11 l
+4013.67 3743.71 l
+4025.67 3741.31 l
+4036.46 3737.71 l
+4046.06 3734.11 l
+4053.26 3730.51 l
+4059.26 3725.71 l
+4062.86 3720.91 l
+4065.26 3714.91 l
+4065.26 3708.91 l
+4065.26 3705.31 l
+4064.06 3701.71 l
+4061.66 3698.11 l
+4059.26 3694.51 l
+4056.86 3692.11 l
+4053.26 3688.51 l
+4049.66 3686.11 l
+4044.86 3683.71 l
+4040.06 3681.31 l
+4034.06 3678.92 l
+4028.06 3676.52 l
+4019.67 3674.12 l
+4011.27 3671.72 l
+4002.87 3670.52 l
+3993.27 3668.12 l
+3982.47 3665.72 l
+3970.47 3664.52 l
+3958.47 3663.32 l
+3945.27 3662.12 l
+3930.87 3660.92 l
+3916.47 3659.72 l
+3900.88 3659.72 l
+3885.28 3659.72 l
+3868.48 3658.52 l
+3846.88 3659.72 l
+3825.28 3659.72 l
+3806.08 3660.92 l
+3788.08 3662.12 l
+3771.29 3664.52 l
+3756.89 3665.72 l
+3742.49 3668.12 l
+3730.49 3671.72 l
+3718.49 3675.32 l
+3708.89 3678.92 l
+3701.69 3682.51 l
+3695.69 3687.31 l
+3690.89 3692.11 l
+3687.29 3696.91 l
+3684.89 3701.71 l
+3684.89 3707.71 l
+3686.09 3711.31 l
+3688.49 3716.11 l
+3690.89 3719.71 l
+3694.49 3723.31 l
+3698.09 3726.91 l
+3704.09 3730.51 l
+3710.09 3732.91 l
+3717.29 3735.31 l
+3724.49 3738.91 l
+3732.89 3741.31 l
+3742.49 3742.51 l
+3753.29 3744.91 l
+3764.09 3747.31 l
+3777.29 3748.51 l
+3790.48 3749.71 l
+3804.88 3750.91 l
+3824.08 3725.71 l
+3809.68 3723.31 l
+3798.88 3722.11 l
+3792.88 3720.91 l
+3786.88 3719.71 l
+3782.09 3718.51 l
+3778.49 3716.11 l
+3774.89 3714.91 l
+3772.49 3712.51 l
+3771.29 3710.11 l
+3770.09 3707.71 l
+3770.09 3705.31 l
+3771.29 3702.91 l
+3773.69 3701.71 l
+3777.29 3699.31 l
+3780.89 3696.91 l
+3786.88 3695.71 l
+3792.88 3694.51 l
+3800.08 3693.31 l
+3806.08 3692.11 l
+3813.28 3690.91 l
+3820.48 3690.91 l
+3828.88 3689.71 l
+3838.48 3689.71 l
+3848.08 3688.51 l
+3860.08 3688.51 l
+3872.08 3688.51 l
+3886.48 3688.51 l
+3899.68 3688.51 l
+3911.67 3689.71 l
+3923.67 3689.71 l
+3933.27 3690.91 l
+3941.67 3690.91 l
+3950.07 3692.11 l
+3956.07 3693.31 l
+3962.07 3694.51 l
+3966.87 3695.71 l
+3970.47 3698.11 l
+3974.07 3699.31 l
+3976.47 3700.51 l
+3978.87 3702.91 l
+3980.07 3705.31 l
+3980.07 3707.71 l
+3980.07 3711.31 l
+3976.47 3714.91 l
+3971.67 3717.31 l
+3963.27 3719.71 l
+3953.67 3722.11 l
+3941.67 3723.31 l
+3927.27 3725.71 l
+3911.67 3726.91 l
+3911.67 3726.91 l
+f*
+3698.09 3765.31 m
+3700.49 3791.71 l
+3770.09 3791.71 l
+3767.69 3765.31 l
+3698.09 3765.31 l
+h
+3798.88 3765.31 m
+3801.28 3791.71 l
+4067.66 3791.71 l
+4065.26 3765.31 l
+3798.88 3765.31 l
+f*
+3704.09 3842.1 m
+3804.88 3842.1 l
+3806.08 3856.5 l
+3880.48 3856.5 l
+3879.28 3842.1 l
+3974.07 3842.1 l
+3988.47 3842.1 l
+3996.87 3842.1 l
+4000.47 3843.3 l
+4002.87 3844.5 l
+4004.07 3845.7 l
+4005.27 3846.9 l
+4004.07 3850.5 l
+3999.27 3855.3 l
+4070.06 3857.7 l
+4072.46 3852.9 l
+4074.86 3848.1 l
+4076.06 3843.3 l
+4077.26 3838.5 l
+4076.06 3833.7 l
+4073.66 3830.1 l
+4070.06 3826.5 l
+4066.46 3824.1 l
+4060.46 3821.7 l
+4053.26 3820.5 l
+4046.06 3818.1 l
+4036.46 3816.9 l
+4024.47 3815.7 l
+4010.07 3815.7 l
+3992.07 3814.5 l
+3971.67 3814.5 l
+3878.08 3814.5 l
+3876.88 3804.9 l
+3802.48 3804.9 l
+3803.68 3814.5 l
+3754.49 3814.5 l
+3704.09 3842.1 l
+f*
+3806.08 3861.3 m
+3807.28 3888.9 l
+3984.87 3903.3 l
+3808.48 3916.5 l
+3809.68 3942.89 l
+4092.86 3915.3 l
+4115.66 3912.9 l
+4133.66 3910.5 l
+4148.05 3908.1 l
+4157.65 3905.7 l
+4163.65 3904.5 l
+4168.45 3902.1 l
+4172.05 3899.7 l
+4175.65 3897.3 l
+4178.05 3894.9 l
+4180.45 3891.3 l
+4180.45 3888.9 l
+4181.65 3885.3 l
+4180.45 3881.7 l
+4179.25 3878.1 l
+4176.85 3873.3 l
+4174.45 3867.3 l
+4103.66 3864.9 l
+4106.06 3868.5 l
+4108.46 3870.9 l
+4109.66 3874.5 l
+4110.86 3878.1 l
+4110.86 3880.5 l
+4108.46 3881.7 l
+4106.06 3884.1 l
+4102.46 3885.3 l
+4097.66 3886.5 l
+4091.66 3887.7 l
+4083.26 3888.9 l
+4073.66 3890.1 l
+3806.08 3861.3 l
+f*
+3944.07 3992.09 m
+3928.47 3992.09 l
+3914.07 3993.29 l
+3900.88 3993.29 l
+3887.68 3994.49 l
+3875.68 3996.89 l
+3863.68 3998.09 l
+3852.88 4000.49 l
+3843.28 4002.89 l
+3833.68 4005.29 l
+3825.28 4008.89 l
+3819.28 4012.49 l
+3813.28 4016.09 l
+3808.48 4019.69 l
+3806.08 4023.29 l
+3803.68 4026.89 l
+3803.68 4031.69 l
+3803.68 4036.49 l
+3806.08 4041.28 l
+3809.68 4046.08 l
+3814.48 4049.68 l
+3821.68 4053.28 l
+3828.88 4056.88 l
+3838.48 4060.48 l
+3849.28 4062.88 l
+3858.88 4065.28 l
+3868.48 4066.48 l
+3879.28 4068.88 l
+3890.08 4070.08 l
+3902.08 4071.28 l
+3915.27 4071.28 l
+3927.27 4071.28 l
+3940.47 4072.48 l
+3956.07 4071.28 l
+3970.47 4071.28 l
+3983.67 4070.08 l
+3996.87 4068.88 l
+4008.87 4067.68 l
+4020.87 4066.48 l
+4031.66 4064.08 l
+4041.26 4061.68 l
+4050.86 4058.08 l
+4059.26 4055.68 l
+4065.26 4052.08 l
+4071.26 4048.48 l
+4076.06 4044.88 l
+4078.46 4041.28 l
+4080.86 4036.49 l
+4082.06 4031.69 l
+4080.86 4028.09 l
+4079.66 4024.49 l
+4077.26 4019.69 l
+4073.66 4017.29 l
+4068.86 4013.69 l
+4064.06 4010.09 l
+4056.86 4007.69 l
+4049.66 4005.29 l
+4038.86 4001.69 l
+4028.06 3999.29 l
+4016.07 3996.89 l
+4002.87 3995.69 l
+3989.67 3994.49 l
+3975.27 3993.29 l
+3959.67 3992.09 l
+3944.07 3992.09 l
+3944.07 3992.09 l
+h
+3944.07 4018.49 m
+3959.67 4018.49 l
+3974.07 4019.69 l
+3986.07 4020.89 l
+3995.67 4022.09 l
+4004.07 4024.49 l
+4008.87 4026.89 l
+4011.27 4029.29 l
+4012.47 4031.69 l
+4011.27 4035.29 l
+4008.87 4037.69 l
+4002.87 4040.08 l
+3995.67 4041.28 l
+3986.07 4043.68 l
+3974.07 4044.88 l
+3959.67 4044.88 l
+3941.67 4044.88 l
+3926.07 4044.88 l
+3911.67 4043.68 l
+3899.68 4042.48 l
+3890.08 4041.28 l
+3882.88 4038.89 l
+3878.08 4037.69 l
+3874.48 4035.29 l
+3873.28 4031.69 l
+3874.48 4029.29 l
+3878.08 4026.89 l
+3882.88 4024.49 l
+3891.28 4022.09 l
+3900.88 4020.89 l
+3912.87 4019.69 l
+3927.27 4018.49 l
+3944.07 4018.49 l
+3944.07 4018.49 l
+f*
+3807.28 4114.48 m
+3806.08 4126.48 l
+3880.48 4126.48 l
+3881.68 4114.48 l
+4072.46 4114.48 l
+4073.66 4088.08 l
+3882.88 4088.08 l
+3882.88 4077.28 l
+3808.48 4077.28 l
+3808.48 4088.08 l
+3796.48 4088.08 l
+3778.49 4088.08 l
+3760.49 4088.08 l
+3750.89 4089.28 l
+3742.49 4089.28 l
+3735.29 4090.48 l
+3728.09 4091.68 l
+3722.09 4092.88 l
+3716.09 4095.28 l
+3711.29 4096.48 l
+3707.69 4098.88 l
+3704.09 4101.28 l
+3701.69 4104.88 l
+3700.49 4108.48 l
+3699.29 4112.08 l
+3699.29 4115.68 l
+3700.49 4120.48 l
+3701.69 4126.48 l
+3704.09 4132.48 l
+3766.49 4130.08 l
+3764.09 4125.28 l
+3764.09 4121.68 l
+3765.29 4119.28 l
+3768.89 4116.88 l
+3774.89 4115.68 l
+3783.29 4114.48 l
+3791.68 4114.48 l
+3807.28 4114.48 l
+3807.28 4114.48 l
+f*
+3700.49 4182.87 m
+3698.09 4220.07 l
+3693.29 4256.07 l
+3772.49 4256.07 l
+3774.89 4234.47 l
+3777.29 4212.87 l
+3840.88 4212.87 l
+3837.28 4250.07 l
+3911.67 4250.07 l
+3915.27 4212.87 l
+4065.26 4212.87 l
+4067.66 4182.87 l
+3700.49 4182.87 l
+f*
+3876.88 4294.46 m
+3869.68 4269.27 l
+3857.68 4270.47 l
+3846.88 4271.67 l
+3837.28 4272.87 l
+3828.88 4274.07 l
+3821.68 4275.27 l
+3814.48 4276.47 l
+3808.48 4278.87 l
+3802.48 4281.26 l
+3798.88 4283.66 l
+3795.28 4286.06 l
+3791.68 4288.46 l
+3789.28 4290.86 l
+3786.88 4294.46 l
+3784.49 4298.06 l
+3783.29 4301.66 l
+3783.29 4305.26 l
+3782.09 4311.26 l
+3782.09 4316.06 l
+3783.29 4320.86 l
+3785.69 4324.46 l
+3788.08 4328.06 l
+3791.68 4331.66 l
+3797.68 4334.06 l
+3804.88 4336.46 l
+3810.88 4337.66 l
+3818.08 4340.06 l
+3826.48 4341.26 l
+3836.08 4342.46 l
+3846.88 4342.46 l
+3856.48 4343.66 l
+3866.08 4343.66 l
+3875.68 4343.66 l
+3993.27 4343.66 l
+4010.07 4343.66 l
+4022.07 4344.86 l
+4034.06 4346.06 l
+4048.46 4347.26 l
+4052.06 4322.06 l
+4043.66 4320.86 l
+4037.66 4320.86 l
+4020.87 4319.66 l
+4029.26 4317.26 l
+4037.66 4314.86 l
+4044.86 4311.26 l
+4049.66 4308.86 l
+4054.46 4305.26 l
+4059.26 4301.66 l
+4061.66 4296.86 l
+4062.86 4292.06 l
+4062.86 4289.66 l
+4061.66 4287.26 l
+4060.46 4283.66 l
+4058.06 4281.26 l
+4055.66 4280.06 l
+4052.06 4277.67 l
+4048.46 4275.27 l
+4043.66 4274.07 l
+4037.66 4272.87 l
+4031.66 4270.47 l
+4025.67 4270.47 l
+4019.67 4269.27 l
+4012.47 4268.07 l
+4005.27 4268.07 l
+3998.07 4268.07 l
+3989.67 4266.87 l
+3975.27 4268.07 l
+3962.07 4268.07 l
+3950.07 4270.47 l
+3939.27 4271.67 l
+3934.47 4272.87 l
+3929.67 4275.27 l
+3924.87 4276.47 l
+3921.27 4278.87 l
+3917.67 4281.26 l
+3914.07 4283.66 l
+3910.47 4286.06 l
+3908.07 4289.66 l
+3896.08 4301.66 l
+3888.88 4308.86 l
+3882.88 4313.66 l
+3875.68 4318.46 l
+3867.28 4318.46 l
+3860.08 4317.26 l
+3854.08 4317.26 l
+3849.28 4316.06 l
+3846.88 4314.86 l
+3844.48 4313.66 l
+3843.28 4311.26 l
+3843.28 4308.86 l
+3843.28 4305.26 l
+3845.68 4302.86 l
+3848.08 4300.46 l
+3852.88 4299.26 l
+3856.48 4298.06 l
+3861.28 4296.86 l
+3868.48 4295.66 l
+3876.88 4294.46 l
+3876.88 4294.46 l
+h
+3927.27 4318.46 m
+3934.47 4312.46 l
+3941.67 4306.46 l
+3946.47 4302.86 l
+3951.27 4300.46 l
+3954.87 4298.06 l
+3959.67 4295.66 l
+3968.07 4294.46 l
+3978.87 4294.46 l
+3984.87 4294.46 l
+3989.67 4294.46 l
+3994.47 4295.66 l
+3998.07 4295.66 l
+4001.67 4296.86 l
+4002.87 4299.26 l
+4004.07 4300.46 l
+4005.27 4302.86 l
+4004.07 4305.26 l
+4001.67 4306.46 l
+3999.27 4308.86 l
+3995.67 4311.26 l
+3990.87 4312.46 l
+3986.07 4313.66 l
+3980.07 4314.86 l
+3974.07 4316.06 l
+3968.07 4317.26 l
+3960.87 4317.26 l
+3952.47 4318.46 l
+3942.87 4318.46 l
+3927.27 4318.46 l
+f*
+3678.89 4360.46 m
+3675.29 4388.06 l
+3744.89 4388.06 l
+3748.49 4360.46 l
+3678.89 4360.46 l
+h
+3780.89 4360.46 m
+3776.09 4388.06 l
+4042.46 4388.06 l
+4046.06 4360.46 l
+3780.89 4360.46 l
+f*
+3772.49 4404.85 m
+3767.69 4428.85 l
+3812.08 4428.85 l
+3798.88 4431.25 l
+3786.88 4433.65 l
+3778.49 4434.85 l
+3771.29 4437.25 l
+3766.49 4438.45 l
+3762.89 4440.85 l
+3760.49 4443.25 l
+3759.29 4445.65 l
+3759.29 4449.25 l
+3760.49 4452.85 l
+3765.29 4455.25 l
+3770.09 4458.85 l
+3844.48 4450.45 l
+3839.68 4446.85 l
+3838.48 4443.25 l
+3839.68 4440.85 l
+3843.28 4438.45 l
+3849.28 4437.25 l
+3856.48 4434.85 l
+3863.68 4434.85 l
+3870.88 4433.65 l
+3880.48 4432.45 l
+3891.28 4432.45 l
+3902.08 4431.25 l
+3915.27 4431.25 l
+3929.67 4431.25 l
+3945.27 4431.25 l
+4034.06 4431.25 l
+4038.86 4404.85 l
+3772.49 4404.85 l
+f*
+3754.49 4493.65 m
+3752.09 4505.65 l
+3826.48 4505.65 l
+3828.88 4493.65 l
+4020.87 4493.65 l
+4026.86 4467.25 l
+3834.88 4467.25 l
+3837.28 4456.45 l
+3762.89 4456.45 l
+3760.49 4467.25 l
+3748.49 4467.25 l
+3731.69 4467.25 l
+3712.49 4467.25 l
+3702.89 4468.45 l
+3694.49 4468.45 l
+3687.29 4469.65 l
+3680.09 4470.85 l
+3674.09 4472.05 l
+3668.09 4474.45 l
+3663.3 4475.65 l
+3658.5 4478.05 l
+3654.9 4480.45 l
+3651.3 4484.05 l
+3648.9 4487.65 l
+3647.7 4491.25 l
+3646.5 4494.85 l
+3647.7 4499.65 l
+3647.7 4505.65 l
+3648.9 4511.65 l
+3711.29 4509.25 l
+3710.09 4504.45 l
+3710.09 4500.85 l
+3712.49 4498.45 l
+3716.09 4496.05 l
+3722.09 4494.85 l
+3731.69 4493.65 l
+3740.09 4493.65 l
+3754.49 4493.65 l
+3754.49 4493.65 l
+f*
+3830.08 4540.44 m
+3825.28 4514.05 l
+3813.28 4515.25 l
+3802.48 4516.45 l
+3792.88 4517.65 l
+3784.49 4518.85 l
+3777.29 4520.05 l
+3770.09 4522.44 l
+3762.89 4523.64 l
+3756.89 4526.04 l
+3753.29 4528.44 l
+3749.69 4530.84 l
+3746.09 4533.24 l
+3742.49 4536.84 l
+3740.09 4539.24 l
+3737.69 4542.84 l
+3736.49 4546.44 l
+3735.29 4550.04 l
+3734.09 4556.04 l
+3732.89 4560.84 l
+3734.09 4565.64 l
+3735.29 4569.24 l
+3737.69 4572.84 l
+3741.29 4576.44 l
+3746.09 4578.84 l
+3753.29 4581.24 l
+3759.29 4583.64 l
+3766.49 4584.84 l
+3773.69 4586.04 l
+3783.29 4587.24 l
+3794.08 4587.24 l
+3803.68 4588.44 l
+3813.28 4588.44 l
+3822.88 4588.44 l
+3940.47 4588.44 l
+3957.27 4589.64 l
+3969.27 4589.64 l
+3981.27 4590.84 l
+3995.67 4592.04 l
+4002.87 4566.84 l
+3994.47 4565.64 l
+3987.27 4565.64 l
+3970.47 4564.44 l
+3980.07 4562.04 l
+3988.47 4559.64 l
+3995.67 4557.24 l
+4001.67 4553.64 l
+4006.47 4550.04 l
+4011.27 4546.44 l
+4014.87 4541.64 l
+4016.07 4538.04 l
+4016.07 4534.44 l
+4016.07 4532.04 l
+4014.87 4529.64 l
+4013.67 4527.24 l
+4011.27 4524.84 l
+4007.67 4522.44 l
+4004.07 4520.05 l
+3999.27 4518.85 l
+3993.27 4517.65 l
+3988.47 4516.45 l
+3982.47 4515.25 l
+3975.27 4514.05 l
+3969.27 4512.85 l
+3962.07 4512.85 l
+3953.67 4512.85 l
+3946.47 4512.85 l
+3932.07 4512.85 l
+3917.67 4514.05 l
+3905.68 4515.25 l
+3894.88 4516.45 l
+3890.08 4518.85 l
+3885.28 4520.05 l
+3880.48 4521.24 l
+3876.88 4523.64 l
+3872.08 4526.04 l
+3868.48 4528.44 l
+3864.88 4530.84 l
+3861.28 4534.44 l
+3849.28 4546.44 l
+3840.88 4553.64 l
+3833.68 4558.44 l
+3825.28 4563.24 l
+3816.88 4563.24 l
+3809.68 4562.04 l
+3804.88 4562.04 l
+3800.08 4560.84 l
+3797.68 4559.64 l
+3795.28 4558.44 l
+3794.08 4556.04 l
+3794.08 4553.64 l
+3795.28 4551.24 l
+3797.68 4547.64 l
+3801.28 4545.24 l
+3804.88 4544.04 l
+3809.68 4542.84 l
+3814.48 4541.64 l
+3821.68 4540.44 l
+3830.08 4540.44 l
+3830.08 4540.44 l
+h
+3876.88 4563.24 m
+3886.48 4557.24 l
+3893.68 4551.24 l
+3898.48 4547.64 l
+3903.28 4545.24 l
+3908.07 4542.84 l
+3912.87 4541.64 l
+3922.47 4539.24 l
+3932.07 4539.24 l
+3938.07 4539.24 l
+3942.87 4539.24 l
+3947.67 4540.44 l
+3951.27 4541.64 l
+3953.67 4542.84 l
+3956.07 4544.04 l
+3957.27 4545.24 l
+3957.27 4547.64 l
+3956.07 4550.04 l
+3953.67 4552.44 l
+3951.27 4553.64 l
+3946.47 4556.04 l
+3941.67 4557.24 l
+3936.87 4559.64 l
+3930.87 4560.84 l
+3924.87 4560.84 l
+3918.87 4562.04 l
+3911.67 4562.04 l
+3903.28 4563.24 l
+3893.68 4563.24 l
+3876.88 4563.24 l
+f*
+3728.09 4599.24 m
+3718.49 4630.44 l
+3789.28 4641.23 l
+3711.29 4654.43 l
+3701.69 4683.23 l
+3836.08 4660.43 l
+3966.87 4685.63 l
+3977.67 4654.43 l
+3896.08 4641.23 l
+3986.07 4626.84 l
+3994.47 4598.04 l
+3848.08 4623.24 l
+3728.09 4599.24 l
+f*
+3580.5 4740.83 m
+3569.7 4768.42 l
+3558.9 4796.02 l
+3557.7 4799.62 l
+3557.7 4803.22 l
+3557.7 4805.62 l
+3560.1 4808.02 l
+3562.5 4810.42 l
+3566.1 4812.82 l
+3570.9 4815.22 l
+3575.7 4817.62 l
+3581.7 4818.82 l
+3588.9 4821.22 l
+3596.1 4822.42 l
+3603.3 4823.62 l
+3611.7 4823.62 l
+3620.1 4824.82 l
+3628.5 4824.82 l
+3638.1 4824.82 l
+3653.7 4824.82 l
+3669.29 4823.62 l
+3682.49 4822.42 l
+3695.69 4820.02 l
+3704.09 4817.62 l
+3712.49 4815.22 l
+3718.49 4812.82 l
+3725.69 4809.22 l
+3726.89 4811.62 l
+3729.29 4814.02 l
+3731.69 4816.42 l
+3734.09 4818.82 l
+3737.69 4820.02 l
+3742.49 4821.22 l
+3746.09 4823.62 l
+3752.09 4824.82 l
+3762.89 4827.22 l
+3776.09 4828.42 l
+3791.68 4829.62 l
+3807.28 4829.62 l
+3821.68 4829.62 l
+3834.88 4828.42 l
+3848.08 4827.22 l
+3861.28 4826.02 l
+3872.08 4823.62 l
+3882.88 4821.22 l
+3892.48 4818.82 l
+3900.88 4816.42 l
+3905.68 4814.02 l
+3909.27 4811.62 l
+3914.07 4809.22 l
+3917.67 4805.62 l
+3924.87 4797.22 l
+3927.27 4792.42 l
+3938.07 4766.02 l
+3947.67 4740.83 l
+3580.5 4740.83 l
+h
+3712.49 4770.82 m
+3707.69 4784.02 l
+3706.49 4786.42 l
+3702.89 4788.82 l
+3699.29 4791.22 l
+3695.69 4793.62 l
+3689.69 4794.82 l
+3682.49 4794.82 l
+3675.29 4796.02 l
+3666.89 4796.02 l
+3659.7 4796.02 l
+3653.7 4794.82 l
+3647.7 4794.82 l
+3644.1 4793.62 l
+3640.5 4791.22 l
+3638.1 4790.02 l
+3636.9 4786.42 l
+3638.1 4784.02 l
+3642.9 4770.82 l
+3712.49 4770.82 l
+h
+3857.68 4770.82 m
+3851.68 4785.22 l
+3849.28 4788.82 l
+3845.68 4792.42 l
+3842.08 4794.82 l
+3836.08 4796.02 l
+3830.08 4798.42 l
+3824.08 4798.42 l
+3815.68 4799.62 l
+3807.28 4799.62 l
+3800.08 4799.62 l
+3792.88 4798.42 l
+3786.88 4798.42 l
+3782.09 4796.02 l
+3778.49 4794.82 l
+3777.29 4792.42 l
+3776.09 4788.82 l
+3777.29 4785.22 l
+3783.29 4770.82 l
+3857.68 4770.82 l
+f*
+3714.89 4868.02 m
+3716.09 4841.62 l
+3704.09 4842.82 l
+3692.09 4844.02 l
+3682.49 4845.22 l
+3674.09 4846.42 l
+3666.89 4847.62 l
+3658.5 4850.02 l
+3651.3 4851.22 l
+3645.3 4853.62 l
+3640.5 4856.02 l
+3635.7 4858.42 l
+3632.1 4860.82 l
+3628.5 4864.42 l
+3624.9 4866.82 l
+3622.5 4870.42 l
+3620.1 4874.02 l
+3617.7 4877.62 l
+3615.3 4883.61 l
+3614.1 4888.41 l
+3612.9 4893.21 l
+3614.1 4896.81 l
+3615.3 4900.41 l
+3618.9 4904.01 l
+3622.5 4906.41 l
+3629.7 4908.81 l
+3634.5 4911.21 l
+3641.7 4912.41 l
+3648.9 4913.61 l
+3658.5 4914.81 l
+3668.09 4916.01 l
+3677.69 4916.01 l
+3687.29 4916.01 l
+3696.89 4917.21 l
+3814.48 4917.21 l
+3831.28 4917.21 l
+3843.28 4917.21 l
+3855.28 4918.41 l
+3869.68 4919.61 l
+3881.68 4894.41 l
+3873.28 4893.21 l
+3867.28 4893.21 l
+3850.48 4892.01 l
+3861.28 4889.61 l
+3869.68 4887.21 l
+3876.88 4884.81 l
+3882.88 4881.22 l
+3890.08 4877.62 l
+3894.88 4874.02 l
+3899.68 4870.42 l
+3902.08 4865.62 l
+3903.28 4862.02 l
+3903.28 4859.62 l
+3902.08 4857.22 l
+3900.88 4854.82 l
+3899.68 4852.42 l
+3896.08 4850.02 l
+3892.48 4847.62 l
+3888.88 4846.42 l
+3884.08 4845.22 l
+3878.08 4844.02 l
+3872.08 4842.82 l
+3866.08 4841.62 l
+3858.88 4840.42 l
+3852.88 4840.42 l
+3844.48 4840.42 l
+3837.28 4840.42 l
+3822.88 4840.42 l
+3808.48 4841.62 l
+3796.48 4842.82 l
+3785.69 4845.22 l
+3779.69 4846.42 l
+3774.89 4847.62 l
+3770.09 4848.82 l
+3765.29 4851.22 l
+3760.49 4853.62 l
+3755.69 4856.02 l
+3752.09 4858.42 l
+3748.49 4862.02 l
+3732.89 4874.02 l
+3723.29 4881.22 l
+3714.89 4886.01 l
+3706.49 4890.81 l
+3698.09 4890.81 l
+3690.89 4889.61 l
+3684.89 4889.61 l
+3681.29 4888.41 l
+3677.69 4887.21 l
+3676.49 4886.01 l
+3676.49 4883.61 l
+3676.49 4881.22 l
+3678.89 4878.82 l
+3681.29 4875.22 l
+3684.89 4874.02 l
+3689.69 4871.62 l
+3693.29 4870.42 l
+3699.29 4869.22 l
+3706.49 4868.02 l
+3714.89 4868.02 l
+3714.89 4868.02 l
+h
+3756.89 4890.81 m
+3767.69 4884.81 l
+3776.09 4878.82 l
+3782.09 4875.22 l
+3788.08 4872.82 l
+3792.88 4870.42 l
+3797.68 4869.22 l
+3807.28 4866.82 l
+3818.08 4866.82 l
+3822.88 4866.82 l
+3827.68 4866.82 l
+3832.48 4868.02 l
+3836.08 4869.22 l
+3838.48 4870.42 l
+3840.88 4871.62 l
+3840.88 4872.82 l
+3840.88 4875.22 l
+3838.48 4877.62 l
+3836.08 4880.02 l
+3832.48 4881.22 l
+3828.88 4883.61 l
+3822.88 4884.81 l
+3818.08 4887.21 l
+3812.08 4888.41 l
+3806.08 4888.41 l
+3798.88 4889.61 l
+3791.68 4890.81 l
+3783.29 4890.81 l
+3773.69 4890.81 l
+3756.89 4890.81 l
+f*
+3596.1 4932.81 m
+3582.9 4956.81 l
+3627.3 4956.81 l
+3612.9 4960.41 l
+3600.9 4962.81 l
+3591.3 4965.21 l
+3582.9 4968.81 l
+3575.7 4971.21 l
+3570.9 4974.81 l
+3566.1 4978.41 l
+3563.7 4982.01 l
+3562.5 4985.61 l
+3561.3 4988.01 l
+3562.5 4990.41 l
+3563.7 4992.81 l
+3566.1 4994.01 l
+3569.7 4996.41 l
+3573.3 4997.61 l
+3578.1 5000.01 l
+3584.1 5001.21 l
+3591.3 5002.4 l
+3598.5 5003.6 l
+3608.1 5004.8 l
+3617.7 5004.8 l
+3628.5 5006 l
+3640.5 5006 l
+3652.5 5006 l
+3821.68 5006 l
+3830.08 4992.81 l
+3837.28 4979.61 l
+3690.89 4979.61 l
+3678.89 4979.61 l
+3670.49 4978.41 l
+3662.1 4978.41 l
+3657.3 4977.21 l
+3652.5 4976.01 l
+3650.1 4973.61 l
+3650.1 4972.41 l
+3650.1 4970.01 l
+3652.5 4967.61 l
+3656.1 4965.21 l
+3662.1 4964.01 l
+3669.29 4961.61 l
+3677.69 4960.41 l
+3689.69 4960.41 l
+3704.09 4959.21 l
+3720.89 4959.21 l
+3848.08 4959.21 l
+3862.48 4932.81 l
+3596.1 4932.81 l
+f*
+3395.72 5094.8 m
+3762.89 5094.8 l
+3772.49 5082.8 l
+3780.89 5069.6 l
+3741.29 5069.6 l
+3754.49 5067.2 l
+3765.29 5064.8 l
+3774.89 5062.4 l
+3782.09 5060 l
+3789.28 5057.6 l
+3794.08 5054 l
+3798.88 5051.6 l
+3801.28 5048 l
+3803.68 5044.4 l
+3803.68 5040.8 l
+3802.48 5038.4 l
+3798.88 5034.8 l
+3795.28 5032.4 l
+3789.28 5030 l
+3782.09 5027.6 l
+3773.69 5026.4 l
+3764.09 5024 l
+3754.49 5022.8 l
+3743.69 5021.6 l
+3731.69 5020.4 l
+3719.69 5019.2 l
+3706.49 5019.2 l
+3693.29 5019.2 l
+3677.69 5018 l
+3662.1 5019.2 l
+3646.5 5019.2 l
+3632.1 5019.2 l
+3618.9 5020.4 l
+3605.7 5021.6 l
+3593.7 5022.8 l
+3582.9 5025.2 l
+3572.1 5026.4 l
+3562.5 5028.8 l
+3554.1 5031.2 l
+3545.7 5033.6 l
+3539.71 5036 l
+3533.71 5038.4 l
+3528.91 5042 l
+3525.31 5044.4 l
+3522.91 5048 l
+3521.71 5050.4 l
+3521.71 5054 l
+3521.71 5056.4 l
+3524.11 5058.8 l
+3526.51 5061.2 l
+3531.31 5063.6 l
+3536.11 5066 l
+3542.11 5068.4 l
+3414.92 5068.4 l
+3395.72 5094.8 l
+h
+3648.9 5068.4 m
+3633.3 5068.4 l
+3621.3 5067.2 l
+3611.7 5066 l
+3604.5 5064.8 l
+3598.5 5062.4 l
+3594.9 5061.2 l
+3593.7 5058.8 l
+3593.7 5056.4 l
+3596.1 5054 l
+3600.9 5051.6 l
+3606.9 5050.4 l
+3614.1 5048 l
+3623.7 5046.8 l
+3635.7 5045.6 l
+3648.9 5045.6 l
+3665.7 5045.6 l
+3681.29 5045.6 l
+3693.29 5045.6 l
+3704.09 5046.8 l
+3711.29 5048 l
+3717.29 5050.4 l
+3719.69 5051.6 l
+3722.09 5054 l
+3720.89 5056.4 l
+3718.49 5058.8 l
+3713.69 5061.2 l
+3707.69 5062.4 l
+3700.49 5064.8 l
+3690.89 5066 l
+3678.89 5067.2 l
+3664.5 5068.4 l
+3648.9 5068.4 l
+3648.9 5068.4 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+5163.17 4037.69 m
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+5163.17 4037.69 l
+f*
+4821.2 2964.97 m
+4821.2 2898.98 l
+4871.59 2889.38 l
+4871.59 2830.59 l
+4566.82 2901.38 l
+4566.82 2963.77 l
+4871.59 3034.57 l
+4871.59 2973.37 l
+4821.2 2964.97 l
+h
+4755.2 2952.98 m
+4646.01 2931.38 l
+4755.2 2910.98 l
+4755.2 2952.98 l
+f*
+4955.59 3050.17 m
+4650.81 3050.17 l
+4650.81 3099.36 l
+4684.41 3099.36 l
+4674.81 3104.16 l
+4666.41 3108.96 l
+4660.41 3113.76 l
+4655.61 3117.36 l
+4652.01 3123.36 l
+4648.41 3129.36 l
+4647.21 3135.36 l
+4646.01 3142.56 l
+4646.01 3149.76 l
+4648.41 3155.76 l
+4650.81 3161.76 l
+4654.41 3166.56 l
+4659.21 3171.36 l
+4665.21 3176.16 l
+4672.41 3180.96 l
+4679.61 3184.56 l
+4689.21 3188.16 l
+4697.61 3190.56 l
+4707.21 3194.16 l
+4718.01 3195.36 l
+4728.81 3197.76 l
+4739.61 3198.96 l
+4751.6 3198.96 l
+4763.6 3198.96 l
+4776.8 3198.96 l
+4790 3198.96 l
+4802 3197.76 l
+4812.8 3195.36 l
+4822.4 3192.96 l
+4832 3190.56 l
+4840.4 3186.96 l
+4847.6 3183.36 l
+4854.8 3178.56 l
+4860.8 3174.96 l
+4865.59 3170.16 l
+4869.19 3165.36 l
+4872.79 3159.36 l
+4875.19 3154.56 l
+4876.39 3148.56 l
+4876.39 3142.56 l
+4876.39 3136.56 l
+4875.19 3130.56 l
+4872.79 3125.76 l
+4870.39 3120.96 l
+4866.79 3116.16 l
+4862 3111.36 l
+4856 3106.56 l
+4850 3102.96 l
+4955.59 3102.96 l
+4955.59 3050.17 l
+h
+4762.4 3102.96 m
+4774.4 3102.96 l
+4785.2 3104.16 l
+4793.6 3106.56 l
+4800.8 3108.96 l
+4806.8 3112.56 l
+4810.4 3117.36 l
+4812.8 3120.96 l
+4814 3125.76 l
+4812.8 3130.56 l
+4810.4 3134.16 l
+4806.8 3137.76 l
+4800.8 3141.36 l
+4794.8 3143.76 l
+4785.2 3146.16 l
+4773.2 3147.36 l
+4760 3147.36 l
+4748 3147.36 l
+4737.21 3146.16 l
+4727.61 3143.76 l
+4720.41 3141.36 l
+4715.61 3137.76 l
+4710.81 3134.16 l
+4708.41 3130.56 l
+4708.41 3125.76 l
+4708.41 3120.96 l
+4710.81 3116.16 l
+4715.61 3112.56 l
+4720.41 3108.96 l
+4724.01 3107.76 l
+4727.61 3106.56 l
+4732.41 3105.36 l
+4737.21 3104.16 l
+4743.21 3102.96 l
+4749.2 3102.96 l
+4755.2 3102.96 l
+4762.4 3102.96 l
+4762.4 3102.96 l
+f*
+4650.81 3225.35 m
+4650.81 3273.35 l
+4686.81 3273.35 l
+4676.01 3276.95 l
+4667.61 3280.55 l
+4660.41 3284.15 l
+4654.41 3287.75 l
+4650.81 3291.35 l
+4648.41 3296.15 l
+4647.21 3300.95 l
+4646.01 3306.95 l
+4647.21 3311.75 l
+4649.61 3318.95 l
+4653.21 3324.94 l
+4658.01 3332.14 l
+4718.01 3315.35 l
+4715.61 3310.55 l
+4713.21 3306.95 l
+4712.01 3303.35 l
+4712.01 3300.95 l
+4712.01 3296.15 l
+4715.61 3291.35 l
+4719.21 3287.75 l
+4725.21 3285.35 l
+4731.21 3282.95 l
+4737.21 3281.75 l
+4744.41 3280.55 l
+4752.8 3279.35 l
+4762.4 3278.15 l
+4773.2 3278.15 l
+4785.2 3276.95 l
+4798.4 3276.95 l
+4871.59 3276.95 l
+4871.59 3225.35 l
+4650.81 3225.35 l
+f*
+4566.82 3342.94 m
+4566.82 3394.54 l
+4624.42 3394.54 l
+4624.42 3342.94 l
+4566.82 3342.94 l
+h
+4650.81 3342.94 m
+4650.81 3394.54 l
+4871.59 3394.54 l
+4871.59 3342.94 l
+4650.81 3342.94 l
+f*
+4566.82 3429.34 304.775 52.7957 re
+f*
+4871.59 3749.71 m
+4871.59 3593.72 l
+4862 3593.72 l
+4853.6 3594.92 l
+4844 3597.32 l
+4835.6 3598.52 l
+4826 3600.92 l
+4817.6 3603.32 l
+4809.2 3606.92 l
+4800.8 3609.32 l
+4792.4 3612.92 l
+4784 3617.72 l
+4774.4 3623.72 l
+4764.8 3629.72 l
+4755.2 3635.72 l
+4744.41 3642.92 l
+4733.61 3651.32 l
+4722.81 3660.92 l
+4709.61 3670.52 l
+4698.81 3678.92 l
+4689.21 3686.11 l
+4680.81 3689.71 l
+4673.61 3692.11 l
+4666.41 3694.51 l
+4660.41 3695.71 l
+4653.21 3695.71 l
+4647.21 3695.71 l
+4641.21 3694.51 l
+4635.21 3692.11 l
+4630.41 3689.71 l
+4625.61 3686.11 l
+4622.02 3682.51 l
+4620.82 3678.92 l
+4619.62 3674.12 l
+4620.82 3669.32 l
+4622.02 3664.52 l
+4625.61 3660.92 l
+4630.41 3657.32 l
+4636.41 3654.92 l
+4643.61 3652.52 l
+4654.41 3650.12 l
+4666.41 3648.92 l
+4659.21 3597.32 l
+4650.81 3598.52 l
+4642.41 3598.52 l
+4634.01 3599.72 l
+4626.81 3600.92 l
+4620.82 3603.32 l
+4614.82 3604.52 l
+4608.82 3606.92 l
+4604.02 3608.12 l
+4599.22 3610.52 l
+4594.42 3612.92 l
+4589.62 3615.32 l
+4586.02 3617.72 l
+4582.42 3621.32 l
+4578.82 3624.92 l
+4575.22 3627.32 l
+4572.82 3630.92 l
+4570.42 3635.72 l
+4568.02 3639.32 l
+4565.62 3644.12 l
+4564.42 3648.92 l
+4563.22 3654.92 l
+4562.02 3659.72 l
+4562.02 3665.72 l
+4562.02 3672.92 l
+4562.02 3678.92 l
+4562.02 3686.11 l
+4563.22 3690.91 l
+4564.42 3696.91 l
+4565.62 3701.71 l
+4568.02 3706.51 l
+4570.42 3711.31 l
+4572.82 3714.91 l
+4575.22 3718.51 l
+4577.62 3722.11 l
+4581.22 3725.71 l
+4584.82 3729.31 l
+4589.62 3731.71 l
+4593.22 3734.11 l
+4598.02 3736.51 l
+4604.02 3738.91 l
+4608.82 3741.31 l
+4614.82 3742.51 l
+4619.62 3744.91 l
+4625.61 3746.11 l
+4631.61 3747.31 l
+4637.61 3747.31 l
+4644.81 3748.51 l
+4650.81 3748.51 l
+4658.01 3748.51 l
+4664.01 3747.31 l
+4671.21 3746.11 l
+4678.41 3746.11 l
+4684.41 3743.71 l
+4691.61 3742.51 l
+4697.61 3740.11 l
+4703.61 3737.71 l
+4710.81 3735.31 l
+4716.81 3731.71 l
+4724.01 3728.11 l
+4730.01 3723.31 l
+4737.21 3718.51 l
+4744.41 3713.71 l
+4752.8 3707.71 l
+4760 3701.71 l
+4774.4 3688.51 l
+4784 3680.11 l
+4792.4 3675.32 l
+4803.2 3668.12 l
+4803.2 3749.71 l
+4871.59 3749.71 l
+f*
+4566.82 3792.91 m
+4566.82 3916.5 l
+4635.21 3916.5 l
+4635.21 3832.5 l
+4680.81 3828.9 l
+4677.21 3832.5 l
+4674.81 3837.3 l
+4672.41 3840.9 l
+4671.21 3845.7 l
+4668.81 3849.3 l
+4667.61 3854.1 l
+4667.61 3857.7 l
+4667.61 3862.5 l
+4667.61 3868.5 l
+4668.81 3875.7 l
+4671.21 3881.7 l
+4674.81 3887.7 l
+4678.41 3893.7 l
+4683.21 3898.5 l
+4688.01 3903.3 l
+4695.21 3908.1 l
+4702.41 3911.7 l
+4709.61 3915.3 l
+4718.01 3918.9 l
+4726.41 3921.29 l
+4734.81 3922.49 l
+4744.41 3924.89 l
+4754 3924.89 l
+4764.8 3924.89 l
+4772 3924.89 l
+4779.2 3924.89 l
+4786.4 3923.69 l
+4793.6 3923.69 l
+4800.8 3922.49 l
+4808 3920.09 l
+4814 3918.9 l
+4821.2 3916.5 l
+4827.2 3914.1 l
+4834.4 3911.7 l
+4839.2 3908.1 l
+4845.2 3905.7 l
+4850 3902.1 l
+4854.8 3898.5 l
+4858.4 3894.9 l
+4863.2 3891.3 l
+4865.59 3886.5 l
+4869.19 3881.7 l
+4871.59 3876.9 l
+4873.99 3872.1 l
+4875.19 3866.1 l
+4876.39 3861.3 l
+4876.39 3855.3 l
+4876.39 3848.1 l
+4876.39 3839.7 l
+4875.19 3831.3 l
+4873.99 3824.1 l
+4871.59 3816.9 l
+4867.99 3810.9 l
+4864.4 3804.9 l
+4859.6 3798.91 l
+4854.8 3794.11 l
+4848.8 3790.51 l
+4842.8 3785.71 l
+4835.6 3782.11 l
+4828.4 3779.71 l
+4821.2 3776.11 l
+4812.8 3773.71 l
+4803.2 3771.31 l
+4793.6 3770.11 l
+4784 3822.9 l
+4793.6 3824.1 l
+4802 3825.3 l
+4809.2 3827.7 l
+4815.2 3831.3 l
+4820 3834.9 l
+4822.4 3838.5 l
+4824.8 3843.3 l
+4826 3848.1 l
+4824.8 3852.9 l
+4822.4 3857.7 l
+4817.6 3862.5 l
+4812.8 3866.1 l
+4809.2 3867.3 l
+4804.4 3869.7 l
+4800.8 3870.9 l
+4796 3870.9 l
+4790 3872.1 l
+4785.2 3872.1 l
+4779.2 3873.3 l
+4772 3873.3 l
+4766 3873.3 l
+4760 3872.1 l
+4754 3872.1 l
+4749.2 3870.9 l
+4744.41 3869.7 l
+4739.61 3868.5 l
+4736.01 3867.3 l
+4732.41 3866.1 l
+4726.41 3862.5 l
+4722.81 3857.7 l
+4720.41 3852.9 l
+4719.21 3846.9 l
+4720.41 3843.3 l
+4721.61 3839.7 l
+4722.81 3836.1 l
+4725.21 3832.5 l
+4728.81 3830.1 l
+4732.41 3826.5 l
+4736.01 3824.1 l
+4742.01 3820.5 l
+4731.21 3776.11 l
+4566.82 3792.91 l
+f*
+4727.61 3941.69 65.9946 75.5935 re
+f*
+4871.59 4186.47 m
+4871.59 4030.49 l
+4862 4030.49 l
+4853.6 4031.69 l
+4844 4032.89 l
+4835.6 4035.29 l
+4826 4037.69 l
+4817.6 4040.08 l
+4809.2 4042.48 l
+4800.8 4046.08 l
+4792.4 4049.68 l
+4784 4054.48 l
+4774.4 4059.28 l
+4764.8 4065.28 l
+4755.2 4072.48 l
+4744.41 4079.68 l
+4733.61 4088.08 l
+4722.81 4097.68 l
+4709.61 4107.28 l
+4698.81 4115.68 l
+4689.21 4121.68 l
+4680.81 4126.48 l
+4673.61 4128.88 l
+4666.41 4131.28 l
+4660.41 4132.48 l
+4653.21 4132.48 l
+4647.21 4132.48 l
+4641.21 4131.28 l
+4635.21 4128.88 l
+4630.41 4126.48 l
+4625.61 4122.88 l
+4622.02 4119.28 l
+4620.82 4114.48 l
+4619.62 4110.88 l
+4620.82 4106.08 l
+4622.02 4101.28 l
+4625.61 4097.68 l
+4630.41 4094.08 l
+4636.41 4091.68 l
+4643.61 4089.28 l
+4654.41 4086.88 l
+4666.41 4085.68 l
+4659.21 4034.09 l
+4650.81 4034.09 l
+4642.41 4035.29 l
+4634.01 4036.49 l
+4626.81 4037.69 l
+4620.82 4038.89 l
+4614.82 4041.28 l
+4608.82 4042.48 l
+4604.02 4044.88 l
+4599.22 4047.28 l
+4594.42 4049.68 l
+4589.62 4052.08 l
+4586.02 4054.48 l
+4582.42 4058.08 l
+4578.82 4060.48 l
+4575.22 4064.08 l
+4572.82 4067.68 l
+4570.42 4071.28 l
+4568.02 4076.08 l
+4565.62 4080.88 l
+4564.42 4085.68 l
+4563.22 4090.48 l
+4562.02 4096.48 l
+4562.02 4102.48 l
+4562.02 4109.68 l
+4562.02 4115.68 l
+4562.02 4121.68 l
+4563.22 4127.68 l
+4564.42 4133.68 l
+4565.62 4138.48 l
+4568.02 4143.28 l
+4570.42 4148.08 l
+4572.82 4151.68 l
+4575.22 4155.28 l
+4577.62 4158.88 l
+4581.22 4162.47 l
+4584.82 4164.87 l
+4589.62 4168.47 l
+4593.22 4170.87 l
+4598.02 4173.27 l
+4604.02 4175.67 l
+4608.82 4178.07 l
+4614.82 4179.27 l
+4619.62 4181.67 l
+4625.61 4182.87 l
+4631.61 4182.87 l
+4637.61 4184.07 l
+4644.81 4184.07 l
+4650.81 4184.07 l
+4658.01 4184.07 l
+4664.01 4184.07 l
+4671.21 4182.87 l
+4678.41 4181.67 l
+4684.41 4180.47 l
+4691.61 4179.27 l
+4697.61 4176.87 l
+4703.61 4174.47 l
+4710.81 4172.07 l
+4716.81 4168.47 l
+4724.01 4164.87 l
+4730.01 4160.07 l
+4737.21 4155.28 l
+4744.41 4150.48 l
+4752.8 4144.48 l
+4760 4138.48 l
+4774.4 4125.28 l
+4784 4116.88 l
+4792.4 4110.88 l
+4803.2 4104.88 l
+4803.2 4186.47 l
+4871.59 4186.47 l
+f*
+4708.41 4239.27 m
+4702.41 4233.27 l
+4696.41 4228.47 l
+4690.41 4224.87 l
+4684.41 4221.27 l
+4674.81 4217.67 l
+4665.21 4215.27 l
+4654.41 4214.07 l
+4643.61 4214.07 l
+4634.01 4214.07 l
+4625.61 4215.27 l
+4616.02 4216.47 l
+4608.82 4218.87 l
+4600.42 4222.47 l
+4593.22 4226.07 l
+4587.22 4230.87 l
+4581.22 4235.67 l
+4576.42 4240.47 l
+4572.82 4245.27 l
+4569.22 4250.07 l
+4566.82 4256.07 l
+4564.42 4262.07 l
+4563.22 4268.07 l
+4562.02 4274.07 l
+4562.02 4281.26 l
+4562.02 4290.86 l
+4563.22 4299.26 l
+4565.62 4306.46 l
+4568.02 4313.66 l
+4571.62 4320.86 l
+4575.22 4326.86 l
+4580.02 4331.66 l
+4584.82 4336.46 l
+4590.82 4341.26 l
+4598.02 4344.86 l
+4604.02 4347.26 l
+4611.22 4349.66 l
+4619.62 4352.06 l
+4626.81 4353.26 l
+4635.21 4354.46 l
+4643.61 4354.46 l
+4654.41 4354.46 l
+4664.01 4353.26 l
+4673.61 4350.86 l
+4682.01 4347.26 l
+4689.21 4344.86 l
+4695.21 4340.06 l
+4702.41 4336.46 l
+4708.41 4330.46 l
+4710.81 4334.06 l
+4714.41 4337.66 l
+4718.01 4341.26 l
+4721.61 4343.66 l
+4726.41 4346.06 l
+4730.01 4349.66 l
+4734.81 4350.86 l
+4739.61 4353.26 l
+4749.2 4356.86 l
+4760 4359.26 l
+4770.8 4360.46 l
+4782.8 4360.46 l
+4793.6 4360.46 l
+4804.4 4359.26 l
+4815.2 4356.86 l
+4826 4354.46 l
+4834.4 4350.86 l
+4842.8 4347.26 l
+4850 4343.66 l
+4856 4338.86 l
+4860.8 4334.06 l
+4865.59 4328.06 l
+4869.19 4322.06 l
+4871.59 4314.86 l
+4873.99 4307.66 l
+4875.19 4300.46 l
+4876.39 4293.26 l
+4876.39 4286.06 l
+4876.39 4277.67 l
+4876.39 4271.67 l
+4875.19 4265.67 l
+4873.99 4259.67 l
+4872.79 4253.67 l
+4870.39 4248.87 l
+4867.99 4244.07 l
+4865.59 4239.27 l
+4863.2 4235.67 l
+4859.6 4232.07 l
+4856 4229.67 l
+4851.2 4226.07 l
+4847.6 4223.67 l
+4842.8 4220.07 l
+4838 4217.67 l
+4832 4216.47 l
+4826 4214.07 l
+4820 4212.87 l
+4814 4211.67 l
+4808 4210.47 l
+4802 4209.27 l
+4796 4208.07 l
+4788.8 4208.07 l
+4782.8 4208.07 l
+4775.6 4208.07 l
+4769.6 4208.07 l
+4763.6 4209.27 l
+4757.6 4210.47 l
+4751.6 4210.47 l
+4746.8 4212.87 l
+4742.01 4214.07 l
+4737.21 4215.27 l
+4732.41 4217.67 l
+4728.81 4220.07 l
+4724.01 4222.47 l
+4720.41 4224.87 l
+4716.81 4228.47 l
+4713.21 4232.07 l
+4710.81 4235.67 l
+4708.41 4239.27 l
+4708.41 4239.27 l
+h
+4648.41 4263.27 m
+4655.61 4263.27 l
+4662.81 4264.47 l
+4668.81 4265.67 l
+4673.61 4269.27 l
+4678.41 4271.67 l
+4680.81 4275.27 l
+4683.21 4280.06 l
+4683.21 4284.86 l
+4683.21 4288.46 l
+4680.81 4293.26 l
+4678.41 4296.86 l
+4673.61 4299.26 l
+4668.81 4301.66 l
+4662.81 4304.06 l
+4656.81 4305.26 l
+4649.61 4305.26 l
+4641.21 4305.26 l
+4635.21 4304.06 l
+4629.21 4301.66 l
+4623.22 4299.26 l
+4618.42 4295.66 l
+4616.02 4292.06 l
+4613.62 4288.46 l
+4613.62 4283.66 l
+4613.62 4280.06 l
+4616.02 4275.27 l
+4618.42 4271.67 l
+4623.22 4268.07 l
+4628.01 4265.67 l
+4634.01 4264.47 l
+4641.21 4263.27 l
+4648.41 4263.27 l
+4648.41 4263.27 l
+h
+4779.2 4259.67 m
+4788.8 4260.87 l
+4797.2 4262.07 l
+4805.6 4264.47 l
+4812.8 4266.87 l
+4817.6 4271.67 l
+4822.4 4275.27 l
+4823.6 4280.06 l
+4824.8 4284.86 l
+4823.6 4289.66 l
+4822.4 4293.26 l
+4817.6 4296.86 l
+4812.8 4301.66 l
+4805.6 4304.06 l
+4797.2 4306.46 l
+4788.8 4308.86 l
+4779.2 4308.86 l
+4769.6 4308.86 l
+4761.2 4306.46 l
+4752.8 4304.06 l
+4745.6 4301.66 l
+4740.81 4296.86 l
+4736.01 4293.26 l
+4733.61 4288.46 l
+4733.61 4283.66 l
+4733.61 4278.87 l
+4736.01 4275.27 l
+4740.81 4270.47 l
+4745.6 4266.87 l
+4752.8 4263.27 l
+4760 4262.07 l
+4769.6 4260.87 l
+4779.2 4259.67 l
+4779.2 4259.67 l
+f*
+4787.6 4388.06 m
+4787.6 4443.25 l
+4857.2 4443.25 l
+4866.79 4443.25 l
+4875.19 4443.25 l
+4883.59 4442.05 l
+4891.99 4440.85 l
+4899.19 4439.65 l
+4906.39 4437.25 l
+4912.39 4436.05 l
+4918.39 4433.65 l
+4923.19 4431.25 l
+4929.19 4427.65 l
+4933.99 4424.05 l
+4938.79 4420.45 l
+4943.59 4415.65 l
+4948.39 4410.85 l
+4953.19 4406.05 l
+4956.79 4400.06 l
+4920.79 4388.06 l
+4914.79 4395.26 l
+4908.79 4400.06 l
+4903.99 4404.85 l
+4897.99 4408.45 l
+4891.99 4410.85 l
+4885.99 4412.05 l
+4878.79 4413.25 l
+4871.59 4414.45 l
+4871.59 4388.06 l
+4787.6 4388.06 l
+f*
+4871.59 4709.63 m
+4871.59 4553.64 l
+4862 4553.64 l
+4853.6 4554.84 l
+4844 4557.24 l
+4835.6 4558.44 l
+4826 4560.84 l
+4817.6 4563.24 l
+4809.2 4566.84 l
+4800.8 4569.24 l
+4792.4 4572.84 l
+4784 4577.64 l
+4774.4 4583.64 l
+4764.8 4589.64 l
+4755.2 4595.64 l
+4744.41 4602.84 l
+4733.61 4611.24 l
+4722.81 4620.84 l
+4709.61 4630.44 l
+4698.81 4638.84 l
+4689.21 4646.03 l
+4680.81 4649.63 l
+4673.61 4652.03 l
+4666.41 4654.43 l
+4660.41 4655.63 l
+4653.21 4655.63 l
+4647.21 4655.63 l
+4641.21 4654.43 l
+4635.21 4653.23 l
+4630.41 4649.63 l
+4625.61 4646.03 l
+4622.02 4642.43 l
+4620.82 4638.84 l
+4619.62 4634.04 l
+4620.82 4629.24 l
+4622.02 4624.44 l
+4625.61 4620.84 l
+4630.41 4617.24 l
+4636.41 4614.84 l
+4643.61 4612.44 l
+4654.41 4610.04 l
+4666.41 4608.84 l
+4659.21 4557.24 l
+4650.81 4558.44 l
+4642.41 4558.44 l
+4634.01 4559.64 l
+4626.81 4560.84 l
+4620.82 4563.24 l
+4614.82 4564.44 l
+4608.82 4566.84 l
+4604.02 4568.04 l
+4599.22 4570.44 l
+4594.42 4572.84 l
+4589.62 4575.24 l
+4586.02 4577.64 l
+4582.42 4581.24 l
+4578.82 4584.84 l
+4575.22 4587.24 l
+4572.82 4590.84 l
+4570.42 4595.64 l
+4568.02 4599.24 l
+4565.62 4604.04 l
+4564.42 4608.84 l
+4563.22 4614.84 l
+4562.02 4619.64 l
+4562.02 4625.64 l
+4562.02 4632.84 l
+4562.02 4638.84 l
+4562.02 4646.03 l
+4563.22 4650.83 l
+4564.42 4656.83 l
+4565.62 4661.63 l
+4568.02 4666.43 l
+4570.42 4671.23 l
+4572.82 4674.83 l
+4575.22 4678.43 l
+4577.62 4682.03 l
+4581.22 4685.63 l
+4584.82 4689.23 l
+4589.62 4691.63 l
+4593.22 4694.03 l
+4598.02 4696.43 l
+4604.02 4698.83 l
+4608.82 4701.23 l
+4614.82 4702.43 l
+4619.62 4704.83 l
+4625.61 4706.03 l
+4631.61 4707.23 l
+4637.61 4707.23 l
+4644.81 4708.43 l
+4650.81 4708.43 l
+4658.01 4708.43 l
+4664.01 4707.23 l
+4671.21 4706.03 l
+4678.41 4706.03 l
+4684.41 4703.63 l
+4691.61 4702.43 l
+4697.61 4700.03 l
+4703.61 4697.63 l
+4710.81 4695.23 l
+4716.81 4691.63 l
+4724.01 4688.03 l
+4730.01 4683.23 l
+4737.21 4678.43 l
+4744.41 4673.63 l
+4752.8 4667.63 l
+4760 4661.63 l
+4774.4 4648.43 l
+4784 4640.04 l
+4792.4 4635.24 l
+4803.2 4628.04 l
+4803.2 4709.63 l
+4871.59 4709.63 l
+f*
+4718.01 4732.43 m
+4707.21 4732.43 l
+4697.61 4732.43 l
+4688.01 4732.43 l
+4678.41 4733.63 l
+4668.81 4733.63 l
+4660.41 4734.83 l
+4652.01 4736.03 l
+4644.81 4737.23 l
+4637.61 4738.43 l
+4630.41 4739.63 l
+4623.22 4740.83 l
+4617.22 4743.23 l
+4611.22 4744.43 l
+4606.42 4746.83 l
+4601.62 4749.23 l
+4596.82 4751.63 l
+4588.42 4756.43 l
+4581.22 4762.42 l
+4575.22 4768.42 l
+4570.42 4775.62 l
+4566.82 4782.82 l
+4564.42 4791.22 l
+4562.02 4799.62 l
+4562.02 4809.22 l
+4562.02 4818.82 l
+4564.42 4827.22 l
+4566.82 4834.42 l
+4569.22 4840.42 l
+4574.02 4846.42 l
+4578.82 4851.22 l
+4583.62 4856.02 l
+4589.62 4860.82 l
+4595.62 4864.42 l
+4601.62 4866.82 l
+4608.82 4870.42 l
+4614.82 4872.82 l
+4622.02 4874.02 l
+4629.21 4876.42 l
+4637.61 4877.62 l
+4646.01 4880.02 l
+4654.41 4881.22 l
+4664.01 4882.41 l
+4672.41 4882.41 l
+4680.81 4883.61 l
+4690.41 4883.61 l
+4698.81 4884.81 l
+4708.41 4884.81 l
+4716.81 4884.81 l
+4737.21 4884.81 l
+4756.4 4883.61 l
+4773.2 4882.41 l
+4788.8 4880.02 l
+4803.2 4877.62 l
+4816.4 4875.22 l
+4828.4 4871.62 l
+4838 4868.02 l
+4842.8 4865.62 l
+4847.6 4863.22 l
+4851.2 4860.82 l
+4854.8 4857.22 l
+4858.4 4854.82 l
+4862 4851.22 l
+4864.4 4847.62 l
+4866.79 4844.02 l
+4869.19 4840.42 l
+4871.59 4836.82 l
+4872.79 4832.02 l
+4873.99 4827.22 l
+4875.19 4823.62 l
+4876.39 4818.82 l
+4876.39 4812.82 l
+4876.39 4808.02 l
+4876.39 4802.02 l
+4876.39 4797.22 l
+4875.19 4791.22 l
+4873.99 4786.42 l
+4872.79 4781.62 l
+4870.39 4778.02 l
+4867.99 4773.22 l
+4864.4 4769.62 l
+4862 4766.02 l
+4858.4 4762.42 l
+4853.6 4760.03 l
+4850 4756.43 l
+4845.2 4754.03 l
+4840.4 4751.63 l
+4834.4 4748.03 l
+4828.4 4745.63 l
+4820 4743.23 l
+4809.2 4739.63 l
+4797.2 4737.23 l
+4782.8 4736.03 l
+4767.2 4733.63 l
+4751.6 4732.43 l
+4736.01 4732.43 l
+4718.01 4732.43 l
+4718.01 4732.43 l
+h
+4719.21 4784.02 m
+4732.41 4784.02 l
+4745.6 4784.02 l
+4757.6 4784.02 l
+4767.2 4785.22 l
+4776.8 4786.42 l
+4785.2 4787.62 l
+4792.4 4788.82 l
+4798.4 4790.02 l
+4803.2 4791.22 l
+4808 4793.62 l
+4811.6 4794.82 l
+4814 4797.22 l
+4816.4 4799.62 l
+4817.6 4802.02 l
+4818.8 4805.62 l
+4818.8 4808.02 l
+4818.8 4811.62 l
+4817.6 4815.22 l
+4814 4818.82 l
+4810.4 4821.22 l
+4805.6 4824.82 l
+4798.4 4827.22 l
+4791.2 4828.42 l
+4781.6 4830.82 l
+4770.8 4832.02 l
+4756.4 4832.02 l
+4740.81 4833.22 l
+4721.61 4833.22 l
+4706.01 4833.22 l
+4692.81 4833.22 l
+4680.81 4832.02 l
+4670.01 4832.02 l
+4660.41 4830.82 l
+4652.01 4829.62 l
+4644.81 4828.42 l
+4638.81 4827.22 l
+4634.01 4824.82 l
+4630.41 4823.62 l
+4626.81 4821.22 l
+4623.22 4818.82 l
+4620.82 4816.42 l
+4619.62 4814.02 l
+4618.42 4810.42 l
+4618.42 4808.02 l
+4618.42 4804.42 l
+4619.62 4802.02 l
+4620.82 4799.62 l
+4623.22 4797.22 l
+4626.81 4794.82 l
+4630.41 4792.42 l
+4635.21 4791.22 l
+4640.01 4788.82 l
+4646.01 4787.62 l
+4653.21 4786.42 l
+4660.41 4785.22 l
+4670.01 4785.22 l
+4680.81 4784.02 l
+4691.61 4784.02 l
+4704.81 4784.02 l
+4719.21 4784.02 l
+4719.21 4784.02 l
+f*
+4718.01 4906.41 m
+4707.21 4906.41 l
+4697.61 4906.41 l
+4688.01 4906.41 l
+4678.41 4907.61 l
+4668.81 4907.61 l
+4660.41 4908.81 l
+4652.01 4910.01 l
+4644.81 4911.21 l
+4637.61 4912.41 l
+4630.41 4913.61 l
+4623.22 4914.81 l
+4617.22 4917.21 l
+4611.22 4918.41 l
+4606.42 4920.81 l
+4601.62 4923.21 l
+4596.82 4925.61 l
+4588.42 4930.41 l
+4581.22 4936.41 l
+4575.22 4942.41 l
+4570.42 4949.61 l
+4566.82 4956.81 l
+4564.42 4965.21 l
+4562.02 4974.81 l
+4562.02 4984.41 l
+4562.02 4992.81 l
+4564.42 5001.21 l
+4566.82 5008.4 l
+4569.22 5014.4 l
+4574.02 5020.4 l
+4578.82 5026.4 l
+4583.62 5030 l
+4589.62 5034.8 l
+4595.62 5038.4 l
+4601.62 5042 l
+4608.82 5044.4 l
+4614.82 5046.8 l
+4622.02 5049.2 l
+4629.21 5050.4 l
+4637.61 5052.8 l
+4646.01 5054 l
+4654.41 5055.2 l
+4664.01 5056.4 l
+4672.41 5057.6 l
+4680.81 5057.6 l
+4690.41 5058.8 l
+4698.81 5058.8 l
+4708.41 5058.8 l
+4716.81 5058.8 l
+4737.21 5058.8 l
+4756.4 5057.6 l
+4773.2 5056.4 l
+4788.8 5055.2 l
+4803.2 5052.8 l
+4816.4 5049.2 l
+4828.4 5045.6 l
+4838 5042 l
+4842.8 5039.6 l
+4847.6 5037.2 l
+4851.2 5034.8 l
+4854.8 5031.2 l
+4858.4 5028.8 l
+4862 5025.2 l
+4864.4 5021.6 l
+4866.79 5018 l
+4869.19 5014.4 l
+4871.59 5010.8 l
+4872.79 5006 l
+4873.99 5002.4 l
+4875.19 4997.61 l
+4876.39 4992.81 l
+4876.39 4988.01 l
+4876.39 4982.01 l
+4876.39 4977.21 l
+4876.39 4971.21 l
+4875.19 4966.41 l
+4873.99 4961.61 l
+4872.79 4956.81 l
+4870.39 4952.01 l
+4867.99 4948.41 l
+4864.4 4944.81 l
+4862 4941.21 l
+4858.4 4937.61 l
+4853.6 4934.01 l
+4850 4931.61 l
+4845.2 4928.01 l
+4840.4 4925.61 l
+4834.4 4923.21 l
+4828.4 4920.81 l
+4820 4917.21 l
+4809.2 4914.81 l
+4797.2 4912.41 l
+4782.8 4910.01 l
+4767.2 4908.81 l
+4751.6 4907.61 l
+4736.01 4906.41 l
+4718.01 4906.41 l
+4718.01 4906.41 l
+h
+4719.21 4958.01 m
+4732.41 4958.01 l
+4745.6 4958.01 l
+4757.6 4959.21 l
+4767.2 4959.21 l
+4776.8 4960.41 l
+4785.2 4961.61 l
+4792.4 4962.81 l
+4798.4 4964.01 l
+4803.2 4965.21 l
+4808 4967.61 l
+4811.6 4970.01 l
+4814 4972.41 l
+4816.4 4974.81 l
+4817.6 4977.21 l
+4818.8 4979.61 l
+4818.8 4982.01 l
+4818.8 4986.81 l
+4817.6 4989.21 l
+4814 4992.81 l
+4810.4 4996.41 l
+4805.6 4998.81 l
+4798.4 5001.21 l
+4791.2 5003.6 l
+4781.6 5004.8 l
+4770.8 5006 l
+4756.4 5007.2 l
+4740.81 5007.2 l
+4721.61 5007.2 l
+4706.01 5007.2 l
+4692.81 5007.2 l
+4680.81 5007.2 l
+4670.01 5006 l
+4660.41 5004.8 l
+4652.01 5003.6 l
+4644.81 5002.4 l
+4638.81 5001.21 l
+4634.01 5000.01 l
+4630.41 4997.61 l
+4626.81 4995.21 l
+4623.22 4992.81 l
+4620.82 4990.41 l
+4619.62 4988.01 l
+4618.42 4985.61 l
+4618.42 4982.01 l
+4618.42 4979.61 l
+4619.62 4976.01 l
+4620.82 4973.61 l
+4623.22 4971.21 l
+4626.81 4968.81 l
+4630.41 4966.41 l
+4635.21 4965.21 l
+4640.01 4964.01 l
+4646.01 4961.61 l
+4653.21 4961.61 l
+4660.41 4960.41 l
+4670.01 4959.21 l
+4680.81 4959.21 l
+4691.61 4958.01 l
+4704.81 4958.01 l
+4719.21 4958.01 l
+4719.21 4958.01 l
+f*
+4871.59 5232.79 m
+4871.59 5076.8 l
+4862 5078 l
+4853.6 5079.2 l
+4844 5080.4 l
+4835.6 5082.8 l
+4826 5085.2 l
+4817.6 5087.6 l
+4809.2 5090 l
+4800.8 5093.6 l
+4792.4 5097.2 l
+4784 5102 l
+4774.4 5106.8 l
+4764.8 5112.8 l
+4755.2 5120 l
+4744.41 5127.19 l
+4733.61 5135.59 l
+4722.81 5143.99 l
+4709.61 5154.79 l
+4698.81 5163.19 l
+4689.21 5169.19 l
+4680.81 5173.99 l
+4673.61 5176.39 l
+4666.41 5178.79 l
+4660.41 5179.99 l
+4653.21 5179.99 l
+4647.21 5179.99 l
+4641.21 5178.79 l
+4635.21 5176.39 l
+4630.41 5173.99 l
+4625.61 5170.39 l
+4622.02 5166.79 l
+4620.82 5161.99 l
+4619.62 5157.19 l
+4620.82 5153.59 l
+4622.02 5148.79 l
+4625.61 5145.19 l
+4630.41 5141.59 l
+4636.41 5137.99 l
+4643.61 5135.59 l
+4654.41 5134.39 l
+4666.41 5133.19 l
+4659.21 5081.6 l
+4650.81 5081.6 l
+4642.41 5082.8 l
+4634.01 5084 l
+4626.81 5085.2 l
+4620.82 5086.4 l
+4614.82 5088.8 l
+4608.82 5090 l
+4604.02 5092.4 l
+4599.22 5094.8 l
+4594.42 5097.2 l
+4589.62 5099.6 l
+4586.02 5102 l
+4582.42 5105.6 l
+4578.82 5108 l
+4575.22 5111.6 l
+4572.82 5115.2 l
+4570.42 5118.8 l
+4568.02 5123.59 l
+4565.62 5128.39 l
+4564.42 5133.19 l
+4563.22 5137.99 l
+4562.02 5143.99 l
+4562.02 5149.99 l
+4562.02 5155.99 l
+4562.02 5163.19 l
+4562.02 5169.19 l
+4563.22 5175.19 l
+4564.42 5181.19 l
+4565.62 5185.99 l
+4568.02 5190.79 l
+4570.42 5195.59 l
+4572.82 5199.19 l
+4575.22 5202.79 l
+4577.62 5206.39 l
+4581.22 5209.99 l
+4584.82 5212.39 l
+4589.62 5215.99 l
+4593.22 5218.39 l
+4598.02 5220.79 l
+4604.02 5223.19 l
+4608.82 5225.59 l
+4614.82 5226.79 l
+4619.62 5227.99 l
+4625.61 5229.19 l
+4631.61 5230.39 l
+4637.61 5231.59 l
+4644.81 5231.59 l
+4650.81 5231.59 l
+4658.01 5231.59 l
+4664.01 5231.59 l
+4671.21 5230.39 l
+4678.41 5229.19 l
+4684.41 5227.99 l
+4691.61 5226.79 l
+4697.61 5224.39 l
+4703.61 5221.99 l
+4710.81 5219.59 l
+4716.81 5215.99 l
+4724.01 5212.39 l
+4730.01 5207.59 l
+4737.21 5202.79 l
+4744.41 5197.99 l
+4752.8 5191.99 l
+4760 5185.99 l
+4774.4 5172.79 l
+4784 5164.39 l
+4792.4 5158.39 l
+4803.2 5152.39 l
+4803.2 5232.79 l
+4871.59 5232.79 l
+f*
+4968.79 2915.78 m
+4968.79 3058.57 l
+5033.58 3058.57 l
+5033.58 2973.37 l
+5087.58 2973.37 l
+5087.58 3046.57 l
+5148.77 3046.57 l
+5148.77 2973.37 l
+5273.56 2973.37 l
+5273.56 2915.78 l
+4968.79 2915.78 l
+f*
+5123.57 3132.96 m
+5115.17 3083.76 l
+5105.57 3084.96 l
+5097.18 3087.36 l
+5088.78 3089.76 l
+5082.78 3092.16 l
+5076.78 3094.56 l
+5070.78 3098.16 l
+5065.98 3102.96 l
+5061.18 3106.56 l
+5057.58 3111.36 l
+5055.18 3116.16 l
+5052.78 3120.96 l
+5051.58 3126.96 l
+5049.18 3132.96 l
+5047.98 3140.16 l
+5047.98 3146.16 l
+5047.98 3153.36 l
+5047.98 3165.36 l
+5047.98 3174.96 l
+5050.38 3183.36 l
+5051.58 3191.76 l
+5053.98 3197.76 l
+5058.78 3204.95 l
+5063.58 3209.75 l
+5069.58 3214.55 l
+5074.38 3218.15 l
+5080.38 3220.55 l
+5087.58 3222.95 l
+5095.98 3225.35 l
+5104.38 3227.75 l
+5112.77 3228.95 l
+5121.17 3228.95 l
+5128.37 3228.95 l
+5226.76 3228.95 l
+5239.96 3230.15 l
+5250.76 3230.15 l
+5260.36 3232.55 l
+5273.56 3236.15 l
+5273.56 3186.96 l
+5265.16 3184.56 l
+5260.36 3183.36 l
+5245.96 3182.16 l
+5253.16 3176.16 l
+5260.36 3171.36 l
+5265.16 3166.56 l
+5268.76 3161.76 l
+5273.56 3154.56 l
+5275.96 3146.16 l
+5277.16 3137.76 l
+5278.36 3129.36 l
+5277.16 3123.36 l
+5277.16 3117.36 l
+5275.96 3112.56 l
+5273.56 3107.76 l
+5271.16 3102.96 l
+5267.56 3099.36 l
+5263.96 3095.76 l
+5260.36 3092.16 l
+5255.56 3089.76 l
+5250.76 3087.36 l
+5244.76 3084.96 l
+5239.96 3082.56 l
+5233.96 3081.36 l
+5227.96 3080.17 l
+5221.97 3080.17 l
+5214.77 3080.17 l
+5208.77 3080.17 l
+5202.77 3080.17 l
+5196.77 3081.36 l
+5191.97 3082.56 l
+5187.17 3083.76 l
+5182.37 3084.96 l
+5177.57 3086.16 l
+5173.97 3088.56 l
+5169.17 3090.96 l
+5165.57 3094.56 l
+5161.97 3098.16 l
+5159.57 3101.76 l
+5155.97 3106.56 l
+5153.57 3111.36 l
+5151.17 3116.16 l
+5148.77 3122.16 l
+5145.17 3135.36 l
+5141.57 3146.16 l
+5137.97 3154.56 l
+5135.57 3160.56 l
+5131.97 3168.96 l
+5125.97 3178.56 l
+5118.77 3178.56 l
+5112.77 3177.36 l
+5107.97 3176.16 l
+5104.38 3174.96 l
+5100.78 3172.56 l
+5099.58 3168.96 l
+5098.38 3165.36 l
+5097.18 3160.56 l
+5098.38 3154.56 l
+5099.58 3149.76 l
+5101.98 3144.96 l
+5104.38 3141.36 l
+5107.97 3138.96 l
+5111.57 3136.56 l
+5117.57 3135.36 l
+5123.57 3132.96 l
+5123.57 3132.96 l
+h
+5167.97 3178.56 m
+5171.57 3173.76 l
+5173.97 3167.76 l
+5176.37 3161.76 l
+5179.97 3155.76 l
+5182.37 3148.56 l
+5185.97 3143.76 l
+5189.57 3138.96 l
+5193.17 3136.56 l
+5196.77 3134.16 l
+5200.37 3132.96 l
+5203.97 3131.76 l
+5208.77 3131.76 l
+5213.57 3131.76 l
+5217.17 3132.96 l
+5221.97 3134.16 l
+5224.36 3136.56 l
+5227.96 3138.96 l
+5229.16 3141.36 l
+5230.36 3144.96 l
+5231.56 3148.56 l
+5230.36 3153.36 l
+5229.16 3156.96 l
+5226.76 3160.56 l
+5224.36 3165.36 l
+5220.77 3167.76 l
+5217.17 3171.36 l
+5212.37 3173.76 l
+5207.57 3174.96 l
+5202.77 3177.36 l
+5196.77 3177.36 l
+5189.57 3178.56 l
+5182.37 3178.56 l
+5167.97 3178.56 l
+f*
+4968.79 3262.55 m
+4968.79 3315.35 l
+5026.38 3315.35 l
+5026.38 3262.55 l
+4968.79 3262.55 l
+h
+5052.78 3262.55 m
+5052.78 3315.35 l
+5273.56 3315.35 l
+5273.56 3262.55 l
+5052.78 3262.55 l
+f*
+5052.78 3348.94 m
+5052.78 3396.94 l
+5088.78 3396.94 l
+5077.98 3400.54 l
+5068.38 3404.14 l
+5061.18 3408.94 l
+5056.38 3412.54 l
+5052.78 3416.14 l
+5049.18 3420.94 l
+5047.98 3425.74 l
+5047.98 3430.54 l
+5047.98 3436.54 l
+5050.38 3442.53 l
+5053.98 3448.53 l
+5058.78 3455.73 l
+5119.97 3438.94 l
+5116.37 3435.34 l
+5115.17 3431.74 l
+5113.97 3428.14 l
+5112.77 3424.54 l
+5113.97 3419.74 l
+5116.37 3416.14 l
+5121.17 3412.54 l
+5127.17 3408.94 l
+5131.97 3407.74 l
+5139.17 3405.34 l
+5146.37 3404.14 l
+5154.77 3402.94 l
+5164.37 3401.74 l
+5175.17 3401.74 l
+5185.97 3401.74 l
+5199.17 3401.74 l
+5273.56 3401.74 l
+5273.56 3348.94 l
+5052.78 3348.94 l
+f*
+5052.78 3521.73 m
+5052.78 3546.93 l
+5113.97 3546.93 l
+5113.97 3521.73 l
+5273.56 3521.73 l
+5273.56 3470.13 l
+5113.97 3470.13 l
+5113.97 3450.93 l
+5052.78 3450.93 l
+5052.78 3470.13 l
+5043.18 3470.13 l
+5028.78 3470.13 l
+5013.18 3471.33 l
+5004.78 3472.53 l
+4997.58 3474.93 l
+4991.58 3476.13 l
+4986.78 3478.53 l
+4981.99 3480.93 l
+4977.19 3484.53 l
+4973.59 3488.13 l
+4969.99 3492.93 l
+4966.39 3497.73 l
+4965.19 3503.73 l
+4963.99 3510.93 l
+4962.79 3518.13 l
+4963.99 3526.53 l
+4965.19 3534.93 l
+4966.39 3545.73 l
+4968.79 3557.73 l
+5019.18 3551.73 l
+5017.98 3543.33 l
+5016.78 3537.33 l
+5016.78 3533.73 l
+5017.98 3531.33 l
+5019.18 3528.93 l
+5021.58 3527.73 l
+5026.38 3524.13 l
+5033.58 3522.93 l
+5040.78 3522.93 l
+5052.78 3521.73 l
+5052.78 3521.73 l
+f*
+5123.57 3612.92 m
+5115.17 3563.72 l
+5105.57 3564.92 l
+5097.18 3567.32 l
+5088.78 3568.52 l
+5082.78 3572.12 l
+5076.78 3574.52 l
+5070.78 3578.12 l
+5065.98 3581.72 l
+5061.18 3586.52 l
+5057.58 3591.32 l
+5055.18 3594.92 l
+5052.78 3600.92 l
+5051.58 3606.92 l
+5049.18 3612.92 l
+5047.98 3620.12 l
+5047.98 3626.12 l
+5047.98 3633.32 l
+5047.98 3645.32 l
+5047.98 3654.92 l
+5050.38 3663.32 l
+5051.58 3671.72 l
+5053.98 3677.72 l
+5058.78 3683.71 l
+5063.58 3689.71 l
+5069.58 3694.51 l
+5074.38 3698.11 l
+5080.38 3700.51 l
+5087.58 3702.91 l
+5095.98 3705.31 l
+5104.38 3706.51 l
+5112.77 3707.71 l
+5121.17 3708.91 l
+5128.37 3708.91 l
+5226.76 3708.91 l
+5239.96 3708.91 l
+5250.76 3710.11 l
+5260.36 3712.51 l
+5273.56 3716.11 l
+5273.56 3666.92 l
+5265.16 3664.52 l
+5260.36 3663.32 l
+5245.96 3660.92 l
+5253.16 3656.12 l
+5260.36 3651.32 l
+5265.16 3646.52 l
+5268.76 3640.52 l
+5273.56 3633.32 l
+5275.96 3626.12 l
+5277.16 3617.72 l
+5278.36 3609.32 l
+5277.16 3603.32 l
+5277.16 3597.32 l
+5275.96 3592.52 l
+5273.56 3587.72 l
+5271.16 3582.92 l
+5267.56 3579.32 l
+5263.96 3575.72 l
+5260.36 3572.12 l
+5255.56 3569.72 l
+5250.76 3566.12 l
+5244.76 3564.92 l
+5239.96 3562.52 l
+5233.96 3561.32 l
+5227.96 3560.12 l
+5221.97 3560.12 l
+5214.77 3560.12 l
+5208.77 3560.12 l
+5202.77 3560.12 l
+5196.77 3561.32 l
+5191.97 3561.32 l
+5187.17 3562.52 l
+5182.37 3564.92 l
+5177.57 3566.12 l
+5173.97 3568.52 l
+5169.17 3570.92 l
+5165.57 3574.52 l
+5161.97 3576.92 l
+5159.57 3581.72 l
+5155.97 3585.32 l
+5153.57 3591.32 l
+5151.17 3596.12 l
+5148.77 3602.12 l
+5145.17 3615.32 l
+5141.57 3626.12 l
+5137.97 3634.52 l
+5135.57 3640.52 l
+5131.97 3648.92 l
+5125.97 3658.52 l
+5118.77 3658.52 l
+5112.77 3657.32 l
+5107.97 3656.12 l
+5104.38 3654.92 l
+5100.78 3652.52 l
+5099.58 3648.92 l
+5098.38 3645.32 l
+5097.18 3640.52 l
+5098.38 3634.52 l
+5099.58 3629.72 l
+5101.98 3624.92 l
+5104.38 3621.32 l
+5107.97 3618.92 l
+5111.57 3616.52 l
+5117.57 3615.32 l
+5123.57 3612.92 l
+5123.57 3612.92 l
+h
+5167.97 3658.52 m
+5171.57 3652.52 l
+5173.97 3647.72 l
+5176.37 3641.72 l
+5179.97 3635.72 l
+5182.37 3628.52 l
+5185.97 3622.52 l
+5189.57 3618.92 l
+5193.17 3615.32 l
+5196.77 3614.12 l
+5200.37 3612.92 l
+5203.97 3611.72 l
+5208.77 3611.72 l
+5213.57 3611.72 l
+5217.17 3612.92 l
+5221.97 3614.12 l
+5224.36 3615.32 l
+5227.96 3617.72 l
+5229.16 3621.32 l
+5230.36 3624.92 l
+5231.56 3628.52 l
+5230.36 3632.12 l
+5229.16 3636.92 l
+5226.76 3640.52 l
+5224.36 3644.12 l
+5220.77 3647.72 l
+5217.17 3651.32 l
+5212.37 3653.72 l
+5207.57 3654.92 l
+5202.77 3656.12 l
+5196.77 3657.32 l
+5189.57 3658.52 l
+5182.37 3658.52 l
+5167.97 3658.52 l
+f*
+5052.78 3728.11 m
+5052.78 3790.51 l
+5113.97 3812.1 l
+5052.78 3837.3 l
+5052.78 3893.7 l
+5157.17 3848.1 l
+5273.56 3897.3 l
+5273.56 3837.3 l
+5201.57 3812.1 l
+5273.56 3782.11 l
+5273.56 3725.71 l
+5157.17 3774.91 l
+5052.78 3728.11 l
+f*
+5189.57 3915.3 m
+5189.57 3970.49 l
+5259.16 3970.49 l
+5268.76 3970.49 l
+5277.16 3970.49 l
+5285.56 3969.29 l
+5292.76 3968.09 l
+5299.96 3966.89 l
+5307.16 3965.69 l
+5313.16 3963.29 l
+5319.16 3960.89 l
+5325.16 3958.49 l
+5329.96 3954.89 l
+5335.96 3951.29 l
+5340.76 3947.69 l
+5345.55 3942.89 l
+5350.35 3938.09 l
+5353.95 3933.29 l
+5358.75 3927.29 l
+5321.56 3915.3 l
+5315.56 3922.49 l
+5310.76 3927.29 l
+5304.76 3932.09 l
+5298.76 3935.69 l
+5293.96 3938.09 l
+5286.76 3939.29 l
+5280.76 3941.69 l
+5273.56 3941.69 l
+5273.56 3915.3 l
+5189.57 3915.3 l
+f*
+4968.79 4074.88 m
+4968.79 4134.88 l
+5187.17 4176.87 l
+4968.79 4218.87 l
+4968.79 4277.67 l
+5273.56 4208.07 l
+5273.56 4144.48 l
+4968.79 4074.88 l
+f*
+4968.79 4295.66 m
+4968.79 4347.26 l
+5026.38 4347.26 l
+5026.38 4295.66 l
+4968.79 4295.66 l
+h
+5052.78 4295.66 m
+5052.78 4347.26 l
+5273.56 4347.26 l
+5273.56 4295.66 l
+5052.78 4295.66 l
+f*
+5052.78 4380.86 m
+5052.78 4430.05 l
+5088.78 4430.05 l
+5077.98 4433.65 l
+5068.38 4437.25 l
+5061.18 4440.85 l
+5056.38 4444.45 l
+5052.78 4448.05 l
+5049.18 4452.85 l
+5047.98 4457.65 l
+5047.98 4462.45 l
+5047.98 4468.45 l
+5050.38 4474.45 l
+5053.98 4481.65 l
+5058.78 4487.65 l
+5119.97 4472.05 l
+5116.37 4467.25 l
+5115.17 4463.65 l
+5113.97 4460.05 l
+5112.77 4457.65 l
+5113.97 4452.85 l
+5116.37 4448.05 l
+5121.17 4444.45 l
+5127.17 4440.85 l
+5131.97 4439.65 l
+5139.17 4438.45 l
+5146.37 4436.05 l
+5154.77 4434.85 l
+5164.37 4434.85 l
+5175.17 4433.65 l
+5185.97 4433.65 l
+5199.17 4433.65 l
+5273.56 4433.65 l
+5273.56 4380.86 l
+5052.78 4380.86 l
+f*
+5052.78 4590.84 m
+5052.78 4640.04 l
+5260.36 4640.04 l
+5271.16 4640.04 l
+5280.76 4640.04 l
+5290.36 4638.84 l
+5301.16 4636.44 l
+5310.76 4634.04 l
+5319.16 4631.64 l
+5327.56 4628.04 l
+5334.76 4624.44 l
+5340.76 4619.64 l
+5345.55 4614.84 l
+5350.35 4610.04 l
+5353.95 4604.04 l
+5357.55 4596.84 l
+5359.95 4589.64 l
+5361.15 4582.44 l
+5362.35 4574.04 l
+5362.35 4565.64 l
+5362.35 4556.04 l
+5361.15 4546.44 l
+5359.95 4538.04 l
+5357.55 4530.84 l
+5355.15 4523.64 l
+5351.55 4518.85 l
+5346.75 4512.85 l
+5343.16 4509.25 l
+5337.16 4505.65 l
+5332.36 4502.05 l
+5326.36 4499.65 l
+5319.16 4497.25 l
+5311.96 4496.05 l
+5304.76 4494.85 l
+5297.56 4494.85 l
+5289.16 4493.65 l
+5278.36 4493.65 l
+5287.96 4545.24 l
+5292.76 4545.24 l
+5297.56 4547.64 l
+5301.16 4548.84 l
+5303.56 4550.04 l
+5305.96 4553.64 l
+5308.36 4557.24 l
+5309.56 4560.84 l
+5309.56 4564.44 l
+5309.56 4570.44 l
+5307.16 4575.24 l
+5303.56 4578.84 l
+5299.96 4581.24 l
+5293.96 4584.84 l
+5286.76 4586.04 l
+5277.16 4587.24 l
+5266.36 4587.24 l
+5232.76 4587.24 l
+5239.96 4583.64 l
+5244.76 4580.04 l
+5249.56 4576.44 l
+5254.36 4571.64 l
+5257.96 4565.64 l
+5261.56 4559.64 l
+5263.96 4552.44 l
+5263.96 4546.44 l
+5263.96 4539.24 l
+5261.56 4533.24 l
+5259.16 4527.24 l
+5254.36 4521.24 l
+5249.56 4516.45 l
+5242.36 4511.65 l
+5235.16 4506.85 l
+5225.56 4502.05 l
+5218.37 4499.65 l
+5211.17 4497.25 l
+5202.77 4494.85 l
+5194.37 4493.65 l
+5184.77 4492.45 l
+5175.17 4491.25 l
+5164.37 4490.05 l
+5153.57 4490.05 l
+5140.37 4490.05 l
+5128.37 4491.25 l
+5117.57 4492.45 l
+5107.97 4493.65 l
+5098.38 4496.05 l
+5089.98 4498.45 l
+5081.58 4502.05 l
+5074.38 4505.65 l
+5068.38 4509.25 l
+5062.38 4514.05 l
+5057.58 4518.85 l
+5053.98 4523.64 l
+5051.58 4528.44 l
+5049.18 4534.44 l
+5047.98 4539.24 l
+5047.98 4545.24 l
+5047.98 4553.64 l
+5049.18 4559.64 l
+5052.78 4566.84 l
+5056.38 4571.64 l
+5061.18 4576.44 l
+5068.38 4581.24 l
+5075.58 4586.04 l
+5085.18 4590.84 l
+5052.78 4590.84 l
+h
+5159.57 4541.64 m
+5170.37 4542.84 l
+5179.97 4544.04 l
+5188.37 4545.24 l
+5195.57 4548.84 l
+5200.37 4551.24 l
+5203.97 4556.04 l
+5206.37 4559.64 l
+5206.37 4564.44 l
+5206.37 4569.24 l
+5203.97 4574.04 l
+5200.37 4577.64 l
+5194.37 4581.24 l
+5188.37 4583.64 l
+5179.97 4586.04 l
+5170.37 4587.24 l
+5158.37 4587.24 l
+5147.57 4587.24 l
+5136.77 4586.04 l
+5128.37 4583.64 l
+5121.17 4581.24 l
+5116.37 4577.64 l
+5111.57 4572.84 l
+5109.17 4569.24 l
+5107.97 4564.44 l
+5109.17 4559.64 l
+5111.57 4554.84 l
+5115.17 4551.24 l
+5119.97 4547.64 l
+5127.17 4545.24 l
+5135.57 4544.04 l
+5146.37 4542.84 l
+5159.57 4541.64 l
+5159.57 4541.64 l
+f*
+4968.79 4673.63 m
+4968.79 4725.23 l
+5026.38 4725.23 l
+5026.38 4673.63 l
+4968.79 4673.63 l
+h
+5052.78 4673.63 m
+5052.78 4725.23 l
+5273.56 4725.23 l
+5273.56 4673.63 l
+5052.78 4673.63 l
+f*
+5052.78 4758.83 m
+5052.78 4806.82 l
+5088.78 4806.82 l
+5077.98 4812.82 l
+5069.58 4817.62 l
+5062.38 4823.62 l
+5056.38 4828.42 l
+5052.78 4834.42 l
+5050.38 4841.62 l
+5047.98 4847.62 l
+5047.98 4856.02 l
+5047.98 4860.82 l
+5049.18 4865.62 l
+5050.38 4870.42 l
+5052.78 4875.22 l
+5055.18 4878.82 l
+5058.78 4882.41 l
+5063.58 4886.01 l
+5068.38 4889.61 l
+5074.38 4892.01 l
+5080.38 4894.41 l
+5087.58 4896.81 l
+5094.78 4899.21 l
+5103.18 4900.41 l
+5112.77 4901.61 l
+5122.37 4901.61 l
+5133.17 4901.61 l
+5273.56 4901.61 l
+5273.56 4850.02 l
+5151.17 4850.02 l
+5141.57 4848.82 l
+5134.37 4848.82 l
+5127.17 4846.42 l
+5122.37 4845.22 l
+5118.77 4841.62 l
+5116.37 4839.22 l
+5113.97 4835.62 l
+5113.97 4832.02 l
+5113.97 4827.22 l
+5116.37 4822.42 l
+5119.97 4818.82 l
+5125.97 4816.42 l
+5131.97 4814.02 l
+5141.57 4811.62 l
+5153.57 4810.42 l
+5166.77 4810.42 l
+5273.56 4810.42 l
+5273.56 4758.83 l
+5052.78 4758.83 l
+f*
+4968.79 4935.21 m
+4968.79 4986.81 l
+5026.38 4986.81 l
+5026.38 4935.21 l
+4968.79 4935.21 l
+h
+5052.78 4935.21 m
+5052.78 4986.81 l
+5273.56 4986.81 l
+5273.56 4935.21 l
+5052.78 4935.21 l
+f*
+5123.57 5067.2 m
+5115.17 5018 l
+5105.57 5019.2 l
+5097.18 5021.6 l
+5088.78 5022.8 l
+5082.78 5025.2 l
+5076.78 5028.8 l
+5070.78 5032.4 l
+5065.98 5036 l
+5061.18 5040.8 l
+5057.58 5044.4 l
+5055.18 5049.2 l
+5052.78 5055.2 l
+5051.58 5061.2 l
+5049.18 5067.2 l
+5047.98 5073.2 l
+5047.98 5080.4 l
+5047.98 5087.6 l
+5047.98 5098.4 l
+5047.98 5109.2 l
+5050.38 5117.6 l
+5051.58 5125.99 l
+5053.98 5131.99 l
+5058.78 5137.99 l
+5063.58 5143.99 l
+5069.58 5148.79 l
+5074.38 5152.39 l
+5080.38 5154.79 l
+5087.58 5157.19 l
+5095.98 5159.59 l
+5104.38 5160.79 l
+5112.77 5161.99 l
+5121.17 5163.19 l
+5128.37 5163.19 l
+5226.76 5163.19 l
+5239.96 5163.19 l
+5250.76 5164.39 l
+5260.36 5166.79 l
+5273.56 5169.19 l
+5273.56 5121.2 l
+5265.16 5118.8 l
+5260.36 5117.6 l
+5245.96 5115.2 l
+5253.16 5110.4 l
+5260.36 5105.6 l
+5265.16 5100.8 l
+5268.76 5094.8 l
+5273.56 5087.6 l
+5275.96 5080.4 l
+5277.16 5072 l
+5278.36 5063.6 l
+5277.16 5057.6 l
+5277.16 5051.6 l
+5275.96 5046.8 l
+5273.56 5042 l
+5271.16 5037.2 l
+5267.56 5033.6 l
+5263.96 5030 l
+5260.36 5026.4 l
+5255.56 5024 l
+5250.76 5020.4 l
+5244.76 5019.2 l
+5239.96 5016.8 l
+5233.96 5015.6 l
+5227.96 5014.4 l
+5221.97 5014.4 l
+5214.77 5013.2 l
+5208.77 5014.4 l
+5202.77 5014.4 l
+5196.77 5015.6 l
+5191.97 5015.6 l
+5187.17 5016.8 l
+5182.37 5019.2 l
+5177.57 5020.4 l
+5173.97 5022.8 l
+5169.17 5025.2 l
+5165.57 5028.8 l
+5161.97 5031.2 l
+5159.57 5036 l
+5155.97 5039.6 l
+5153.57 5045.6 l
+5151.17 5050.4 l
+5148.77 5056.4 l
+5145.17 5069.6 l
+5141.57 5080.4 l
+5137.97 5088.8 l
+5135.57 5093.6 l
+5131.97 5103.2 l
+5125.97 5112.8 l
+5118.77 5112.8 l
+5112.77 5111.6 l
+5107.97 5110.4 l
+5104.38 5109.2 l
+5100.78 5106.8 l
+5099.58 5103.2 l
+5098.38 5099.6 l
+5097.18 5094.8 l
+5098.38 5088.8 l
+5099.58 5084 l
+5101.98 5079.2 l
+5104.38 5075.6 l
+5107.97 5073.2 l
+5111.57 5070.8 l
+5117.57 5069.6 l
+5123.57 5067.2 l
+5123.57 5067.2 l
+h
+5167.97 5112.8 m
+5171.57 5106.8 l
+5173.97 5102 l
+5176.37 5096 l
+5179.97 5090 l
+5182.37 5082.8 l
+5185.97 5076.8 l
+5189.57 5073.2 l
+5193.17 5069.6 l
+5196.77 5068.4 l
+5200.37 5067.2 l
+5203.97 5066 l
+5208.77 5066 l
+5213.57 5066 l
+5217.17 5067.2 l
+5221.97 5068.4 l
+5224.36 5069.6 l
+5227.96 5072 l
+5229.16 5075.6 l
+5230.36 5079.2 l
+5231.56 5082.8 l
+5230.36 5086.4 l
+5229.16 5091.2 l
+5226.76 5094.8 l
+5224.36 5098.4 l
+5220.77 5102 l
+5217.17 5105.6 l
+5212.37 5108 l
+5207.57 5109.2 l
+5202.77 5110.4 l
+5196.77 5111.6 l
+5189.57 5112.8 l
+5182.37 5112.8 l
+5167.97 5112.8 l
+f*
+q
+0 82.7931 -70.7941 -0 385.168 2427.42 cm
+/R42 Do
+Q
+q
+0 83.993 -26.3978 -0 419.965 2428.62 cm
+/IIm1 Do
+
+Q
+q
+0 73.1939 -33.5972 -0 457.162 2427.42 cm
+/IIm2 Do
+
+Q
+q
+0 79.1934 -56.3953 -0 512.358 2403.42 cm
+/IIm3 Do
+
+Q
+q
+0 56.3953 -51.5957 -0 601.15 2427.42 cm
+/IIm4 Do
+
+Q
+q
+0 83.993 -47.996 -0 657.546 2428.62 cm
+/IIm5 Do
+
+Q
+q
+0 80.3933 -58.7951 -0 737.939 2428.62 cm
+/IIm6 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 796.734 2427.42 cm
+/IIm7 Do
+
+Q
+q
+0 83.993 -26.3978 -0 826.732 2428.62 cm
+/IIm8 Do
+
+Q
+q
+0 55.1954 -38.3968 -0 868.728 2428.62 cm
+/IIm9 Do
+
+Q
+q
+0 83.993 -47.996 -0 921.524 2428.62 cm
+/IIm10 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 963.52 2427.42 cm
+/IIm11 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 1021.12 2428.62 cm
+/IIm12 Do
+
+Q
+q
+0 80.3933 -70.7941 -0 1125.51 2428.62 cm
+/IIm13 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 1186.7 2427.42 cm
+/IIm14 Do
+
+Q
+q
+0 55.1954 -58.7951 -0 1245.5 2428.62 cm
+/IIm15 Do
+
+Q
+q
+0 85.1929 -55.1954 -0 1304.29 2427.42 cm
+/IIm16 Do
+
+Q
+q
+0 85.1929 -33.5972 -0 1339.09 2427.42 cm
+/IIm17 Do
+
+Q
+q
+0 81.5932 -83.993 -0 1424.28 2428.62 cm
+/R44 Do
+Q
+q
+0 82.7931 -70.7941 -0 1501.08 2427.42 cm
+/R46 Do
+Q
+q
+0 80.3933 -70.7941 -0 1579.07 2428.62 cm
+/IIm18 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1671.46 2428.62 cm
+/IIm19 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1731.46 2427.42 cm
+/IIm20 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1791.45 2427.42 cm
+/IIm21 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1851.45 2428.62 cm
+/IIm22 Do
+
+Q
+q
+0 80.3933 -59.995 -0 371.969 2248.63 cm
+/IIm23 Do
+
+Q
+q
+0 13.1989 -13.1989 -0 398.367 2247.43 cm
+BI
+/CS /G/W 11/H 11/BPC 8/F/Fl/DP<</Predictor 15/Columns 11>>
+ID xœcd``øÄ Œ`f‚XŒ0&Ãg9¤²‘ÍA1a/
+EI
+Q
+q
+0 82.7931 -76.7936 -0 488.36 2247.43 cm
+/R48 Do
+Q
+q
+0 13.1989 -13.1989 -0 514.758 2247.43 cm
+BI
+/CS /G/W 11/H 11/BPC 8/F/Fl/DP<</Predictor 15/Columns 11>>
+ID xœcd``øÄ Œ`f‚XŒ0&Ãg9¤²‘ÍA1a/
+EI
+Q
+q
+0 80.3933 -70.7941 -0 626.348 2248.63 cm
+/IIm24 Do
+
+Q
+q
+0 56.3953 -51.5957 -0 688.743 2247.43 cm
+/IIm25 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 752.338 2248.63 cm
+/IIm26 Do
+
+Q
+q
+0 81.5932 -31.1974 -0 827.931 2248.63 cm
+/IIm27 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 892.726 2247.43 cm
+/IIm28 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 958.721 2247.43 cm
+/IIm29 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1018.72 2247.43 cm
+/IIm30 Do
+
+Q
+q
+0 80.3933 -58.7951 -0 370.769 2068.65 cm
+/IIm31 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 430.764 2067.45 cm
+/IIm32 Do
+
+Q
+q
+0 83.993 -26.3978 -0 459.562 2068.65 cm
+/IIm33 Do
+
+Q
+q
+0 55.1954 -38.3968 -0 502.758 2068.65 cm
+/IIm34 Do
+
+Q
+q
+0 83.993 -47.996 -0 554.354 2068.65 cm
+/IIm35 Do
+
+Q
+q
+0 56.3953 -50.3958 -0 597.551 2067.45 cm
+/IIm36 Do
+
+Q
+q
+0 53.9955 -57.5952 -0 655.146 2068.65 cm
+/IIm37 Do
+
+Q
+q
+0 31.1974 -17.9985 -0 680.344 2049.45 cm
+BI
+/CS /G/W 26/H 15/BPC 8/F/Fl/DP<</Predictor 15/Columns 26>>
+ID xœ}Ð
+EI
+Q
+q
+0 81.5932 -81.5932 -0 799.134 2067.45 cm
+/R50 Do
+Q
+q
+0 81.5932 -83.993 -0 887.926 2068.65 cm
+/R52 Do
+Q
+q
+0 81.5932 -52.7956 -0 975.519 2068.65 cm
+/IIm38 Do
+
+Q
+q
+0 81.5932 -52.7956 -0 1035.51 2068.65 cm
+/IIm39 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1095.51 2067.45 cm
+/IIm40 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 1149.5 2067.45 cm
+/IIm41 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1215.5 2067.45 cm
+/IIm42 Do
+
+Q
+q
+0 9.5992 -29.9975 -0 1255.1 2091.45 cm
+BI
+/CS /G/W 8/H 25/BPC 8/F/Fl/DP<</Predictor 15/Columns 8>>
+ID xœcüÏ
+EI
+Q
+q
+0 81.5932 -31.1974 -0 1304.29 2068.65 cm
+/IIm43 Do
+
+Q
+q
+0 82.7931 -44.3963 -0 1369.09 2067.45 cm
+/IIm44 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1435.08 2067.45 cm
+/IIm45 Do
+
+Q
+q
+0 82.7931 -50.3958 -0 1495.08 2067.45 cm
+/IIm46 Do
+
+Q
+q
+0 125.99 -133.189 -0 4232.05 5399.57 cm
+/R54 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 5537.56 cm
+/R56 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 5662.35 cm
+/R58 Do
+Q
+q
+0 110.391 -93.5922 -0 4229.65 5771.54 cm
+/R60 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 5886.73 cm
+/R62 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 6011.52 cm
+/R64 Do
+Q
+q
+0 70.7941 -130.789 -0 4232.05 6125.51 cm
+/R66 Do
+Q
+q
+0 35.997 -128.389 -0 4229.65 6213.1 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6267.1 cm
+/R68 Do
+Q
+q
+0 98.3918 -95.992 -0 4229.65 6391.89 cm
+/R70 Do
+Q
+q
+0 123.59 -128.389 -0 4229.65 6574.27 cm
+/R72 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6717.06 cm
+/R74 Do
+Q
+q
+0 70.7941 -130.789 -0 4232.05 6835.85 cm
+/R76 Do
+Q
+q
+0 107.991 -98.3918 -0 4232.05 6917.45 cm
+/R78 Do
+Q
+q
+0 35.997 -128.389 -0 4229.65 7043.44 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíɱ
+EI
+Q
+q
+0 38.3968 -93.5922 -0 4229.65 7102.23 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+q
+0 57.5952 -71.994 -0 4528.42 5429.57 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 40.7966 -71.994 -0 4528.42 5495.56 cm
+/IIm47 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 5547.16 cm
+/IIm48 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 4529.62 5673.15 cm
+/IIm49 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 4528.42 5748.74 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 28.7976 -73.1939 -0 4528.42 5776.34 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5808.74 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 4529.62 5827.94 cm
+/IIm50 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5880.73 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4529.62 5899.93 cm
+/IIm51 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 5958.73 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 62.3948 -74.3938 -0 4529.62 6048.72 cm
+/IIm52 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6119.51 cm
+/IIm53 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6178.31 cm
+/IIm54 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 4528.42 6228.7 cm
+/IIm55 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6280.3 cm
+/IIm56 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6340.29 cm
+/IIm57 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 6390.69 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6423.09 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6442.29 cm
+/IIm58 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 6501.08 cm
+/IIm59 Do
+
+Q
+q
+0 55.1954 -71.994 -0 4528.42 6627.07 cm
+BI
+/CS /G/W 46/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 46>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6694.26 cm
+/IIm60 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 6749.46 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4529.62 6778.26 cm
+/IIm61 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6837.05 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 4528.42 6928.24 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 4529.62 6947.44 cm
+/IIm62 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4529.62 7065.03 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 4528.42 7097.43 cm
+/IIm63 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7149.03 cm
+/IIm64 Do
+
+Q
+q
+0 68.3943 -71.994 -0 4528.42 7277.42 cm
+/IIm65 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4529.62 7357.81 cm
+/IIm66 Do
+
+Q
+q
+0 43.1964 -71.994 -0 4528.42 7411.8 cm
+BI
+/CS /G/W 36/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 36>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7463.4 cm
+/IIm67 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4529.62 7518.6 cm
+/IIm68 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4528.42 7577.39 cm
+/IIm69 Do
+
+Q
+q
+0 55.1954 -71.994 -0 4647.21 5435.57 cm
+BI
+/CS /G/W 46/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 46>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 4647.21 5506.36 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 4647.21 5529.16 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 25.1979 -71.994 -0 4648.41 5547.16 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4648.41 5575.96 cm
+/IIm70 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 5634.75 cm
+/IIm71 Do
+
+Q
+q
+0 57.5952 -71.994 -0 4647.21 5722.34 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 44.3963 -74.3938 -0 4668.81 5782.34 cm
+/IIm72 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 5835.14 cm
+/IIm73 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 5884.33 cm
+/IIm74 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 5944.33 cm
+/IIm75 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 5995.92 cm
+/IIm76 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 4648.41 6083.51 cm
+/IIm77 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6155.51 cm
+/IIm78 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 6214.3 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 6247.9 cm
+/IIm79 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6299.5 cm
+/IIm80 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 6358.29 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -23.998 -0 4662.81 6393.09 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 45.5962 -70.7941 -0 4647.21 6454.28 cm
+/IIm81 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4648.41 6509.48 cm
+/IIm82 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4647.21 6562.28 cm
+/IIm83 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4648.41 6621.07 cm
+/IIm84 Do
+
+Q
+q
+0 38.3968 -73.1939 -0 4648.41 6711.06 cm
+/IIm85 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6761.46 cm
+/IIm86 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 6820.25 cm
+/IIm87 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 6873.05 cm
+/IIm88 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4648.41 6928.24 cm
+/IIm89 Do
+
+Q
+q
+0 52.7956 -71.994 -0 4647.21 7019.44 cm
+/IIm90 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 7085.43 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4648.41 7115.43 cm
+/IIm91 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4647.21 7174.22 cm
+/IIm92 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4648.41 7225.82 cm
+/IIm93 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4647.21 7279.82 cm
+/IIm94 Do
+
+Q
+q
+0 58.7951 -71.994 -0 4647.21 7373.41 cm
+/IIm95 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 4647.21 7444.2 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 4647.21 7477.8 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 46.7961 -52.7956 -0 4647.21 7494.6 cm
+/IIm96 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4648.41 7546.19 cm
+/IIm97 Do
+
+Q
+q
+0 8.3993 -23.998 -0 4662.81 7607.39 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 68.3943 -71.994 -0 4767.2 5434.37 cm
+/IIm98 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 5513.56 cm
+/IIm99 Do
+
+Q
+q
+0 43.1964 -71.994 -0 4767.2 5568.76 cm
+BI
+/CS /G/W 36/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 36>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 4768.4 5619.15 cm
+/IIm100 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 5675.55 cm
+/IIm101 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 5734.34 cm
+/IIm102 Do
+
+Q
+q
+0 8.3993 -23.998 -0 4782.8 5790.74 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 68.3943 -71.994 -0 4767.2 5867.53 cm
+/IIm103 Do
+
+Q
+q
+0 65.9945 -71.994 -0 4767.2 5934.73 cm
+/IIm104 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6061.92 cm
+/IIm105 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6117.11 cm
+/IIm106 Do
+
+Q
+q
+0 26.3978 -71.994 -0 4767.2 6181.91 cm
+/IIm107 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 4768.4 6231.1 cm
+/IIm108 Do
+
+Q
+q
+0 46.7961 -71.994 -0 4767.2 6283.9 cm
+/IIm109 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 4767.2 6346.29 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 62.3948 -74.3938 -0 4768.4 6427.89 cm
+/IIm110 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6498.68 cm
+/IIm111 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6558.68 cm
+/IIm112 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 4767.2 6607.87 cm
+/IIm113 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6660.67 cm
+/IIm114 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6719.46 cm
+/IIm115 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4768.4 6769.86 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 4767.2 6802.25 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4768.4 6821.45 cm
+/IIm116 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 6880.25 cm
+/IIm117 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 6990.64 cm
+/IIm118 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7044.63 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7066.23 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 4767.2 7089.03 cm
+/IIm119 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7144.23 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 4768.4 7163.42 cm
+/IIm120 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 4768.4 7213.82 cm
+/IIm121 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 4767.2 7315.81 cm
+/IIm122 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7397.41 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7419 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 4767.2 7441.8 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 44.3963 -73.1939 -0 4768.4 7522.2 cm
+/IIm123 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4768.4 7573.79 cm
+/IIm124 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5434.37 cm
+/IIm125 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5485.96 cm
+/IIm126 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4887.19 5545.96 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 44.3963 -73.1939 -0 4888.39 5563.96 cm
+/IIm127 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5647.95 cm
+/IIm128 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4888.39 5701.95 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 4888.39 5757.14 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5789.54 cm
+/IIm129 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5841.13 cm
+/IIm130 Do
+
+Q
+q
+0 40.7966 -71.994 -0 4887.19 5928.73 cm
+/IIm131 Do
+
+Q
+q
+0 47.996 -55.1954 -0 4888.39 5980.32 cm
+/IIm132 Do
+
+Q
+q
+0 25.1979 -71.994 -0 4888.39 6034.32 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 4888.39 6063.12 cm
+/IIm133 Do
+
+Q
+q
+0 8.3993 -71.994 -0 4887.19 6123.11 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -8.3993 -0 4887.19 6145.91 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 62.3948 -74.3938 -0 5127.17 5431.97 cm
+/IIm134 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5502.76 cm
+/IIm135 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5562.76 cm
+/IIm136 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 5125.97 5611.95 cm
+/IIm137 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5664.75 cm
+/IIm138 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5723.54 cm
+/IIm139 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 5773.94 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 5125.97 5806.34 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5825.54 cm
+/IIm140 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 5884.33 cm
+/IIm141 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 5125.97 5968.32 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5127.17 5997.12 cm
+/IIm142 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6052.32 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5127.17 6081.12 cm
+/IIm143 Do
+
+Q
+q
+0 8.3993 -52.7956 -0 5125.97 6141.11 cm
+BI
+/CS /G/W 7/H 44/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 46.7961 -85.1929 -0 5135.57 6191.51 cm
+/IIm144 Do
+
+Q
+q
+0 26.3978 -71.994 -0 5125.97 6253.9 cm
+/IIm145 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5127.17 6304.3 cm
+/IIm146 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5127.17 6359.49 cm
+/IIm147 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5125.97 6409.89 cm
+/IIm148 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5125.97 6444.68 cm
+/IIm149 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5125.97 6501.08 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 44.3963 -75.5937 -0 5147.57 6519.08 cm
+/IIm150 Do
+
+Q
+q
+0 40.7966 -71.994 -0 5125.97 6579.07 cm
+/IIm151 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6629.47 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 46.7961 -46.7961 -0 5113.97 6687.06 cm
+BI
+/CS /G/W 39/H 39/BPC 8/F/Fl/DP<</Predictor 15/Columns 39>>
+ID xœcd@ÿ!#š0:Tݨ:ª¨û®;qêÐ[¼ªÖê
+EI
+Q
+q
+0 25.1979 -71.994 -0 5127.17 6771.06 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5127.17 6799.86 cm
+/IIm152 Do
+
+Q
+q
+0 47.996 -52.7956 -0 5125.97 6852.65 cm
+/IIm153 Do
+
+Q
+q
+0 59.995 -71.994 -0 5245.96 5435.57 cm
+/IIm154 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5502.76 cm
+/IIm155 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 5266.36 5559.16 cm
+/IIm156 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5247.16 5617.95 cm
+/IIm157 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5669.55 cm
+/IIm158 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 5247.16 5725.94 cm
+/IIm159 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5247.16 5773.94 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 5247.16 5829.14 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 5245.96 5861.53 cm
+/IIm160 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 5914.33 cm
+/IIm161 Do
+
+Q
+q
+0 65.9945 -71.994 -0 5245.96 5993.52 cm
+/IIm162 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5247.16 6065.52 cm
+/IIm163 Do
+
+Q
+q
+0 52.7956 -71.994 -0 5245.96 6141.11 cm
+/IIm164 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5247.16 6232.3 cm
+/IIm165 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6303.1 cm
+/IIm166 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6361.89 cm
+/IIm167 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 5245.96 6412.29 cm
+/IIm168 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6463.88 cm
+/IIm169 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6523.88 cm
+/IIm170 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5247.16 6574.27 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 5245.96 6606.67 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6625.87 cm
+/IIm171 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 5245.96 6684.67 cm
+/IIm172 Do
+
+Q
+q
+0 52.7956 -71.994 -0 5245.96 6768.66 cm
+/IIm173 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5245.96 6834.65 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 5247.16 6853.85 cm
+/IIm174 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 5247.16 6909.05 cm
+/IIm175 Do
+
+Q
+q
+0 43.1964 -71.994 -0 5245.96 6963.04 cm
+/IIm176 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 5485.94 5431.97 cm
+/IIm177 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5485.94 5502.76 cm
+/IIm178 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5484.74 5562.76 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 5484.74 5584.36 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 26.3978 -71.994 -0 5484.74 5673.15 cm
+/IIm179 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 5463.15 5722.34 cm
+BI
+/CS /G/W 23/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœcüÏ€02q
+EI
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5755.94 cm
+/IIm180 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5812.34 cm
+/IIm181 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 5867.53 cm
+/IIm182 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 5463.15 5921.53 cm
+BI
+/CS /G/W 23/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœcüÏ€02q
+EI
+Q
+q
+0 55.1954 -71.994 -0 5484.74 5959.93 cm
+BI
+/CS /G/W 46/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 46>>
+ID xœcüÏ
+EI
+Q
+q
+0 9.5992 -71.994 -0 5484.74 6031.92 cm
+BI
+/CS /G/W 8/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 8>>
+ID xœcüÏ
+EI
+Q
+q
+0 43.1964 -71.994 -0 5484.74 6059.52 cm
+BI
+/CS /G/W 36/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 36>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -71.994 -0 5484.74 6109.91 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 68.3943 -74.3938 -0 5485.94 6173.51 cm
+/IIm183 Do
+
+Q
+q
+0 55.1954 -71.994 -0 5484.74 6253.9 cm
+/IIm184 Do
+
+Q
+q
+0 56.3953 -74.3938 -0 5485.94 6323.5 cm
+/IIm185 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 5485.94 6455.48 cm
+/IIm186 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 5506.34 6504.68 cm
+/IIm187 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6621.07 cm
+/IIm188 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5484.74 6671.47 cm
+/IIm189 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 6701.46 cm
+/IIm190 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6760.26 cm
+/IIm191 Do
+
+Q
+q
+0 27.5977 -71.994 -0 5484.74 6810.65 cm
+/IIm192 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 6840.65 cm
+/IIm193 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6898.25 cm
+/IIm194 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 5485.94 6954.64 cm
+/IIm195 Do
+
+Q
+q
+0 46.7961 -71.994 -0 5484.74 7007.44 cm
+/IIm196 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7125.03 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5485.94 7153.83 cm
+/IIm197 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 5506.34 7272.62 cm
+/IIm198 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5485.94 7327.81 cm
+/IIm199 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7383.01 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 5485.94 7473 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 5484.74 7505.4 cm
+/IIm200 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5484.74 7560.59 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 5485.94 7579.79 cm
+/IIm201 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 5645.53 5430.77 cm
+/IIm202 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 5623.93 5489.56 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5519.56 cm
+/IIm203 Do
+
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5574.76 cm
+/IIm204 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5625.13 5629.95 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 27.5977 -53.9955 -0 5623.93 5689.95 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5718.75 cm
+/IIm205 Do
+
+Q
+q
+0 25.1979 -71.994 -0 5625.13 5773.94 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 5625.13 5802.74 cm
+/IIm206 Do
+
+Q
+q
+0 8.3993 -71.994 -0 5623.93 5865.13 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 1373.89 -1369.09 -0 2425 3233.75 cm
+/R80 Do
+Q
+q
+0 57.5952 -71.994 -0 608.35 5393.57 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 40.7966 -71.994 -0 608.35 5459.57 cm
+/IIm207 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 5511.16 cm
+/IIm208 Do
+
+Q
+q
+0 65.9945 -71.994 -0 608.35 5665.95 cm
+/IIm209 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 5735.54 cm
+/IIm210 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 5785.94 cm
+/IIm211 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 5836.34 cm
+/IIm212 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 609.55 5891.53 cm
+/IIm213 Do
+
+Q
+q
+0 8.3993 -71.994 -0 608.35 5945.53 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 609.55 5963.52 cm
+/IIm214 Do
+
+Q
+q
+0 25.1979 -71.994 -0 609.55 6018.72 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 608.35 6051.12 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 609.55 6069.12 cm
+/IIm215 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 6129.11 cm
+/IIm216 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6282.7 cm
+/IIm217 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 608.35 6337.89 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 62.3948 -74.3938 -0 609.55 6469.88 cm
+/IIm218 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6540.68 cm
+/IIm219 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 6599.47 cm
+/IIm220 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 609.55 6652.27 cm
+/IIm221 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6701.46 cm
+/IIm222 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 608.35 6761.46 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 609.55 6789.06 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 52.7956 -71.994 -0 608.35 6924.64 cm
+/IIm223 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 6987.04 cm
+/IIm224 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 608.35 7045.83 cm
+/IIm225 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 609.55 7098.63 cm
+/IIm226 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 609.55 7153.83 cm
+/IIm227 Do
+
+Q
+q
+0 8.3993 -71.994 -0 608.35 7309.81 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 609.55 7329.01 cm
+/IIm228 Do
+
+Q
+q
+0 47.996 -55.1954 -0 609.55 7480.2 cm
+/IIm229 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 5398.37 cm
+/IIm230 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 5449.97 cm
+/IIm231 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 5509.96 cm
+/IIm232 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 705.542 5561.56 cm
+BI
+/CS /G/W 23/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœcüÏ€02q
+EI
+Q
+q
+0 44.3963 -74.3938 -0 747.538 5598.76 cm
+/IIm233 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 727.14 5653.95 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 728.34 5683.95 cm
+/IIm234 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 727.14 5737.94 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 8.3993 -71.994 -0 727.14 5770.34 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 728.34 5788.34 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 728.34 5868.73 cm
+/IIm235 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 727.14 5928.73 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 44.3963 -75.5937 -0 748.738 5957.53 cm
+/IIm236 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6013.92 cm
+/IIm237 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 6072.72 cm
+/IIm238 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 6127.91 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 44.3963 -52.7956 -0 727.14 6144.71 cm
+/IIm239 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6197.51 cm
+/IIm240 Do
+
+Q
+q
+0 25.1979 -71.994 -0 728.34 6251.5 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 727.14 6283.9 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 728.34 6303.1 cm
+/IIm241 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 727.14 6361.89 cm
+/IIm242 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 727.14 6469.88 cm
+/IIm243 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6550.28 cm
+/IIm244 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 728.34 6605.47 cm
+/IIm245 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6660.67 cm
+/IIm246 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 728.34 6772.26 cm
+/IIm247 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 747.538 6828.65 cm
+/IIm248 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 6933.04 cm
+/IIm249 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 727.14 6987.04 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 8.3993 -71.994 -0 727.14 7072.23 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 727.14 7095.03 cm
+/IIm250 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 728.34 7146.63 cm
+/IIm251 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7205.42 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 46.7961 -52.7956 -0 727.14 7222.22 cm
+/IIm252 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7278.62 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 44.3963 -73.1939 -0 728.34 7296.61 cm
+/IIm253 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 728.34 7356.61 cm
+/IIm254 Do
+
+Q
+q
+0 47.996 -55.1954 -0 728.34 7408.2 cm
+/IIm255 Do
+
+Q
+q
+0 8.3993 -71.994 -0 727.14 7467 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 43.1964 -55.1954 -0 728.34 7486.2 cm
+/IIm256 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 5394.77 cm
+/IIm257 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 5453.57 cm
+/IIm258 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 5506.36 cm
+/IIm259 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 5658.75 cm
+/IIm260 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 5713.95 cm
+/IIm261 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 848.33 5773.94 cm
+/IIm262 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 5829.14 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 25.1979 -71.994 -0 848.33 5847.13 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 848.33 5973.12 cm
+/IIm263 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6022.32 cm
+/IIm264 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 847.13 6082.31 cm
+/IIm265 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 847.13 6165.11 cm
+/IIm266 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 848.33 6247.9 cm
+/IIm267 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 6304.3 cm
+/IIm268 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 6359.49 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 848.33 6377.49 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 868.728 6403.89 cm
+/IIm269 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6556.28 cm
+/IIm270 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6607.87 cm
+/IIm271 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 847.13 6667.87 cm
+/IIm272 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6719.46 cm
+/IIm273 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 848.33 6774.66 cm
+/IIm274 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 6922.25 cm
+/IIm275 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 6977.44 cm
+/IIm276 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 7033.84 cm
+/IIm277 Do
+
+Q
+q
+0 8.3993 -71.994 -0 847.13 7092.63 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 848.33 7111.83 cm
+/IIm278 Do
+
+Q
+q
+0 47.996 -55.1954 -0 848.33 7161.03 cm
+/IIm279 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 7216.22 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 848.33 7245.02 cm
+/IIm280 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 848.33 7300.21 cm
+/IIm281 Do
+
+Q
+q
+0 25.1979 -71.994 -0 848.33 7451.4 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 848.33 7480.2 cm
+/IIm282 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 967.12 5393.57 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 968.32 5422.37 cm
+/IIm283 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 968.32 5477.57 cm
+/IIm284 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 5526.76 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 968.32 5555.56 cm
+/IIm285 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 967.12 5614.35 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 967.12 5647.95 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 967.12 5670.75 cm
+/IIm286 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 988.718 5722.34 cm
+/IIm287 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 5832.74 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 967.12 5865.13 cm
+/IIm288 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 5916.73 cm
+/IIm289 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 968.32 6029.52 cm
+/IIm290 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6078.72 cm
+/IIm291 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6138.71 cm
+/IIm292 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6221.5 cm
+/IIm293 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 968.32 6304.3 cm
+/IIm294 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 6360.69 cm
+/IIm295 Do
+
+Q
+q
+0 8.3993 -71.994 -0 967.12 6415.89 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 968.32 6433.89 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 988.718 6460.28 cm
+/IIm296 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 6571.87 cm
+/IIm297 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6623.47 cm
+/IIm298 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 6683.46 cm
+/IIm299 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 6735.06 cm
+/IIm300 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 6850.25 cm
+/IIm301 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 6930.64 cm
+/IIm302 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 967.12 6983.44 cm
+/IIm303 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 7036.24 cm
+/IIm304 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 967.12 7095.03 cm
+/IIm305 Do
+
+Q
+q
+0 47.996 -55.1954 -0 968.32 7174.22 cm
+/IIm306 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 7234.22 cm
+/IIm307 Do
+
+Q
+q
+0 25.1979 -71.994 -0 968.32 7284.61 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 968.32 7369.81 cm
+/IIm308 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 967.12 7428.6 cm
+/IIm309 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 968.32 7480.2 cm
+/IIm310 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 5393.57 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 1085.91 5425.97 cm
+/IIm311 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5477.57 cm
+/IIm312 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1106.31 5569.96 cm
+/IIm313 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5621.55 cm
+/IIm314 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 5681.55 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 28.7976 -73.1939 -0 1085.91 5709.15 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5737.94 cm
+/IIm315 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 5797.94 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 1085.91 5830.34 cm
+/IIm316 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 5910.73 cm
+/IIm317 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1085.91 5969.52 cm
+/IIm318 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1087.11 6021.12 cm
+/IIm319 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6071.52 cm
+/IIm320 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6160.31 cm
+/IIm321 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1085.91 6214.3 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 44.3963 -74.3938 -0 1106.31 6276.7 cm
+/IIm322 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1087.11 6335.49 cm
+/IIm323 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6387.09 cm
+/IIm324 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6447.08 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6468.68 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 1087.11 6486.68 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 1107.51 6513.08 cm
+/IIm325 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1087.11 6601.87 cm
+/IIm326 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6653.47 cm
+/IIm327 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1085.91 6713.46 cm
+/IIm328 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1087.11 6765.06 cm
+/IIm329 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6857.45 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 1085.91 6879.05 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 1087.11 6897.05 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1087.11 6925.84 cm
+/IIm330 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 6984.64 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1087.11 7014.64 cm
+/IIm331 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1087.11 7068.63 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1087.11 7101.03 cm
+/IIm332 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1085.91 7157.43 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1087.11 7186.22 cm
+/IIm333 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 1085.91 7247.42 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 65.9945 -71.994 -0 1085.91 7326.61 cm
+/IIm334 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1087.11 7398.61 cm
+/IIm335 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1085.91 7474.2 cm
+/IIm336 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5394.77 cm
+/IIm337 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1207.1 5449.97 cm
+/IIm338 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 5499.16 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 5527.96 cm
+/IIm339 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5621.55 cm
+/IIm340 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 5676.75 cm
+/IIm341 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5769.14 cm
+/IIm342 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1207.1 5868.73 cm
+/IIm343 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 5921.53 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5940.73 cm
+/IIm344 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 5995.92 cm
+/IIm345 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6055.92 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1205.9 6088.31 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 6111.11 cm
+/IIm346 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1227.5 6162.71 cm
+/IIm347 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1205.9 6222.7 cm
+/IIm348 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6274.3 cm
+/IIm349 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1207.1 6333.09 cm
+/IIm350 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1207.1 6385.89 cm
+/IIm351 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6435.09 cm
+/IIm352 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1205.9 6532.28 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6561.08 cm
+/IIm353 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6621.07 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1205.9 6696.66 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 6719.46 cm
+/IIm354 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1205.9 6769.86 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6798.66 cm
+/IIm355 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 6858.65 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 1205.9 6891.05 cm
+/IIm356 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1207.1 6971.44 cm
+/IIm357 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 7025.44 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1205.9 7057.83 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7077.03 cm
+/IIm358 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1205.9 7135.83 cm
+/IIm359 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1205.9 7234.22 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7264.22 cm
+/IIm360 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1205.9 7323.01 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7342.21 cm
+/IIm361 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1207.1 7396.21 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1207.1 7425 cm
+/IIm362 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1207.1 7480.2 cm
+/IIm363 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 5393.57 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5422.37 cm
+/IIm364 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 5515.96 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 1325.89 5548.36 cm
+/IIm365 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5601.16 cm
+/IIm366 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 5695.95 cm
+/IIm367 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5751.14 cm
+/IIm368 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 1325.89 5803.94 cm
+/IIm369 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5856.73 cm
+/IIm370 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 5915.53 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 1327.09 5934.73 cm
+/IIm371 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1346.29 5993.52 cm
+/IIm372 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1325.89 6049.92 cm
+/IIm373 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 6129.11 cm
+/IIm374 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6187.91 cm
+/IIm375 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 6239.5 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -23.998 -0 1341.49 6273.1 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 28.7976 -73.1939 -0 1325.89 6361.89 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1327.09 6394.29 cm
+/IIm376 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6449.48 cm
+/IIm377 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 6501.08 cm
+/IIm378 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 6561.08 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6582.67 cm
+/IIm379 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1347.49 6635.47 cm
+/IIm380 Do
+
+Q
+q
+0 8.3993 -23.998 -0 1341.49 6695.46 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 70.7941 -53.9955 -0 1325.89 6761.46 cm
+/IIm381 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 6840.65 cm
+/IIm382 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1325.89 6899.45 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 6922.25 cm
+/IIm383 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1327.09 6972.64 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7001.44 cm
+/IIm384 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7061.43 cm
+/IIm385 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7113.03 cm
+/IIm386 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7171.82 cm
+/IIm387 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1327.09 7224.62 cm
+/IIm388 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7273.82 cm
+/IIm389 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1327.09 7369.81 cm
+/IIm390 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1325.89 7428.6 cm
+/IIm391 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1327.09 7480.2 cm
+/IIm392 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1465.08 5398.37 cm
+/IIm393 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1444.68 5453.57 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5483.56 cm
+/IIm394 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1444.68 5542.36 cm
+/IIm395 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5622.75 cm
+/IIm396 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 5676.75 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1444.68 5709.15 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5728.34 cm
+/IIm397 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 5787.14 cm
+/IIm398 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 5914.33 cm
+/IIm399 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1444.68 5968.32 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 6075.12 cm
+/IIm400 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 6127.91 cm
+/IIm401 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 6186.71 cm
+/IIm402 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 6238.3 cm
+/IIm403 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 6294.7 cm
+/IIm404 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 6418.29 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 1444.68 6450.68 cm
+/IIm405 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1444.68 6505.88 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1445.88 6535.88 cm
+/IIm406 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1445.88 6594.67 cm
+/IIm407 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1466.28 6647.47 cm
+/IIm408 Do
+
+Q
+q
+0 40.7966 -71.994 -0 1444.68 6706.26 cm
+/IIm409 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 6837.05 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 1445.88 6853.85 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 6882.65 cm
+/IIm410 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 1465.08 7011.04 cm
+/IIm411 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1445.88 7067.43 cm
+/IIm412 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1445.88 7122.63 cm
+/IIm413 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7177.82 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7200.62 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 1445.88 7219.82 cm
+/IIm414 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1445.88 7269.02 cm
+/IIm415 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1445.88 7324.21 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1444.68 7356.61 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1445.88 7374.61 cm
+/IIm416 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1444.68 7434.6 cm
+/IIm417 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1445.88 7486.2 cm
+/IIm418 Do
+
+Q
+q
+0 65.9945 -71.994 -0 1564.67 5391.17 cm
+/IIm419 Do
+
+Q
+q
+0 58.7951 -71.994 -0 1564.67 5466.77 cm
+/IIm420 Do
+
+Q
+q
+0 68.3943 -71.994 -0 1564.67 5529.16 cm
+/IIm421 Do
+
+Q
+q
+0 65.9945 -71.994 -0 1564.67 5597.56 cm
+/IIm422 Do
+
+Q
+q
+0 55.1954 -71.994 -0 1564.67 5671.95 cm
+/IIm423 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1565.87 5741.54 cm
+/IIm424 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 5817.14 cm
+BI
+/CS /G/W 44/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 44>>
+ID xœíÑ!
+EI
+Q
+q
+0 70.7941 -53.9955 -0 1564.67 5926.33 cm
+/IIm425 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6005.52 cm
+/IIm426 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 1586.27 6060.72 cm
+/IIm427 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6117.11 cm
+/IIm428 Do
+
+Q
+q
+0 44.3963 -52.7956 -0 1564.67 6169.91 cm
+/IIm429 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1564.67 6226.3 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 6247.9 cm
+/IIm430 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6300.7 cm
+/IIm431 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 6399.09 cm
+/IIm432 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 6457.88 cm
+/IIm433 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1565.87 6510.68 cm
+/IIm434 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 6613.87 cm
+BI
+/CS /G/W 44/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 44>>
+ID xœíÑ!
+EI
+Q
+q
+0 55.1954 -71.994 -0 1564.67 6681.07 cm
+/IIm435 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 1565.87 6749.46 cm
+/IIm436 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 1565.87 6821.45 cm
+/IIm437 Do
+
+Q
+q
+0 59.995 -71.994 -0 1564.67 6903.05 cm
+/IIm438 Do
+
+Q
+q
+0 52.7956 -71.994 -0 1564.67 6975.04 cm
+BI
+/CS /G/W 44/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 44>>
+ID xœíÑ!
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1564.67 7084.23 cm
+/IIm439 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7135.83 cm
+/IIm440 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 1564.67 7187.42 cm
+/IIm441 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 1565.87 7264.22 cm
+/IIm442 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1564.67 7318.21 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7336.21 cm
+/IIm443 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1565.87 7391.41 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 1565.87 7419 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1565.87 7447.8 cm
+/IIm444 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1564.67 7506.6 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5394.77 cm
+/IIm445 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5453.57 cm
+/IIm446 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1685.86 5506.36 cm
+/IIm447 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1684.66 5592.76 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 1685.86 5610.75 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 1685.86 5639.55 cm
+/IIm448 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5716.35 cm
+/IIm449 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5776.34 cm
+/IIm450 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 5831.54 cm
+/IIm451 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1685.86 5886.73 cm
+/IIm452 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 5939.53 cm
+/IIm453 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1684.66 5998.32 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 45.5962 -55.1954 -0 1685.86 6045.12 cm
+/IIm454 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6094.31 cm
+/IIm455 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 6154.31 cm
+/IIm456 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1684.66 6204.71 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6233.5 cm
+/IIm457 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1684.66 6292.3 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6322.29 cm
+/IIm458 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1684.66 6381.09 cm
+/IIm459 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1685.86 6433.89 cm
+/IIm460 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1685.86 6483.08 cm
+/IIm461 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 1684.66 6544.28 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -71.994 -0 1923.44 5398.37 cm
+/IIm462 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5477.57 cm
+/IIm463 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 1923.44 5537.56 cm
+/IIm464 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 1924.64 5620.35 cm
+/IIm465 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5671.95 cm
+/IIm466 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 5731.94 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 1924.64 5760.74 cm
+/IIm467 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 5875.93 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1924.64 5904.73 cm
+/IIm468 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 1924.64 5961.12 cm
+/IIm469 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6010.32 cm
+/IIm470 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6070.32 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 46.7961 -52.7956 -0 1923.44 6085.92 cm
+/IIm471 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6138.71 cm
+/IIm472 Do
+
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6258.7 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6280.3 cm
+/IIm473 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1923.44 6331.89 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6360.69 cm
+/IIm474 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 6419.49 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 1923.44 6453.08 cm
+/IIm475 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6532.28 cm
+/IIm476 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1924.64 6586.27 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1923.44 6618.67 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6637.87 cm
+/IIm477 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6696.66 cm
+/IIm478 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6809.45 cm
+/IIm479 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 1923.44 6869.45 cm
+/IIm480 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 6982.24 cm
+/IIm481 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 1923.44 7095.03 cm
+/IIm482 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7147.83 cm
+/IIm483 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 1923.44 7206.62 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 1923.44 7240.22 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7259.42 cm
+/IIm484 Do
+
+Q
+q
+0 25.1979 -71.994 -0 1924.64 7313.41 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 1945.04 7339.81 cm
+/IIm485 Do
+
+Q
+q
+0 47.996 -55.1954 -0 1924.64 7452.6 cm
+/IIm486 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 1923.44 7507.8 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 25.1979 -71.994 -0 2044.63 5393.57 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2044.63 5422.37 cm
+/IIm487 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2063.83 5481.17 cm
+/IIm488 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2043.43 5537.56 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 5555.56 cm
+/IIm489 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 5605.96 cm
+/IIm490 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2043.43 5764.34 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 5796.74 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2044.63 5825.54 cm
+/IIm491 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2043.43 5885.53 cm
+/IIm492 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 6073.92 cm
+/IIm493 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6124.31 cm
+/IIm494 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2043.43 6183.11 cm
+/IIm495 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2044.63 6234.7 cm
+/IIm496 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2044.63 6294.7 cm
+/IIm497 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2044.63 6346.29 cm
+/IIm498 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2044.63 6395.49 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6424.29 cm
+/IIm499 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6483.08 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 6513.08 cm
+/IIm500 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2059.03 6567.07 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6699.06 cm
+/IIm501 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6759.06 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 6791.46 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6821.45 cm
+/IIm502 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2043.43 6880.25 cm
+/IIm503 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2065.03 6933.04 cm
+/IIm504 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 6988.24 cm
+/IIm505 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2043.43 7047.03 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2044.63 7077.03 cm
+/IIm506 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2059.03 7132.23 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 40.7966 -71.994 -0 2043.43 7267.82 cm
+/IIm507 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 7319.41 cm
+/IIm508 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2044.63 7374.61 cm
+/IIm509 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2043.43 7434.6 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 25.1979 -71.994 -0 2044.63 7451.4 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 2043.43 7483.8 cm
+/IIm510 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2182.62 5398.37 cm
+/IIm511 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 5453.57 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5483.56 cm
+/IIm512 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2162.22 5537.56 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5566.36 cm
+/IIm513 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5622.75 cm
+/IIm514 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5671.95 cm
+/IIm515 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2162.22 5725.94 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5745.14 cm
+/IIm516 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 5803.94 cm
+/IIm517 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 5855.53 cm
+/IIm518 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2162.22 5915.53 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 5933.53 cm
+/IIm519 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2177.82 5988.72 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 8.3993 -71.994 -0 2162.22 6090.71 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6112.31 cm
+/IIm520 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 6165.11 cm
+/IIm521 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 6213.1 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 6245.5 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 6279.1 cm
+/IIm522 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2162.22 6334.29 cm
+/IIm523 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6414.69 cm
+/IIm524 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6473.48 cm
+/IIm525 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 6523.88 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 2162.22 6631.87 cm
+/IIm526 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6711.06 cm
+/IIm527 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 6771.06 cm
+/IIm528 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 6826.25 cm
+/IIm529 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2162.22 6876.65 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 6905.45 cm
+/IIm530 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2163.42 6961.84 cm
+/IIm531 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2163.42 7009.84 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2163.42 7042.24 cm
+/IIm532 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 7098.63 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 7127.43 cm
+/IIm533 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2162.22 7187.42 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2163.42 7216.22 cm
+/IIm534 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2177.82 7271.42 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 47.996 -55.1954 -0 2163.42 7369.81 cm
+/IIm535 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2162.22 7428.6 cm
+/IIm536 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2163.42 7480.2 cm
+/IIm537 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 5394.77 cm
+/IIm538 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5449.97 cm
+/IIm539 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2282.21 5503.96 cm
+/IIm540 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5555.56 cm
+/IIm541 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2282.21 5615.55 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 5647.95 cm
+/IIm542 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2282.21 5704.35 cm
+/IIm543 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5783.54 cm
+/IIm544 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 5842.33 cm
+/IIm545 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2283.41 5893.93 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2283.41 5981.52 cm
+/IIm546 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 6036.72 cm
+/IIm547 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6091.91 cm
+/IIm548 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 6151.91 cm
+/IIm549 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 6203.5 cm
+/IIm550 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6257.5 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6275.5 cm
+/IIm551 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 6331.89 cm
+/IIm552 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2283.41 6438.69 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 2282.21 6471.08 cm
+/IIm553 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2282.21 6527.48 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2283.41 6556.28 cm
+/IIm554 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2283.41 6616.27 cm
+/IIm555 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2303.81 6667.87 cm
+/IIm556 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2282.21 6726.66 cm
+/IIm557 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 6838.25 cm
+/IIm558 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6891.05 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6913.85 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2282.21 6936.64 cm
+/IIm559 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 6991.84 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 45.5962 -55.1954 -0 2283.41 7011.04 cm
+/IIm560 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 7060.23 cm
+/IIm561 Do
+
+Q
+q
+0 8.3993 -23.998 -0 2297.81 7115.43 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 47.996 -55.1954 -0 2283.41 7197.02 cm
+/IIm562 Do
+
+Q
+q
+0 47.996 -52.7956 -0 2282.21 7249.82 cm
+/IIm563 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2282.21 7306.21 cm
+/IIm564 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 7361.41 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 44.3963 -73.1939 -0 2283.41 7384.21 cm
+/IIm565 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2282.21 7439.4 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 2283.41 7457.4 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2283.41 7486.2 cm
+/IIm566 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 5394.77 cm
+/IIm567 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 5453.57 cm
+/IIm568 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2403.4 5506.36 cm
+/IIm569 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2403.4 5670.75 cm
+/IIm570 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 5729.54 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5748.74 cm
+/IIm571 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2403.4 5799.14 cm
+/IIm572 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2403.4 5851.93 cm
+/IIm573 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5904.73 cm
+/IIm574 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 5953.93 cm
+/IIm575 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 6007.92 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6027.12 cm
+/IIm576 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 6085.92 cm
+/IIm577 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 6137.51 cm
+/IIm578 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2402.2 6192.71 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 52.7956 -71.994 -0 2402.2 6329.49 cm
+/IIm579 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6390.69 cm
+/IIm580 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6450.68 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 28.7976 -73.1939 -0 2402.2 6478.28 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 2403.4 6507.08 cm
+/IIm581 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6567.07 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 2402.2 6599.47 cm
+/IIm582 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2402.2 6683.46 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2402.2 6705.06 cm
+/IIm583 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2423.8 6757.86 cm
+/IIm584 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2423.8 6922.25 cm
+/IIm585 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 6981.04 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2403.4 7011.04 cm
+/IIm586 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2403.4 7069.83 cm
+/IIm587 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2422.6 7126.23 cm
+/IIm588 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2403.4 7177.82 cm
+/IIm589 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2402.2 7335.01 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2402.2 7367.41 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2403.4 7397.41 cm
+/IIm590 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 2402.2 7456.2 cm
+/IIm591 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5394.77 cm
+/IIm592 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 5453.57 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5483.56 cm
+/IIm593 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 5542.36 cm
+/IIm594 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 5598.76 cm
+/IIm595 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2522.19 5650.35 cm
+/IIm596 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 5749.94 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 2520.99 5782.34 cm
+/IIm597 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5835.14 cm
+/IIm598 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2522.19 5935.93 cm
+/IIm599 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 5986.32 cm
+/IIm600 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 6045.12 cm
+/IIm601 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 6100.31 cm
+/IIm602 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 6151.91 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 6184.31 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 2542.59 6210.7 cm
+/IIm603 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 2520.99 6304.3 cm
+/IIm604 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6384.69 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6407.49 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 8.3993 -71.994 -0 2520.99 6430.29 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 40.7966 -71.994 -0 2520.99 6497.48 cm
+/IIm605 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6549.08 cm
+/IIm606 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2520.99 6603.07 cm
+/IIm607 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6654.67 cm
+/IIm608 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6756.66 cm
+/IIm609 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 6815.45 cm
+/IIm610 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 6912.65 cm
+/IIm611 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2541.39 6972.64 cm
+/IIm612 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2541.39 7027.84 cm
+/IIm613 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2522.19 7079.43 cm
+/IIm614 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2520.99 7139.43 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7167.02 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2522.19 7199.42 cm
+/IIm615 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2520.99 7255.82 cm
+/IIm616 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2520.99 7311.01 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7329.01 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 2542.59 7355.41 cm
+/IIm617 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2522.19 7451.4 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2522.19 7480.2 cm
+/IIm618 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2661.38 5398.37 cm
+/IIm619 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 5449.97 cm
+/IIm620 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5509.96 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 28.7976 -73.1939 -0 2640.98 5537.56 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 2642.18 5566.36 cm
+/IIm621 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5626.35 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 2640.98 5658.75 cm
+/IIm622 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2642.18 5766.74 cm
+/IIm623 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2642.18 5825.54 cm
+/IIm624 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 5880.73 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 2640.98 5914.33 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 2640.98 5937.13 cm
+/IIm625 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 2662.58 5988.72 cm
+/IIm626 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2642.18 6070.32 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 2640.98 6102.71 cm
+/IIm627 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6155.51 cm
+/IIm628 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2642.18 6238.3 cm
+/IIm629 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6288.7 cm
+/IIm630 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2640.98 6347.49 cm
+/IIm631 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2642.18 6399.09 cm
+/IIm632 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2642.18 6449.48 cm
+/IIm633 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2640.98 6508.28 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 2642.18 6537.08 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2642.18 6565.88 cm
+/IIm634 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2640.98 6621.07 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -71.994 -0 2879.76 5393.57 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 40.7966 -71.994 -0 2879.76 5459.57 cm
+/IIm635 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 5511.16 cm
+/IIm636 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2879.76 5614.35 cm
+/IIm637 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 2880.96 5673.15 cm
+/IIm638 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 2880.96 5728.34 cm
+/IIm639 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2879.76 5781.14 cm
+/IIm640 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 2880.96 5886.73 cm
+/IIm641 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 5937.13 cm
+/IIm642 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 5995.92 cm
+/IIm643 Do
+
+Q
+q
+0 46.7961 -52.7956 -0 2879.76 6046.32 cm
+/IIm644 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6097.91 cm
+/IIm645 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 6157.91 cm
+/IIm646 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 6208.3 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 2879.76 6240.7 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6259.9 cm
+/IIm647 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2879.76 6318.7 cm
+/IIm648 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2879.76 6423.09 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 43.1964 -55.1954 -0 2880.96 6442.29 cm
+/IIm649 Do
+
+Q
+q
+0 40.7966 -71.994 -0 2879.76 6544.28 cm
+/IIm650 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6597.07 cm
+/IIm651 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 2880.96 6652.27 cm
+/IIm652 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 6701.46 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 2880.96 6730.26 cm
+/IIm653 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2880.96 6785.46 cm
+/IIm654 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 2880.96 6893.45 cm
+/IIm655 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 2901.36 6942.64 cm
+/IIm656 Do
+
+Q
+q
+0 25.1979 -71.994 -0 2880.96 7043.44 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 2879.76 7075.83 cm
+/IIm657 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 7127.43 cm
+/IIm658 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 2880.96 7233.02 cm
+/IIm659 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2879.76 7307.41 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 2880.96 7325.41 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 2901.36 7351.81 cm
+/IIm660 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2880.96 7452.6 cm
+/IIm661 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 2879.76 7507.8 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -71.994 -0 2999.75 5399.57 cm
+BI
+/CS /G/W 40/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 40>>
+ID xœcüÏ@`Ù
+GŽ*UHHͨÂ!…£
+GŽ*ì
+ט<6
+EI
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5455.97 cm
+/IIm662 Do
+
+Q
+q
+0 8.3993 -71.994 -0 2999.75 5514.76 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 27.5977 -53.9955 -0 2999.75 5537.56 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 28.7976 -73.1939 -0 2999.75 5566.36 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5595.16 cm
+/IIm663 Do
+
+Q
+q
+0 47.996 -52.7956 -0 2999.75 5647.95 cm
+/IIm664 Do
+
+Q
+q
+0 52.7956 -71.994 -0 2999.75 5805.14 cm
+/IIm665 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3000.95 5867.53 cm
+/IIm666 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 2999.75 5926.33 cm
+/IIm667 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3000.95 5979.12 cm
+/IIm668 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3015.35 6039.12 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 65.9945 -71.994 -0 2999.75 6159.11 cm
+/IIm669 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3020.15 6232.3 cm
+/IIm670 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 2999.75 6288.7 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 2999.75 6321.1 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 2999.75 6343.89 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6462.68 cm
+/IIm671 Do
+
+Q
+q
+0 49.1959 -70.7941 -0 2999.75 6516.68 cm
+/IIm672 Do
+
+Q
+q
+0 27.5977 -8.3993 -0 2978.15 6574.27 cm
+BI
+/CS /G/W 23/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœcüÏ€02q
+EI
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6606.67 cm
+/IIm673 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6664.27 cm
+/IIm674 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3015.35 6724.26 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 46.7961 -71.994 -0 2999.75 6845.45 cm
+/IIm675 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6904.25 cm
+/IIm676 Do
+
+Q
+q
+0 45.5962 -73.1939 -0 3000.95 6959.44 cm
+/IIm677 Do
+
+Q
+q
+0 46.7961 -71.994 -0 2999.75 7012.24 cm
+/IIm678 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 2999.75 7074.63 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 22.7981 -92.3923 -0 3020.15 7199.42 cm
+/IIm679 Do
+
+Q
+q
+0 55.1954 -71.994 -0 2999.75 7235.42 cm
+/IIm680 Do
+
+Q
+q
+0 68.3943 -74.3938 -0 3000.95 7303.81 cm
+/IIm681 Do
+
+Q
+q
+0 57.5952 -71.994 -0 2999.75 7379.41 cm
+BI
+/CS /G/W 48/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœcüÏ@`Õ@Œl‚ÿñHŽjÕ0ªaTè†Q £F5Œjþ
+EI
+Q
+q
+0 52.7956 -71.994 -0 2999.75 7446.6 cm
+BI
+/CS /G/W 44/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 44>>
+ID xœíÑ!
+EI
+Q
+q
+0 8.3993 -52.7956 -0 2999.75 7513.8 cm
+BI
+/CS /G/W 7/H 44/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 67.1944 -74.3938 -0 3120.94 5395.97 cm
+/IIm682 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5472.77 cm
+/IIm683 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 5531.56 cm
+/IIm684 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5583.16 cm
+/IIm685 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5643.15 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5671.95 cm
+/IIm686 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 5731.94 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 44.3963 -74.3938 -0 3140.14 5781.14 cm
+/IIm687 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5837.54 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3120.94 5866.33 cm
+/IIm688 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 5922.73 cm
+/IIm689 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 5981.52 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6011.52 cm
+/IIm690 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3119.74 6070.32 cm
+/IIm691 Do
+
+Q
+q
+0 70.7941 -53.9955 -0 3119.74 6153.11 cm
+/IIm692 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 6237.1 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6258.7 cm
+/IIm693 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 6311.5 cm
+/IIm694 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3120.94 6397.89 cm
+/IIm695 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6449.48 cm
+/IIm696 Do
+
+Q
+q
+0 44.3963 -75.5937 -0 3141.34 6505.88 cm
+/IIm697 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3119.74 6564.67 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6587.47 cm
+/IIm698 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3120.94 6639.07 cm
+/IIm699 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3120.94 6717.06 cm
+/IIm700 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3119.74 6775.86 cm
+/IIm701 Do
+
+Q
+q
+0 65.9945 -71.994 -0 3119.74 6851.45 cm
+/IIm702 Do
+
+Q
+q
+0 44.3963 -74.3938 -0 3140.14 6925.84 cm
+/IIm703 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3119.74 6981.04 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 3119.74 7014.64 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 3119.74 7037.44 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 46.7961 -71.994 -0 3119.74 7081.83 cm
+/IIm704 Do
+
+Q
+q
+0 45.5962 -71.994 -0 3120.94 7140.63 cm
+/IIm705 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3119.74 7199.42 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 22.7981 -92.3923 -0 3140.14 7223.42 cm
+/IIm706 Do
+
+Q
+q
+0 47.996 -71.994 -0 3358.52 5399.57 cm
+BI
+/CS /G/W 40/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 40>>
+ID xœcüÏ@`Ù
+GŽ*UHHͨÂ!…£
+GŽ*ì
+ט<6
+EI
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5455.97 cm
+/IIm707 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 5514.76 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 3358.52 5592.76 cm
+/IIm708 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5673.15 cm
+/IIm709 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 5731.94 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5761.94 cm
+/IIm710 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3358.52 5865.13 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 40.7966 -53.9955 -0 3358.52 5887.93 cm
+/IIm711 Do
+
+Q
+q
+0 28.7976 -73.1939 -0 3358.52 5938.33 cm
+BI
+/CS /G/W 24/H 61/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœcd@ÿá,FF¬Â ìÂHhâ„%ÐÅ JüÇP‰&ÁˆK. $ïR Œ°€ª¤Æ` ÄQ‰Q‰Q
+EI
+Q
+q
+0 47.996 -55.1954 -0 3359.72 5967.12 cm
+/IIm712 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3358.52 6027.12 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 70.7941 -53.9955 -0 3358.52 6059.52 cm
+/IIm713 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6139.91 cm
+/IIm714 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6193.91 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 8.3993 -71.994 -0 3358.52 6226.3 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6245.5 cm
+/IIm715 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3358.52 6304.3 cm
+/IIm716 Do
+
+Q
+q
+0 8.3993 -23.998 -0 3374.12 6360.69 cm
+BI
+/CS /G/W 7/H 20/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+Œþƒô
+EI
+Q
+q
+0 45.5962 -55.1954 -0 3359.72 6429.09 cm
+/IIm717 Do
+
+Q
+q
+0 40.7966 -71.994 -0 3358.52 6481.88 cm
+/IIm718 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6534.68 cm
+/IIm719 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 3359.72 6589.87 cm
+/IIm720 Do
+
+Q
+q
+0 43.1964 -71.994 -0 3358.52 6643.87 cm
+/IIm721 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 6735.06 cm
+/IIm722 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3359.72 6793.86 cm
+/IIm723 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6844.25 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 3359.72 6917.45 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 3358.52 6949.84 cm
+/IIm724 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 7001.44 cm
+/IIm725 Do
+
+Q
+q
+0 65.9945 -71.994 -0 3358.52 7098.63 cm
+/IIm726 Do
+
+Q
+q
+0 62.3948 -74.3938 -0 3359.72 7169.42 cm
+/IIm727 Do
+
+Q
+q
+0 52.7956 -71.994 -0 3358.52 7246.22 cm
+/IIm728 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3358.52 7348.21 cm
+/IIm729 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3359.72 7425 cm
+/IIm730 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3359.72 7483.8 cm
+/IIm731 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3479.71 5394.77 cm
+/IIm732 Do
+
+Q
+q
+0 8.3993 -71.994 -0 3478.51 5448.77 cm
+BI
+/CS /G/W 7/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5465.57 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 47.996 -55.1954 -0 3479.71 5494.36 cm
+/IIm733 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 5578.36 cm
+/IIm734 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5632.35 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 40.7966 -71.994 -0 3478.51 5692.35 cm
+/IIm735 Do
+
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5742.74 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 25.1979 -71.994 -0 3479.71 5770.34 cm
+BI
+/CS /G/W 21/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 21>>
+ID xœíÔ±
+
+EI
+Q
+q
+0 44.3963 -74.3938 -0 3498.91 5802.74 cm
+/IIm736 Do
+
+Q
+q
+0 8.3993 -52.7956 -0 3478.51 5860.33 cm
+BI
+/CS /G/W 7/H 44/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 27.5977 -71.994 -0 3478.51 5879.53 cm
+/IIm737 Do
+
+Q
+q
+0 27.5977 -71.994 -0 3478.51 5907.13 cm
+/IIm738 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 5933.53 cm
+/IIm739 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 6005.52 cm
+/IIm740 Do
+
+Q
+q
+0 73.1939 -52.7956 -0 3478.51 6077.52 cm
+/IIm741 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3478.51 6160.31 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6183.11 cm
+/IIm742 Do
+
+Q
+q
+0 45.5962 -55.1954 -0 3479.71 6238.3 cm
+/IIm743 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3479.71 6292.3 cm
+/IIm744 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6343.89 cm
+/IIm745 Do
+
+Q
+q
+0 40.7966 -53.9955 -0 3478.51 6402.69 cm
+/IIm746 Do
+
+Q
+q
+0 44.3963 -73.1939 -0 3479.71 6455.48 cm
+/IIm747 Do
+
+Q
+q
+0 43.1964 -55.1954 -0 3479.71 6510.68 cm
+/IIm748 Do
+
+Q
+q
+0 8.3993 -8.3993 -0 3478.51 6565.88 cm
+BI
+/CS /G/W 7/H 7/BPC 8/F/Fl/DP<</Predictor 15/Columns 7>>
+ID xœcüÏ
+EI
+Q
+q
+0 47.996 -55.1954 -0 3479.71 6588.67 cm
+/IIm749 Do
+
+Q
+q
+0 27.5977 -53.9955 -0 3478.51 6647.47 cm
+BI
+/CS /G/W 23/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 23>>
+ID xœíÏA
+
+EI
+Q
+q
+0 44.3963 -75.5937 -0 3500.11 6677.47 cm
+/IIm750 Do
+
+Q
+Q
+endstream
+endobj
+
+7 0 obj
+195251
+endobj
+
+%% Original object ID: 558 0
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 9 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+1540
+endobj
+
+%% Original object ID: 567 0
+10 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 11 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+11 0 obj
+2800
+endobj
+
+%% Original object ID: 657 0
+12 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 13 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+13 0 obj
+1840
+endobj
+
+%% Original object ID: 658 0
+14 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 15 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+15 0 obj
+1840
+endobj
+
+%% Original object ID: 659 0
+16 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 17 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+17 0 obj
+1530
+endobj
+
+%% Original object ID: 660 0
+18 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 19 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+19 0 obj
+3420
+endobj
+
+%% Original object ID: 661 0
+20 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 21 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+21 0 obj
+3300
+endobj
+
+%% Original object ID: 662 0
+22 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 23 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+23 0 obj
+2340
+endobj
+
+%% Original object ID: 663 0
+24 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 25 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+25 0 obj
+2340
+endobj
+
+%% Original object ID: 664 0
+26 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 27 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+27 0 obj
+1320
+endobj
+
+%% Original object ID: 665 0
+28 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 29 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+29 0 obj
+2318
+endobj
+
+%% Original object ID: 666 0
+30 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 31 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+31 0 obj
+2340
+endobj
+
+%% Original object ID: 568 0
+32 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 33 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+33 0 obj
+1974
+endobj
+
+%% Original object ID: 667 0
+34 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 35 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+35 0 obj
+3224
+endobj
+
+%% Original object ID: 668 0
+36 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 37 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+37 0 obj
+1840
+endobj
+
+%% Original object ID: 669 0
+38 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 39 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+39 0 obj
+1530
+endobj
+
+%% Original object ID: 670 0
+40 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 41 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+41 0 obj
+1716
+endobj
+
+%% Original object ID: 671 0
+42 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 43 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+43 0 obj
+1840
+endobj
+
+%% Original object ID: 672 0
+44 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 45 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+45 0 obj
+1530
+endobj
+
+%% Original object ID: 673 0
+46 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 47 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+47 0 obj
+1840
+endobj
+
+%% Original object ID: 674 0
+48 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 49 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+49 0 obj
+1530
+endobj
+
+%% Original object ID: 675 0
+50 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 51 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+1748
+endobj
+
+%% Original object ID: 676 0
+52 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 53 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+1530
+endobj
+
+%% Original object ID: 569 0
+54 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 55 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+55 0 obj
+2160
+endobj
+
+%% Original object ID: 677 0
+56 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 57 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+57 0 obj
+1748
+endobj
+
+%% Original object ID: 678 0
+58 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 59 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+59 0 obj
+1656
+endobj
+
+%% Original object ID: 679 0
+60 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 61 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+61 0 obj
+2684
+endobj
+
+%% Original object ID: 680 0
+62 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 63 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+63 0 obj
+2257
+endobj
+
+%% Original object ID: 681 0
+64 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 65 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+65 0 obj
+1840
+endobj
+
+%% Original object ID: 682 0
+66 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 67 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+67 0 obj
+2040
+endobj
+
+%% Original object ID: 683 0
+68 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 69 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+69 0 obj
+1840
+endobj
+
+%% Original object ID: 684 0
+70 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 71 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+2257
+endobj
+
+%% Original object ID: 685 0
+72 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 73 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+73 0 obj
+1840
+endobj
+
+%% Original object ID: 686 0
+74 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 75 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+75 0 obj
+2040
+endobj
+
+%% Original object ID: 570 0
+76 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 77 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+77 0 obj
+3953
+endobj
+
+%% Original object ID: 687 0
+78 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 79 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+79 0 obj
+1840
+endobj
+
+%% Original object ID: 688 0
+80 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 81 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+81 0 obj
+2040
+endobj
+
+%% Original object ID: 689 0
+82 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 83 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+83 0 obj
+1840
+endobj
+
+%% Original object ID: 690 0
+84 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 85 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+85 0 obj
+1840
+endobj
+
+%% Original object ID: 691 0
+86 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 87 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+87 0 obj
+3224
+endobj
+
+%% Original object ID: 692 0
+88 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 89 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+89 0 obj
+1840
+endobj
+
+%% Original object ID: 693 0
+90 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 91 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+91 0 obj
+1530
+endobj
+
+%% Original object ID: 694 0
+92 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 93 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+93 0 obj
+1716
+endobj
+
+%% Original object ID: 695 0
+94 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 95 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+95 0 obj
+1840
+endobj
+
+%% Original object ID: 696 0
+96 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 97 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+97 0 obj
+1530
+endobj
+
+%% Original object ID: 571 0
+98 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 99 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+99 0 obj
+1974
+endobj
+
+%% Original object ID: 697 0
+100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+101 0 obj
+1840
+endobj
+
+%% Original object ID: 698 0
+102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+103 0 obj
+1530
+endobj
+
+%% Original object ID: 699 0
+104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+105 0 obj
+1840
+endobj
+
+%% Original object ID: 700 0
+106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+107 0 obj
+1840
+endobj
+
+%% Original object ID: 701 0
+108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+109 0 obj
+2769
+endobj
+
+%% Original object ID: 702 0
+110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+111 0 obj
+1320
+endobj
+
+%% Original object ID: 703 0
+112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+113 0 obj
+2318
+endobj
+
+%% Original object ID: 704 0
+114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+115 0 obj
+2318
+endobj
+
+%% Original object ID: 705 0
+116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+117 0 obj
+1380
+endobj
+
+%% Original object ID: 706 0
+118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+119 0 obj
+1530
+endobj
+
+%% Original object ID: 572 0
+120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 121 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+121 0 obj
+2254
+endobj
+
+%% Original object ID: 707 0
+122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+123 0 obj
+2331
+endobj
+
+%% Original object ID: 708 0
+124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+125 0 obj
+2040
+endobj
+
+%% Original object ID: 709 0
+126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+127 0 obj
+1840
+endobj
+
+%% Original object ID: 710 0
+128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+129 0 obj
+1760
+endobj
+
+%% Original object ID: 711 0
+130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 131 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+131 0 obj
+3000
+endobj
+
+%% Original object ID: 712 0
+132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+133 0 obj
+1840
+endobj
+
+%% Original object ID: 713 0
+134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+135 0 obj
+2294
+endobj
+
+%% Original object ID: 714 0
+136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 137 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+137 0 obj
+1530
+endobj
+
+%% Original object ID: 715 0
+138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+139 0 obj
+1840
+endobj
+
+%% Original object ID: 716 0
+140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+141 0 obj
+1656
+endobj
+
+%% Original object ID: 573 0
+142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+143 0 obj
+3266
+endobj
+
+%% Original object ID: 717 0
+144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 145 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+145 0 obj
+2040
+endobj
+
+%% Original object ID: 718 0
+146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+147 0 obj
+1840
+endobj
+
+%% Original object ID: 719 0
+148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+149 0 obj
+3300
+endobj
+
+%% Original object ID: 720 0
+150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+151 0 obj
+3224
+endobj
+
+%% Original object ID: 721 0
+152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+153 0 obj
+2640
+endobj
+
+%% Original object ID: 722 0
+154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+155 0 obj
+3224
+endobj
+
+%% Original object ID: 723 0
+156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+157 0 obj
+1840
+endobj
+
+%% Original object ID: 724 0
+158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+159 0 obj
+1530
+endobj
+
+%% Original object ID: 725 0
+160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 161 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+161 0 obj
+1716
+endobj
+
+%% Original object ID: 726 0
+162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+163 0 obj
+1840
+endobj
+
+%% Original object ID: 574 0
+164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 28
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 165 0 R
+>>
+stream
+ÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+165 0 obj
+1988
+endobj
+
+%% Original object ID: 727 0
+166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+167 0 obj
+1530
+endobj
+
+%% Original object ID: 728 0
+168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+169 0 obj
+1840
+endobj
+
+%% Original object ID: 729 0
+170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+171 0 obj
+1530
+endobj
+
+%% Original object ID: 730 0
+172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 173 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+173 0 obj
+2640
+endobj
+
+%% Original object ID: 731 0
+174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+175 0 obj
+1840
+endobj
+
+%% Original object ID: 732 0
+176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+177 0 obj
+1748
+endobj
+
+%% Original object ID: 733 0
+178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 179 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+179 0 obj
+2160
+endobj
+
+%% Original object ID: 734 0
+180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+181 0 obj
+3224
+endobj
+
+%% Original object ID: 735 0
+182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+183 0 obj
+1840
+endobj
+
+%% Original object ID: 736 0
+184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 22
+ /Length 185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+185 0 obj
+1320
+endobj
+
+%% Original object ID: 575 0
+186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 187 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+187 0 obj
+3953
+endobj
+
+%% Original object ID: 737 0
+188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+189 0 obj
+2318
+endobj
+
+%% Original object ID: 738 0
+190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+191 0 obj
+2318
+endobj
+
+%% Original object ID: 739 0
+192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+193 0 obj
+2318
+endobj
+
+%% Original object ID: 740 0
+194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+195 0 obj
+3534
+endobj
+
+%% Original object ID: 741 0
+196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 197 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+197 0 obj
+2760
+endobj
+
+%% Original object ID: 742 0
+198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+199 0 obj
+2914
+endobj
+
+%% Original object ID: 743 0
+200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 201 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+201 0 obj
+2257
+endobj
+
+%% Original object ID: 744 0
+202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 203 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+203 0 obj
+2294
+endobj
+
+%% Original object ID: 745 0
+204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+205 0 obj
+2318
+endobj
+
+%% Original object ID: 746 0
+206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+207 0 obj
+1380
+endobj
+
+%% Original object ID: 576 0
+208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 209 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+209 0 obj
+2992
+endobj
+
+%% Original object ID: 747 0
+210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+211 0 obj
+2340
+endobj
+
+%% Original object ID: 748 0
+212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+213 0 obj
+2318
+endobj
+
+%% Original object ID: 749 0
+214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+215 0 obj
+1380
+endobj
+
+%% Original object ID: 750 0
+216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+217 0 obj
+2340
+endobj
+
+%% Original object ID: 751 0
+218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+219 0 obj
+2318
+endobj
+
+%% Original object ID: 752 0
+220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+221 0 obj
+2318
+endobj
+
+%% Original object ID: 753 0
+222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+223 0 obj
+2340
+endobj
+
+%% Original object ID: 754 0
+224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+225 0 obj
+1840
+endobj
+
+%% Original object ID: 755 0
+226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+227 0 obj
+2331
+endobj
+
+%% Original object ID: 756 0
+228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+229 0 obj
+1840
+endobj
+
+%% Original object ID: 559 0
+230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 28
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+231 0 obj
+1708
+endobj
+
+%% Original object ID: 577 0
+232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+233 0 obj
+2898
+endobj
+
+%% Original object ID: 757 0
+234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 235 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+235 0 obj
+2040
+endobj
+
+%% Original object ID: 758 0
+236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+237 0 obj
+1656
+endobj
+
+%% Original object ID: 759 0
+238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+239 0 obj
+2331
+endobj
+
+%% Original object ID: 760 0
+240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+241 0 obj
+1840
+endobj
+
+%% Original object ID: 761 0
+242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+243 0 obj
+1840
+endobj
+
+%% Original object ID: 762 0
+244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+245 0 obj
+1840
+endobj
+
+%% Original object ID: 763 0
+246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+247 0 obj
+1840
+endobj
+
+%% Original object ID: 764 0
+248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 249 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+249 0 obj
+2040
+endobj
+
+%% Original object ID: 765 0
+250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+251 0 obj
+1840
+endobj
+
+%% Original object ID: 766 0
+252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+253 0 obj
+3300
+endobj
+
+%% Original object ID: 578 0
+254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+255 0 obj
+2898
+endobj
+
+%% Original object ID: 767 0
+256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+257 0 obj
+1656
+endobj
+
+%% Original object ID: 768 0
+258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+259 0 obj
+1656
+endobj
+
+%% Original object ID: 769 0
+260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+261 0 obj
+1840
+endobj
+
+%% Original object ID: 770 0
+262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+263 0 obj
+1748
+endobj
+
+%% Original object ID: 771 0
+264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+265 0 obj
+1840
+endobj
+
+%% Original object ID: 772 0
+266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+267 0 obj
+1840
+endobj
+
+%% Original object ID: 773 0
+268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+269 0 obj
+1530
+endobj
+
+%% Original object ID: 774 0
+270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+271 0 obj
+1840
+endobj
+
+%% Original object ID: 775 0
+272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+273 0 obj
+3224
+endobj
+
+%% Original object ID: 776 0
+274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+275 0 obj
+1840
+endobj
+
+%% Original object ID: 579 0
+276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 277 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+277 0 obj
+2992
+endobj
+
+%% Original object ID: 777 0
+278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+279 0 obj
+1530
+endobj
+
+%% Original object ID: 778 0
+280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+281 0 obj
+1748
+endobj
+
+%% Original object ID: 779 0
+282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+283 0 obj
+1840
+endobj
+
+%% Original object ID: 780 0
+284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+285 0 obj
+2640
+endobj
+
+%% Original object ID: 781 0
+286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+287 0 obj
+1840
+endobj
+
+%% Original object ID: 782 0
+288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+289 0 obj
+1530
+endobj
+
+%% Original object ID: 783 0
+290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+291 0 obj
+2257
+endobj
+
+%% Original object ID: 784 0
+292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+293 0 obj
+1656
+endobj
+
+%% Original object ID: 785 0
+294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+295 0 obj
+1656
+endobj
+
+%% Original object ID: 786 0
+296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+297 0 obj
+1840
+endobj
+
+%% Original object ID: 580 0
+298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 299 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+299 0 obj
+3350
+endobj
+
+%% Original object ID: 787 0
+300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+301 0 obj
+1530
+endobj
+
+%% Original object ID: 788 0
+302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+303 0 obj
+1840
+endobj
+
+%% Original object ID: 789 0
+304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+305 0 obj
+1530
+endobj
+
+%% Original object ID: 790 0
+306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+307 0 obj
+2294
+endobj
+
+%% Original object ID: 791 0
+308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+309 0 obj
+1840
+endobj
+
+%% Original object ID: 792 0
+310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+311 0 obj
+1840
+endobj
+
+%% Original object ID: 793 0
+312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+313 0 obj
+2331
+endobj
+
+%% Original object ID: 794 0
+314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+315 0 obj
+1840
+endobj
+
+%% Original object ID: 795 0
+316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+317 0 obj
+1530
+endobj
+
+%% Original object ID: 796 0
+318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+319 0 obj
+1628
+endobj
+
+%% Original object ID: 581 0
+320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 321 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+321 0 obj
+3953
+endobj
+
+%% Original object ID: 797 0
+322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+323 0 obj
+1840
+endobj
+
+%% Original object ID: 798 0
+324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+325 0 obj
+1840
+endobj
+
+%% Original object ID: 799 0
+326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+327 0 obj
+1530
+endobj
+
+%% Original object ID: 800 0
+328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+329 0 obj
+2655
+endobj
+
+%% Original object ID: 801 0
+330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+331 0 obj
+1840
+endobj
+
+%% Original object ID: 802 0
+332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+333 0 obj
+2257
+endobj
+
+%% Original object ID: 803 0
+334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+335 0 obj
+1840
+endobj
+
+%% Original object ID: 804 0
+336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 337 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+337 0 obj
+1530
+endobj
+
+%% Original object ID: 805 0
+338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+339 0 obj
+2294
+endobj
+
+%% Original object ID: 806 0
+340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+341 0 obj
+1840
+endobj
+
+%% Original object ID: 582 0
+342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 43
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+343 0 obj
+2021
+endobj
+
+%% Original object ID: 807 0
+344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+345 0 obj
+1530
+endobj
+
+%% Original object ID: 808 0
+346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+347 0 obj
+2257
+endobj
+
+%% Original object ID: 809 0
+348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 349 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+349 0 obj
+1716
+endobj
+
+%% Original object ID: 810 0
+350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+351 0 obj
+2257
+endobj
+
+%% Original object ID: 811 0
+352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 353 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+353 0 obj
+1530
+endobj
+
+%% Original object ID: 812 0
+354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+355 0 obj
+1840
+endobj
+
+%% Original object ID: 813 0
+356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+357 0 obj
+1656
+endobj
+
+%% Original object ID: 814 0
+358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+359 0 obj
+1840
+endobj
+
+%% Original object ID: 815 0
+360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+361 0 obj
+1530
+endobj
+
+%% Original object ID: 816 0
+362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+363 0 obj
+2257
+endobj
+
+%% Original object ID: 583 0
+364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+365 0 obj
+2160
+endobj
+
+%% Original object ID: 817 0
+366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+367 0 obj
+1840
+endobj
+
+%% Original object ID: 818 0
+368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+369 0 obj
+2257
+endobj
+
+%% Original object ID: 819 0
+370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 371 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+371 0 obj
+1530
+endobj
+
+%% Original object ID: 820 0
+372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+373 0 obj
+1748
+endobj
+
+%% Original object ID: 821 0
+374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+375 0 obj
+1840
+endobj
+
+%% Original object ID: 822 0
+376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 377 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+377 0 obj
+2655
+endobj
+
+%% Original object ID: 823 0
+378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+379 0 obj
+2655
+endobj
+
+%% Original object ID: 824 0
+380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 381 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+381 0 obj
+1530
+endobj
+
+%% Original object ID: 825 0
+382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+383 0 obj
+1530
+endobj
+
+%% Original object ID: 826 0
+384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 385 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+385 0 obj
+2294
+endobj
+
+%% Original object ID: 584 0
+386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+387 0 obj
+1768
+endobj
+
+%% Original object ID: 827 0
+388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 389 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+389 0 obj
+2257
+endobj
+
+%% Original object ID: 828 0
+390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+391 0 obj
+1840
+endobj
+
+%% Original object ID: 829 0
+392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+393 0 obj
+1530
+endobj
+
+%% Original object ID: 830 0
+394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 395 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+395 0 obj
+2257
+endobj
+
+%% Original object ID: 831 0
+396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+397 0 obj
+1656
+endobj
+
+%% Original object ID: 832 0
+398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+399 0 obj
+2257
+endobj
+
+%% Original object ID: 833 0
+400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+401 0 obj
+1840
+endobj
+
+%% Original object ID: 834 0
+402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+403 0 obj
+2257
+endobj
+
+%% Original object ID: 835 0
+404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+405 0 obj
+1748
+endobj
+
+%% Original object ID: 836 0
+406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+407 0 obj
+1840
+endobj
+
+%% Original object ID: 585 0
+408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+409 0 obj
+2553
+endobj
+
+%% Original object ID: 837 0
+410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+411 0 obj
+1840
+endobj
+
+%% Original object ID: 838 0
+412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+413 0 obj
+2257
+endobj
+
+%% Original object ID: 839 0
+414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+415 0 obj
+1840
+endobj
+
+%% Original object ID: 840 0
+416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+417 0 obj
+1840
+endobj
+
+%% Original object ID: 841 0
+418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 419 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+419 0 obj
+1656
+endobj
+
+%% Original object ID: 842 0
+420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+421 0 obj
+1840
+endobj
+
+%% Original object ID: 843 0
+422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+423 0 obj
+1530
+endobj
+
+%% Original object ID: 844 0
+424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+425 0 obj
+2331
+endobj
+
+%% Original object ID: 845 0
+426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 427 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+427 0 obj
+2040
+endobj
+
+%% Original object ID: 846 0
+428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+429 0 obj
+1840
+endobj
+
+%% Original object ID: 586 0
+430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+431 0 obj
+2898
+endobj
+
+%% Original object ID: 847 0
+432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+433 0 obj
+1748
+endobj
+
+%% Original object ID: 848 0
+434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+435 0 obj
+1840
+endobj
+
+%% Original object ID: 849 0
+436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+437 0 obj
+2655
+endobj
+
+%% Original object ID: 850 0
+438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+439 0 obj
+2655
+endobj
+
+%% Original object ID: 851 0
+440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 441 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+441 0 obj
+1530
+endobj
+
+%% Original object ID: 852 0
+442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+443 0 obj
+1530
+endobj
+
+%% Original object ID: 853 0
+444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 445 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+445 0 obj
+2294
+endobj
+
+%% Original object ID: 854 0
+446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 447 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+447 0 obj
+2257
+endobj
+
+%% Original object ID: 855 0
+448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+449 0 obj
+1840
+endobj
+
+%% Original object ID: 856 0
+450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+451 0 obj
+1530
+endobj
+
+%% Original object ID: 560 0
+452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 47
+ /Subtype /Image
+ /Type /XObject
+ /Width 66
+ /Length 453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+453 0 obj
+3102
+endobj
+
+%% Original object ID: 587 0
+454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+455 0 obj
+2898
+endobj
+
+%% Original object ID: 857 0
+456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+457 0 obj
+2257
+endobj
+
+%% Original object ID: 858 0
+458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+459 0 obj
+2655
+endobj
+
+%% Original object ID: 859 0
+460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+461 0 obj
+1840
+endobj
+
+%% Original object ID: 860 0
+462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 463 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+463 0 obj
+1716
+endobj
+
+%% Original object ID: 861 0
+464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+465 0 obj
+1840
+endobj
+
+%% Original object ID: 862 0
+466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+467 0 obj
+2655
+endobj
+
+%% Original object ID: 863 0
+468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+469 0 obj
+1840
+endobj
+
+%% Original object ID: 864 0
+470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+471 0 obj
+1530
+endobj
+
+%% Original object ID: 865 0
+472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+473 0 obj
+1840
+endobj
+
+%% Original object ID: 866 0
+474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+475 0 obj
+1530
+endobj
+
+%% Original object ID: 588 0
+476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 477 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+477 0 obj
+3283
+endobj
+
+%% Original object ID: 867 0
+478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+479 0 obj
+2257
+endobj
+
+%% Original object ID: 868 0
+480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 481 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+481 0 obj
+2040
+endobj
+
+%% Original object ID: 869 0
+482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+483 0 obj
+1840
+endobj
+
+%% Original object ID: 870 0
+484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+485 0 obj
+2294
+endobj
+
+%% Original object ID: 871 0
+486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+487 0 obj
+1840
+endobj
+
+%% Original object ID: 872 0
+488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+489 0 obj
+1840
+endobj
+
+%% Original object ID: 873 0
+490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+491 0 obj
+2655
+endobj
+
+%% Original object ID: 874 0
+492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+493 0 obj
+1840
+endobj
+
+%% Original object ID: 875 0
+494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+495 0 obj
+1530
+endobj
+
+%% Original object ID: 876 0
+496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+497 0 obj
+1748
+endobj
+
+%% Original object ID: 589 0
+498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+499 0 obj
+1974
+endobj
+
+%% Original object ID: 877 0
+500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+501 0 obj
+1840
+endobj
+
+%% Original object ID: 878 0
+502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+503 0 obj
+1840
+endobj
+
+%% Original object ID: 879 0
+504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+505 0 obj
+2294
+endobj
+
+%% Original object ID: 880 0
+506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 507 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+507 0 obj
+1530
+endobj
+
+%% Original object ID: 881 0
+508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+509 0 obj
+1840
+endobj
+
+%% Original object ID: 882 0
+510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 511 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+511 0 obj
+2294
+endobj
+
+%% Original object ID: 883 0
+512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 513 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+513 0 obj
+2257
+endobj
+
+%% Original object ID: 884 0
+514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+515 0 obj
+1840
+endobj
+
+%% Original object ID: 885 0
+516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+517 0 obj
+1530
+endobj
+
+%% Original object ID: 886 0
+518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+519 0 obj
+2257
+endobj
+
+%% Original object ID: 590 0
+520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 521 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+521 0 obj
+1540
+endobj
+
+%% Original object ID: 887 0
+522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+523 0 obj
+1840
+endobj
+
+%% Original object ID: 888 0
+524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+525 0 obj
+1840
+endobj
+
+%% Original object ID: 889 0
+526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 527 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+527 0 obj
+1530
+endobj
+
+%% Original object ID: 890 0
+528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+529 0 obj
+1840
+endobj
+
+%% Original object ID: 891 0
+530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+531 0 obj
+3300
+endobj
+
+%% Original object ID: 892 0
+532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+533 0 obj
+3224
+endobj
+
+%% Original object ID: 893 0
+534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+535 0 obj
+2640
+endobj
+
+%% Original object ID: 894 0
+536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+537 0 obj
+1840
+endobj
+
+%% Original object ID: 895 0
+538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+539 0 obj
+1748
+endobj
+
+%% Original object ID: 896 0
+540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+541 0 obj
+1656
+endobj
+
+%% Original object ID: 591 0
+542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 32
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 543 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+543 0 obj
+1472
+endobj
+
+%% Original object ID: 897 0
+544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+545 0 obj
+1840
+endobj
+
+%% Original object ID: 898 0
+546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+547 0 obj
+1656
+endobj
+
+%% Original object ID: 899 0
+548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+549 0 obj
+1840
+endobj
+
+%% Original object ID: 900 0
+550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+551 0 obj
+1748
+endobj
+
+%% Original object ID: 901 0
+552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+553 0 obj
+1840
+endobj
+
+%% Original object ID: 902 0
+554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+555 0 obj
+1840
+endobj
+
+%% Original object ID: 903 0
+556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+557 0 obj
+1530
+endobj
+
+%% Original object ID: 904 0
+558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+559 0 obj
+2331
+endobj
+
+%% Original object ID: 905 0
+560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+561 0 obj
+2040
+endobj
+
+%% Original object ID: 906 0
+562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+563 0 obj
+1840
+endobj
+
+%% Original object ID: 592 0
+564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 565 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+565 0 obj
+2800
+endobj
+
+%% Original object ID: 907 0
+566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 567 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+567 0 obj
+1530
+endobj
+
+%% Original object ID: 908 0
+568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+569 0 obj
+1656
+endobj
+
+%% Original object ID: 909 0
+570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+571 0 obj
+1840
+endobj
+
+%% Original object ID: 910 0
+572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+573 0 obj
+1840
+endobj
+
+%% Original object ID: 911 0
+574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+575 0 obj
+1530
+endobj
+
+%% Original object ID: 912 0
+576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+577 0 obj
+1840
+endobj
+
+%% Original object ID: 913 0
+578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 579 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+579 0 obj
+2655
+endobj
+
+%% Original object ID: 914 0
+580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+581 0 obj
+1840
+endobj
+
+%% Original object ID: 915 0
+582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+583 0 obj
+1840
+endobj
+
+%% Original object ID: 916 0
+584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+585 0 obj
+1530
+endobj
+
+%% Original object ID: 593 0
+586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+587 0 obj
+1974
+endobj
+
+%% Original object ID: 917 0
+588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+589 0 obj
+1840
+endobj
+
+%% Original object ID: 918 0
+590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+591 0 obj
+1840
+endobj
+
+%% Original object ID: 919 0
+592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+593 0 obj
+1840
+endobj
+
+%% Original object ID: 920 0
+594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+595 0 obj
+2257
+endobj
+
+%% Original object ID: 921 0
+596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+597 0 obj
+1840
+endobj
+
+%% Original object ID: 922 0
+598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 599 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+599 0 obj
+2040
+endobj
+
+%% Original object ID: 923 0
+600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+601 0 obj
+1840
+endobj
+
+%% Original object ID: 924 0
+602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+603 0 obj
+2257
+endobj
+
+%% Original object ID: 925 0
+604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+605 0 obj
+1840
+endobj
+
+%% Original object ID: 926 0
+606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 607 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+607 0 obj
+1716
+endobj
+
+%% Original object ID: 594 0
+608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 48
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+609 0 obj
+2160
+endobj
+
+%% Original object ID: 927 0
+610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+611 0 obj
+1840
+endobj
+
+%% Original object ID: 928 0
+612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+613 0 obj
+1840
+endobj
+
+%% Original object ID: 929 0
+614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+615 0 obj
+2294
+endobj
+
+%% Original object ID: 930 0
+616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+617 0 obj
+2655
+endobj
+
+%% Original object ID: 931 0
+618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+619 0 obj
+1840
+endobj
+
+%% Original object ID: 932 0
+620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+621 0 obj
+1530
+endobj
+
+%% Original object ID: 933 0
+622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 623 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+623 0 obj
+1530
+endobj
+
+%% Original object ID: 934 0
+624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+625 0 obj
+1530
+endobj
+
+%% Original object ID: 935 0
+626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+627 0 obj
+2257
+endobj
+
+%% Original object ID: 936 0
+628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+629 0 obj
+1530
+endobj
+
+%% Original object ID: 595 0
+630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 631 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+631 0 obj
+2992
+endobj
+
+%% Original object ID: 937 0
+632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+633 0 obj
+2331
+endobj
+
+%% Original object ID: 938 0
+634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+635 0 obj
+2655
+endobj
+
+%% Original object ID: 939 0
+636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+637 0 obj
+1840
+endobj
+
+%% Original object ID: 940 0
+638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+639 0 obj
+1530
+endobj
+
+%% Original object ID: 941 0
+640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+641 0 obj
+1840
+endobj
+
+%% Original object ID: 942 0
+642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+643 0 obj
+1530
+endobj
+
+%% Original object ID: 943 0
+644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+645 0 obj
+1840
+endobj
+
+%% Original object ID: 944 0
+646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+647 0 obj
+1530
+endobj
+
+%% Original object ID: 945 0
+648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+649 0 obj
+1748
+endobj
+
+%% Original object ID: 946 0
+650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+651 0 obj
+1840
+endobj
+
+%% Original object ID: 596 0
+652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 653 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+653 0 obj
+2992
+endobj
+
+%% Original object ID: 947 0
+654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+655 0 obj
+1840
+endobj
+
+%% Original object ID: 948 0
+656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+657 0 obj
+1530
+endobj
+
+%% Original object ID: 949 0
+658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+659 0 obj
+2257
+endobj
+
+%% Original object ID: 950 0
+660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+661 0 obj
+2294
+endobj
+
+%% Original object ID: 951 0
+662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+663 0 obj
+1840
+endobj
+
+%% Original object ID: 952 0
+664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+665 0 obj
+2655
+endobj
+
+%% Original object ID: 953 0
+666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+667 0 obj
+1840
+endobj
+
+%% Original object ID: 954 0
+668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+669 0 obj
+1840
+endobj
+
+%% Original object ID: 955 0
+670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+671 0 obj
+1530
+endobj
+
+%% Original object ID: 956 0
+672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+673 0 obj
+1840
+endobj
+
+%% Original object ID: 561 0
+674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 43
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+675 0 obj
+2021
+endobj
+
+%% Original object ID: 597 0
+676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+677 0 obj
+2898
+endobj
+
+%% Original object ID: 957 0
+678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 679 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+679 0 obj
+2257
+endobj
+
+%% Original object ID: 958 0
+680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+681 0 obj
+1840
+endobj
+
+%% Original object ID: 959 0
+682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+683 0 obj
+1530
+endobj
+
+%% Original object ID: 960 0
+684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+685 0 obj
+2257
+endobj
+
+%% Original object ID: 961 0
+686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+687 0 obj
+1656
+endobj
+
+%% Original object ID: 962 0
+688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 689 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+689 0 obj
+2040
+endobj
+
+%% Original object ID: 963 0
+690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+691 0 obj
+1840
+endobj
+
+%% Original object ID: 964 0
+692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 693 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+693 0 obj
+1530
+endobj
+
+%% Original object ID: 965 0
+694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+695 0 obj
+2331
+endobj
+
+%% Original object ID: 966 0
+696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 697 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+697 0 obj
+2040
+endobj
+
+%% Original object ID: 598 0
+698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+699 0 obj
+2553
+endobj
+
+%% Original object ID: 967 0
+700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+701 0 obj
+1656
+endobj
+
+%% Original object ID: 968 0
+702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 703 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+703 0 obj
+2294
+endobj
+
+%% Original object ID: 969 0
+704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 705 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+705 0 obj
+1530
+endobj
+
+%% Original object ID: 970 0
+706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 707 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+707 0 obj
+2257
+endobj
+
+%% Original object ID: 971 0
+708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+709 0 obj
+1748
+endobj
+
+%% Original object ID: 972 0
+710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+711 0 obj
+1840
+endobj
+
+%% Original object ID: 973 0
+712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+713 0 obj
+1840
+endobj
+
+%% Original object ID: 974 0
+714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+715 0 obj
+1530
+endobj
+
+%% Original object ID: 975 0
+716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+717 0 obj
+1656
+endobj
+
+%% Original object ID: 976 0
+718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+719 0 obj
+3300
+endobj
+
+%% Original object ID: 599 0
+720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+721 0 obj
+2898
+endobj
+
+%% Original object ID: 977 0
+722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 723 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+723 0 obj
+2940
+endobj
+
+%% Original object ID: 978 0
+724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+725 0 obj
+3420
+endobj
+
+%% Original object ID: 979 0
+726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+727 0 obj
+3300
+endobj
+
+%% Original object ID: 980 0
+728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 729 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+729 0 obj
+2760
+endobj
+
+%% Original object ID: 981 0
+730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+731 0 obj
+3224
+endobj
+
+%% Original object ID: 982 0
+732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+733 0 obj
+2655
+endobj
+
+%% Original object ID: 983 0
+734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+735 0 obj
+1840
+endobj
+
+%% Original object ID: 984 0
+736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+737 0 obj
+2331
+endobj
+
+%% Original object ID: 985 0
+738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+739 0 obj
+1840
+endobj
+
+%% Original object ID: 986 0
+740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+741 0 obj
+1628
+endobj
+
+%% Original object ID: 600 0
+742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 26
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+743 0 obj
+1768
+endobj
+
+%% Original object ID: 987 0
+744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+745 0 obj
+1530
+endobj
+
+%% Original object ID: 988 0
+746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+747 0 obj
+1840
+endobj
+
+%% Original object ID: 989 0
+748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 749 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+749 0 obj
+1840
+endobj
+
+%% Original object ID: 990 0
+750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+751 0 obj
+1530
+endobj
+
+%% Original object ID: 991 0
+752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+753 0 obj
+2257
+endobj
+
+%% Original object ID: 992 0
+754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 755 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+755 0 obj
+2760
+endobj
+
+%% Original object ID: 993 0
+756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+757 0 obj
+3224
+endobj
+
+%% Original object ID: 994 0
+758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+759 0 obj
+3534
+endobj
+
+%% Original object ID: 995 0
+760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 761 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+761 0 obj
+3000
+endobj
+
+%% Original object ID: 996 0
+762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+763 0 obj
+1530
+endobj
+
+%% Original object ID: 601 0
+764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 37
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+765 0 obj
+2553
+endobj
+
+%% Original object ID: 997 0
+766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+767 0 obj
+1840
+endobj
+
+%% Original object ID: 998 0
+768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+769 0 obj
+2684
+endobj
+
+%% Original object ID: 999 0
+770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+771 0 obj
+1656
+endobj
+
+%% Original object ID: 1000 0
+772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+773 0 obj
+1840
+endobj
+
+%% Original object ID: 1001 0
+774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+775 0 obj
+1840
+endobj
+
+%% Original object ID: 1002 0
+776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+777 0 obj
+1840
+endobj
+
+%% Original object ID: 1003 0
+778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+779 0 obj
+1530
+endobj
+
+%% Original object ID: 1004 0
+780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+781 0 obj
+2257
+endobj
+
+%% Original object ID: 1005 0
+782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+783 0 obj
+1656
+endobj
+
+%% Original object ID: 1006 0
+784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+785 0 obj
+1840
+endobj
+
+%% Original object ID: 602 0
+786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+787 0 obj
+2898
+endobj
+
+%% Original object ID: 1007 0
+788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+789 0 obj
+1530
+endobj
+
+%% Original object ID: 1008 0
+790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+791 0 obj
+1530
+endobj
+
+%% Original object ID: 1009 0
+792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 793 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+793 0 obj
+1530
+endobj
+
+%% Original object ID: 1010 0
+794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+795 0 obj
+1840
+endobj
+
+%% Original object ID: 1011 0
+796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+797 0 obj
+1748
+endobj
+
+%% Original object ID: 1012 0
+798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+799 0 obj
+1840
+endobj
+
+%% Original object ID: 1013 0
+800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+801 0 obj
+1530
+endobj
+
+%% Original object ID: 1014 0
+802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+803 0 obj
+1840
+endobj
+
+%% Original object ID: 1015 0
+804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+805 0 obj
+1840
+endobj
+
+%% Original object ID: 1016 0
+806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+807 0 obj
+1530
+endobj
+
+%% Original object ID: 603 0
+808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+809 0 obj
+2898
+endobj
+
+%% Original object ID: 1017 0
+810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+811 0 obj
+1748
+endobj
+
+%% Original object ID: 1018 0
+812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+813 0 obj
+1840
+endobj
+
+%% Original object ID: 1019 0
+814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 815 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+815 0 obj
+3420
+endobj
+
+%% Original object ID: 1020 0
+816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+817 0 obj
+1840
+endobj
+
+%% Original object ID: 1021 0
+818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+819 0 obj
+2655
+endobj
+
+%% Original object ID: 1022 0
+820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 821 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+821 0 obj
+2257
+endobj
+
+%% Original object ID: 1023 0
+822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+823 0 obj
+1840
+endobj
+
+%% Original object ID: 1024 0
+824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+825 0 obj
+1656
+endobj
+
+%% Original object ID: 1025 0
+826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+827 0 obj
+1840
+endobj
+
+%% Original object ID: 1026 0
+828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+829 0 obj
+1748
+endobj
+
+%% Original object ID: 604 0
+830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 831 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+831 0 obj
+2040
+endobj
+
+%% Original object ID: 1027 0
+832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+833 0 obj
+1840
+endobj
+
+%% Original object ID: 1028 0
+834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+835 0 obj
+1716
+endobj
+
+%% Original object ID: 1029 0
+836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 837 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+837 0 obj
+1840
+endobj
+
+%% Original object ID: 1030 0
+838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 839 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+839 0 obj
+1530
+endobj
+
+%% Original object ID: 1031 0
+840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+841 0 obj
+1840
+endobj
+
+%% Original object ID: 1032 0
+842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+843 0 obj
+2655
+endobj
+
+%% Original object ID: 1033 0
+844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 845 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+845 0 obj
+1840
+endobj
+
+%% Original object ID: 1034 0
+846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+847 0 obj
+1840
+endobj
+
+%% Original object ID: 1035 0
+848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+849 0 obj
+1530
+endobj
+
+%% Original object ID: 1036 0
+850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+851 0 obj
+1840
+endobj
+
+%% Original object ID: 605 0
+852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+853 0 obj
+1840
+endobj
+
+%% Original object ID: 1037 0
+854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+855 0 obj
+1530
+endobj
+
+%% Original object ID: 1038 0
+856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+857 0 obj
+1840
+endobj
+
+%% Original object ID: 1039 0
+858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 859 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+859 0 obj
+1716
+endobj
+
+%% Original object ID: 1040 0
+860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+861 0 obj
+1840
+endobj
+
+%% Original object ID: 1041 0
+862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+863 0 obj
+1840
+endobj
+
+%% Original object ID: 1042 0
+864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 865 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+865 0 obj
+2294
+endobj
+
+%% Original object ID: 1043 0
+866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+867 0 obj
+1840
+endobj
+
+%% Original object ID: 1044 0
+868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+869 0 obj
+1840
+endobj
+
+%% Original object ID: 1045 0
+870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+871 0 obj
+2294
+endobj
+
+%% Original object ID: 1046 0
+872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+873 0 obj
+1748
+endobj
+
+%% Original object ID: 606 0
+874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+875 0 obj
+3534
+endobj
+
+%% Original object ID: 1047 0
+876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+877 0 obj
+1656
+endobj
+
+%% Original object ID: 1048 0
+878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+879 0 obj
+1840
+endobj
+
+%% Original object ID: 1049 0
+880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+881 0 obj
+2655
+endobj
+
+%% Original object ID: 1050 0
+882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+883 0 obj
+1748
+endobj
+
+%% Original object ID: 1051 0
+884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+885 0 obj
+1840
+endobj
+
+%% Original object ID: 1052 0
+886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+887 0 obj
+1530
+endobj
+
+%% Original object ID: 1053 0
+888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+889 0 obj
+2257
+endobj
+
+%% Original object ID: 1054 0
+890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 891 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+891 0 obj
+1530
+endobj
+
+%% Original object ID: 1055 0
+892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+893 0 obj
+1748
+endobj
+
+%% Original object ID: 1056 0
+894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+895 0 obj
+1840
+endobj
+
+%% Original object ID: 562 0
+896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 40
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 897 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+897 0 obj
+2800
+endobj
+
+%% Original object ID: 607 0
+898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+899 0 obj
+1748
+endobj
+
+%% Original object ID: 1057 0
+900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+901 0 obj
+1656
+endobj
+
+%% Original object ID: 1058 0
+902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+903 0 obj
+1840
+endobj
+
+%% Original object ID: 1059 0
+904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+905 0 obj
+1840
+endobj
+
+%% Original object ID: 1060 0
+906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+907 0 obj
+1530
+endobj
+
+%% Original object ID: 1061 0
+908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+909 0 obj
+2331
+endobj
+
+%% Original object ID: 1062 0
+910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+911 0 obj
+1840
+endobj
+
+%% Original object ID: 1063 0
+912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+913 0 obj
+1656
+endobj
+
+%% Original object ID: 1064 0
+914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 915 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+915 0 obj
+2040
+endobj
+
+%% Original object ID: 1065 0
+916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+917 0 obj
+1840
+endobj
+
+%% Original object ID: 1066 0
+918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+919 0 obj
+1840
+endobj
+
+%% Original object ID: 608 0
+920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+921 0 obj
+1840
+endobj
+
+%% Original object ID: 1067 0
+922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 923 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+923 0 obj
+2040
+endobj
+
+%% Original object ID: 1068 0
+924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+925 0 obj
+2294
+endobj
+
+%% Original object ID: 1069 0
+926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+927 0 obj
+1840
+endobj
+
+%% Original object ID: 1070 0
+928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+929 0 obj
+1840
+endobj
+
+%% Original object ID: 1071 0
+930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 931 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+931 0 obj
+1656
+endobj
+
+%% Original object ID: 1072 0
+932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+933 0 obj
+1656
+endobj
+
+%% Original object ID: 1073 0
+934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+935 0 obj
+1840
+endobj
+
+%% Original object ID: 1074 0
+936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+937 0 obj
+1530
+endobj
+
+%% Original object ID: 1075 0
+938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+939 0 obj
+1840
+endobj
+
+%% Original object ID: 1076 0
+940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+941 0 obj
+1656
+endobj
+
+%% Original object ID: 609 0
+942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+943 0 obj
+3224
+endobj
+
+%% Original object ID: 1077 0
+944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+945 0 obj
+1530
+endobj
+
+%% Original object ID: 1078 0
+946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+947 0 obj
+1656
+endobj
+
+%% Original object ID: 1079 0
+948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 949 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+949 0 obj
+1530
+endobj
+
+%% Original object ID: 1080 0
+950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+951 0 obj
+2655
+endobj
+
+%% Original object ID: 1081 0
+952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+953 0 obj
+1840
+endobj
+
+%% Original object ID: 1082 0
+954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+955 0 obj
+1530
+endobj
+
+%% Original object ID: 1083 0
+956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+957 0 obj
+2655
+endobj
+
+%% Original object ID: 1084 0
+958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+959 0 obj
+1840
+endobj
+
+%% Original object ID: 1085 0
+960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+961 0 obj
+1530
+endobj
+
+%% Original object ID: 1086 0
+962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 963 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+963 0 obj
+1530
+endobj
+
+%% Original object ID: 610 0
+964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+965 0 obj
+1840
+endobj
+
+%% Original object ID: 1087 0
+966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+967 0 obj
+1840
+endobj
+
+%% Original object ID: 1088 0
+968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+969 0 obj
+1748
+endobj
+
+%% Original object ID: 1089 0
+970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 971 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+971 0 obj
+1530
+endobj
+
+%% Original object ID: 1090 0
+972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+973 0 obj
+1840
+endobj
+
+%% Original object ID: 1091 0
+974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+975 0 obj
+1656
+endobj
+
+%% Original object ID: 1092 0
+976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+977 0 obj
+1840
+endobj
+
+%% Original object ID: 1093 0
+978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+979 0 obj
+1530
+endobj
+
+%% Original object ID: 1094 0
+980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+981 0 obj
+2257
+endobj
+
+%% Original object ID: 1095 0
+982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+983 0 obj
+2331
+endobj
+
+%% Original object ID: 1096 0
+984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+985 0 obj
+1840
+endobj
+
+%% Original object ID: 611 0
+986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+987 0 obj
+1530
+endobj
+
+%% Original object ID: 1097 0
+988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 989 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+989 0 obj
+1716
+endobj
+
+%% Original object ID: 1098 0
+990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+991 0 obj
+1840
+endobj
+
+%% Original object ID: 1099 0
+992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+993 0 obj
+1530
+endobj
+
+%% Original object ID: 1100 0
+994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+995 0 obj
+2655
+endobj
+
+%% Original object ID: 1101 0
+996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+997 0 obj
+1840
+endobj
+
+%% Original object ID: 1102 0
+998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+999 0 obj
+1530
+endobj
+
+%% Original object ID: 1103 0
+1000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1001 0 obj
+1840
+endobj
+
+%% Original object ID: 1104 0
+1002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1003 0 obj
+2331
+endobj
+
+%% Original object ID: 1105 0
+1004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1005 0 obj
+1840
+endobj
+
+%% Original object ID: 1106 0
+1006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1007 0 obj
+1530
+endobj
+
+%% Original object ID: 612 0
+1008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1009 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1009 0 obj
+1716
+endobj
+
+%% Original object ID: 1107 0
+1010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1011 0 obj
+1748
+endobj
+
+%% Original object ID: 1108 0
+1012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1013 0 obj
+1840
+endobj
+
+%% Original object ID: 1109 0
+1014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1015 0 obj
+1656
+endobj
+
+%% Original object ID: 1110 0
+1016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1017 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1017 0 obj
+2040
+endobj
+
+%% Original object ID: 1111 0
+1018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1019 0 obj
+1840
+endobj
+
+%% Original object ID: 1112 0
+1020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1021 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1021 0 obj
+1530
+endobj
+
+%% Original object ID: 1113 0
+1022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1023 0 obj
+2331
+endobj
+
+%% Original object ID: 1114 0
+1024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1025 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1025 0 obj
+2040
+endobj
+
+%% Original object ID: 1115 0
+1026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1027 0 obj
+1748
+endobj
+
+%% Original object ID: 1116 0
+1028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1029 0 obj
+1530
+endobj
+
+%% Original object ID: 613 0
+1030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1031 0 obj
+1840
+endobj
+
+%% Original object ID: 1117 0
+1032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1033 0 obj
+1748
+endobj
+
+%% Original object ID: 1118 0
+1034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1035 0 obj
+1656
+endobj
+
+%% Original object ID: 1119 0
+1036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1037 0 obj
+1840
+endobj
+
+%% Original object ID: 1120 0
+1038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1039 0 obj
+1760
+endobj
+
+%% Original object ID: 1121 0
+1040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1041 0 obj
+2040
+endobj
+
+%% Original object ID: 1122 0
+1042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1043 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1043 0 obj
+2257
+endobj
+
+%% Original object ID: 1123 0
+1044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1045 0 obj
+1656
+endobj
+
+%% Original object ID: 1124 0
+1046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1047 0 obj
+1840
+endobj
+
+%% Original object ID: 1125 0
+1048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1049 0 obj
+1530
+endobj
+
+%% Original object ID: 1126 0
+1050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1051 0 obj
+2257
+endobj
+
+%% Original object ID: 614 0
+1052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1053 0 obj
+1530
+endobj
+
+%% Original object ID: 1127 0
+1054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1055 0 obj
+2257
+endobj
+
+%% Original object ID: 1128 0
+1056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1057 0 obj
+1656
+endobj
+
+%% Original object ID: 1129 0
+1058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1059 0 obj
+1748
+endobj
+
+%% Original object ID: 1130 0
+1060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1061 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1061 0 obj
+1530
+endobj
+
+%% Original object ID: 1131 0
+1062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1063 0 obj
+1656
+endobj
+
+%% Original object ID: 1132 0
+1064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1065 0 obj
+1656
+endobj
+
+%% Original object ID: 1133 0
+1066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1067 0 obj
+1840
+endobj
+
+%% Original object ID: 1134 0
+1068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1069 0 obj
+1530
+endobj
+
+%% Original object ID: 1135 0
+1070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1071 0 obj
+1656
+endobj
+
+%% Original object ID: 1136 0
+1072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1073 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1073 0 obj
+2640
+endobj
+
+%% Original object ID: 615 0
+1074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1075 0 obj
+1840
+endobj
+
+%% Original object ID: 1137 0
+1076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1077 0 obj
+1840
+endobj
+
+%% Original object ID: 1138 0
+1078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1079 0 obj
+1840
+endobj
+
+%% Original object ID: 1139 0
+1080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1081 0 obj
+2655
+endobj
+
+%% Original object ID: 1140 0
+1082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1083 0 obj
+1530
+endobj
+
+%% Original object ID: 1141 0
+1084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1085 0 obj
+2331
+endobj
+
+%% Original object ID: 1142 0
+1086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1087 0 obj
+2331
+endobj
+
+%% Original object ID: 1143 0
+1088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1089 0 obj
+1840
+endobj
+
+%% Original object ID: 1144 0
+1090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1091 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1091 0 obj
+1530
+endobj
+
+%% Original object ID: 1145 0
+1092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1093 0 obj
+2294
+endobj
+
+%% Original object ID: 1146 0
+1094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1095 0 obj
+1656
+endobj
+
+%% Original object ID: 616 0
+1096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1097 0 obj
+1530
+endobj
+
+%% Original object ID: 1147 0
+1098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1099 0 obj
+1840
+endobj
+
+%% Original object ID: 1148 0
+1100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1101 0 obj
+2655
+endobj
+
+%% Original object ID: 1149 0
+1102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1103 0 obj
+1840
+endobj
+
+%% Original object ID: 1150 0
+1104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1105 0 obj
+1840
+endobj
+
+%% Original object ID: 1151 0
+1106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1107 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1107 0 obj
+1530
+endobj
+
+%% Original object ID: 1152 0
+1108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1109 0 obj
+1530
+endobj
+
+%% Original object ID: 1153 0
+1110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1111 0 obj
+2257
+endobj
+
+%% Original object ID: 1154 0
+1112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1113 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1113 0 obj
+2040
+endobj
+
+%% Original object ID: 1155 0
+1114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1115 0 obj
+1840
+endobj
+
+%% Original object ID: 1156 0
+1116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1117 0 obj
+1748
+endobj
+
+%% Original object ID: 563 0
+1118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 49
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 1119 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1119 0 obj
+3283
+endobj
+
+%% Original object ID: 617 0
+1120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1121 0 obj
+1840
+endobj
+
+%% Original object ID: 1157 0
+1122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1123 0 obj
+1840
+endobj
+
+%% Original object ID: 1158 0
+1124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1125 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1125 0 obj
+1530
+endobj
+
+%% Original object ID: 1159 0
+1126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1127 0 obj
+1530
+endobj
+
+%% Original object ID: 1160 0
+1128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1129 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1129 0 obj
+2294
+endobj
+
+%% Original object ID: 1161 0
+1130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1131 0 obj
+2684
+endobj
+
+%% Original object ID: 1162 0
+1132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1133 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1133 0 obj
+2040
+endobj
+
+%% Original object ID: 1163 0
+1134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1135 0 obj
+1840
+endobj
+
+%% Original object ID: 1164 0
+1136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1137 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1137 0 obj
+1716
+endobj
+
+%% Original object ID: 1165 0
+1138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1139 0 obj
+1840
+endobj
+
+%% Original object ID: 1166 0
+1140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1141 0 obj
+1840
+endobj
+
+%% Original object ID: 618 0
+1142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1143 0 obj
+1840
+endobj
+
+%% Original object ID: 1167 0
+1144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1145 0 obj
+1530
+endobj
+
+%% Original object ID: 1168 0
+1146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1147 0 obj
+1840
+endobj
+
+%% Original object ID: 1169 0
+1148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1149 0 obj
+2294
+endobj
+
+%% Original object ID: 1170 0
+1150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1151 0 obj
+2294
+endobj
+
+%% Original object ID: 1171 0
+1152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1153 0 obj
+1840
+endobj
+
+%% Original object ID: 1172 0
+1154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1155 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1155 0 obj
+1530
+endobj
+
+%% Original object ID: 1173 0
+1156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1157 0 obj
+1530
+endobj
+
+%% Original object ID: 1174 0
+1158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1159 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1159 0 obj
+2294
+endobj
+
+%% Original object ID: 1175 0
+1160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1161 0 obj
+1840
+endobj
+
+%% Original object ID: 1176 0
+1162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1163 0 obj
+2294
+endobj
+
+%% Original object ID: 619 0
+1164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1165 0 obj
+1656
+endobj
+
+%% Original object ID: 1177 0
+1166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1167 0 obj
+1840
+endobj
+
+%% Original object ID: 1178 0
+1168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1169 0 obj
+1840
+endobj
+
+%% Original object ID: 1179 0
+1170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1171 0 obj
+2655
+endobj
+
+%% Original object ID: 1180 0
+1172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1173 0 obj
+2257
+endobj
+
+%% Original object ID: 1181 0
+1174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1175 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1175 0 obj
+1530
+endobj
+
+%% Original object ID: 1182 0
+1176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1177 0 obj
+1530
+endobj
+
+%% Original object ID: 1183 0
+1178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1179 0 obj
+2331
+endobj
+
+%% Original object ID: 1184 0
+1180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1181 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1181 0 obj
+2040
+endobj
+
+%% Original object ID: 1185 0
+1182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1183 0 obj
+1840
+endobj
+
+%% Original object ID: 1186 0
+1184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1185 0 obj
+1748
+endobj
+
+%% Original object ID: 620 0
+1186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1187 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1187 0 obj
+2040
+endobj
+
+%% Original object ID: 1187 0
+1188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1189 0 obj
+1840
+endobj
+
+%% Original object ID: 1188 0
+1190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1191 0 obj
+1530
+endobj
+
+%% Original object ID: 1189 0
+1192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1193 0 obj
+1748
+endobj
+
+%% Original object ID: 1190 0
+1194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1195 0 obj
+1840
+endobj
+
+%% Original object ID: 1191 0
+1196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1197 0 obj
+1656
+endobj
+
+%% Original object ID: 1192 0
+1198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1199 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1199 0 obj
+2040
+endobj
+
+%% Original object ID: 1193 0
+1200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1201 0 obj
+1840
+endobj
+
+%% Original object ID: 1194 0
+1202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1203 0 obj
+2340
+endobj
+
+%% Original object ID: 1195 0
+1204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1205 0 obj
+2318
+endobj
+
+%% Original object ID: 1196 0
+1206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1207 0 obj
+2318
+endobj
+
+%% Original object ID: 621 0
+1208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1209 0 obj
+1840
+endobj
+
+%% Original object ID: 1197 0
+1210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1211 0 obj
+2340
+endobj
+
+%% Original object ID: 1198 0
+1212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1213 0 obj
+1748
+endobj
+
+%% Original object ID: 1199 0
+1214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1215 0 obj
+1840
+endobj
+
+%% Original object ID: 1200 0
+1216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1217 0 obj
+1530
+endobj
+
+%% Original object ID: 1201 0
+1218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1219 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1219 0 obj
+1716
+endobj
+
+%% Original object ID: 1202 0
+1220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1221 0 obj
+1840
+endobj
+
+%% Original object ID: 1203 0
+1222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1223 0 obj
+1530
+endobj
+
+%% Original object ID: 1204 0
+1224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1225 0 obj
+1840
+endobj
+
+%% Original object ID: 1205 0
+1226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1227 0 obj
+1530
+endobj
+
+%% Original object ID: 1206 0
+1228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1229 0 obj
+1656
+endobj
+
+%% Original object ID: 622 0
+1230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1231 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1231 0 obj
+3420
+endobj
+
+%% Original object ID: 1207 0
+1232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1233 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1233 0 obj
+2040
+endobj
+
+%% Original object ID: 1208 0
+1234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1235 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1235 0 obj
+1840
+endobj
+
+%% Original object ID: 1209 0
+1236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1237 0 obj
+1656
+endobj
+
+%% Original object ID: 1210 0
+1238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1239 0 obj
+1840
+endobj
+
+%% Original object ID: 1211 0
+1240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1241 0 obj
+2257
+endobj
+
+%% Original object ID: 1212 0
+1242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1243 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1243 0 obj
+2257
+endobj
+
+%% Original object ID: 1213 0
+1244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1245 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1245 0 obj
+2294
+endobj
+
+%% Original object ID: 1214 0
+1246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1247 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1247 0 obj
+2040
+endobj
+
+%% Original object ID: 1215 0
+1248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1249 0 obj
+1840
+endobj
+
+%% Original object ID: 1216 0
+1250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1251 0 obj
+3224
+endobj
+
+%% Original object ID: 623 0
+1252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1253 0 obj
+1748
+endobj
+
+%% Original object ID: 1217 0
+1254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1255 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1255 0 obj
+2294
+endobj
+
+%% Original object ID: 1218 0
+1256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1257 0 obj
+1840
+endobj
+
+%% Original object ID: 1219 0
+1258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1259 0 obj
+1840
+endobj
+
+%% Original object ID: 1220 0
+1260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1261 0 obj
+1840
+endobj
+
+%% Original object ID: 1221 0
+1262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1263 0 obj
+1760
+endobj
+
+%% Original object ID: 1222 0
+1264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1265 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1265 0 obj
+2640
+endobj
+
+%% Original object ID: 1223 0
+1266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1267 0 obj
+1840
+endobj
+
+%% Original object ID: 1224 0
+1268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1269 0 obj
+1530
+endobj
+
+%% Original object ID: 1225 0
+1270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1271 0 obj
+2257
+endobj
+
+%% Original object ID: 1226 0
+1272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 1273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1273 0 obj
+3300
+endobj
+
+%% Original object ID: 624 0
+1274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1275 0 obj
+1840
+endobj
+
+%% Original object ID: 1227 0
+1276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1277 0 obj
+2294
+endobj
+
+%% Original object ID: 1228 0
+1278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1279 0 obj
+2340
+endobj
+
+%% Original object ID: 1229 0
+1280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 41
+ /Length 1281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1281 0 obj
+2419
+endobj
+
+%% Original object ID: 1230 0
+1282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1283 0 obj
+2340
+endobj
+
+%% Original object ID: 1231 0
+1284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1285 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1285 0 obj
+2318
+endobj
+
+%% Original object ID: 1232 0
+1286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1287 0 obj
+2340
+endobj
+
+%% Original object ID: 1233 0
+1288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1289 0 obj
+2318
+endobj
+
+%% Original object ID: 1234 0
+1290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1291 0 obj
+2318
+endobj
+
+%% Original object ID: 1235 0
+1292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1293 0 obj
+2340
+endobj
+
+%% Original object ID: 1236 0
+1294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 1295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1295 0 obj
+1463
+endobj
+
+%% Original object ID: 625 0
+1296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1297 0 obj
+1840
+endobj
+
+%% Original object ID: 1237 0
+1298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1299 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1299 0 obj
+2760
+endobj
+
+%% Original object ID: 1238 0
+1300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1301 0 obj
+3534
+endobj
+
+%% Original object ID: 1239 0
+1302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 1303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1303 0 obj
+3472
+endobj
+
+%% Original object ID: 1240 0
+1304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1305 0 obj
+1840
+endobj
+
+%% Original object ID: 1241 0
+1306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1307 0 obj
+1530
+endobj
+
+%% Original object ID: 1242 0
+1308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1309 0 obj
+1840
+endobj
+
+%% Original object ID: 1243 0
+1310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1311 0 obj
+1840
+endobj
+
+%% Original object ID: 1244 0
+1312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1313 0 obj
+2294
+endobj
+
+%% Original object ID: 1245 0
+1314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1315 0 obj
+1840
+endobj
+
+%% Original object ID: 1246 0
+1316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1317 0 obj
+2331
+endobj
+
+%% Original object ID: 626 0
+1318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1319 0 obj
+1530
+endobj
+
+%% Original object ID: 1247 0
+1320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1321 0 obj
+1840
+endobj
+
+%% Original object ID: 1248 0
+1322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1323 0 obj
+2655
+endobj
+
+%% Original object ID: 1249 0
+1324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1325 0 obj
+2655
+endobj
+
+%% Original object ID: 1250 0
+1326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1327 0 obj
+1530
+endobj
+
+%% Original object ID: 1251 0
+1328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1329 0 obj
+2331
+endobj
+
+%% Original object ID: 1252 0
+1330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1331 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1331 0 obj
+2257
+endobj
+
+%% Original object ID: 1253 0
+1332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1333 0 obj
+1840
+endobj
+
+%% Original object ID: 1254 0
+1334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1335 0 obj
+2331
+endobj
+
+%% Original object ID: 1255 0
+1336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1337 0 obj
+1530
+endobj
+
+%% Original object ID: 1256 0
+1338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1339 0 obj
+1656
+endobj
+
+%% Original object ID: 564 0
+1340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 42
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1341 0 obj
+1974
+endobj
+
+%% Original object ID: 627 0
+1342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1343 0 obj
+1840
+endobj
+
+%% Original object ID: 1257 0
+1344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1345 0 obj
+1840
+endobj
+
+%% Original object ID: 1258 0
+1346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1347 0 obj
+1530
+endobj
+
+%% Original object ID: 1259 0
+1348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 1349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1349 0 obj
+3300
+endobj
+
+%% Original object ID: 1260 0
+1350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1351 0 obj
+2294
+endobj
+
+%% Original object ID: 1261 0
+1352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1353 0 obj
+2340
+endobj
+
+%% Original object ID: 1262 0
+1354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1355 0 obj
+2280
+endobj
+
+%% Original object ID: 1263 0
+1356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 19
+ /Length 1357 0 R
+>>
+stream
+ÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1357 0 obj
+1463
+endobj
+
+%% Original object ID: 1264 0
+1358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1359 0 obj
+1840
+endobj
+
+%% Original object ID: 1265 0
+1360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1361 0 obj
+2655
+endobj
+
+%% Original object ID: 1266 0
+1362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1363 0 obj
+1840
+endobj
+
+%% Original object ID: 628 0
+1364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1365 0 obj
+1530
+endobj
+
+%% Original object ID: 1267 0
+1366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1367 0 obj
+1840
+endobj
+
+%% Original object ID: 1268 0
+1368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1369 0 obj
+1530
+endobj
+
+%% Original object ID: 1269 0
+1370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1371 0 obj
+1840
+endobj
+
+%% Original object ID: 1270 0
+1372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1373 0 obj
+2655
+endobj
+
+%% Original object ID: 1271 0
+1374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1375 0 obj
+1840
+endobj
+
+%% Original object ID: 1272 0
+1376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1377 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1377 0 obj
+1840
+endobj
+
+%% Original object ID: 1273 0
+1378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1379 0 obj
+1530
+endobj
+
+%% Original object ID: 1274 0
+1380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1381 0 obj
+1748
+endobj
+
+%% Original object ID: 1275 0
+1382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1383 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1383 0 obj
+2040
+endobj
+
+%% Original object ID: 1276 0
+1384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1385 0 obj
+1840
+endobj
+
+%% Original object ID: 629 0
+1386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1387 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1387 0 obj
+2294
+endobj
+
+%% Original object ID: 1277 0
+1388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1389 0 obj
+1748
+endobj
+
+%% Original object ID: 1278 0
+1390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1391 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1391 0 obj
+2160
+endobj
+
+%% Original object ID: 1279 0
+1392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1393 0 obj
+1840
+endobj
+
+%% Original object ID: 1280 0
+1394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1395 0 obj
+1530
+endobj
+
+%% Original object ID: 1281 0
+1396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1397 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1397 0 obj
+2040
+endobj
+
+%% Original object ID: 1282 0
+1398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1399 0 obj
+1840
+endobj
+
+%% Original object ID: 1283 0
+1400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 55
+ /Length 1401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1401 0 obj
+3300
+endobj
+
+%% Original object ID: 1284 0
+1402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1403 0 obj
+3224
+endobj
+
+%% Original object ID: 1285 0
+1404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1405 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1405 0 obj
+2640
+endobj
+
+%% Original object ID: 1286 0
+1406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1407 0 obj
+2684
+endobj
+
+%% Original object ID: 630 0
+1408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1409 0 obj
+1656
+endobj
+
+%% Original object ID: 1287 0
+1410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1411 0 obj
+1840
+endobj
+
+%% Original object ID: 1288 0
+1412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1413 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1413 0 obj
+2257
+endobj
+
+%% Original object ID: 1289 0
+1414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1415 0 obj
+1656
+endobj
+
+%% Original object ID: 1290 0
+1416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1417 0 obj
+1840
+endobj
+
+%% Original object ID: 1291 0
+1418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1419 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1419 0 obj
+1840
+endobj
+
+%% Original object ID: 1292 0
+1420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1421 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1421 0 obj
+2040
+endobj
+
+%% Original object ID: 1293 0
+1422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1423 0 obj
+2294
+endobj
+
+%% Original object ID: 1294 0
+1424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1425 0 obj
+1380
+endobj
+
+%% Original object ID: 1295 0
+1426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 23
+ /Length 1427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1427 0 obj
+1380
+endobj
+
+%% Original object ID: 1296 0
+1428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1429 0 obj
+2684
+endobj
+
+%% Original object ID: 631 0
+1430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1431 0 obj
+1840
+endobj
+
+%% Original object ID: 1297 0
+1432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1433 0 obj
+2684
+endobj
+
+%% Original object ID: 1298 0
+1434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 1435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1435 0 obj
+2684
+endobj
+
+%% Original object ID: 1299 0
+1436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1437 0 obj
+1840
+endobj
+
+%% Original object ID: 1300 0
+1438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1439 0 obj
+1748
+endobj
+
+%% Original object ID: 1301 0
+1440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1441 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1441 0 obj
+2257
+endobj
+
+%% Original object ID: 1302 0
+1442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1443 0 obj
+1840
+endobj
+
+%% Original object ID: 1303 0
+1444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1445 0 obj
+1530
+endobj
+
+%% Original object ID: 1304 0
+1446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1447 0 obj
+2257
+endobj
+
+%% Original object ID: 1305 0
+1448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1449 0 obj
+1656
+endobj
+
+%% Original object ID: 1306 0
+1450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1451 0 obj
+1840
+endobj
+
+%% Original object ID: 632 0
+1452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1453 0 obj
+1530
+endobj
+
+%% Original object ID: 1307 0
+1454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 63
+ /Subtype /Image
+ /Type /XObject
+ /Width 37
+ /Length 1455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1455 0 obj
+2331
+endobj
+
+%% Original object ID: 633 0
+1456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1457 0 obj
+1656
+endobj
+
+%% Original object ID: 634 0
+1458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 1459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1459 0 obj
+3224
+endobj
+
+%% Original object ID: 635 0
+1460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1461 0 obj
+1840
+endobj
+
+%% Original object ID: 636 0
+1462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1463 0 obj
+1530
+endobj
+
+%% Original object ID: 565 0
+1464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 22
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 1465 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1465 0 obj
+1540
+endobj
+
+%% Original object ID: 637 0
+1466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1467 0 obj
+1840
+endobj
+
+%% Original object ID: 638 0
+1468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1469 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1469 0 obj
+2242
+endobj
+
+%% Original object ID: 639 0
+1470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1471 0 obj
+2318
+endobj
+
+%% Original object ID: 640 0
+1472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1473 0 obj
+2340
+endobj
+
+%% Original object ID: 641 0
+1474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1475 0 obj
+2318
+endobj
+
+%% Original object ID: 642 0
+1476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 1477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1477 0 obj
+1952
+endobj
+
+%% Original object ID: 643 0
+1478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1479 0 obj
+1840
+endobj
+
+%% Original object ID: 644 0
+1480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1481 0 obj
+1530
+endobj
+
+%% Original object ID: 645 0
+1482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1483 0 obj
+1840
+endobj
+
+%% Original object ID: 646 0
+1484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 36
+ /Length 1485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1485 0 obj
+1656
+endobj
+
+%% Original object ID: 566 0
+1486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 32
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1487 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1487 0 obj
+1472
+endobj
+
+%% Original object ID: 647 0
+1488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 44
+ /Length 1489 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1489 0 obj
+2640
+endobj
+
+%% Original object ID: 648 0
+1490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1491 0 obj
+1840
+endobj
+
+%% Original object ID: 649 0
+1492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1493 0 obj
+1530
+endobj
+
+%% Original object ID: 650 0
+1494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1495 0 obj
+1748
+endobj
+
+%% Original object ID: 651 0
+1496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 34
+ /Length 1497 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1497 0 obj
+2040
+endobj
+
+%% Original object ID: 652 0
+1498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1499 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1499 0 obj
+2940
+endobj
+
+%% Original object ID: 653 0
+1500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 44
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 1501 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1501 0 obj
+1716
+endobj
+
+%% Original object ID: 654 0
+1502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 1503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1503 0 obj
+1840
+endobj
+
+%% Original object ID: 655 0
+1504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 1505 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1505 0 obj
+3420
+endobj
+
+%% Original object ID: 656 0
+1506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 38
+ /Length 1507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1507 0 obj
+1748
+endobj
+
+%% Original object ID: 10 0
+1508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R10
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1509 0 obj
+7380
+endobj
+
+%% Original object ID: 12 0
+1510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R12
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1511 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1511 0 obj
+6560
+endobj
+
+%% Original object ID: 14 0
+1512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R14
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1513 0 obj
+6431
+endobj
+
+%% Original object ID: 16 0
+1514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R16
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1515 0 obj
+6431
+endobj
+
+%% Original object ID: 18 0
+1516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R18
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1517 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1517 0 obj
+8774
+endobj
+
+%% Original object ID: 20 0
+1518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R20
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1519 0 obj
+7380
+endobj
+
+%% Original object ID: 22 0
+1520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R22
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 1521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1521 0 obj
+11655
+endobj
+
+%% Original object ID: 24 0
+1522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R24
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1523 0 obj
+7380
+endobj
+
+%% Original object ID: 26 0
+1524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R26
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1525 0 obj
+6560
+endobj
+
+%% Original object ID: 28 0
+1526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R28
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 1527 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1527 0 obj
+7176
+endobj
+
+%% Original object ID: 30 0
+1528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R30
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1529 0 obj
+7380
+endobj
+
+%% Original object ID: 32 0
+1530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R32
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1531 0 obj
+6560
+endobj
+
+%% Original object ID: 34 0
+1532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R34
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1533 0 obj
+6431
+endobj
+
+%% Original object ID: 36 0
+1534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R36
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1535 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1535 0 obj
+7380
+endobj
+
+%% Original object ID: 38 0
+1536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R38
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1537 0 obj
+6560
+endobj
+
+%% Original object ID: 40 0
+1538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 359
+ /Name /R40
+ /Subtype /Image
+ /Type /XObject
+ /Width 332
+ /Length 1539 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö¤E·áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌ`
+ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿ˜
+
+ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿýÿÿýÿýýä
+
+ 
+
+
+
+°ÿÿÿÿÿÙ
+
+“ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¼Táÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+,ÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÂ
+¨ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³
+
+
+
+
+=|óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+ ¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý$áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ,
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÈ
+úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿîD
+
+xÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§
+8Óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË
+rÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿþÿþþå
+
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1539 0 obj
+119188
+endobj
+
+%% Original object ID: 42 0
+1540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Name /R42
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1541 0 obj
+4071
+endobj
+
+%% Original object ID: 44 0
+1542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R44
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 1543 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1543 0 obj
+4760
+endobj
+
+%% Original object ID: 46 0
+1544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 59
+ /Name /R46
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1545 0 obj
+4071
+endobj
+
+%% Original object ID: 48 0
+1546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 64
+ /Name /R48
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 1547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1547 0 obj
+4416
+endobj
+
+%% Original object ID: 50 0
+1548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 68
+ /Name /R50
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 1549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1549 0 obj
+4624
+endobj
+
+%% Original object ID: 52 0
+1550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R52
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 1551 0 R
+>>
+stream
+ÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1551 0 obj
+4760
+endobj
+
+%% Original object ID: 54 0
+1552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R54
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 1553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1553 0 obj
+11655
+endobj
+
+%% Original object ID: 56 0
+1554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R56
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1555 0 obj
+7380
+endobj
+
+%% Original object ID: 58 0
+1556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R58
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1557 0 obj
+6560
+endobj
+
+%% Original object ID: 6 0
+1558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R6
+ /Subtype /Image
+ /Type /XObject
+ /Width 117
+ /Length 1559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1559 0 obj
+12519
+endobj
+
+%% Original object ID: 60 0
+1560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R60
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 1561 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1561 0 obj
+7176
+endobj
+
+%% Original object ID: 62 0
+1562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R62
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1563 0 obj
+7380
+endobj
+
+%% Original object ID: 64 0
+1564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R64
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1565 0 obj
+6560
+endobj
+
+%% Original object ID: 66 0
+1566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R66
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1567 0 obj
+6431
+endobj
+
+%% Original object ID: 68 0
+1568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R68
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1569 0 obj
+7380
+endobj
+
+%% Original object ID: 70 0
+1570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R70
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 1571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1571 0 obj
+6560
+endobj
+
+%% Original object ID: 72 0
+1572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R72
+ /Subtype /Image
+ /Type /XObject
+ /Width 103
+ /Length 1573 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1573 0 obj
+11021
+endobj
+
+%% Original object ID: 74 0
+1574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R74
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1575 0 obj
+7380
+endobj
+
+%% Original object ID: 76 0
+1576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R76
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 1577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1577 0 obj
+6431
+endobj
+
+%% Original object ID: 78 0
+1578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R78
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 1579 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1579 0 obj
+7380
+endobj
+
+%% Original object ID: 8 0
+1580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R8
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 1581 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1581 0 obj
+9374
+endobj
+
+%% Original object ID: 80 0
+1582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 476
+ /Name /R80
+ /Subtype /Image
+ /Type /XObject
+ /Width 477
+ /Length 1583 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1583 0 obj
+227052
+endobj
+
+%% Contents for page 2
+%% Original object ID: 2669 0
+1584 0 obj
+<<
+ /Length 1585 0 R
+>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q
+0 1.1999 -1.1999 -0 121.19 150.009 cm
+BI
+/CS /G/W 1/H 1/BPC 8/F/Fl/DP<</Predictor 15/Columns 1>>
+ID xœcü
+EI
+Q
+q
+0 82.7931 -86.3928 -0 662.345 2914.58 cm
+/R85 Do
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3010.57 cm
+/IIm1 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 663.545 3076.57 cm
+/IIm2 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 663.545 3134.16 cm
+/IIm3 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3251.75 cm
+/IIm4 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 662.345 3315.35 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 663.545 3429.34 cm
+/IIm5 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 662.345 3470.13 cm
+/IIm6 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 3531.33 cm
+/IIm7 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 686.343 3683.71 cm
+/IIm8 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 3746.11 cm
+/IIm9 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 662.345 3818.1 cm
+/IIm10 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 662.345 3850.5 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 663.545 3887.7 cm
+/IIm11 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 662.345 3958.49 cm
+/IIm12 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 662.345 3996.89 cm
+/IIm13 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 4094.08 cm
+/IIm14 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 662.345 4164.88 cm
+/IIm15 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 663.545 4228.47 cm
+/IIm16 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 4287.26 cm
+/IIm17 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 663.545 4353.26 cm
+/IIm18 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 662.345 4490.05 cm
+/IIm19 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4586.04 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4612.44 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 662.345 4640.04 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 663.545 4746.83 cm
+/IIm20 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 663.545 4809.22 cm
+/IIm21 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 663.545 4959.21 cm
+/IIm22 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 663.545 5021.6 cm
+/IIm23 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 796.734 2915.78 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 797.934 2984.17 cm
+/IIm24 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 3053.77 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 796.734 3081.36 cm
+/IIm25 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 796.734 3113.76 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3150.96 cm
+/IIm26 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 796.734 3213.35 cm
+/IIm27 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 796.734 3369.34 cm
+/R87 Do
+Q
+q
+0 10.7991 -86.3928 -0 796.734 3454.53 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -88.7926 -0 821.932 3476.13 cm
+/IIm28 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 796.734 3548.13 cm
+/IIm29 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 797.934 3699.31 cm
+/R89 Do
+Q
+q
+0 53.9955 -64.7946 -0 797.934 3778.51 cm
+/IIm30 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 796.734 3842.1 cm
+/IIm31 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3904.5 cm
+/IIm32 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 797.934 3971.69 cm
+/IIm33 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4042.48 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -10.7991 -0 796.734 4071.28 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -88.7926 -0 797.934 4218.87 cm
+/R91 Do
+Q
+q
+0 50.3958 -86.3928 -0 796.734 4301.66 cm
+/IIm34 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 797.934 4368.86 cm
+/IIm35 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 797.934 4427.65 cm
+/IIm36 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 797.934 4461.25 cm
+/IIm37 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4502.05 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4523.64 cm
+/IIm38 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 797.934 4677.23 cm
+/IIm39 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4737.23 cm
+/IIm40 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 796.734 4809.22 cm
+/IIm41 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 796.734 4841.62 cm
+/IIm42 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 796.734 4908.81 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 797.934 4931.61 cm
+/IIm43 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 797.934 4990.41 cm
+/IIm44 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 933.523 2913.38 cm
+/IIm45 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 2975.77 cm
+/IIm46 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3040.57 cm
+/IIm47 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 932.323 3071.77 cm
+/IIm48 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3162.96 cm
+/IIm49 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3230.15 cm
+/IIm50 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 3300.95 cm
+/IIm51 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3459.33 cm
+/IIm52 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 932.323 3500.13 cm
+/IIm53 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3561.32 cm
+/IIm54 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 932.323 3731.71 cm
+/IIm55 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 3794.11 cm
+/IIm56 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 933.522 3857.7 cm
+/IIm57 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 3893.7 cm
+/IIm58 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 932.323 3964.49 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4086.88 cm
+/IIm59 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 4156.48 cm
+/IIm60 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 933.523 4218.87 cm
+/IIm61 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 956.321 4386.86 cm
+/IIm62 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 4450.45 cm
+/IIm63 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 932.323 4522.45 cm
+/IIm64 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 932.323 4554.84 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4592.04 cm
+/IIm65 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 932.323 4661.63 cm
+/IIm66 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 932.323 4701.23 cm
+/IIm67 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 933.523 4798.42 cm
+/IIm68 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 932.323 4869.22 cm
+/IIm69 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 933.523 4931.61 cm
+/IIm70 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 933.523 4990.41 cm
+/IIm71 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 1076.31 2907.38 cm
+/IIm72 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 2969.77 cm
+/IIm73 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1076.31 3040.57 cm
+/IIm74 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1077.51 3107.76 cm
+/IIm75 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3170.16 cm
+/IIm76 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 1076.31 3264.95 cm
+/IIm77 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3360.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3388.54 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3414.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 3473.73 cm
+/IIm78 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3537.33 cm
+/IIm79 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1100.31 3640.52 cm
+/IIm80 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1076.31 3708.91 cm
+/IIm81 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1077.51 3744.91 cm
+/IIm82 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 1076.31 3808.5 cm
+/IIm83 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1076.31 3875.7 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 3897.3 cm
+/IIm84 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1077.51 3964.49 cm
+/IIm85 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1077.51 4030.49 cm
+/IIm86 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 1076.31 4104.88 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 67.1944 -86.3928 -0 1361.89 2909.78 cm
+/R93 Do
+Q
+q
+0 56.3953 -86.3928 -0 1361.89 2987.77 cm
+/IIm87 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 1363.09 3060.97 cm
+/IIm88 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 1361.89 3134.16 cm
+/IIm89 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1363.09 3173.76 cm
+/IIm90 Do
+
+Q
+q
+0 59.995 -87.5927 -0 1363.09 3243.35 cm
+/IIm91 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1363.09 3315.35 cm
+/IIm92 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1387.08 3380.14 cm
+/IIm93 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 1361.89 3480.93 cm
+/IIm94 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 1361.89 3545.73 cm
+/IIm95 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 1361.89 3584.12 cm
+/IIm96 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 1363.09 3650.12 cm
+/IIm97 Do
+
+Q
+q
+0 83.993 -83.993 -0 1493.88 2912.18 cm
+/R95 Do
+Q
+q
+0 69.5942 -86.3928 -0 1493.88 3036.97 cm
+/R97 Do
+Q
+q
+0 50.3958 -86.3928 -0 1493.88 3116.16 cm
+/IIm98 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3177.36 cm
+/IIm99 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 1495.08 3284.15 cm
+/R99 Do
+Q
+q
+0 50.3958 -63.5947 -0 1493.88 3369.34 cm
+/IIm100 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1493.88 3436.54 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3455.73 cm
+/IIm101 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3491.73 cm
+/IIm102 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1495.08 3557.73 cm
+/IIm103 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 1495.08 3660.92 cm
+/R101 Do
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3735.31 cm
+/IIm104 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1495.08 3772.51 cm
+/IIm105 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1495.08 3836.1 cm
+/IIm106 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1495.08 3870.9 cm
+/IIm107 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1495.08 3938.09 cm
+/IIm108 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1493.88 4025.69 cm
+/R103 Do
+Q
+q
+0 32.3973 -63.5947 -0 1493.88 4115.68 cm
+/IIm109 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1493.88 4155.28 cm
+/IIm110 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1519.07 4248.87 cm
+/IIm111 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1493.88 4350.86 cm
+/IIm112 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1495.08 4425.25 cm
+/IIm113 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1493.88 4496.05 cm
+/IIm114 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1495.08 4558.44 cm
+/IIm115 Do
+
+Q
+q
+0 28.7976 -110.391 -0 1652.26 2913.38 cm
+/IIm116 Do
+
+Q
+q
+0 32.3973 -31.1974 -0 1573.07 2950.58 cm
+BI
+/CS /G/W 27/H 26/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœcüÏ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 1628.26 2997.37 cm
+/IIm117 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1629.46 3071.77 cm
+/IIm118 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1628.26 3143.76 cm
+/IIm119 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1629.46 3178.56 cm
+/IIm120 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 1628.26 3243.35 cm
+/IIm121 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1628.26 3310.55 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 1628.26 3336.94 cm
+/IIm122 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1653.46 3399.34 cm
+/IIm123 Do
+
+Q
+q
+0 10.7991 -31.1974 -0 1573.07 3467.73 cm
+BI
+/CS /G/W 9/H 26/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 1629.46 3488.13 cm
+/IIm124 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 1629.46 3584.12 cm
+/R105 Do
+Q
+q
+0 87.5927 -62.3948 -0 1628.26 3670.52 cm
+/IIm125 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1628.26 3766.51 cm
+/IIm126 Do
+
+Q
+q
+0 32.3973 -31.1974 -0 1573.07 3830.1 cm
+BI
+/CS /G/W 27/H 26/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœcüÏ
+EI
+Q
+q
+0 28.7976 -110.391 -0 1652.26 3870.9 cm
+/IIm127 Do
+
+Q
+q
+0 58.7951 -86.3928 -0 1916.24 2914.58 cm
+BI
+/CS /G/W 49/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 49>>
+ID xœíÒ±
+EI
+Q
+q
+0 39.5967 -63.5947 -0 1916.24 2987.77 cm
+/IIm128 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1916.24 3034.57 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a€¸ƒÄû£ÜQî@sfe@
+EI
+Q
+q
+0 59.995 -87.5927 -0 1917.44 3063.37 cm
+/IIm129 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1917.44 3135.36 cm
+/IIm130 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1941.44 3200.16 cm
+/IIm131 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 1916.24 3300.95 cm
+/IIm132 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 1916.24 3365.74 cm
+/IIm133 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 1916.24 3404.14 cm
+/IIm134 Do
+
+Q
+q
+0 56.3953 -87.5927 -0 1917.44 3470.13 cm
+/IIm135 Do
+
+Q
+q
+0 83.993 -83.993 -0 2048.23 2912.18 cm
+/R107 Do
+Q
+q
+0 74.3938 -86.3928 -0 2048.23 3044.17 cm
+/R109 Do
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 3125.76 cm
+/IIm136 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2049.43 3192.96 cm
+/IIm137 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 2048.23 3255.35 cm
+/IIm138 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2048.23 3309.35 cm
+/IIm139 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3376.54 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3402.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2048.23 3429.34 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 2049.43 3452.13 cm
+/IIm140 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2072.23 3555.33 cm
+/IIm141 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2048.23 3596.12 cm
+/R111 Do
+Q
+q
+0 70.7941 -86.3928 -0 2048.23 3698.11 cm
+/R113 Do
+Q
+q
+0 28.7976 -110.391 -0 2072.23 3778.51 cm
+/IIm142 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2049.43 3854.1 cm
+/R115 Do
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 3939.29 cm
+/IIm143 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2048.23 4010.09 cm
+/IIm144 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2049.43 4073.68 cm
+/IIm145 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2049.43 4132.48 cm
+/IIm146 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2048.23 4203.27 cm
+/IIm147 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2049.43 4236.87 cm
+/IIm148 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2048.23 4311.26 cm
+/IIm149 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2049.43 4386.86 cm
+/IIm150 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2048.23 4456.45 cm
+/IIm151 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2049.43 4518.85 cm
+/IIm152 Do
+
+Q
+q
+0 83.993 -83.993 -0 2182.62 2912.18 cm
+/R117 Do
+Q
+q
+0 70.7941 -86.3928 -0 2182.62 3044.17 cm
+/R119 Do
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 3124.56 cm
+/IIm153 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 3196.56 cm
+/IIm154 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2182.62 3255.35 cm
+/IIm155 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 3317.75 cm
+/IIm156 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2182.62 3389.74 cm
+/IIm157 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2206.62 3461.73 cm
+/IIm158 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2183.82 3500.13 cm
+/R121 Do
+Q
+q
+0 81.5932 -88.7926 -0 2183.82 3587.72 cm
+/R123 Do
+Q
+q
+0 28.7976 -110.391 -0 2206.62 3677.72 cm
+/IIm159 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2183.82 3753.31 cm
+/R125 Do
+Q
+q
+0 57.5952 -64.7946 -0 2183.82 3839.7 cm
+/IIm160 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 3909.3 cm
+/IIm161 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2183.82 3972.89 cm
+/IIm162 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2183.82 4031.69 cm
+/IIm163 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2182.62 4103.68 cm
+/IIm164 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2183.82 4136.08 cm
+/IIm165 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2182.62 4210.47 cm
+/IIm166 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2183.82 4286.06 cm
+/IIm167 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2182.62 4356.86 cm
+/IIm168 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2183.82 4418.05 cm
+/IIm169 Do
+
+Q
+q
+0 83.993 -83.993 -0 2318.21 2912.18 cm
+/R127 Do
+Q
+q
+0 82.7931 -86.3928 -0 2318.21 3042.97 cm
+/R129 Do
+Q
+q
+0 10.7991 -86.3928 -0 2318.21 3142.56 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 3164.16 cm
+/IIm170 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2318.21 3236.15 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 3258.95 cm
+/IIm171 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 3329.74 cm
+/IIm172 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 3392.14 cm
+/IIm173 Do
+
+Q
+q
+0 28.7976 -110.391 -0 2342.21 3495.33 cm
+/IIm174 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2318.21 3536.13 cm
+/R131 Do
+Q
+q
+0 11.999 -86.3928 -0 2318.21 3639.32 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 28.7976 -110.391 -0 2342.21 3664.52 cm
+/IIm175 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2319.41 3740.11 cm
+/R133 Do
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 3826.5 cm
+/IIm176 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 3896.1 cm
+/IIm177 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2319.41 3959.69 cm
+/IIm178 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2319.41 4018.49 cm
+/IIm179 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2318.21 4090.48 cm
+/IIm180 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2319.41 4122.88 cm
+/IIm181 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2318.21 4197.27 cm
+/IIm182 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2319.41 4272.87 cm
+/IIm183 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2318.21 4343.66 cm
+/IIm184 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2319.41 4404.85 cm
+/IIm185 Do
+
+Q
+q
+0 69.5942 -88.7926 -0 2598.98 2910.98 cm
+/R135 Do
+Q
+q
+0 58.7951 -64.7946 -0 2598.98 2988.97 cm
+/IIm186 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 2598.98 3054.97 cm
+/IIm187 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2598.98 3100.56 cm
+/IIm188 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2597.78 3173.76 cm
+/IIm189 Do
+
+Q
+q
+0 59.995 -87.5927 -0 2598.98 3216.95 cm
+/IIm190 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2598.98 3288.95 cm
+/IIm191 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 2622.98 3353.74 cm
+/IIm192 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 2597.78 3454.53 cm
+/IIm193 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 2597.78 3519.33 cm
+/IIm194 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 2597.78 3557.73 cm
+/IIm195 Do
+
+Q
+q
+0 56.3953 -85.1929 -0 2597.78 3623.72 cm
+/IIm196 Do
+
+Q
+q
+0 83.993 -83.993 -0 2729.77 2912.18 cm
+/R137 Do
+Q
+q
+0 82.7931 -86.3928 -0 2729.77 3032.17 cm
+/R139 Do
+Q
+q
+0 74.3938 -88.7926 -0 2730.97 3119.76 cm
+/R141 Do
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 3210.95 cm
+/IIm197 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2730.97 3320.15 cm
+/R143 Do
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 3405.34 cm
+/IIm198 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3476.13 cm
+/IIm199 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 2729.77 3536.13 cm
+/IIm200 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 3598.52 cm
+/IIm201 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3669.32 cm
+/IIm202 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2730.97 3729.31 cm
+/IIm203 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2729.77 3770.11 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 3792.91 cm
+/IIm204 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 3863.7 cm
+/IIm205 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 3964.49 cm
+/IIm206 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4040.09 cm
+/IIm207 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 4109.68 cm
+/IIm208 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2730.97 4172.07 cm
+/IIm209 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2729.77 4277.67 cm
+/IIm210 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 4352.06 cm
+/IIm211 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2729.77 4424.05 cm
+/IIm212 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2729.77 4456.45 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4493.65 cm
+/IIm213 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2729.77 4563.24 cm
+/IIm214 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2729.77 4602.84 cm
+/IIm215 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2730.97 4700.03 cm
+/IIm216 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2729.77 4770.82 cm
+/IIm217 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2730.97 4833.22 cm
+/IIm218 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2730.97 4892.01 cm
+/IIm219 Do
+
+Q
+q
+0 83.993 -83.993 -0 2864.16 2912.18 cm
+/R145 Do
+Q
+q
+0 74.3938 -88.7926 -0 2865.36 3040.57 cm
+/R147 Do
+Q
+q
+0 50.3958 -86.3928 -0 2864.16 3129.36 cm
+/IIm220 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3191.76 cm
+/IIm221 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 3257.75 cm
+/IIm222 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 3318.95 cm
+/IIm223 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2888.16 3388.54 cm
+/IIm224 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3452.13 cm
+/IIm225 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 3519.33 cm
+/IIm226 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 2864.16 3588.92 cm
+/IIm227 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3645.32 cm
+/IIm228 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 2865.36 3747.31 cm
+/R149 Do
+Q
+q
+0 10.7991 -86.3928 -0 2864.16 3830.1 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2864.16 3856.5 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 56.3953 -62.3948 -0 2864.16 3876.9 cm
+/IIm229 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 3939.29 cm
+/IIm230 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4010.09 cm
+/IIm231 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2865.36 4080.88 cm
+/R151 Do
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 4167.27 cm
+/IIm232 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4236.87 cm
+/IIm233 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2864.16 4277.67 cm
+/IIm234 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2865.36 4338.86 cm
+/IIm235 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2865.36 4403.65 cm
+/IIm236 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2864.16 4478.05 cm
+/IIm237 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2864.16 4557.24 cm
+/IIm238 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2865.36 4593.24 cm
+/IIm239 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 4659.23 cm
+/IIm240 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2865.36 4719.23 cm
+/IIm241 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2999.75 2915.78 cm
+/IIm242 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3000.95 2990.17 cm
+/IIm243 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2999.75 3060.97 cm
+/IIm244 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3000.95 3123.36 cm
+/IIm245 Do
+
+Q
+q
+0 28.7976 -110.391 -0 3023.75 3226.55 cm
+/IIm246 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 2999.75 3268.55 cm
+/R153 Do
+Q
+q
+0 64.7946 -86.3928 -0 2999.75 3356.14 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 28.7976 -110.391 -0 3023.75 3429.34 cm
+/IIm247 Do
+
+Q
+q
+0 83.993 -83.993 -0 3134.14 2912.18 cm
+/R155 Do
+Q
+q
+0 74.3938 -88.7926 -0 3135.34 3050.17 cm
+/R157 Do
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 3138.96 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 3159.36 cm
+/IIm248 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3159.34 3191.76 cm
+/IIm249 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3298.55 cm
+/IIm250 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3134.14 3362.14 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -86.3928 -0 3134.14 3446.13 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3514.53 cm
+/IIm251 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 3585.32 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 3134.14 3611.72 cm
+/IIm252 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3134.14 3645.32 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3681.32 cm
+/IIm253 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 3134.14 3744.91 cm
+/IIm254 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3134.14 3856.5 cm
+/IIm255 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 3930.89 cm
+/IIm256 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4001.69 cm
+/IIm257 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3135.34 4064.08 cm
+/IIm258 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3134.14 4167.27 cm
+/R159 Do
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4258.47 cm
+/IIm259 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3134.14 4325.66 cm
+/IIm260 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3135.34 4391.66 cm
+/IIm261 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 4455.25 cm
+/IIm262 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4526.04 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -88.7926 -0 3135.34 4593.24 cm
+/R161 Do
+Q
+q
+0 53.9955 -87.5927 -0 3158.14 4673.63 cm
+/IIm263 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3135.34 4738.43 cm
+/IIm264 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 4802.02 cm
+/IIm265 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4841.62 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 3134.14 4869.22 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -88.7926 -0 3159.34 4890.81 cm
+/IIm266 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3134.14 4962.81 cm
+/IIm267 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3135.34 5021.6 cm
+/IIm268 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3269.73 2910.98 cm
+/IIm269 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3268.53 2980.57 cm
+/IIm270 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3074.17 cm
+/IIm271 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3268.53 3113.76 cm
+/IIm272 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3269.73 3176.16 cm
+/IIm273 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3268.53 3269.75 cm
+/R163 Do
+Q
+q
+0 32.3973 -63.5947 -0 3268.53 3360.94 cm
+/IIm274 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3393.34 cm
+/IIm275 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3269.73 3429.34 cm
+/IIm276 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3269.73 3525.33 cm
+/R165 Do
+Q
+q
+0 57.5952 -64.7946 -0 3269.73 3610.52 cm
+/IIm277 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3268.53 3681.32 cm
+/IIm278 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3269.73 3743.71 cm
+/IIm279 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3269.73 3802.5 cm
+/IIm280 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3268.53 3874.5 cm
+/IIm281 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3269.73 3906.9 cm
+/IIm282 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 3404.12 2915.78 cm
+/R167 Do
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 2997.37 cm
+/IIm283 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3405.32 3066.97 cm
+/IIm284 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3405.32 3129.36 cm
+/IIm285 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3404.12 3201.35 cm
+/IIm286 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 3233.75 cm
+/IIm287 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3404.12 3309.35 cm
+/IIm288 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3383.74 cm
+/IIm289 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3405.32 3454.53 cm
+/IIm290 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3404.12 3521.73 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 3404.12 3548.13 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3570.92 cm
+/IIm291 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 3634.52 cm
+/IIm292 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3422.12 3677.72 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3405.32 3737.71 cm
+/IIm293 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 3797.71 cm
+/IIm294 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3404.12 3868.5 cm
+/IIm295 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3405.32 3929.69 cm
+/IIm296 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3405.32 4001.69 cm
+/IIm297 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3405.32 4065.28 cm
+/IIm298 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3405.32 4121.68 cm
+/IIm299 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3405.32 4157.68 cm
+/IIm300 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3404.12 4228.47 cm
+/IIm301 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3539.71 2912.18 cm
+/R169 Do
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 2986.57 cm
+/IIm302 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3022.57 cm
+/IIm303 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 3538.51 3087.36 cm
+/IIm304 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3149.76 cm
+/IIm305 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3220.55 cm
+/IIm306 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 3538.51 3351.34 cm
+/R171 Do
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 3431.74 cm
+/IIm307 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3503.73 cm
+/IIm308 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3539.71 3564.92 cm
+/IIm309 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 3636.92 cm
+/IIm310 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 3676.52 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3539.71 3700.51 cm
+/IIm311 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 3538.51 3762.91 cm
+/IIm312 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3539.71 3819.3 cm
+/IIm313 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3539.71 3880.5 cm
+/IIm314 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 3950.09 cm
+/IIm315 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3556.5 4019.69 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4112.08 cm
+/IIm316 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 4179.27 cm
+/IIm317 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4220.07 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3538.51 4246.47 cm
+/IIm318 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3539.71 4310.06 cm
+/IIm319 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4373.66 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4398.86 cm
+/IIm320 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3539.71 4463.65 cm
+/IIm321 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3538.51 4533.24 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 4614.84 cm
+/IIm322 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3538.51 4655.63 cm
+/IIm323 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3539.71 4695.23 cm
+/IIm324 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3538.51 4761.23 cm
+/IIm325 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3562.5 4860.82 cm
+/IIm326 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3539.71 4924.41 cm
+/IIm327 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3539.71 4989.21 cm
+/IIm328 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3556.5 5031.2 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 67.1944 -86.3928 -0 3672.89 2915.78 cm
+/R173 Do
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 2997.37 cm
+/IIm329 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3674.09 3060.97 cm
+/IIm330 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3672.89 3100.56 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3124.56 cm
+/IIm331 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3672.89 3194.16 cm
+/IIm332 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3257.75 cm
+/IIm333 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3672.89 3328.54 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -88.7926 -0 3674.09 3386.14 cm
+/R175 Do
+Q
+q
+0 57.5952 -87.5927 -0 3698.09 3460.53 cm
+/IIm334 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3672.89 3526.53 cm
+/IIm335 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3696.89 3627.32 cm
+/IIm336 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3672.89 3694.51 cm
+/IIm337 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 3758.11 cm
+/IIm338 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3672.89 3828.9 cm
+/IIm339 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3698.09 3887.7 cm
+/IIm340 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 3674.09 3986.09 cm
+/R177 Do
+Q
+q
+0 32.3973 -63.5947 -0 3672.89 4082.08 cm
+/IIm341 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3674.09 4118.08 cm
+/IIm342 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3672.89 4181.67 cm
+/IIm343 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3674.09 4244.07 cm
+/IIm344 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3674.09 4310.06 cm
+/IIm345 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3674.09 4367.66 cm
+/IIm346 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3672.89 4408.45 cm
+/IIm347 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3674.09 4444.45 cm
+/IIm348 Do
+
+Q
+q
+0 83.993 -83.993 -0 3808.48 2912.18 cm
+/R179 Do
+Q
+q
+0 87.5927 -62.3948 -0 3808.48 3070.57 cm
+/IIm349 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3166.56 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 3185.76 cm
+/IIm350 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3808.48 3226.55 cm
+/IIm351 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 3358.54 cm
+/IIm352 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3832.48 3422.14 cm
+/IIm353 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 3485.73 cm
+/IIm354 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3809.68 3552.93 cm
+/IIm355 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3616.52 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3809.68 3640.52 cm
+/IIm356 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 3710.11 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -88.7926 -0 3833.68 3802.5 cm
+/IIm357 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3809.68 3874.5 cm
+/IIm358 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 3936.89 cm
+/IIm359 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 4002.89 cm
+/IIm360 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 4060.48 cm
+/IIm361 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3809.68 4096.48 cm
+/IIm362 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3808.48 4163.67 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 69.5942 -86.3928 -0 3808.48 4258.47 cm
+/R181 Do
+Q
+q
+0 50.3958 -86.3928 -0 3808.48 4337.66 cm
+/IIm363 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 4400.06 cm
+/IIm364 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 3808.48 4530.84 cm
+/R183 Do
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 4622.04 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 3808.48 4648.43 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 3809.68 4670.03 cm
+/IIm365 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3808.48 4742.03 cm
+/IIm366 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3809.68 4802.02 cm
+/IIm367 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3809.68 4838.02 cm
+/IIm368 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 3808.48 4899.21 cm
+/IIm369 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3808.48 4995.21 cm
+/IIm370 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3942.87 2915.78 cm
+/IIm371 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 2990.17 cm
+/IIm372 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 3060.97 cm
+/IIm373 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 3123.36 cm
+/IIm374 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3960.87 3196.56 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 74.3938 -86.3928 -0 3942.87 3262.55 cm
+/R185 Do
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 3344.14 cm
+/IIm375 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 3414.94 cm
+/IIm376 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 3477.33 cm
+/IIm377 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3942.87 3548.13 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 3569.72 cm
+/IIm378 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 3942.87 3676.52 cm
+/R187 Do
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 3756.91 cm
+/IIm379 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3942.87 3827.7 cm
+/IIm380 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 3942.87 3927.29 cm
+/IIm381 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 3983.69 cm
+/IIm382 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3944.07 4050.88 cm
+/IIm383 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3960.87 4124.08 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3944.07 4185.27 cm
+/IIm384 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 4245.27 cm
+/IIm385 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3942.87 4314.86 cm
+/IIm386 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3944.07 4377.26 cm
+/IIm387 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3944.07 4449.25 cm
+/IIm388 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3944.07 4511.65 cm
+/IIm389 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3944.07 4568.04 cm
+/IIm390 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3944.07 4605.24 cm
+/IIm391 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3942.87 4676.03 cm
+/IIm392 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 4077.26 2915.78 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 2987.77 cm
+/IIm393 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3023.77 cm
+/IIm394 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4077.26 3094.56 cm
+/IIm395 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 4077.26 3159.36 cm
+/IIm396 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 4077.26 3366.94 cm
+/R189 Do
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3441.33 cm
+/IIm397 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4078.46 3507.33 cm
+/IIm398 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 3574.52 cm
+/IIm399 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 3645.32 cm
+/IIm400 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 3682.51 cm
+/IIm401 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4078.46 3750.91 cm
+/IIm402 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 3814.5 cm
+/IIm403 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 4077.26 3885.3 cm
+/IIm404 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 4095.26 3948.89 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 37.1969 -87.5927 -0 4077.26 4116.88 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 4152.88 cm
+/IIm405 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4223.67 cm
+/IIm406 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4077.26 4262.07 cm
+/IIm407 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4078.46 4359.26 cm
+/IIm408 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4430.05 cm
+/IIm409 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4101.26 4613.64 cm
+/IIm410 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4077.26 4682.03 cm
+/IIm411 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 4721.63 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4077.26 4748.03 cm
+/IIm412 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4078.46 4811.62 cm
+/IIm413 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 4875.22 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 4101.26 4900.41 cm
+/IIm414 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4078.46 4965.21 cm
+/IIm415 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4077.26 5036 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 2907.38 cm
+/IIm416 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 2946.98 cm
+/IIm417 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4214.05 2987.77 cm
+/IIm418 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4212.85 3052.57 cm
+/IIm419 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4236.85 3153.36 cm
+/IIm420 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 3215.75 cm
+/IIm421 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 3280.55 cm
+/IIm422 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 4212.85 3354.94 cm
+/IIm423 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 3434.14 cm
+/IIm424 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3501.33 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3527.73 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 3550.53 cm
+/IIm425 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4214.05 3616.52 cm
+/IIm426 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 3683.71 cm
+/IIm427 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3754.51 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 4236.85 3780.91 cm
+/IIm428 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 3848.1 cm
+/IIm429 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4212.85 3915.3 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 3938.09 cm
+/IIm430 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 4214.05 4040.09 cm
+/R191 Do
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 4134.88 cm
+/IIm431 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 4214.05 4172.07 cm
+/IIm432 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4212.85 4235.67 cm
+/IIm433 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4214.05 4296.86 cm
+/IIm434 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4214.05 4364.06 cm
+/IIm435 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4214.05 4421.65 cm
+/IIm436 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4212.85 4462.45 cm
+/IIm437 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4214.05 4498.45 cm
+/IIm438 Do
+
+Q
+q
+0 125.99 -133.189 -0 423.565 393.589 cm
+/R193 Do
+Q
+q
+0 35.997 -128.389 -0 421.165 537.577 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíɱ
+EI
+Q
+q
+0 35.997 -128.389 -0 421.165 597.572 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 98.3918 -95.992 -0 421.165 656.367 cm
+/R195 Do
+Q
+q
+0 35.997 -128.389 -0 421.165 777.557 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 107.991 -98.3918 -0 423.565 831.552 cm
+/R197 Do
+Q
+q
+0 99.5917 -98.3918 -0 423.565 950.343 cm
+/R199 Do
+Q
+q
+0 38.3968 -93.5922 -0 421.165 1066.73 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+q
+0 83.993 -83.993 -0 670.744 376.79 cm
+/R201 Do
+Q
+q
+0 70.7941 -86.3928 -0 670.745 542.377 cm
+/R203 Do
+Q
+q
+0 10.7991 -86.3928 -0 670.745 627.57 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 671.945 650.368 cm
+/IIm439 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 671.945 711.562 cm
+/IIm440 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 775.157 cm
+/IIm441 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 671.945 836.352 cm
+/IIm442 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 671.945 896.347 cm
+/IIm443 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 961.142 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 671.945 985.14 cm
+/IIm444 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1054.73 cm
+/IIm445 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1151.93 cm
+/IIm446 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 670.745 1214.32 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 81.5932 -88.7926 -0 671.944 1286.31 cm
+/R205 Do
+Q
+q
+0 32.3973 -63.5947 -0 670.745 1381.11 cm
+/IIm447 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 695.943 1417.1 cm
+/IIm448 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1484.3 cm
+/IIm449 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1555.09 cm
+/IIm450 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 1622.29 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -62.3948 -0 670.744 1642.68 cm
+/IIm451 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1705.08 cm
+/IIm452 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 671.944 1768.67 cm
+/IIm453 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 1808.27 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1832.27 cm
+/IIm454 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 670.745 1901.86 cm
+/IIm455 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 671.945 1965.46 cm
+/IIm456 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 670.745 2036.25 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -88.7926 -0 671.944 2093.85 cm
+/R207 Do
+Q
+q
+0 31.1974 -85.1929 -0 671.944 2168.24 cm
+/IIm457 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 670.745 2209.04 cm
+/IIm458 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 2248.63 cm
+/IIm459 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 671.945 2312.23 cm
+/IIm460 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 671.944 2368.62 cm
+/IIm461 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 671.944 2409.42 cm
+/IIm462 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 670.745 2475.42 cm
+/IIm463 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 671.945 2511.41 cm
+/IIm464 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 806.333 759.559 cm
+/R209 Do
+Q
+q
+0 10.7991 -86.3928 -0 805.133 849.551 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 805.133 875.949 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 805.133 902.347 cm
+/IIm465 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 969.541 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 806.333 992.339 cm
+/IIm466 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 1055.93 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1079.93 cm
+/IIm467 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 1149.53 cm
+/IIm468 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 806.333 1211.92 cm
+/IIm469 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 805.133 1279.12 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 69.5942 -86.3928 -0 805.133 1382.31 cm
+/R211 Do
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1457.9 cm
+/IIm470 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 1528.69 cm
+/IIm471 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 805.133 1594.69 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 82.7931 -86.3928 -0 805.133 1700.28 cm
+/R213 Do
+Q
+q
+0 53.9955 -64.7946 -0 806.333 1796.27 cm
+/IIm472 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 805.133 1859.87 cm
+/R215 Do
+Q
+q
+0 57.5952 -64.7946 -0 806.333 1957.06 cm
+/IIm473 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 805.133 2026.65 cm
+/IIm474 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 806.333 2090.25 cm
+/IIm475 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 805.133 2161.04 cm
+/IIm476 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 823.132 2229.44 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 74.3938 -88.7926 -0 806.333 2336.23 cm
+/R217 Do
+Q
+q
+0 64.7946 -86.3928 -0 805.133 2427.42 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 81.5932 -88.7926 -0 806.333 2503.01 cm
+/R219 Do
+Q
+q
+0 82.7931 -86.3928 -0 940.722 368.391 cm
+/R221 Do
+Q
+q
+0 32.3973 -63.5947 -0 940.722 459.583 cm
+/IIm477 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 941.922 491.981 cm
+/IIm478 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 941.922 527.978 cm
+/IIm479 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 941.922 669.566 cm
+/R223 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 755.959 cm
+/IIm480 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 941.922 825.553 cm
+/IIm481 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 940.722 892.747 cm
+/IIm482 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 941.922 956.342 cm
+/IIm483 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1019.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1046.33 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1149.53 cm
+/IIm484 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 940.722 1211.92 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -86.3928 -0 940.722 1366.71 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1435.1 cm
+/IIm485 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 940.722 1505.9 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 940.722 1532.29 cm
+/IIm486 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 940.722 1565.89 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1601.89 cm
+/IIm487 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 940.722 1665.48 cm
+/IIm488 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 941.922 1809.47 cm
+/R225 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 1895.86 cm
+/IIm489 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 941.922 1965.46 cm
+/IIm490 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 940.722 2032.65 cm
+/IIm491 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 941.922 2092.65 cm
+/IIm492 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 965.92 2125.04 cm
+/IIm493 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 958.72 2194.64 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 67.1944 -86.3928 -0 940.722 2306.23 cm
+/R227 Do
+Q
+q
+0 57.5952 -64.7946 -0 941.922 2389.02 cm
+/IIm494 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 940.722 2458.62 cm
+/IIm495 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 940.722 2499.41 cm
+/IIm496 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 965.92 2531.81 cm
+/IIm497 Do
+
+Q
+q
+0 70.7941 -86.3928 -0 1075.11 380.39 cm
+/R229 Do
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 463.183 cm
+/IIm498 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1100.31 525.578 cm
+/IIm499 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 592.772 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 1076.31 615.571 cm
+/IIm500 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 1093.11 688.764 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 82.7931 -86.3928 -0 1075.11 836.352 cm
+/R231 Do
+Q
+q
+0 58.7951 -64.7946 -0 1076.31 920.345 cm
+/IIm501 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1075.11 992.339 cm
+/IIm502 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 1031.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -62.3948 -0 1075.11 1053.53 cm
+/IIm503 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1115.93 cm
+/IIm504 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 1185.52 cm
+/IIm505 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1076.31 1376.31 cm
+/R233 Do
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1461.5 cm
+/IIm506 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1075.11 1531.09 cm
+/IIm507 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1075.11 1630.69 cm
+/IIm508 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1076.31 1732.68 cm
+/IIm509 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 1798.67 cm
+/IIm510 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 1865.87 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 1076.31 1888.66 cm
+/IIm511 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 1948.66 cm
+/IIm512 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1076.31 2012.25 cm
+/IIm513 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1075.11 2053.05 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 2075.85 cm
+/IIm514 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 2146.64 cm
+/IIm515 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1076.31 2207.84 cm
+/IIm516 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1076.31 2395.02 cm
+/IIm517 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1075.11 2465.82 cm
+/IIm518 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1076.31 2527.01 cm
+/IIm519 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1209.5 379.19 cm
+/R235 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 476.382 cm
+/IIm520 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 545.976 cm
+/IIm521 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 586.773 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 613.171 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -87.5927 -0 1234.7 632.369 cm
+/IIm522 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 699.563 cm
+/IIm523 Do
+
+Q
+q
+0 80.3933 -88.7926 -0 1210.7 833.952 cm
+/R237 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 925.145 cm
+/IIm524 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1210.7 995.939 cm
+/IIm525 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1063.13 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 1210.7 1084.73 cm
+/IIm526 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 1227.5 1159.13 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 82.7931 -86.3928 -0 1209.5 1249.12 cm
+/R239 Do
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1339.11 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 1365.51 cm
+/IIm527 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1234.7 1401.51 cm
+/IIm528 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1472.3 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 1499.9 cm
+/IIm529 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 1565.89 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 1589.89 cm
+/IIm530 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1210.7 1726.68 cm
+/R241 Do
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 1811.87 cm
+/IIm531 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1209.5 1881.47 cm
+/IIm532 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1209.5 1981.06 cm
+/IIm533 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 2083.05 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 1210.7 2104.65 cm
+/IIm534 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1210.7 2164.64 cm
+/IIm535 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1209.5 2229.44 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 2252.23 cm
+/IIm536 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1209.5 2323.03 cm
+/IIm537 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 1209.5 2451.42 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1210.7 2488.61 cm
+/IIm538 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1209.5 2559.41 cm
+/IIm539 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1346.29 371.991 cm
+/IIm540 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 1345.09 412.787 cm
+/IIm541 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1346.29 475.182 cm
+/IIm542 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1345.09 568.774 cm
+/R243 Do
+Q
+q
+0 32.3973 -63.5947 -0 1345.09 659.967 cm
+/IIm543 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1346.29 692.364 cm
+/IIm544 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1346.29 728.361 cm
+/IIm545 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 1345.09 795.555 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 83.993 -83.993 -0 1479.48 376.79 cm
+/R245 Do
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 505.18 cm
+/R247 Do
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 591.573 cm
+/IIm546 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 659.967 cm
+/IIm547 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 760.758 cm
+/IIm548 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 861.55 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 883.148 cm
+/IIm549 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 943.143 cm
+/IIm550 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1007.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1031.94 cm
+/IIm551 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1101.53 cm
+/IIm552 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1168.72 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1195.12 cm
+/IIm553 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1504.67 1257.52 cm
+/IIm554 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1358.31 cm
+/IIm555 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1429.1 cm
+/IIm556 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1480.68 1491.5 cm
+/IIm557 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 1593.49 cm
+/R249 Do
+Q
+q
+0 32.3973 -63.5947 -0 1479.48 1682.28 cm
+/IIm558 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1480.68 1718.28 cm
+/IIm559 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 1785.47 cm
+/IIm560 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1480.68 1849.07 cm
+/IIm561 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1479.48 1889.86 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 1479.48 1916.26 cm
+/IIm562 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1504.67 1978.66 cm
+/IIm563 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1480.68 2080.65 cm
+/R251 Do
+Q
+q
+0 50.3958 -63.5947 -0 1480.68 2169.44 cm
+/IIm564 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1480.68 2231.84 cm
+/IIm565 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1480.68 2289.43 cm
+/IIm566 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1480.68 2326.63 cm
+/IIm567 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1479.48 2395.02 cm
+/IIm568 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 1613.87 368.391 cm
+/R253 Do
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 459.583 cm
+/IIm569 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 499.18 cm
+/IIm570 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 536.377 cm
+/IIm571 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 605.971 cm
+/IIm572 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 1639.06 668.366 cm
+/IIm573 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1615.07 735.561 cm
+/IIm574 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 805.155 cm
+/IIm575 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1615.07 902.347 cm
+/IIm576 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 973.141 cm
+/IIm577 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1615.07 1033.14 cm
+/IIm578 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1615.07 1069.13 cm
+/IIm579 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 1613.87 1159.13 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1196.32 cm
+/IIm580 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 1267.12 cm
+/IIm581 Do
+
+Q
+q
+0 79.1934 -86.3928 -0 1613.87 1331.91 cm
+/R255 Do
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1415.9 cm
+/IIm582 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1615.07 1486.7 cm
+/IIm583 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1613.87 1553.89 cm
+/IIm584 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1615.07 1624.69 cm
+/R257 Do
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 1709.88 cm
+/IIm585 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 1779.47 cm
+/IIm586 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 1613.87 1879.07 cm
+/IIm587 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1615.07 1979.86 cm
+/IIm588 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 2047.05 cm
+/IIm589 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1613.87 2114.25 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 1615.07 2133.44 cm
+/IIm590 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1639.06 2167.04 cm
+/IIm591 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1613.87 2267.83 cm
+/IIm592 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1615.07 2343.43 cm
+/IIm593 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1613.87 2414.22 cm
+/IIm594 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1615.07 2475.42 cm
+/IIm595 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1750.65 763.158 cm
+/R259 Do
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 853.151 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 879.549 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 905.946 cm
+/IIm596 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 973.141 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 1750.65 995.939 cm
+/IIm597 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1059.53 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 1750.65 1083.53 cm
+/IIm598 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 1153.13 cm
+/IIm599 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 1215.52 cm
+/IIm600 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 1749.45 1282.71 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 46.7961 -87.5927 -0 1750.65 1394.31 cm
+/IIm601 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1459.1 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 85.1929 -63.5947 -0 1749.45 1485.5 cm
+/IIm602 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 1750.65 1669.08 cm
+/R261 Do
+Q
+q
+0 50.3958 -86.3928 -0 1749.45 1759.08 cm
+/IIm603 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1749.45 1825.07 cm
+/IIm604 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 1749.45 1865.87 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 1887.46 cm
+/IIm605 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 1750.65 1945.06 cm
+/IIm606 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1750.65 1981.06 cm
+/IIm607 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2051.85 cm
+/IIm608 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 1750.65 2114.25 cm
+/IIm609 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1750.65 2174.24 cm
+/IIm610 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2246.23 cm
+/IIm611 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1750.65 2395.02 cm
+/IIm612 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1749.45 2465.82 cm
+/IIm613 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1750.65 2527.01 cm
+/IIm614 Do
+
+Q
+q
+0 46.7961 -87.5927 -0 1885.04 374.391 cm
+/IIm615 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1885.04 434.385 cm
+/IIm616 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 506.38 cm
+/IIm617 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 545.976 cm
+/IIm618 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 1909.04 579.573 cm
+/IIm619 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 1883.84 680.365 cm
+/IIm620 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 759.559 cm
+/IIm621 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 1885.04 799.155 cm
+/IIm622 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 1885.04 865.15 cm
+/IIm623 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 1885.04 929.944 cm
+/IIm624 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 1883.84 998.339 cm
+/IIm625 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1885.04 1054.73 cm
+/IIm626 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 1883.84 1126.73 cm
+/IIm627 Do
+
+Q
+q
+0 83.993 -83.993 -0 2018.23 376.79 cm
+/R263 Do
+Q
+q
+0 74.3938 -88.7926 -0 2019.43 505.18 cm
+/R265 Do
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 591.573 cm
+/IIm628 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2042.23 659.967 cm
+/IIm629 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2043.43 721.162 cm
+/IIm630 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2018.23 788.356 cm
+/IIm631 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2018.23 827.953 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -88.7926 -0 2043.43 850.751 cm
+/IIm632 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2018.23 921.545 cm
+/IIm633 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 981.54 cm
+/IIm634 Do
+
+Q
+q
+0 11.999 -86.3928 -0 2018.23 1057.13 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1083.53 cm
+/IIm635 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1143.53 cm
+/IIm636 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2019.43 1208.32 cm
+/IIm637 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2019.43 1270.72 cm
+/IIm638 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2019.43 1336.71 cm
+/IIm639 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2018.23 1427.9 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 1465.1 cm
+/IIm640 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2018.23 1534.69 cm
+/IIm641 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 1600.69 cm
+/IIm642 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2018.23 1641.49 cm
+/IIm643 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2019.43 1703.88 cm
+/IIm644 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2019.43 1805.87 cm
+/R267 Do
+Q
+q
+0 57.5952 -64.7946 -0 2019.43 1891.06 cm
+/IIm645 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2018.23 1960.66 cm
+/IIm646 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2018.23 2060.25 cm
+/IIm647 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2019.43 2162.24 cm
+/IIm648 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2018.23 2228.24 cm
+/IIm649 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2018.23 2295.43 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 2019.43 2314.63 cm
+/IIm650 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2043.43 2348.23 cm
+/IIm651 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2153.82 379.19 cm
+/R269 Do
+Q
+q
+0 50.3958 -63.5947 -0 2155.02 479.982 cm
+/IIm652 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2155.02 541.177 cm
+/IIm653 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 605.971 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 2155.02 629.969 cm
+/IIm654 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 689.964 cm
+/IIm655 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 759.559 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 81.5932 -88.7926 -0 2155.02 817.154 cm
+/R271 Do
+Q
+q
+0 32.3973 -63.5947 -0 2153.82 913.146 cm
+/IIm656 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 2179.02 947.943 cm
+/IIm657 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1016.34 cm
+/IIm658 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2153.82 1087.13 cm
+/IIm659 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 1153.13 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -62.3948 -0 2153.82 1174.72 cm
+/IIm660 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1237.12 cm
+/IIm661 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2155.02 1299.51 cm
+/IIm662 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2153.82 1340.31 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2155.02 1363.11 cm
+/IIm663 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2153.82 1433.9 cm
+/IIm664 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2289.41 813.554 cm
+/R273 Do
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 902.347 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 928.744 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 956.342 cm
+/IIm665 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 1022.34 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 2289.41 1046.33 cm
+/IIm666 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2288.21 1109.93 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 1132.73 cm
+/IIm667 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 1203.52 cm
+/IIm668 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2289.41 1264.72 cm
+/IIm669 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 2288.21 1331.91 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 70.7941 -86.3928 -0 2288.21 1549.09 cm
+/R275 Do
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 1630.69 cm
+/IIm670 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 1701.48 cm
+/IIm671 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 2288.21 1954.66 cm
+BI
+/CS /G/W 45/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 45>>
+ID xœíÊ!
+EI
+Q
+q
+0 57.5952 -87.5927 -0 2313.41 2013.45 cm
+/IIm672 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 2077.05 cm
+/IIm673 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 2146.64 cm
+/IIm674 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2289.41 2395.02 cm
+/IIm675 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2288.21 2465.82 cm
+/IIm676 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2289.41 2527.01 cm
+/IIm677 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 377.99 cm
+/IIm678 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 475.182 cm
+/IIm679 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 544.776 cm
+/IIm680 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2423.8 645.568 cm
+/IIm681 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 707.963 cm
+/IIm682 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2422.6 779.957 cm
+/IIm683 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2423.8 814.754 cm
+/IIm684 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 933.544 cm
+/IIm685 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 997.139 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 2423.8 1087.13 cm
+/IIm686 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2422.6 1127.93 cm
+/IIm687 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2423.8 1190.32 cm
+/IIm688 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 1318.71 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 1342.71 cm
+/IIm689 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 2422.6 1402.7 cm
+/IIm690 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 1549.09 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 1589.89 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 2422.6 1616.29 cm
+/IIm691 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 2422.6 1655.88 cm
+/IIm692 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 1810.67 cm
+/IIm693 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2422.6 1874.27 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 82.7931 -86.3928 -0 2422.6 1971.46 cm
+/R277 Do
+Q
+q
+0 53.9955 -64.7946 -0 2423.8 2067.45 cm
+/IIm694 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2423.8 2128.64 cm
+/R279 Do
+Q
+q
+0 57.5952 -64.7946 -0 2423.8 2215.04 cm
+/IIm695 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2422.6 2284.63 cm
+/IIm696 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2423.8 2347.03 cm
+/IIm697 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 2419.02 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2422.6 2445.42 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 2423.8 2467.02 cm
+/IIm698 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2422.6 2531.81 cm
+/IIm699 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2559.39 375.591 cm
+/IIm700 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2558.19 446.385 cm
+/IIm701 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2559.39 508.779 cm
+/IIm702 Do
+
+Q
+q
+0 53.9955 -86.3928 -0 2558.19 614.371 cm
+BI
+/CS /G/W 45/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 45>>
+ID xœíÊ!
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 680.365 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 706.763 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2558.19 733.161 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2559.39 757.159 cm
+/IIm703 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2558.19 826.753 cm
+/IIm704 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2559.39 862.75 cm
+/IIm705 Do
+
+Q
+q
+0 83.993 -83.993 -0 2692.58 376.79 cm
+/R281 Do
+Q
+q
+0 64.7946 -86.3928 -0 2692.58 508.779 cm
+/IIm706 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 584.373 cm
+/IIm707 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 650.368 cm
+/IIm708 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 715.162 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 737.96 cm
+/IIm709 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 796.755 cm
+/IIm710 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 891.548 cm
+/IIm711 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 2692.58 953.942 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 2692.58 1029.54 cm
+/IIm712 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 1102.73 cm
+/IIm713 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2692.58 1174.72 cm
+/IIm714 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 1210.72 cm
+/IIm715 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2693.78 1274.32 cm
+/IIm716 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 1336.71 cm
+/IIm717 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 1396.71 cm
+/IIm718 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 1461.5 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2693.78 1484.3 cm
+/IIm719 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2692.58 1555.09 cm
+/IIm720 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 2692.58 1648.68 cm
+/R283 Do
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 1723.08 cm
+/IIm721 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2693.78 1791.47 cm
+/IIm722 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 2692.58 1855.07 cm
+/IIm723 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2692.58 1922.26 cm
+/IIm724 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2692.58 1988.26 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 2716.57 2011.05 cm
+/IIm725 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2693.78 2081.85 cm
+/IIm726 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2693.78 2144.24 cm
+/IIm727 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2693.78 2211.44 cm
+/IIm728 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 2828.16 736.76 cm
+/R285 Do
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 826.753 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 853.151 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 879.549 cm
+/IIm729 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 946.743 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 2828.16 969.541 cm
+/IIm730 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 1033.14 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2828.16 1057.13 cm
+/IIm731 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 1126.73 cm
+/IIm732 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 2826.96 1196.32 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 74.3938 -86.3928 -0 2826.96 1261.12 cm
+/R287 Do
+Q
+q
+0 57.5952 -64.7946 -0 2828.16 1343.91 cm
+/IIm733 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2826.96 1413.5 cm
+/IIm734 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2828.16 1475.9 cm
+/IIm735 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2852.16 1540.69 cm
+/IIm736 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 2826.96 1641.49 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -87.5927 -0 2852.16 1713.48 cm
+/IIm737 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2826.96 1780.67 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 2828.16 1802.27 cm
+/IIm738 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2828.16 1869.47 cm
+/IIm739 Do
+
+Q
+q
+0 83.993 -83.993 -0 2962.55 376.79 cm
+/R289 Do
+Q
+q
+0 74.3938 -86.3928 -0 2962.55 508.779 cm
+/R291 Do
+Q
+q
+0 58.7951 -64.7946 -0 2963.75 590.373 cm
+/IIm740 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 2963.75 656.367 cm
+/IIm741 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2986.55 719.962 cm
+/IIm742 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 788.356 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 2962.55 814.754 cm
+/IIm743 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 851.951 cm
+/IIm744 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2963.75 914.346 cm
+/IIm745 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 951.542 cm
+/IIm746 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 2962.55 1022.34 cm
+/IIm747 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 2987.75 1054.73 cm
+/IIm748 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 2962.55 1156.73 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 50.3958 -63.5947 -0 2963.75 1228.72 cm
+/IIm749 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1294.71 cm
+/IIm750 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 2963.75 1358.31 cm
+/IIm751 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 2963.75 1414.7 cm
+/IIm752 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1455.5 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 2963.75 1478.3 cm
+/IIm753 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1549.09 cm
+/IIm754 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1648.68 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1675.08 cm
+/IIm755 Do
+
+Q
+q
+0 116.39 -86.3928 -0 2962.55 1768.67 cm
+/R293 Do
+Q
+q
+0 10.7991 -86.3928 -0 2962.55 1888.66 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 2962.55 1915.06 cm
+/IIm756 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 2963.75 1977.46 cm
+/IIm757 Do
+
+Q
+q
+0 11.999 -86.3928 -0 3096.94 381.59 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3096.94 412.787 cm
+/IIm758 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3098.14 475.182 cm
+/IIm759 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3098.14 532.777 cm
+/IIm760 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3096.94 572.374 cm
+/IIm761 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3098.14 613.171 cm
+/IIm762 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3096.94 677.965 cm
+/IIm763 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3098.14 775.157 cm
+/IIm764 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3096.94 845.951 cm
+/IIm765 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3098.14 905.946 cm
+/IIm766 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3098.14 941.943 cm
+/IIm767 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3232.53 743.96 cm
+/R295 Do
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 832.752 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 859.15 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 886.748 cm
+/IIm768 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 952.742 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3232.53 976.74 cm
+/IIm769 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 1040.34 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 1063.13 cm
+/IIm770 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 1133.93 cm
+/IIm771 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3232.53 1195.12 cm
+/IIm772 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3231.33 1262.32 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 70.7941 -86.3928 -0 3231.33 1340.31 cm
+/R297 Do
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 1421.9 cm
+/IIm773 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 3231.33 1485.5 cm
+/IIm774 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1547.89 cm
+/IIm775 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 3231.33 1666.68 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1733.88 cm
+/IIm776 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3232.53 1801.07 cm
+/IIm777 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3232.53 1867.07 cm
+/IIm778 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3232.53 1934.26 cm
+/IIm779 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3231.33 2006.25 cm
+/IIm780 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2045.85 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -87.5927 -0 3256.53 2065.05 cm
+/IIm781 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3249.33 2134.64 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 53.9955 -87.5927 -0 3255.33 2210.24 cm
+/IIm782 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3231.33 2278.63 cm
+/IIm783 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2318.23 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3231.33 2344.63 cm
+/IIm784 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2411.82 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 3255.33 2437.02 cm
+/IIm785 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3232.53 2501.81 cm
+/IIm786 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3231.33 2572.61 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 371.991 cm
+/IIm787 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3368.12 412.787 cm
+/IIm788 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3368.12 478.782 cm
+/IIm789 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 545.976 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 3368.12 568.774 cm
+/IIm790 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 626.37 cm
+/IIm791 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 3384.92 668.366 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 64.7946 -86.3928 -0 3366.92 734.361 cm
+/IIm792 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 808.754 cm
+/IIm793 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 879.549 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 898.747 cm
+/IIm794 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3366.92 939.543 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 85.1929 -63.5947 -0 3366.92 964.741 cm
+/IIm795 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 1063.13 cm
+/IIm796 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 1132.73 cm
+/IIm797 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3368.12 1168.72 cm
+/IIm798 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3368.12 1270.72 cm
+/R299 Do
+Q
+q
+0 57.5952 -87.5927 -0 3392.12 1346.31 cm
+/IIm799 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3366.92 1412.3 cm
+/IIm800 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3390.92 1511.9 cm
+/IIm801 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3366.92 1580.29 cm
+/IIm802 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 1642.68 cm
+/IIm803 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3366.92 1713.48 cm
+/IIm804 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 3392.12 1773.47 cm
+/IIm805 Do
+
+Q
+q
+0 81.5932 -88.7926 -0 3368.12 1870.67 cm
+/R301 Do
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 1966.66 cm
+/IIm806 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3368.12 2002.66 cm
+/IIm807 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3366.92 2066.25 cm
+/IIm808 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3368.12 2128.64 cm
+/IIm809 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3368.12 2195.84 cm
+/IIm810 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3368.12 2253.43 cm
+/IIm811 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3366.92 2293.03 cm
+/IIm812 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3368.12 2330.23 cm
+/IIm813 Do
+
+Q
+q
+0 83.993 -83.993 -0 3501.31 376.79 cm
+/R303 Do
+Q
+q
+0 70.7941 -86.3928 -0 3501.31 508.779 cm
+/R305 Do
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 583.173 cm
+/IIm814 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 650.368 cm
+/IIm815 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3525.31 719.962 cm
+/IIm816 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 788.356 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 814.754 cm
+/IIm817 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 3526.51 877.149 cm
+/IIm818 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3502.51 979.14 cm
+/R307 Do
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1054.73 cm
+/IIm819 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 1090.73 cm
+/IIm820 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 3525.31 1160.33 cm
+/IIm821 Do
+
+Q
+q
+0 87.5927 -62.3948 -0 3501.31 1252.72 cm
+/IIm822 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 1348.71 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1367.91 cm
+/IIm823 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3501.31 1408.7 cm
+/IIm824 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 1501.1 cm
+/IIm825 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3501.31 1541.89 cm
+/IIm826 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3502.51 1604.29 cm
+/IIm827 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 3502.51 1709.88 cm
+/R309 Do
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 1795.07 cm
+/IIm828 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 1862.27 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 1885.06 cm
+/IIm829 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3501.31 1955.86 cm
+/IIm830 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3501.31 2025.45 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 67.1944 -86.3928 -0 3501.31 2090.25 cm
+/R311 Do
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2175.44 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 3502.51 2198.24 cm
+/IIm831 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3502.51 2255.83 cm
+/IIm832 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 2291.83 cm
+/IIm833 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3501.31 2362.62 cm
+/IIm834 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2402.22 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3502.51 2426.22 cm
+/IIm835 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3502.51 2486.21 cm
+/IIm836 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3501.31 2555.81 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 68.3943 -88.7926 -0 3636.9 376.79 cm
+/R313 Do
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 454.784 cm
+/IIm837 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 523.178 cm
+/IIm838 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3635.7 586.773 cm
+/IIm839 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 621.57 cm
+/IIm840 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3636.9 686.365 cm
+/IIm841 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 721.162 cm
+/IIm842 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 3636.9 812.354 cm
+/IIm843 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3636.9 849.551 cm
+/IIm844 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3636.9 950.343 cm
+/R315 Do
+Q
+q
+0 50.3958 -63.5947 -0 3636.9 1033.14 cm
+/IIm845 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1095.53 cm
+/IIm846 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1155.53 cm
+/IIm847 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3636.9 1214.32 cm
+/IIm848 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 1281.51 cm
+/IIm849 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3636.9 1341.51 cm
+/IIm850 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3635.7 1399.11 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3636.9 1439.9 cm
+/IIm851 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3635.7 1505.9 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 82.7931 -86.3928 -0 3635.7 1565.89 cm
+/R317 Do
+Q
+q
+0 57.5952 -64.7946 -0 3636.9 1663.08 cm
+/IIm852 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3635.7 1732.68 cm
+/IIm853 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3636.9 1769.87 cm
+/IIm854 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3635.7 1833.47 cm
+/IIm855 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 3771.29 380.39 cm
+/IIm856 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3772.49 454.784 cm
+/IIm857 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3771.29 526.778 cm
+/IIm858 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3771.29 559.175 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3772.49 596.372 cm
+/IIm859 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3771.29 665.966 cm
+/IIm860 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 3771.29 705.563 cm
+/IIm861 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3772.49 802.755 cm
+/IIm862 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3771.29 873.549 cm
+/IIm863 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 3772.49 935.944 cm
+/IIm864 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3772.49 994.739 cm
+/IIm865 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3772.49 1061.93 cm
+/IIm866 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 3906.88 751.159 cm
+/R319 Do
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 841.152 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 867.55 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 893.947 cm
+/IIm867 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 961.142 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 3906.88 983.94 cm
+/IIm868 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 1047.53 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1071.53 cm
+/IIm869 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 1141.13 cm
+/IIm870 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 3905.68 1210.72 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -86.3928 -0 3905.68 1305.51 cm
+BI
+/CS /G/W 45/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 45>>
+ID xœíÊ!
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1366.71 cm
+/IIm871 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 3905.68 1437.5 cm
+/IIm872 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1473.5 cm
+/IIm873 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 1539.49 cm
+/IIm874 Do
+
+Q
+q
+0 46.7961 -87.5927 -0 3906.88 1661.88 cm
+/IIm875 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 1723.08 cm
+/IIm876 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3905.68 1793.87 cm
+/IIm877 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 3905.68 1859.87 cm
+/IIm878 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 3906.88 1987.06 cm
+/R321 Do
+Q
+q
+0 53.9955 -64.7946 -0 3906.88 2066.25 cm
+/IIm879 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 3905.68 2129.84 cm
+/IIm880 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 2195.84 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 2218.64 cm
+/IIm881 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 3906.88 2278.63 cm
+/IIm882 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3906.88 2338.63 cm
+/IIm883 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 3905.68 2409.42 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 3906.88 2495.81 cm
+/IIm884 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 3905.68 2558.21 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 4041.26 371.991 cm
+/IIm885 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4040.06 412.787 cm
+/IIm886 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4041.26 475.182 cm
+/IIm887 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4041.26 577.174 cm
+/R323 Do
+Q
+q
+0 10.7991 -10.7991 -0 4040.06 668.366 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -86.3928 -0 4040.06 700.763 cm
+BI
+/CS /G/W 45/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 45>>
+ID xœíÊ!
+EI
+Q
+q
+0 10.7991 -10.7991 -0 4040.06 769.158 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 4040.06 833.952 cm
+/IIm888 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 909.546 cm
+/IIm889 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4040.06 979.14 cm
+/IIm890 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4040.06 1019.94 cm
+/IIm891 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4040.06 1085.93 cm
+/IIm892 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1149.53 cm
+/IIm893 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4041.26 1220.32 cm
+/IIm894 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4041.26 1281.51 cm
+/IIm895 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4041.26 1341.51 cm
+/IIm896 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4041.26 1444.7 cm
+/R325 Do
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1529.89 cm
+/IIm897 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4040.06 1599.49 cm
+/IIm898 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4064.06 1699.08 cm
+/IIm899 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4041.26 1763.87 cm
+/IIm900 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4040.06 1833.47 cm
+/IIm901 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 4065.26 1893.46 cm
+/IIm902 Do
+
+Q
+q
+0 83.993 -83.993 -0 4175.65 376.79 cm
+/R327 Do
+Q
+q
+0 74.3938 -86.3928 -0 4175.65 549.576 cm
+/R329 Do
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 631.169 cm
+/IIm903 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4176.85 701.963 cm
+/IIm904 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 769.158 cm
+/IIm905 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4176.85 830.353 cm
+/IIm906 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 4175.65 969.541 cm
+/R331 Do
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 1045.13 cm
+/IIm907 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4176.85 1114.73 cm
+/IIm908 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 1183.12 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 4176.85 1204.72 cm
+/IIm909 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 1271.92 cm
+/IIm910 Do
+
+Q
+q
+0 28.7976 -110.391 -0 4199.65 1408.7 cm
+/IIm911 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 4176.85 1448.3 cm
+/IIm912 Do
+
+Q
+q
+0 55.1954 -86.3928 -0 4176.85 1514.3 cm
+/IIm913 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4175.65 1655.88 cm
+/IIm914 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 1757.88 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 1784.27 cm
+/IIm915 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 1919.86 cm
+/IIm916 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4176.85 1979.86 cm
+/IIm917 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2047.05 cm
+/IIm918 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2107.05 cm
+/IIm919 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4175.65 2171.84 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 2194.64 cm
+/IIm920 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 2265.43 cm
+/IIm921 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4176.85 2326.63 cm
+/IIm922 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4176.85 2462.22 cm
+/IIm923 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4175.65 2531.81 cm
+/IIm924 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 4310.04 371.991 cm
+/IIm925 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 435.585 cm
+/IIm926 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4310.04 506.38 cm
+/IIm927 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 545.976 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 569.974 cm
+/IIm928 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4311.24 639.569 cm
+/IIm929 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4311.24 701.963 cm
+/IIm930 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4311.24 793.156 cm
+/IIm931 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 829.153 cm
+/IIm932 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4334.04 898.747 cm
+/IIm933 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 967.141 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 989.939 cm
+/IIm934 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4311.24 1048.73 cm
+/IIm935 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 1143.53 cm
+/IIm936 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 4310.04 1205.92 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 1276.72 cm
+/IIm937 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4310.04 1340.31 cm
+/IIm938 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4311.24 1402.7 cm
+/IIm939 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4310.04 1473.5 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 4311.24 1496.3 cm
+/IIm940 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4311.24 1555.09 cm
+/IIm941 Do
+
+Q
+q
+0 28.7976 -110.391 -0 4334.04 1622.29 cm
+/IIm942 Do
+
+Q
+q
+0 125.99 -133.189 -0 5076.78 400.788 cm
+/R333 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 538.777 cm
+/R335 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 663.566 cm
+/R337 Do
+Q
+q
+0 110.391 -93.5922 -0 5074.38 772.757 cm
+/R339 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 887.948 cm
+/R341 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1012.74 cm
+/R343 Do
+Q
+q
+0 70.7941 -130.789 -0 5076.78 1126.73 cm
+/R345 Do
+Q
+q
+0 35.997 -128.389 -0 5074.38 1214.32 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 107.991 -98.3918 -0 5076.78 1268.32 cm
+/R347 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1393.11 cm
+/R349 Do
+Q
+q
+0 119.99 -128.389 -0 5074.38 1575.49 cm
+/R351 Do
+Q
+q
+0 107.991 -98.3918 -0 5076.78 1708.68 cm
+/R353 Do
+Q
+q
+0 98.3918 -95.992 -0 5074.38 1833.47 cm
+/R355 Do
+Q
+q
+0 103.191 -130.789 -0 5076.78 1948.66 cm
+/R357 Do
+Q
+q
+0 38.3968 -93.5922 -0 5074.38 2073.45 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+q
+0 74.3938 -88.7926 -0 5320.36 412.787 cm
+/R359 Do
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 497.98 cm
+/IIm943 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 568.774 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 591.573 cm
+/IIm944 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 662.367 cm
+/IIm945 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 723.562 cm
+/IIm946 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 795.555 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 5319.16 867.55 cm
+/IIm947 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 945.543 cm
+/IIm948 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5344.36 979.14 cm
+/IIm949 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5320.36 1042.73 cm
+/IIm950 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 1112.33 cm
+/IIm951 Do
+
+Q
+q
+0 68.3943 -88.7926 -0 5320.36 1220.32 cm
+/R361 Do
+Q
+q
+0 50.3958 -86.3928 -0 5319.16 1303.11 cm
+/IIm952 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1365.51 cm
+/IIm953 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5319.16 1436.3 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -87.5927 -0 5320.36 1462.7 cm
+/IIm954 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5320.36 1529.89 cm
+/IIm955 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 1597.09 cm
+/IIm956 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5319.16 1636.69 cm
+/IIm957 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1699.08 cm
+/IIm958 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5337.16 1773.47 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 69.5942 -86.3928 -0 5319.16 1841.87 cm
+/R363 Do
+Q
+q
+0 50.3958 -86.3928 -0 5319.16 1921.06 cm
+/IIm959 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5320.36 1982.26 cm
+/IIm960 Do
+
+Q
+q
+0 67.1944 -87.5927 -0 5320.36 2098.65 cm
+/R365 Do
+Q
+q
+0 68.3943 -88.7926 -0 5320.36 2182.64 cm
+/R367 Do
+Q
+q
+0 82.7931 -86.3928 -0 5319.16 2297.83 cm
+/R369 Do
+Q
+q
+0 32.3973 -63.5947 -0 5319.16 2387.82 cm
+/IIm961 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5319.16 2427.42 cm
+/IIm962 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5344.36 2521.01 cm
+/IIm963 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5453.55 416.387 cm
+/IIm964 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 490.781 cm
+/IIm965 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5453.55 561.575 cm
+/IIm966 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5454.75 623.97 cm
+/IIm967 Do
+
+Q
+q
+0 28.7976 -110.391 -0 5477.54 727.161 cm
+/IIm968 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5453.55 767.958 cm
+/IIm969 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5454.75 803.955 cm
+/IIm970 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5454.75 867.55 cm
+/IIm971 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5453.55 910.746 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 28.7976 -110.391 -0 5477.54 937.144 cm
+/IIm972 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5454.75 1011.54 cm
+/IIm973 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 1071.53 cm
+/IIm974 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5453.55 1141.13 cm
+/IIm975 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5454.75 1203.52 cm
+/IIm976 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5454.75 1275.52 cm
+/IIm977 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5454.75 1337.91 cm
+/IIm978 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5454.75 1394.31 cm
+/IIm979 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5454.75 1431.5 cm
+/IIm980 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5453.55 1502.3 cm
+/IIm981 Do
+
+Q
+q
+0 74.3938 -86.3928 -0 5589.13 416.387 cm
+/R371 Do
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 497.98 cm
+/IIm982 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5589.13 568.774 cm
+/IIm983 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5590.33 629.969 cm
+/IIm984 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 694.764 cm
+/IIm985 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5589.13 796.755 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 867.55 cm
+/IIm986 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 934.744 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 5590.33 957.542 cm
+/IIm987 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1023.54 cm
+/IIm988 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5607.13 1090.73 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 57.5952 -62.3948 -0 5589.14 1148.33 cm
+/IIm989 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5614.33 1208.32 cm
+/IIm990 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1275.52 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1298.31 cm
+/IIm991 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5613.13 1367.91 cm
+/IIm992 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5589.13 1435.1 cm
+/IIm993 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1498.7 cm
+/IIm994 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5589.13 1569.49 cm
+/IIm995 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5590.33 1630.69 cm
+/IIm996 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1731.48 cm
+/IIm997 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1792.67 cm
+/IIm998 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1862.27 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5590.33 1886.26 cm
+/IIm999 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5589.13 1955.86 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 5590.33 1978.66 cm
+/IIm1000 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5590.33 2036.25 cm
+/IIm1001 Do
+
+Q
+1 g
+1 i
+4702.41 356.392 m
+4702.41 2579.81 l
+f
+1.1999 w
+4702.41 356.392 m
+4702.41 2579.81 l
+S
+4403.63 2578.61 m
+4404.83 356.392 l
+f
+4403.63 2578.61 m
+4404.83 356.392 l
+S
+4403.63 356.392 m
+4702.41 356.392 l
+S
+4403.63 2578.61 m
+4702.41 2579.81 l
+S
+4407.23 1119.53 m
+4701.21 1120.73 l
+S
+4407.23 1173.52 m
+4701.21 1173.52 l
+S
+4407.23 1226.32 m
+4701.21 1226.32 l
+S
+4407.23 1280.31 m
+4701.21 1280.31 l
+S
+4407.23 1333.11 m
+4701.21 1333.11 l
+S
+4407.23 1385.91 m
+4701.21 1385.91 l
+S
+4407.23 1439.9 m
+4701.21 1439.9 l
+S
+0 g
+4407.23 1161.52 m
+4570.42 1162.72 l
+4570.42 1183.12 l
+4406.03 1183.12 l
+4407.23 1162.72 l
+4407.23 1162.72 l
+f
+4407.23 1161.52 m
+4570.42 1162.72 l
+4570.42 1183.12 l
+4406.03 1183.12 l
+4407.23 1162.72 l
+4407.23 1162.72 l
+S
+4404.83 1216.72 m
+4569.22 1216.72 l
+4569.22 1237.12 l
+4404.83 1237.12 l
+4406.03 1216.72 l
+4406.03 1216.72 l
+f
+4404.83 1216.72 m
+4569.22 1216.72 l
+4569.22 1237.12 l
+4404.83 1237.12 l
+4406.03 1216.72 l
+4406.03 1216.72 l
+S
+4404.83 1322.31 m
+4569.22 1322.31 l
+4569.22 1343.91 l
+4404.83 1343.91 l
+4406.03 1322.31 l
+4406.03 1322.31 l
+f
+4404.83 1322.31 m
+4569.22 1322.31 l
+4569.22 1343.91 l
+4404.83 1343.91 l
+4406.03 1322.31 l
+4406.03 1322.31 l
+S
+4407.23 1376.31 m
+4570.42 1376.31 l
+4570.42 1396.71 l
+4406.03 1396.71 l
+4407.23 1376.31 l
+4407.23 1376.31 l
+f
+4407.23 1376.31 m
+4570.42 1376.31 l
+4570.42 1396.71 l
+4406.03 1396.71 l
+4407.23 1376.31 l
+4407.23 1376.31 l
+S
+4404.83 1429.1 m
+4569.22 1429.1 l
+4569.22 1450.7 l
+4404.83 1450.7 l
+4406.03 1429.1 l
+4406.03 1429.1 l
+f
+4404.83 1429.1 m
+4569.22 1429.1 l
+4569.22 1450.7 l
+4404.83 1450.7 l
+4406.03 1429.1 l
+4406.03 1429.1 l
+S
+4407.23 1491.5 m
+4701.21 1491.5 l
+S
+4407.23 1544.29 m
+4701.21 1544.29 l
+S
+4407.23 1598.29 m
+4701.21 1598.29 l
+S
+4407.23 1651.08 m
+4701.21 1651.08 l
+S
+4407.23 1705.08 m
+4701.21 1705.08 l
+S
+4407.23 1757.88 m
+4701.21 1757.88 l
+S
+4407.23 1810.67 m
+4701.21 1810.67 l
+S
+4407.23 1533.49 m
+4570.42 1533.49 l
+4570.42 1555.09 l
+4406.03 1555.09 l
+4407.23 1533.49 l
+4407.23 1533.49 l
+f
+4407.23 1533.49 m
+4570.42 1533.49 l
+4570.42 1555.09 l
+4406.03 1555.09 l
+4407.23 1533.49 l
+4407.23 1533.49 l
+S
+4404.83 1588.69 m
+4569.22 1588.69 l
+4569.22 1609.09 l
+4404.83 1609.09 l
+4406.03 1588.69 l
+4406.03 1588.69 l
+f
+4404.83 1588.69 m
+4569.22 1588.69 l
+4569.22 1609.09 l
+4404.83 1609.09 l
+4406.03 1588.69 l
+4406.03 1588.69 l
+S
+4404.83 1694.28 m
+4569.22 1694.28 l
+4569.22 1714.68 l
+4404.83 1714.68 l
+4406.03 1694.28 l
+4406.03 1694.28 l
+f
+4404.83 1694.28 m
+4569.22 1694.28 l
+4569.22 1714.68 l
+4404.83 1714.68 l
+4406.03 1694.28 l
+4406.03 1694.28 l
+S
+4407.23 1747.08 m
+4570.42 1747.08 l
+4570.42 1768.67 l
+4406.03 1768.67 l
+4407.23 1747.08 l
+4407.23 1747.08 l
+f
+4407.23 1747.08 m
+4570.42 1747.08 l
+4570.42 1768.67 l
+4406.03 1768.67 l
+4407.23 1747.08 l
+4407.23 1747.08 l
+S
+4404.83 1801.07 m
+4569.22 1801.07 l
+4569.22 1821.47 l
+4404.83 1821.47 l
+4406.03 1801.07 l
+4406.03 1801.07 l
+f
+4404.83 1801.07 m
+4569.22 1801.07 l
+4569.22 1821.47 l
+4404.83 1821.47 l
+4406.03 1801.07 l
+4406.03 1801.07 l
+S
+4407.23 1863.47 m
+4701.21 1863.47 l
+S
+4407.23 1916.26 m
+4701.21 1916.26 l
+S
+4407.23 1970.26 m
+4701.21 1970.26 l
+S
+4407.23 2023.05 m
+4701.21 2023.05 l
+S
+4407.23 2075.85 m
+4701.21 2075.85 l
+S
+4407.23 2129.84 m
+4701.21 2129.84 l
+S
+4407.23 2182.64 m
+4701.21 2182.64 l
+S
+4407.23 1905.46 m
+4570.42 1905.46 l
+4570.42 1927.06 l
+4406.03 1927.06 l
+4407.23 1905.46 l
+4407.23 1905.46 l
+f
+4407.23 1905.46 m
+4570.42 1905.46 l
+4570.42 1927.06 l
+4406.03 1927.06 l
+4407.23 1905.46 l
+4407.23 1905.46 l
+S
+4404.83 1959.46 m
+4569.22 1959.46 l
+4569.22 1981.06 l
+4404.83 1981.06 l
+4406.03 1959.46 l
+4406.03 1959.46 l
+f
+4404.83 1959.46 m
+4569.22 1959.46 l
+4569.22 1981.06 l
+4404.83 1981.06 l
+4406.03 1959.46 l
+4406.03 1959.46 l
+S
+4404.83 2065.05 m
+4569.22 2065.05 l
+4569.22 2086.65 l
+4404.83 2086.65 l
+4406.03 2065.05 l
+4406.03 2065.05 l
+f
+4404.83 2065.05 m
+4569.22 2065.05 l
+4569.22 2086.65 l
+4404.83 2086.65 l
+4406.03 2065.05 l
+4406.03 2065.05 l
+S
+4407.23 2119.05 m
+4570.42 2119.05 l
+4570.42 2140.64 l
+4406.03 2140.64 l
+4407.23 2119.05 l
+4407.23 2119.05 l
+f
+4407.23 2119.05 m
+4570.42 2119.05 l
+4570.42 2140.64 l
+4406.03 2140.64 l
+4407.23 2119.05 l
+4407.23 2119.05 l
+S
+4404.83 2173.04 m
+4569.22 2173.04 l
+4569.22 2193.44 l
+4404.83 2193.44 l
+4406.03 2173.04 l
+4406.03 2173.04 l
+f
+4404.83 2173.04 m
+4569.22 2173.04 l
+4569.22 2193.44 l
+4404.83 2193.44 l
+4406.03 2173.04 l
+4406.03 2173.04 l
+S
+4406.03 483.581 m
+4700.01 483.581 l
+S
+4406.03 537.577 m
+4700.01 537.577 l
+S
+4406.03 590.373 m
+4700.01 590.373 l
+S
+4406.03 643.168 m
+4700.01 644.368 l
+S
+4406.03 697.164 m
+4700.01 697.164 l
+S
+4404.83 473.982 m
+4569.22 473.982 l
+4569.22 494.38 l
+4403.63 494.38 l
+4404.83 473.982 l
+4404.83 473.982 l
+f
+4404.83 473.982 m
+4569.22 473.982 l
+4569.22 494.38 l
+4403.63 494.38 l
+4404.83 473.982 l
+4404.83 473.982 l
+S
+4404.83 579.573 m
+4569.22 579.573 l
+4569.22 601.172 l
+4403.63 601.172 l
+4404.83 579.573 l
+4404.83 579.573 l
+f
+4404.83 579.573 m
+4569.22 579.573 l
+4569.22 601.172 l
+4403.63 601.172 l
+4404.83 579.573 l
+4404.83 579.573 l
+S
+4406.03 633.569 m
+4570.42 633.569 l
+4570.42 653.967 l
+4406.03 653.967 l
+4407.23 633.569 l
+4407.23 633.569 l
+f
+4406.03 633.569 m
+4570.42 633.569 l
+4570.42 653.967 l
+4406.03 653.967 l
+4407.23 633.569 l
+4407.23 633.569 l
+S
+4404.83 687.564 m
+4569.22 687.564 l
+4569.22 707.963 l
+4403.63 707.963 l
+4404.83 687.564 l
+4404.83 687.564 l
+f
+4404.83 687.564 m
+4569.22 687.564 l
+4569.22 707.963 l
+4403.63 707.963 l
+4404.83 687.564 l
+4404.83 687.564 l
+S
+4406.03 2235.44 m
+4700.01 2235.44 l
+S
+4406.03 2288.23 m
+4700.01 2288.23 l
+S
+4406.03 2341.03 m
+4700.01 2342.23 l
+S
+4406.03 2395.02 m
+4700.01 2395.02 l
+S
+4406.03 2447.82 m
+4700.01 2447.82 l
+S
+4406.03 2501.81 m
+4700.01 2501.81 l
+S
+4406.03 2277.43 m
+4570.42 2277.43 l
+4570.42 2299.03 l
+4404.83 2299.03 l
+4406.03 2277.43 l
+4406.03 2277.43 l
+f
+4406.03 2277.43 m
+4570.42 2277.43 l
+4570.42 2299.03 l
+4404.83 2299.03 l
+4406.03 2277.43 l
+4406.03 2277.43 l
+S
+4403.63 2331.43 m
+4568.02 2331.43 l
+4568.02 2353.03 l
+4403.63 2353.03 l
+4404.83 2331.43 l
+4404.83 2331.43 l
+f
+4403.63 2331.43 m
+4568.02 2331.43 l
+4568.02 2353.03 l
+4403.63 2353.03 l
+4404.83 2331.43 l
+4404.83 2331.43 l
+S
+4403.63 2438.22 m
+4568.02 2438.22 l
+4568.02 2458.62 l
+4403.63 2458.62 l
+4404.83 2438.22 l
+4404.83 2438.22 l
+f
+4403.63 2438.22 m
+4568.02 2438.22 l
+4568.02 2458.62 l
+4403.63 2458.62 l
+4404.83 2438.22 l
+4404.83 2438.22 l
+S
+4404.83 2491.01 m
+4570.42 2491.01 l
+4570.42 2512.61 l
+4404.83 2512.61 l
+4404.83 2491.01 l
+4404.83 2491.01 l
+f
+4404.83 2491.01 m
+4570.42 2491.01 l
+4570.42 2512.61 l
+4404.83 2512.61 l
+4404.83 2491.01 l
+4404.83 2491.01 l
+S
+4406.03 751.159 m
+4700.01 752.359 l
+S
+4406.03 805.155 m
+4700.01 805.155 l
+S
+4406.03 857.95 m
+4700.01 857.95 l
+S
+4406.03 910.746 m
+4700.01 910.746 l
+S
+4406.03 964.741 m
+4700.01 964.741 l
+S
+4406.03 1017.54 m
+4700.01 1017.54 l
+S
+4406.03 1071.53 m
+4700.01 1071.53 l
+S
+4406.03 794.355 m
+4569.22 794.355 l
+4569.22 814.754 l
+4404.83 814.754 l
+4406.03 794.355 l
+4406.03 794.355 l
+f
+4406.03 794.355 m
+4569.22 794.355 l
+4569.22 814.754 l
+4404.83 814.754 l
+4406.03 794.355 l
+4406.03 794.355 l
+S
+4403.63 848.351 m
+4568.02 848.351 l
+4568.02 868.749 l
+4403.63 868.749 l
+4404.83 848.351 l
+4404.83 848.351 l
+f
+4403.63 848.351 m
+4568.02 848.351 l
+4568.02 868.749 l
+4403.63 868.749 l
+4404.83 848.351 l
+4404.83 848.351 l
+S
+4403.63 953.942 m
+4568.02 953.942 l
+4568.02 975.54 l
+4403.63 975.54 l
+4404.83 953.942 l
+4404.83 953.942 l
+f
+4403.63 953.942 m
+4568.02 953.942 l
+4568.02 975.54 l
+4403.63 975.54 l
+4404.83 953.942 l
+4404.83 953.942 l
+S
+4406.03 1007.94 m
+4569.22 1007.94 l
+4569.22 1028.34 l
+4404.83 1028.34 l
+4406.03 1007.94 l
+4406.03 1007.94 l
+f
+4406.03 1007.94 m
+4569.22 1007.94 l
+4569.22 1028.34 l
+4404.83 1028.34 l
+4406.03 1007.94 l
+4406.03 1007.94 l
+S
+4403.63 1060.73 m
+4568.02 1060.73 l
+4568.02 1082.33 l
+4403.63 1082.33 l
+4404.83 1060.73 l
+4404.83 1060.73 l
+f
+4403.63 1060.73 m
+4568.02 1060.73 l
+4568.02 1082.33 l
+4403.63 1082.33 l
+4404.83 1060.73 l
+4404.83 1060.73 l
+S
+4406.03 430.786 m
+4700.01 430.786 l
+S
+4404.83 419.987 m
+4570.42 419.987 l
+4570.42 441.585 l
+4406.03 441.585 l
+4406.03 419.987 l
+4406.03 419.987 l
+f
+4404.83 419.987 m
+4570.42 419.987 l
+4570.42 441.585 l
+4406.03 441.585 l
+4406.03 419.987 l
+4406.03 419.987 l
+S
+4406.03 377.99 m
+4700.01 377.99 l
+S
+4406.03 2554.61 m
+4700.01 2555.81 l
+S
+4404.83 2543.81 m
+4570.42 2543.81 l
+4570.42 2564.21 l
+4404.83 2564.21 l
+4404.83 2543.81 l
+4404.83 2543.81 l
+f
+4404.83 2543.81 m
+4570.42 2543.81 l
+4570.42 2564.21 l
+4404.83 2564.21 l
+4404.83 2543.81 l
+4404.83 2543.81 l
+S
+4649.61 3000.97 m
+4656.81 3000.97 l
+4654.41 3005.77 l
+4652.01 3011.77 l
+4648.41 3014.17 l
+4646.01 3017.77 l
+4643.61 3018.97 l
+4641.21 3022.57 l
+4637.61 3023.77 l
+4634.01 3024.97 l
+4631.61 3024.97 l
+4628.01 3026.17 l
+4625.61 3024.97 l
+4623.22 3024.97 l
+4619.62 3024.97 l
+4617.22 3024.97 l
+4613.62 3023.77 l
+4610.02 3022.57 l
+4606.42 3021.37 l
+4602.82 3021.37 l
+4598.02 3018.97 l
+4594.42 3018.97 l
+4590.82 3017.77 l
+4588.42 3017.77 l
+4583.62 3015.37 l
+4581.22 3015.37 l
+4578.82 3020.17 l
+4577.62 3024.97 l
+4575.22 3028.57 l
+4574.02 3033.37 l
+4569.22 3039.37 l
+4564.42 3046.57 l
+4560.82 3047.77 l
+4557.22 3050.17 l
+4553.62 3051.37 l
+4551.22 3052.57 l
+4547.62 3053.77 l
+4544.02 3054.97 l
+4541.62 3054.97 l
+4538.02 3056.17 l
+4534.42 3054.97 l
+4530.82 3054.97 l
+4528.42 3054.97 l
+4524.82 3053.77 l
+4518.82 3050.17 l
+4512.82 3047.77 l
+4510.42 3045.37 l
+4506.82 3042.97 l
+4504.43 3039.37 l
+4503.23 3036.97 l
+4498.43 3030.97 l
+4496.03 3023.77 l
+4493.63 3017.77 l
+4492.43 3012.97 l
+4491.23 3006.97 l
+4491.23 3000.97 l
+4514.02 3000.97 l
+4514.02 3006.97 l
+4516.42 3014.17 l
+4518.82 3020.17 l
+4522.42 3026.17 l
+4526.02 3029.77 l
+4530.82 3034.57 l
+4533.22 3034.57 l
+4536.82 3036.97 l
+4540.42 3036.97 l
+4542.82 3039.37 l
+4547.62 3038.17 l
+4553.62 3038.17 l
+4558.42 3035.77 l
+4562.02 3034.57 l
+4565.62 3029.77 l
+4570.42 3024.97 l
+4572.82 3018.97 l
+4576.42 3012.97 l
+4529.62 3000.97 l
+4560.82 3000.97 l
+4577.62 3005.77 l
+4577.62 3003.37 l
+4577.62 3000.97 l
+4584.82 3000.97 l
+4583.62 3003.37 l
+4583.62 3006.97 l
+4584.82 3006.97 l
+4587.22 3008.17 l
+4590.82 3009.37 l
+4595.62 3011.77 l
+4600.42 3011.77 l
+4605.22 3012.97 l
+4608.82 3014.17 l
+4613.62 3015.37 l
+4616.02 3015.37 l
+4619.62 3016.57 l
+4622.02 3017.77 l
+4624.42 3017.77 l
+4628.01 3017.77 l
+4631.61 3016.57 l
+4635.21 3015.37 l
+4637.61 3015.37 l
+4641.21 3012.97 l
+4643.61 3009.37 l
+4647.21 3005.77 l
+4649.61 3002.17 l
+4649.61 3002.17 l
+4649.61 3000.97 l
+f*
+4404.83 3000.97 m
+4444.43 3000.97 l
+4440.83 3003.37 l
+4436.03 3006.97 l
+4432.43 3009.37 l
+4428.83 3011.77 l
+4422.83 3014.17 l
+4418.03 3016.57 l
+4413.23 3018.97 l
+4408.43 3021.37 l
+4403.63 3021.37 l
+4398.83 3022.57 l
+4394.03 3023.77 l
+4389.23 3023.77 l
+4380.84 3023.77 l
+4374.84 3022.57 l
+4368.84 3020.17 l
+4361.64 3018.97 l
+4355.64 3015.37 l
+4349.64 3011.77 l
+4344.84 3008.17 l
+4338.84 3004.57 l
+4338.84 3002.17 l
+4337.64 3000.97 l
+4361.64 3000.97 l
+4361.64 3004.57 l
+4364.04 3008.17 l
+4366.44 3010.57 l
+4371.24 3011.77 l
+4374.84 3011.77 l
+4380.84 3012.97 l
+4385.64 3011.77 l
+4391.63 3009.37 l
+4394.03 3006.97 l
+4398.83 3005.77 l
+4401.23 3003.37 l
+4404.83 3000.97 l
+f*
+4361.64 3000.97 m
+4337.64 3000.97 l
+4335.24 2997.37 l
+4334.04 2996.17 l
+4335.24 2991.37 l
+4338.84 2985.37 l
+4342.44 2979.37 l
+4347.24 2974.57 l
+4349.64 2972.17 l
+4353.24 2969.77 l
+4356.84 2968.57 l
+4361.64 2967.37 l
+4364.04 2964.97 l
+4368.84 2962.57 l
+4372.44 2961.38 l
+4377.24 2960.18 l
+4380.84 2958.98 l
+4385.64 2958.98 l
+4390.43 2958.98 l
+4395.23 2958.98 l
+4400.03 2958.98 l
+4404.83 2958.98 l
+4410.83 2958.98 l
+4415.63 2960.18 l
+4420.43 2961.38 l
+4425.23 2962.57 l
+4430.03 2964.97 l
+4434.83 2967.37 l
+4440.83 2958.98 l
+4446.83 2950.58 l
+4451.63 2944.58 l
+4457.63 2937.38 l
+4462.43 2931.38 l
+4467.23 2925.38 l
+4472.03 2921.78 l
+4476.83 2916.98 l
+4481.63 2912.18 l
+4486.43 2908.58 l
+4491.23 2904.98 l
+4496.03 2903.78 l
+4500.83 2901.38 l
+4506.82 2900.18 l
+4511.62 2900.18 l
+4518.82 2900.18 l
+4522.42 2900.18 l
+4524.82 2900.18 l
+4528.42 2900.18 l
+4532.02 2901.38 l
+4535.62 2901.38 l
+4539.22 2903.78 l
+4542.82 2904.98 l
+4546.42 2907.38 l
+4548.82 2909.78 l
+4552.42 2910.98 l
+4556.02 2914.58 l
+4559.62 2916.98 l
+4564.42 2924.18 l
+4570.42 2931.38 l
+4571.62 2934.98 l
+4574.02 2938.58 l
+4576.42 2943.38 l
+4577.62 2946.98 l
+4580.02 2951.78 l
+4581.22 2956.58 l
+4582.42 2960.18 l
+4583.62 2966.17 l
+4583.62 2969.77 l
+4584.82 2974.57 l
+4584.82 2978.17 l
+4584.82 2982.97 l
+4584.82 2987.77 l
+4584.82 2991.37 l
+4584.82 2996.17 l
+4584.82 3000.97 l
+4577.62 3000.97 l
+4577.62 2996.17 l
+4578.82 2991.37 l
+4578.82 2987.77 l
+4578.82 2984.17 l
+4578.82 2975.77 l
+4577.62 2968.57 l
+4576.42 2962.57 l
+4575.22 2956.58 l
+4572.82 2949.38 l
+4571.62 2944.58 l
+4568.02 2939.78 l
+4565.62 2934.98 l
+4562.02 2931.38 l
+4558.42 2926.58 l
+4554.82 2922.98 l
+4551.22 2921.78 l
+4546.42 2919.38 l
+4541.62 2916.98 l
+4538.02 2916.98 l
+4533.22 2916.98 l
+4528.42 2916.98 l
+4523.62 2916.98 l
+4518.82 2918.18 l
+4514.02 2920.58 l
+4509.22 2922.98 l
+4505.62 2925.38 l
+4500.83 2928.98 l
+4497.23 2932.58 l
+4492.43 2937.38 l
+4488.83 2940.98 l
+4484.03 2945.78 l
+4480.43 2950.58 l
+4475.63 2956.58 l
+4472.03 2962.57 l
+4467.23 2968.57 l
+4464.83 2974.57 l
+4493.63 2981.77 l
+4494.83 2974.57 l
+4499.63 2968.57 l
+4503.23 2961.38 l
+4508.02 2956.58 l
+4510.42 2954.18 l
+4512.82 2951.78 l
+4516.42 2950.58 l
+4520.02 2949.38 l
+4522.42 2948.18 l
+4526.02 2946.98 l
+4528.42 2946.98 l
+4532.02 2946.98 l
+4536.82 2946.98 l
+4542.82 2949.38 l
+4547.62 2951.78 l
+4553.62 2956.58 l
+4556.02 2960.18 l
+4559.62 2967.37 l
+4562.02 2974.57 l
+4564.42 2980.57 l
+4563.22 2982.97 l
+4563.22 2984.17 l
+4562.02 2982.97 l
+4560.82 2980.57 l
+4558.42 2975.77 l
+4557.22 2972.17 l
+4553.62 2968.57 l
+4551.22 2967.37 l
+4547.62 2964.97 l
+4545.22 2962.57 l
+4541.62 2962.57 l
+4539.22 2962.57 l
+4535.62 2962.57 l
+4530.82 2963.77 l
+4527.22 2966.17 l
+4523.62 2969.77 l
+4520.02 2973.37 l
+4517.62 2978.17 l
+4515.22 2982.97 l
+4514.02 2988.97 l
+4560.82 3000.97 l
+4529.62 3000.97 l
+4514.02 2996.17 l
+4514.02 2998.57 l
+4514.02 3000.97 l
+4491.23 3000.97 l
+4491.23 2996.17 l
+4492.43 2990.17 l
+4460.03 2980.57 l
+4456.43 2985.37 l
+4452.83 2991.37 l
+4448.03 2996.17 l
+4444.43 3000.97 l
+4404.83 3000.97 l
+4409.63 2996.17 l
+4415.63 2992.57 l
+4419.23 2986.57 l
+4424.03 2981.77 l
+4426.43 2976.97 l
+4428.83 2973.37 l
+4424.03 2970.97 l
+4420.43 2969.77 l
+4415.63 2968.57 l
+4410.83 2968.57 l
+4404.83 2968.57 l
+4398.83 2969.77 l
+4394.03 2969.77 l
+4389.23 2972.17 l
+4384.44 2974.57 l
+4379.64 2975.77 l
+4374.84 2979.37 l
+4371.24 2982.97 l
+4366.44 2986.57 l
+4364.04 2991.37 l
+4361.64 2996.17 l
+4361.64 2999.77 l
+4361.64 3000.97 l
+f*
+4656.81 3000.97 m
+4649.61 3000.97 l
+4650.81 2994.97 l
+4653.21 2990.17 l
+4654.41 2984.17 l
+4654.41 2980.57 l
+4653.21 2972.17 l
+4652.01 2966.17 l
+4649.61 2961.38 l
+4647.21 2958.98 l
+4647.21 2961.38 l
+4647.21 2964.97 l
+4646.01 2969.77 l
+4643.61 2973.37 l
+4642.41 2978.17 l
+4638.81 2979.37 l
+4636.41 2981.77 l
+4632.81 2982.97 l
+4629.21 2984.17 l
+4624.42 2982.97 l
+4619.62 2980.57 l
+4616.02 2975.77 l
+4613.62 2972.17 l
+4611.22 2966.17 l
+4610.02 2958.98 l
+4610.02 2954.18 l
+4612.42 2948.18 l
+4613.62 2944.58 l
+4617.22 2940.98 l
+4620.82 2937.38 l
+4624.42 2934.98 l
+4628.01 2932.58 l
+4632.81 2932.58 l
+4637.61 2933.78 l
+4643.61 2937.38 l
+4648.41 2940.98 l
+4653.21 2946.98 l
+4655.61 2954.18 l
+4658.01 2962.57 l
+4659.21 2966.17 l
+4659.21 2969.77 l
+4660.41 2974.57 l
+4660.41 2980.57 l
+4660.41 2984.17 l
+4659.21 2990.17 l
+4658.01 2996.17 l
+4656.81 3000.97 l
+f*
+4514.02 2988.97 m
+4577.62 3005.77 l
+4577.62 2999.77 l
+4577.62 2993.77 l
+4578.82 2987.77 l
+4578.82 2984.17 l
+4578.82 2975.77 l
+4577.62 2968.57 l
+4576.42 2962.57 l
+4575.22 2956.58 l
+4572.82 2949.38 l
+4571.62 2944.58 l
+4568.02 2939.78 l
+4565.62 2934.98 l
+4562.02 2931.38 l
+4558.42 2926.58 l
+4554.82 2922.98 l
+4551.22 2921.78 l
+4546.42 2919.38 l
+4541.62 2916.98 l
+4538.02 2916.98 l
+4533.22 2916.98 l
+4528.42 2916.98 l
+4523.62 2916.98 l
+4518.82 2918.18 l
+4514.02 2920.58 l
+4509.22 2922.98 l
+4505.62 2925.38 l
+4500.83 2928.98 l
+4497.23 2932.58 l
+4492.43 2937.38 l
+4488.83 2940.98 l
+4484.03 2945.78 l
+4480.43 2950.58 l
+4475.63 2956.58 l
+4472.03 2962.57 l
+4467.23 2968.57 l
+4464.83 2974.57 l
+4493.63 2981.77 l
+4494.83 2974.57 l
+4499.63 2968.57 l
+4503.23 2961.38 l
+4508.02 2956.58 l
+4510.42 2954.18 l
+4512.82 2951.78 l
+4516.42 2950.58 l
+4520.02 2949.38 l
+4522.42 2948.18 l
+4526.02 2946.98 l
+4528.42 2946.98 l
+4532.02 2946.98 l
+4536.82 2946.98 l
+4542.82 2949.38 l
+4547.62 2951.78 l
+4553.62 2956.58 l
+4556.02 2960.18 l
+4559.62 2967.37 l
+4562.02 2974.57 l
+4564.42 2980.57 l
+4563.22 2982.97 l
+S
+4563.22 2982.97 m
+4563.22 2984.17 l
+4562.02 2982.97 l
+4560.82 2980.57 l
+4558.42 2975.77 l
+4557.22 2972.17 l
+4553.62 2968.57 l
+4551.22 2967.37 l
+4547.62 2964.97 l
+4545.22 2962.57 l
+4541.62 2962.57 l
+4539.22 2962.57 l
+4535.62 2962.57 l
+4530.82 2963.77 l
+4527.22 2966.17 l
+4523.62 2969.77 l
+4520.02 2973.37 l
+4517.62 2978.17 l
+4515.22 2982.97 l
+4514.02 2988.97 l
+S
+4514.02 2996.17 m
+4514.02 2999.77 l
+4514.02 3004.57 l
+4514.02 3008.17 l
+4516.42 3011.77 l
+4517.62 3018.97 l
+4522.42 3026.17 l
+4526.02 3029.77 l
+4530.82 3034.57 l
+4533.22 3034.57 l
+4536.82 3036.97 l
+4540.42 3036.97 l
+4542.82 3039.37 l
+4547.62 3038.17 l
+4553.62 3038.17 l
+4558.42 3035.77 l
+4562.02 3034.57 l
+4565.62 3029.77 l
+4570.42 3024.97 l
+4572.82 3018.97 l
+4576.42 3012.97 l
+4514.02 2996.17 l
+S
+4428.83 2973.37 m
+4424.03 2970.97 l
+4420.43 2969.77 l
+4415.63 2968.57 l
+4410.83 2968.57 l
+4404.83 2968.57 l
+4398.83 2969.77 l
+4394.03 2969.77 l
+4389.23 2972.17 l
+4384.44 2974.57 l
+4379.64 2975.77 l
+4374.84 2979.37 l
+4371.24 2982.97 l
+4366.44 2986.57 l
+4364.04 2991.37 l
+4361.64 2996.17 l
+4361.64 2999.77 l
+4361.64 3004.57 l
+4364.04 3008.17 l
+4366.44 3010.57 l
+4371.24 3011.77 l
+4374.84 3011.77 l
+4380.84 3012.97 l
+4385.64 3011.77 l
+4391.63 3009.37 l
+4394.03 3006.97 l
+4397.63 3005.77 l
+4400.03 3003.37 l
+4403.63 3002.17 l
+4409.63 2997.37 l
+4415.63 2992.57 l
+4419.23 2986.57 l
+4424.03 2981.77 l
+4426.43 2976.97 l
+4428.83 2973.37 l
+S
+4434.83 2967.37 m
+4440.83 2958.98 l
+4446.83 2950.58 l
+4451.63 2944.58 l
+4457.63 2937.38 l
+4462.43 2931.38 l
+4467.23 2925.38 l
+4472.03 2921.78 l
+4476.83 2916.98 l
+4481.63 2912.18 l
+4486.43 2908.58 l
+4491.23 2904.98 l
+4496.03 2903.78 l
+4500.83 2901.38 l
+4506.82 2900.18 l
+4511.62 2900.18 l
+4518.82 2900.18 l
+4522.42 2900.18 l
+4524.82 2900.18 l
+4528.42 2900.18 l
+4532.02 2901.38 l
+4535.62 2901.38 l
+4539.22 2903.78 l
+4542.82 2904.98 l
+4546.42 2907.38 l
+4548.82 2909.78 l
+4552.42 2910.98 l
+4556.02 2914.58 l
+4559.62 2916.98 l
+4564.42 2924.18 l
+4570.42 2931.38 l
+4571.62 2934.98 l
+4574.02 2938.58 l
+4576.42 2943.38 l
+4577.62 2946.98 l
+4580.02 2951.78 l
+4581.22 2956.58 l
+4582.42 2960.18 l
+4583.62 2966.17 l
+4584.82 2969.77 l
+4584.82 2974.57 l
+4584.82 2980.57 l
+4586.02 2985.37 l
+4584.82 2990.17 l
+4584.82 2996.17 l
+4584.82 3002.17 l
+4583.62 3006.97 l
+4584.82 3006.97 l
+4587.22 3008.17 l
+4590.82 3009.37 l
+4595.62 3011.77 l
+4600.42 3011.77 l
+4605.22 3012.97 l
+4608.82 3014.17 l
+4613.62 3015.37 l
+4616.02 3015.37 l
+4619.62 3016.57 l
+4622.02 3017.77 l
+4624.42 3017.77 l
+4628.01 3017.77 l
+S
+4628.01 3017.77 m
+4631.61 3016.57 l
+4635.21 3015.37 l
+4637.61 3015.37 l
+4641.21 3012.97 l
+4643.61 3009.37 l
+4647.21 3005.77 l
+4649.61 3002.17 l
+4650.81 2996.17 l
+4653.21 2990.17 l
+4654.41 2984.17 l
+4654.41 2980.57 l
+4653.21 2972.17 l
+4652.01 2966.17 l
+4649.61 2961.38 l
+4647.21 2958.98 l
+4647.21 2961.38 l
+4647.21 2964.97 l
+4646.01 2969.77 l
+4643.61 2973.37 l
+4642.41 2978.17 l
+4638.81 2979.37 l
+4636.41 2981.77 l
+4632.81 2982.97 l
+4629.21 2984.17 l
+4624.42 2982.97 l
+4619.62 2980.57 l
+4616.02 2975.77 l
+4613.62 2972.17 l
+4611.22 2966.17 l
+4610.02 2958.98 l
+4610.02 2954.18 l
+4612.42 2948.18 l
+4613.62 2944.58 l
+4617.22 2940.98 l
+4620.82 2937.38 l
+4624.42 2934.98 l
+4628.01 2932.58 l
+4632.81 2932.58 l
+4637.61 2933.78 l
+4643.61 2937.38 l
+4648.41 2940.98 l
+4653.21 2946.98 l
+4655.61 2954.18 l
+4658.01 2962.57 l
+4659.21 2966.17 l
+4659.21 2969.77 l
+4660.41 2974.57 l
+4660.41 2980.57 l
+4660.41 2984.17 l
+4659.21 2988.97 l
+4658.01 2993.77 l
+4658.01 2997.37 l
+4654.41 3005.77 l
+4652.01 3011.77 l
+4648.41 3014.17 l
+4646.01 3017.77 l
+4643.61 3018.97 l
+4641.21 3022.57 l
+4637.61 3023.77 l
+S
+4637.61 3023.77 m
+4634.01 3024.97 l
+4631.61 3024.97 l
+4628.01 3026.17 l
+4625.61 3024.97 l
+4623.22 3024.97 l
+4619.62 3024.97 l
+4617.22 3024.97 l
+4613.62 3023.77 l
+4610.02 3022.57 l
+4606.42 3021.37 l
+4602.82 3021.37 l
+4598.02 3018.97 l
+4594.42 3018.97 l
+4590.82 3017.77 l
+4588.42 3017.77 l
+4583.62 3015.37 l
+4581.22 3015.37 l
+4578.82 3020.17 l
+4577.62 3024.97 l
+4575.22 3028.57 l
+4574.02 3033.37 l
+4569.22 3039.37 l
+4564.42 3046.57 l
+4560.82 3047.77 l
+4557.22 3050.17 l
+4553.62 3051.37 l
+4551.22 3052.57 l
+4547.62 3053.77 l
+4544.02 3054.97 l
+4541.62 3054.97 l
+4538.02 3056.17 l
+4534.42 3054.97 l
+4530.82 3054.97 l
+4528.42 3054.97 l
+4524.82 3053.77 l
+4518.82 3050.17 l
+4512.82 3047.77 l
+4510.42 3045.37 l
+4506.82 3042.97 l
+4504.43 3039.37 l
+4503.23 3036.97 l
+4498.43 3030.97 l
+4496.03 3023.77 l
+4493.63 3018.97 l
+4492.43 3015.37 l
+4491.23 3011.77 l
+4491.23 3006.97 l
+4491.23 3003.37 l
+4491.23 2998.57 l
+4491.23 2993.77 l
+4492.43 2990.17 l
+4460.03 2980.57 l
+4456.43 2985.37 l
+4452.83 2990.17 l
+4449.23 2993.77 l
+4445.63 2998.57 l
+4440.83 3002.17 l
+4437.23 3005.77 l
+4432.43 3008.17 l
+S
+4432.43 3008.17 m
+4428.83 3011.77 l
+4422.83 3014.17 l
+4418.03 3016.57 l
+4413.23 3018.97 l
+4408.43 3021.37 l
+4403.63 3021.37 l
+4398.83 3022.57 l
+4394.03 3023.77 l
+4389.23 3023.77 l
+4380.84 3023.77 l
+4374.84 3022.57 l
+4368.84 3020.17 l
+4361.64 3018.97 l
+4355.64 3015.37 l
+4349.64 3011.77 l
+4344.84 3008.17 l
+4338.84 3004.57 l
+4335.24 2998.57 l
+4334.04 2996.17 l
+4335.24 2991.37 l
+4338.84 2985.37 l
+4342.44 2979.37 l
+4347.24 2974.57 l
+4349.64 2972.17 l
+4353.24 2969.77 l
+4356.84 2968.57 l
+4361.64 2967.37 l
+4364.04 2964.97 l
+4368.84 2962.57 l
+4372.44 2961.38 l
+4377.24 2960.18 l
+4380.84 2958.98 l
+4385.64 2958.98 l
+4390.43 2958.98 l
+4395.23 2958.98 l
+4400.03 2958.98 l
+4404.83 2958.98 l
+4410.83 2958.98 l
+4415.63 2960.18 l
+4420.43 2961.38 l
+4425.23 2962.57 l
+4430.03 2964.97 l
+4434.83 2967.37 l
+S
+4611.22 2903.78 m
+4562.02 3046.57 l
+4529.62 3185.76 l
+4511.62 3323.74 l
+4508.02 3459.33 l
+4516.42 3590.12 l
+4538.02 3719.71 l
+4571.62 3844.5 l
+4614.82 3966.89 l
+4644.81 4071.28 l
+4662.81 4197.27 l
+4666.41 4335.26 l
+4660.41 4479.25 l
+4642.41 4619.64 l
+4614.82 4750.43 l
+4578.82 4863.22 l
+4535.62 4953.21 l
+S
+16 w
+1 J
+1 j
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8483.44 m
+4115.1 8392.94 l
+4303.11 8333.33 l
+4489.49 8300.22 l
+4672.64 8293.6 l
+4849.3 8309.05 l
+5024.34 8348.79 l
+5192.9 8410.6 l
+5358.21 8490.07 l
+5499.22 8545.25 l
+5669.4 8578.37 l
+5855.78 8584.99 l
+6050.27 8573.95 l
+6239.9 8540.84 l
+6416.56 8490.07 l
+6568.91 8423.84 l
+6690.47 8344.37 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8399.56 m
+4115.1 8309.05 l
+4303.11 8247.24 l
+4489.49 8214.13 l
+4672.64 8209.71 l
+4849.3 8225.17 l
+5024.34 8264.9 l
+5192.9 8326.71 l
+5358.21 8406.18 l
+5499.22 8461.37 l
+5669.4 8494.48 l
+5855.78 8503.31 l
+6050.27 8490.07 l
+6239.9 8456.95 l
+6416.56 8408.39 l
+6568.91 8339.96 l
+6690.47 8258.28 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8399.56 m
+4115.1 8309.05 l
+4303.11 8247.24 l
+4489.49 8214.13 l
+4672.64 8209.71 l
+4849.3 8225.17 l
+5024.34 8264.9 l
+5192.9 8326.71 l
+5358.21 8406.18 l
+5499.22 8461.37 l
+5669.4 8494.48 l
+5855.78 8503.31 l
+6050.27 8490.07 l
+6239.9 8456.95 l
+6416.56 8408.39 l
+6568.91 8339.96 l
+6690.47 8258.28 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8315.67 m
+4115.1 8225.17 l
+4303.11 8163.36 l
+4489.49 8130.24 l
+4672.64 8125.83 l
+4849.3 8141.28 l
+5024.34 8181.02 l
+5192.9 8242.83 l
+5358.21 8322.3 l
+5499.22 8377.48 l
+5669.4 8410.6 l
+5855.78 8419.43 l
+6050.27 8408.39 l
+6239.9 8375.28 l
+6416.56 8324.5 l
+6568.91 8256.07 l
+6690.47 8176.6 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8315.67 m
+4115.1 8225.17 l
+4303.11 8163.36 l
+4489.49 8130.24 l
+4672.64 8125.83 l
+4849.3 8141.28 l
+5024.34 8181.02 l
+5192.9 8242.83 l
+5358.21 8322.3 l
+5499.22 8377.48 l
+5669.4 8410.6 l
+5855.78 8419.43 l
+6050.27 8408.39 l
+6239.9 8375.28 l
+6416.56 8324.5 l
+6568.91 8256.07 l
+6690.47 8176.6 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8231.79 m
+4115.1 8141.28 l
+4303.11 8081.68 l
+4489.49 8048.57 l
+4672.64 8041.94 l
+4849.3 8059.6 l
+5024.34 8099.34 l
+5192.9 8158.94 l
+5358.21 8240.62 l
+5499.22 8295.81 l
+5669.4 8326.71 l
+5855.78 8335.54 l
+6050.27 8322.3 l
+6239.9 8289.18 l
+6416.56 8240.62 l
+6568.91 8172.19 l
+6690.47 8092.72 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8231.79 m
+4115.1 8141.28 l
+4303.11 8081.68 l
+4489.49 8048.57 l
+4672.64 8041.94 l
+4849.3 8059.6 l
+5024.34 8099.34 l
+5192.9 8158.94 l
+5358.21 8240.62 l
+5499.22 8295.81 l
+5669.4 8326.71 l
+5855.78 8335.54 l
+6050.27 8322.3 l
+6239.9 8289.18 l
+6416.56 8240.62 l
+6568.91 8172.19 l
+6690.47 8092.72 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8150.11 m
+4115.1 8059.6 l
+4303.11 8000 l
+4489.49 7964.68 l
+4672.64 7960.27 l
+4849.3 7975.72 l
+5024.34 8015.45 l
+5192.9 8077.26 l
+5358.21 8158.94 l
+5499.22 8214.13 l
+5669.4 8245.03 l
+5855.78 8253.86 l
+6050.27 8240.62 l
+6239.9 8207.51 l
+6416.56 8158.94 l
+6568.91 8090.51 l
+6690.47 8011.04 l
+S Q
+q 0 0.740338 0.543555 0 0 0 cm
+3922.23 8150.11 m
+4115.1 8059.6 l
+4303.11 8000 l
+4489.49 7964.68 l
+4672.64 7960.27 l
+4849.3 7975.72 l
+5024.34 8015.45 l
+5192.9 8077.26 l
+5358.21 8158.94 l
+5499.22 8214.13 l
+5669.4 8245.03 l
+5855.78 8253.86 l
+6050.27 8240.62 l
+6239.9 8207.51 l
+6416.56 8158.94 l
+6568.91 8090.51 l
+6690.47 8011.04 l
+S Q
+q
+0 140.388 -128.389 -0 4889.59 2834.19 cm
+/R373 Do
+Q
+q
+0 103.191 -130.789 -0 4891.99 2984.17 cm
+/R375 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 3099.36 cm
+/R377 Do
+Q
+q
+0 98.3918 -95.992 -0 4891.99 3224.15 cm
+/R379 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 3338.14 cm
+/R381 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 3478.53 cm
+/R383 Do
+Q
+q
+0 98.3918 -128.389 -0 4889.59 3564.92 cm
+/R385 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 3680.12 cm
+/R387 Do
+Q
+q
+0 123.59 -128.389 -0 4889.59 3867.3 cm
+/R389 Do
+Q
+q
+0 107.991 -98.3918 -0 4891.99 4010.09 cm
+/R391 Do
+Q
+q
+0 99.5917 -98.3918 -0 4891.99 4128.88 cm
+/R393 Do
+Q
+q
+0 70.7941 -130.789 -0 4891.99 4238.07 cm
+/R395 Do
+Q
+q
+0 99.5917 -98.3918 -0 4891.99 4318.46 cm
+/R397 Do
+Q
+q
+0 38.3968 -93.5922 -0 4889.59 4434.85 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+q
+0 69.5942 -86.3928 -0 5135.57 2829.39 cm
+/R399 Do
+Q
+q
+0 50.3958 -86.3928 -0 5135.57 2908.58 cm
+/IIm1002 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5136.77 2969.77 cm
+/IIm1003 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5136.77 3081.36 cm
+/R401 Do
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 3171.36 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 5136.77 3190.56 cm
+/IIm1004 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5160.77 3224.15 cm
+/IIm1005 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3329.74 cm
+/IIm1006 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5135.57 3393.34 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -86.3928 -0 5135.57 3477.33 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3545.73 cm
+/IIm1007 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 3616.52 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 5135.57 3642.92 cm
+/IIm1008 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5135.57 3675.32 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3712.51 cm
+/IIm1009 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5135.57 3776.11 cm
+/IIm1010 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5135.57 3886.5 cm
+/IIm1011 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 3962.09 cm
+/IIm1012 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4031.69 cm
+/IIm1013 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5136.77 4094.08 cm
+/IIm1014 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 5135.57 4197.27 cm
+/R403 Do
+Q
+q
+0 51.5957 -64.7946 -0 5136.77 4283.67 cm
+/IIm1015 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5136.77 4343.66 cm
+/IIm1016 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4404.85 cm
+/IIm1017 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5136.77 4472.05 cm
+/IIm1018 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 4535.64 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4558.44 cm
+/IIm1019 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5136.77 4622.04 cm
+/IIm1020 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5135.57 4661.63 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5136.77 4685.63 cm
+/IIm1021 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4755.23 cm
+/IIm1022 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5153.57 4824.82 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 11.999 -86.3928 -0 5135.57 4900.41 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5135.57 4931.61 cm
+/IIm1023 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5136.77 4994.01 cm
+/IIm1024 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5135.57 5060 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 2835.39 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 51.5957 -64.7946 -0 5271.16 2856.98 cm
+/IIm1025 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 2951.78 cm
+/IIm1026 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 3021.37 cm
+/IIm1027 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3118.56 cm
+/IIm1028 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3189.36 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3215.75 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 56.3953 -62.3948 -0 5269.96 3268.55 cm
+/IIm1029 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3332.14 cm
+/IIm1030 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 3402.94 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5271.16 3429.34 cm
+/IIm1031 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 3496.53 cm
+/IIm1032 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5271.16 3555.33 cm
+/IIm1033 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 3591.32 cm
+/IIm1034 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 3658.52 cm
+/IIm1035 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 3729.31 cm
+/IIm1036 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3798.91 cm
+/IIm1037 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 3869.7 cm
+/IIm1038 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5295.16 3904.5 cm
+/IIm1039 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 3972.89 cm
+/IIm1040 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 4043.68 cm
+/IIm1041 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 4109.68 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -62.3948 -0 5269.96 4131.28 cm
+/IIm1042 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4193.67 cm
+/IIm1043 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5271.16 4256.07 cm
+/IIm1044 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5269.96 4296.86 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4319.66 cm
+/IIm1045 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5269.96 4390.46 cm
+/IIm1046 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4486.45 cm
+/IIm1047 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5269.96 4550.04 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5271.16 4620.84 cm
+/IIm1048 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 5269.96 4683.23 cm
+/IIm1049 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5271.16 4745.63 cm
+/IIm1050 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5269.96 4817.62 cm
+/IIm1051 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5269.96 4895.61 cm
+/IIm1052 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5269.96 4953.21 cm
+/IIm1053 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5271.16 5021.6 cm
+/IIm1054 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5404.35 2834.19 cm
+/IIm1055 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 2934.98 cm
+/IIm1056 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5405.55 2997.37 cm
+/IIm1057 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5404.35 3062.17 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 53.9955 -64.7946 -0 5405.55 3084.96 cm
+/IIm1058 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5404.35 3148.56 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3171.36 cm
+/IIm1059 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5404.35 3242.15 cm
+/IIm1060 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5405.55 3304.55 cm
+/IIm1061 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5404.35 3452.13 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 3492.93 cm
+/IIm1062 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3528.93 cm
+/IIm1063 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5404.35 3598.52 cm
+/IIm1064 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 3782.11 cm
+/IIm1065 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 3822.9 cm
+/IIm1066 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 3890.1 cm
+/IIm1067 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 3926.09 cm
+/IIm1068 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 3996.89 cm
+/IIm1069 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5429.55 4058.08 cm
+/IIm1070 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 4130.08 cm
+/IIm1071 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 4193.67 cm
+/IIm1072 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5405.55 4263.27 cm
+/IIm1073 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4323.26 cm
+/IIm1074 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4446.85 cm
+/IIm1075 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5404.35 4486.45 cm
+/IIm1076 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4548.84 cm
+/IIm1077 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5429.55 4706.03 cm
+/IIm1078 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 4778.02 cm
+/IIm1079 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4812.82 cm
+/IIm1080 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5405.55 4881.21 cm
+/IIm1081 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5405.55 4943.61 cm
+/IIm1082 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5405.55 4979.61 cm
+/IIm1083 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5404.35 5051.6 cm
+/IIm1084 Do
+
+Q
+q
+0 116.39 -86.3928 -0 5539.94 2828.19 cm
+/R405 Do
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 2944.58 cm
+/IIm1085 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5541.14 3010.57 cm
+/IIm1086 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5539.94 3075.37 cm
+/IIm1087 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 3141.36 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 3168.96 cm
+/IIm1088 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5565.14 3230.15 cm
+/IIm1089 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 3294.95 cm
+/IIm1090 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 3332.14 cm
+/IIm1091 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 3401.74 cm
+/IIm1092 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5557.94 3471.33 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 70.7941 -86.3928 -0 5539.94 3556.53 cm
+/R407 Do
+Q
+q
+0 10.7991 -10.7991 -0 5539.94 3645.32 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 74.3938 -88.7926 -0 5541.14 3672.92 cm
+/R409 Do
+Q
+q
+0 10.7991 -10.7991 -0 5539.94 3765.31 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 85.1929 -63.5947 -0 5539.94 3848.1 cm
+/IIm1093 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5541.14 3944.09 cm
+/IIm1094 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 4008.89 cm
+/IIm1095 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5539.94 4049.68 cm
+/IIm1096 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4085.68 cm
+/IIm1097 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5563.94 4155.28 cm
+/IIm1098 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4218.87 cm
+/IIm1099 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 4289.66 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 5539.94 4316.06 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 5541.14 4336.46 cm
+/IIm1100 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4372.46 cm
+/IIm1101 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 4443.25 cm
+/IIm1102 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4559.64 cm
+/IIm1103 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5539.94 4630.44 cm
+/IIm1104 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5541.14 4665.23 cm
+/IIm1105 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4733.63 cm
+/IIm1106 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5557.94 4806.82 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5541.14 4887.21 cm
+/IIm1107 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5539.94 4958.01 cm
+/IIm1108 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5541.14 5019.2 cm
+/IIm1109 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5674.33 2835.39 cm
+/IIm1110 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 2897.78 cm
+/IIm1111 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 2963.77 cm
+/IIm1112 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5675.53 3112.56 cm
+/IIm1113 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3176.16 cm
+/IIm1114 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3242.15 cm
+/IIm1115 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3314.15 cm
+/IIm1116 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3460.53 cm
+/IIm1117 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3532.53 cm
+/IIm1118 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5675.53 3592.52 cm
+/IIm1119 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 3627.32 cm
+/IIm1120 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5674.33 3699.31 cm
+/IIm1121 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5675.53 3731.71 cm
+/IIm1122 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 3768.91 cm
+/IIm1123 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 3839.7 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3866.1 cm
+/IIm1124 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 3933.29 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 3959.69 cm
+/IIm1125 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 5699.53 4022.09 cm
+/IIm1126 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5675.53 4174.47 cm
+/IIm1127 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5675.53 4245.27 cm
+/IIm1128 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5675.53 4307.66 cm
+/IIm1129 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 4378.46 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 4401.25 cm
+/IIm1130 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 4472.05 cm
+/IIm1131 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5675.53 4535.64 cm
+/IIm1132 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 4594.44 cm
+/IIm1133 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 4661.63 cm
+/IIm1134 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5675.53 4805.62 cm
+/IIm1135 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5674.33 4870.42 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5674.33 4898.01 cm
+/IIm1136 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5675.53 4960.41 cm
+/IIm1137 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5675.53 5019.2 cm
+/IIm1138 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5808.72 2840.19 cm
+/IIm1139 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5809.92 2898.98 cm
+/IIm1140 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5809.92 2963.77 cm
+/IIm1141 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5809.92 3033.37 cm
+/IIm1142 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5808.72 3104.16 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 128.389 -128.389 -0 387.568 5692.35 cm
+/R411 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 5825.54 cm
+/R413 Do
+Q
+q
+0 103.191 -134.389 -0 425.965 5945.53 cm
+/R415 Do
+Q
+q
+0 35.997 -128.389 -0 387.568 6071.52 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 99.5917 -98.3918 -0 389.968 6124.31 cm
+/R417 Do
+Q
+q
+0 70.7941 -130.789 -0 389.968 6234.7 cm
+/R419 Do
+Q
+q
+0 73.1939 -95.992 -0 387.568 6319.9 cm
+/R421 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 6395.49 cm
+/R423 Do
+Q
+q
+0 70.7941 -130.789 -0 389.968 6514.28 cm
+/R425 Do
+Q
+q
+0 35.997 -128.389 -0 387.568 6601.87 cm
+BI
+/CS /G/W 30/H 107/BPC 8/F/Fl/DP<</Predictor 15/Columns 30>>
+ID xœíÑ¡
+
+EI
+Q
+q
+0 107.991 -98.3918 -0 389.968 6655.87 cm
+/R427 Do
+Q
+q
+0 98.3918 -95.992 -0 387.568 6780.66 cm
+/R429 Do
+Q
+q
+0 98.3918 -128.389 -0 387.568 6963.04 cm
+/R431 Do
+Q
+q
+0 107.991 -98.3918 -0 389.968 7075.83 cm
+/R433 Do
+Q
+q
+0 73.1939 -95.992 -0 387.568 7200.62 cm
+/R435 Do
+Q
+q
+0 158.387 -95.992 -0 387.568 7279.82 cm
+/R437 Do
+Q
+q
+0 69.5942 -86.3928 -0 662.345 5434.37 cm
+/R439 Do
+Q
+q
+0 58.7951 -64.7946 -0 663.545 5517.16 cm
+/IIm1143 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 662.345 5586.76 cm
+/R441 Do
+Q
+q
+0 58.7951 -64.7946 -0 663.545 5689.95 cm
+/IIm1144 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 662.345 5765.54 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5791.94 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5859.13 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5926.33 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 5992.32 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6059.52 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6126.71 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6192.71 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6259.9 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6327.09 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6393.09 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6460.28 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6527.48 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6593.47 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6660.67 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6727.86 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6793.86 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6861.05 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6928.24 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 6994.24 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7061.43 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7128.63 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7194.62 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7261.82 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7329.01 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7395.01 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 686.343 7462.2 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 82.7931 -86.3928 -0 946.721 5425.97 cm
+/R443 Do
+Q
+q
+0 59.995 -87.5927 -0 947.921 5518.36 cm
+/IIm1145 Do
+
+Q
+q
+0 59.995 -87.5927 -0 947.921 5591.56 cm
+/IIm1146 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 946.721 5668.35 cm
+/IIm1147 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 947.921 5710.35 cm
+/IIm1148 Do
+
+Q
+q
+0 59.995 -64.7946 -0 947.921 5773.94 cm
+/IIm1149 Do
+
+Q
+q
+0 59.995 -64.7946 -0 947.921 5841.13 cm
+/IIm1150 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 946.721 5919.13 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 5979.12 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6045.12 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6112.31 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6179.51 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6245.5 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6312.7 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6379.89 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6445.88 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6513.08 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6580.27 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6646.27 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6713.46 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6780.66 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6846.65 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6913.85 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 6981.04 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7047.03 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7114.23 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7181.42 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7247.42 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7314.61 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7381.81 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 69.5942 -10.7991 -0 970.719 7447.8 cm
+BI
+/CS /G/W 58/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`Õ:,µ
+EI
+Q
+q
+0 75.5937 -87.5927 -0 1231.1 5430.77 cm
+/R445 Do
+Q
+q
+0 16.7986 -86.3928 -0 1231.1 5521.96 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a€¸ƒÄû£ÜQî@sfe@
+EI
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 5548.36 cm
+/IIm1151 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1256.3 5587.96 cm
+/IIm1152 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1231.1 5664.75 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5724.75 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5791.94 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5859.13 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5925.13 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 5992.32 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6059.52 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6125.51 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6192.71 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6259.9 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6325.89 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6393.09 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6460.28 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6526.28 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6593.47 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6660.67 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6726.66 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 6793.86 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -88.7926 -0 1232.3 6899.45 cm
+/R447 Do
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 6977.44 cm
+/IIm1153 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1232.3 7018.24 cm
+/IIm1154 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1232.3 7084.23 cm
+/IIm1155 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 1232.3 7125.03 cm
+/IIm1156 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1231.1 7200.62 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7260.62 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7327.81 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7393.81 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1255.1 7461 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -86.3928 -0 1508.27 5427.17 cm
+/R449 Do
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 5507.56 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a€¸ƒÄû£ÜQî@sfe@
+EI
+Q
+q
+0 59.995 -87.5927 -0 1532.27 5541.16 cm
+/IIm1157 Do
+
+Q
+q
+0 16.7986 -62.3948 -0 1508.27 5617.95 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5677.95 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5745.14 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5811.14 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5878.33 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 5945.53 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6011.52 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6078.72 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6145.91 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 1508.27 6256.3 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 91.1924 -63.5947 -0 1508.27 6334.29 cm
+/R451 Do
+Q
+q
+0 58.7951 -64.7946 -0 1509.47 6437.49 cm
+/IIm1158 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 6508.28 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a€¸ƒÄû£ÜQî@sfe@
+EI
+Q
+q
+0 16.7986 -86.3928 -0 1508.27 6541.88 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ G¹£ÜQî(—
+EI
+Q
+q
+0 16.7986 -62.3948 -0 1508.27 6579.07 cm
+BI
+/CS /G/W 14/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a”Kî ‰nêqˆñ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6639.07 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6705.06 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6772.26 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6839.45 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6905.45 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 6972.64 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7039.83 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7105.83 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7173.02 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7240.22 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7306.21 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7373.41 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7440.6 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 1532.27 7506.6 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 22.7981 -110.391 -0 4764.8 5433.17 cm
+BI
+/CS /G/W 19/H 92/BPC 8/F/Fl/DP<</Predictor 15/Columns 19>>
+ID xœcüÏ€¥ã¨Ø¨Ø¨Ø¨Ø¨Øˆc”b
+EI
+Q
+q
+0 22.7981 -110.391 -0 4764.8 5556.76 cm
+BI
+/CS /G/W 19/H 92/BPC 8/F/Fl/DP<</Predictor 15/Columns 19>>
+ID xœcüÏ€“‚ùTlTlTlTlTl‹ ¦º‹
+EI
+Q
+q
+0 11.999 -86.3928 -0 4740.81 5691.15 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4742.01 5811.14 cm
+/IIm1159 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 4740.81 5880.73 cm
+/IIm1160 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6075.12 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 6102.71 cm
+/IIm1161 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 6161.51 cm
+/IIm1162 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6197.51 cm
+/IIm1163 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 4740.81 6269.5 cm
+/IIm1164 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6304.3 cm
+/IIm1165 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 4742.01 6371.49 cm
+/IIm1166 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 6429.09 cm
+/IIm1167 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 6463.88 cm
+/IIm1168 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4742.01 6531.08 cm
+/IIm1169 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6695.46 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 6723.06 cm
+/IIm1170 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4764.8 6881.45 cm
+/IIm1171 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 6949.84 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4742.01 6972.64 cm
+/IIm1172 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 4766 7036.24 cm
+/IIm1173 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 7103.43 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 7129.83 cm
+/IIm1174 Do
+
+Q
+q
+0 53.9955 -88.7926 -0 4766 7192.22 cm
+/IIm1175 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4740.81 7357.81 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 4740.81 7384.21 cm
+/IIm1176 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4742.01 7537.79 cm
+/IIm1177 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 4740.81 7577.39 cm
+/IIm1178 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4742.01 7639.79 cm
+/IIm1179 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 4877.59 5431.97 cm
+/R453 Do
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 5518.36 cm
+/IIm1180 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5587.96 cm
+/IIm1181 Do
+
+Q
+q
+0 56.3953 -62.3948 -0 4876.39 5647.95 cm
+/IIm1182 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 4877.59 5710.35 cm
+/IIm1183 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5782.34 cm
+/IIm1184 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 4877.59 5841.13 cm
+/IIm1185 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 4876.39 5881.93 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 5904.73 cm
+/IIm1186 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 5975.52 cm
+/IIm1187 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 4876.39 6076.32 cm
+/IIm1188 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 4877.59 6151.91 cm
+/IIm1189 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 4876.39 6222.7 cm
+/IIm1190 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 4877.59 6283.9 cm
+/IIm1191 Do
+
+Q
+q
+0 11.999 -86.3928 -0 5010.78 5436.77 cm
+BI
+/CS /G/W 10/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 10>>
+ID xœcüÏ
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5010.78 5467.97 cm
+/IIm1192 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5011.98 5530.36 cm
+/IIm1193 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 5587.96 cm
+/IIm1194 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5010.78 5627.55 cm
+/IIm1195 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5011.98 5668.35 cm
+/IIm1196 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5010.78 5733.14 cm
+/IIm1197 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5011.98 5830.34 cm
+/IIm1198 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5010.78 5901.13 cm
+/IIm1199 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 5961.12 cm
+/IIm1200 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 5010.78 6004.32 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6058.32 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6125.51 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6191.51 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6258.7 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6325.89 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6391.89 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6459.08 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6526.28 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6592.27 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6659.47 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6726.66 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6792.66 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 6859.85 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 5010.78 6970.24 cm
+/IIm1201 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5011.98 7045.83 cm
+/IIm1202 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5010.78 7116.63 cm
+/IIm1203 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5011.98 7149.03 cm
+/IIm1204 Do
+
+Q
+q
+0 10.7991 -62.3948 -0 5010.78 7192.22 cm
+BI
+/CS /G/W 9/H 52/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7246.22 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7313.41 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7379.41 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 69.5942 -7.1994 -0 5034.78 7446.6 cm
+BI
+/CS /G/W 58/H 6/BPC 8/F/Fl/DP<</Predictor 15/Columns 58>>
+ID xœcüÏ@.`ÕJ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 5280.76 5435.57 cm
+BI
+/CS /G/W 54/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 54>>
+ID xœíÒ±
+EI
+Q
+q
+0 50.3958 -63.5947 -0 5280.76 5514.76 cm
+/IIm1205 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 5578.36 cm
+/IIm1206 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5280.76 5641.95 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 5664.75 cm
+/IIm1207 Do
+
+Q
+q
+0 51.5957 -64.7946 -0 5281.96 5730.74 cm
+/IIm1208 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 5790.74 cm
+/IIm1209 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5280.76 5890.33 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 5927.53 cm
+/IIm1210 Do
+
+Q
+q
+0 32.3973 -63.5947 -0 5280.76 5997.12 cm
+/IIm1211 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5280.76 6036.72 cm
+/IIm1212 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 6168.71 cm
+/IIm1213 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5280.76 6239.5 cm
+/IIm1214 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5281.96 6301.9 cm
+/IIm1215 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 6438.69 cm
+/IIm1216 Do
+
+Q
+q
+0 50.3958 -86.3928 -0 5280.76 6502.28 cm
+/IIm1217 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 6563.47 cm
+/IIm1218 Do
+
+Q
+q
+0 53.9955 -64.7946 -0 5281.96 6631.87 cm
+/IIm1219 Do
+
+Q
+q
+0 51.5957 -86.3928 -0 5280.76 6694.26 cm
+/IIm1220 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5280.76 6790.26 cm
+/IIm1221 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 6887.45 cm
+/IIm1222 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5281.96 6953.44 cm
+/IIm1223 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 5281.96 7019.44 cm
+/IIm1224 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 7123.83 cm
+/IIm1225 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5281.96 7193.42 cm
+/IIm1226 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7253.42 cm
+/IIm1227 Do
+
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7321.81 cm
+/IIm1228 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5281.96 7359.01 cm
+/IIm1229 Do
+
+Q
+q
+0 28.7976 -28.7976 -0 5221.97 7461 cm
+BI
+/CS /G/W 24/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 24>>
+ID xœÝŽA
+
+EI
+Q
+q
+0 74.3938 -88.7926 -0 5281.96 7501.8 cm
+/R455 Do
+Q
+q
+0 10.7991 -86.3928 -0 5280.76 7591.79 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 5281.96 7610.99 cm
+/IIm1230 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5305.96 7644.58 cm
+/IIm1231 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5430.77 cm
+/IIm1232 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5415.15 5494.36 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -86.3928 -0 5415.15 5568.76 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5637.15 cm
+/IIm1233 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 5707.95 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 5415.15 5734.34 cm
+/IIm1234 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5415.15 5767.94 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 5803.94 cm
+/IIm1235 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5415.15 5867.53 cm
+/IIm1236 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5415.15 5969.52 cm
+/IIm1237 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6043.92 cm
+/IIm1238 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5415.15 6114.71 cm
+/IIm1239 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5416.35 6177.11 cm
+/IIm1240 Do
+
+Q
+q
+0 29.9975 -28.7976 -0 5356.35 6244.3 cm
+BI
+/CS /G/W 25/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 25>>
+ID xœÝA
+
+
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6317.5 cm
+/IIm1241 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5415.15 6388.29 cm
+/IIm1242 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5416.35 6450.68 cm
+/IIm1243 Do
+
+Q
+q
+0 85.1929 -63.5947 -0 5415.15 6553.88 cm
+/IIm1244 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6651.07 cm
+/IIm1245 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 6721.86 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 10.7991 -86.3928 -0 5415.15 6748.26 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 5416.35 6801.06 cm
+/IIm1246 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5416.35 6838.25 cm
+/IIm1247 Do
+
+Q
+q
+0 74.3938 -88.7926 -0 5550.74 5753.54 cm
+/R457 Do
+Q
+q
+0 10.7991 -86.3928 -0 5549.54 5842.33 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 31.1974 -85.1929 -0 5550.74 5862.73 cm
+/IIm1248 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5574.74 5895.13 cm
+/IIm1249 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 5992.32 cm
+/IIm1250 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5549.54 6055.92 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -86.3928 -0 5549.54 6130.31 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6198.71 cm
+/IIm1251 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5549.54 6269.5 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 5549.54 6295.9 cm
+/IIm1252 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5549.54 6328.29 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6365.49 cm
+/IIm1253 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5549.54 6429.09 cm
+/IIm1254 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5549.54 6529.88 cm
+/IIm1255 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5550.74 6605.47 cm
+/IIm1256 Do
+
+Q
+q
+0 50.3958 -63.5947 -0 5549.54 6676.27 cm
+/IIm1257 Do
+
+Q
+q
+0 53.9955 -87.5927 -0 5550.74 6737.46 cm
+/IIm1258 Do
+
+Q
+q
+0 34.7971 -86.3928 -0 5549.54 6801.06 cm
+/IIm1259 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 5549.54 6832.25 cm
+/R459 Do
+Q
+q
+0 74.3938 -88.7926 -0 5550.74 6919.85 cm
+/R461 Do
+Q
+q
+0 64.7946 -86.3928 -0 5549.54 7011.04 cm
+/IIm1260 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5549.54 7117.83 cm
+/IIm1261 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5550.74 7187.42 cm
+/IIm1262 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5550.74 7253.42 cm
+/IIm1263 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5549.54 7318.21 cm
+/IIm1264 Do
+
+Q
+q
+0 64.7946 -86.3928 -0 5685.13 6184.31 cm
+/IIm1265 Do
+
+Q
+q
+0 10.7991 -10.7991 -0 5685.13 6265.9 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 81.5932 -88.7926 -0 5686.33 6293.5 cm
+/R463 Do
+Q
+q
+0 10.7991 -10.7991 -0 5685.13 6391.89 cm
+BI
+/CS /G/W 9/H 9/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 64.7946 -86.3928 -0 5685.13 6456.68 cm
+/IIm1266 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 5686.33 6532.28 cm
+/IIm1267 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5685.13 6595.87 cm
+/IIm1268 Do
+
+Q
+q
+0 32.3973 -86.3928 -0 5685.13 6700.26 cm
+/IIm1269 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5686.33 6760.26 cm
+/IIm1270 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5686.33 6827.45 cm
+/IIm1271 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5686.33 6891.05 cm
+/IIm1272 Do
+
+Q
+q
+0 57.5952 -86.3928 -0 5819.52 5940.73 cm
+BI
+/CS /G/W 48/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 48>>
+ID xœíÒ±
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5820.72 6009.12 cm
+/IIm1273 Do
+
+Q
+q
+0 10.7991 -86.3928 -0 5819.52 6078.72 cm
+BI
+/CS /G/W 9/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+EI
+Q
+q
+0 32.3973 -63.5947 -0 5819.52 6106.31 cm
+/IIm1274 Do
+
+Q
+q
+0 37.1969 -87.5927 -0 5819.52 6138.71 cm
+BI
+/CS /G/W 31/H 73/BPC 8/F/Fl/DP<</Predictor 15/Columns 31>>
+ID xœíÑÁ
+EI
+Q
+q
+0 57.5952 -64.7946 -0 5820.72 6175.91 cm
+/IIm1275 Do
+
+Q
+q
+0 57.5952 -62.3948 -0 5819.52 6238.3 cm
+/IIm1276 Do
+
+Q
+q
+0 10.7991 -28.7976 -0 5837.51 6307.9 cm
+BI
+/CS /G/W 9/H 24/BPC 8/F/Fl/DP<</Predictor 15/Columns 9>>
+ID xœcüÏ
+
+EI
+Q
+q
+0 82.7931 -86.3928 -0 5819.52 6363.09 cm
+/R465 Do
+Q
+q
+0 82.7931 -86.3928 -0 5819.52 6441.08 cm
+/R467 Do
+Q
+q
+0 56.3953 -86.3928 -0 5819.52 6561.08 cm
+/IIm1277 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 5819.52 6627.07 cm
+/IIm1278 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6696.66 cm
+/IIm1279 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6763.86 cm
+/IIm1280 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 6829.85 cm
+/IIm1281 Do
+
+Q
+q
+0 32.3973 -9.5992 -0 5794.32 6894.65 cm
+BI
+/CS /G/W 27/H 8/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœcüÏ€09
+EI
+Q
+q
+0 32.3973 -86.3928 -0 5819.52 6943.84 cm
+/IIm1282 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 7003.84 cm
+/IIm1283 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 5820.72 7071.03 cm
+/IIm1284 Do
+
+Q
+q
+0 57.5952 -87.5927 -0 5820.72 7134.63 cm
+/IIm1285 Do
+
+Q
+1 g
+1687.06 5499.16 311.974 903.525 re
+f
+1687.06 6402.69 311.974 470.361 re
+f
+1687.06 6873.05 311.974 694.742 re
+f
+1999.03 5499.16 305.974 903.525 re
+f
+1999.03 6402.69 305.974 470.361 re
+f
+1999.03 6873.05 305.974 694.742 re
+f
+2305.01 5499.16 331.172 903.525 re
+f
+2305.01 6402.69 331.172 470.361 re
+f
+2305.01 6873.05 331.172 694.742 re
+f
+2636.18 5499.16 583.151 903.525 re
+f
+2636.18 6402.69 583.151 470.361 re
+f
+2636.18 6873.05 583.151 694.742 re
+f
+3219.33 5499.16 284.376 903.525 re
+f
+3219.33 6402.69 284.376 470.361 re
+f
+3219.33 6873.05 284.376 694.742 re
+f
+3503.71 5499.16 430.764 903.525 re
+f
+3503.71 6402.69 430.764 470.361 re
+f
+3503.71 6873.05 430.764 694.742 re
+f
+3934.47 5499.16 452.362 903.525 re
+f
+3934.47 6402.69 452.362 470.361 re
+f
+3934.47 6873.05 452.362 694.742 re
+f
+0 g
+1677.46 5489.56 20.3982 2087.83 re
+f
+1989.43 5489.56 20.3982 2087.83 re
+f
+1.1999 w
+2305.01 5499.16 m
+2305.01 7567.79 l
+S
+2636.18 5499.16 m
+2636.18 7567.79 l
+S
+3219.33 5499.16 m
+3219.33 7567.79 l
+S
+3503.71 5499.16 m
+3503.71 7567.79 l
+S
+3924.87 5489.56 20.3982 2087.83 re
+f
+4377.24 5489.56 20.3982 2087.83 re
+f
+1677.46 5489.56 2718.97 20.3982 re
+f
+1687.06 6402.69 m
+4386.83 6402.69 l
+S
+1687.06 6873.05 m
+4386.83 6873.05 l
+S
+1677.46 7558.19 2718.97 20.3982 re
+f
+q
+0 83.993 -88.7926 -0 1891.04 5729.54 cm
+/R469 Do
+Q
+q
+0 59.995 -87.5927 -0 1913.84 5826.74 cm
+/IIm1286 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 5893.93 cm
+/IIm1287 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 1889.84 5939.53 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ ‡—a€¸ƒÄû£ÜQî@sfe@
+EI
+Q
+q
+0 63.5947 -64.7946 -0 1891.04 5969.52 cm
+/IIm1288 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 1889.84 6046.32 cm
+/IIm1289 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1891.04 6112.31 cm
+/IIm1290 Do
+
+Q
+q
+0 87.5927 -95.992 -0 1898.24 6543.08 cm
+/R471 Do
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 6633.07 cm
+/IIm1291 Do
+
+Q
+q
+0 61.1949 -87.5927 -0 1915.04 6672.67 cm
+/IIm1292 Do
+
+Q
+q
+0 75.5937 -87.5927 -0 1889.84 7091.43 cm
+/R473 Do
+Q
+q
+0 63.5947 -64.7946 -0 1891.04 7179.02 cm
+/IIm1293 Do
+
+Q
+q
+0 59.995 -64.7946 -0 1891.04 7248.62 cm
+/IIm1294 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 1891.04 7315.81 cm
+/IIm1295 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2198.22 5574.76 cm
+/R475 Do
+Q
+q
+0 75.5937 -87.5927 -0 2198.22 5665.95 cm
+/R477 Do
+Q
+q
+0 73.1939 -86.3928 -0 2198.22 5755.94 cm
+/R479 Do
+Q
+q
+0 85.1929 -86.3928 -0 2198.22 5874.73 cm
+/R481 Do
+Q
+q
+0 58.7951 -64.7946 -0 2199.42 5971.92 cm
+/IIm1296 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 2198.22 6041.52 cm
+/R483 Do
+Q
+q
+0 59.995 -87.5927 -0 2199.42 6149.51 cm
+/IIm1297 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2199.42 6217.9 cm
+/IIm1298 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2198.22 6289.9 cm
+/IIm1299 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2205.42 7125.03 cm
+/R485 Do
+Q
+q
+0 57.5952 -87.5927 -0 2194.62 7191.02 cm
+/IIm1300 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 2194.62 7259.42 cm
+/IIm1301 Do
+
+Q
+q
+0 82.7931 -86.3928 -0 2516.19 5587.96 cm
+/R487 Do
+Q
+q
+0 75.5937 -87.5927 -0 2516.19 5679.15 cm
+/R489 Do
+Q
+q
+0 73.1939 -86.3928 -0 2516.19 5770.34 cm
+/R491 Do
+Q
+q
+0 69.5942 -88.7926 -0 2517.39 5886.73 cm
+/R493 Do
+Q
+q
+0 59.995 -87.5927 -0 2540.19 5969.52 cm
+/IIm1302 Do
+
+Q
+q
+0 63.5947 -64.7946 -0 2517.39 6039.12 cm
+/IIm1303 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2517.39 6115.91 cm
+/IIm1304 Do
+
+Q
+q
+0 59.995 -64.7946 -0 2517.39 6181.91 cm
+/IIm1305 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2517.39 6251.5 cm
+/IIm1306 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2523.39 7125.03 cm
+/R495 Do
+Q
+q
+0 55.1954 -86.3928 -0 2512.59 7193.42 cm
+/IIm1307 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 2512.59 7259.42 cm
+/IIm1308 Do
+
+Q
+q
+0 69.5942 -86.3928 -0 2813.77 5589.16 cm
+/R497 Do
+Q
+q
+0 63.5947 -64.7946 -0 2814.97 5673.15 cm
+/IIm1309 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 2813.77 5749.94 cm
+/IIm1310 Do
+
+Q
+q
+0 32.3973 -14.3988 -0 2790.97 5818.34 cm
+BI
+/CS /G/W 27/H 12/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœcüÏ€0ŽÊ‘,
+EI
+Q
+q
+0 91.1924 -63.5947 -0 2813.77 5861.53 cm
+/R499 Do
+Q
+q
+0 58.7951 -64.7946 -0 2814.97 5964.72 cm
+/IIm1311 Do
+
+Q
+q
+0 91.1924 -63.5947 -0 2813.77 6035.52 cm
+/R501 Do
+Q
+q
+0 59.995 -87.5927 -0 2814.97 6143.51 cm
+/IIm1312 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 2814.97 6211.9 cm
+/IIm1313 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 2813.77 6282.7 cm
+/IIm1314 Do
+
+Q
+q
+0 23.998 -92.3923 -0 2993.75 5641.95 cm
+/IIm1315 Do
+
+Q
+q
+0 14.3988 -71.994 -0 2973.35 5677.95 cm
+BI
+/CS /G/W 12/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 12>>
+ID xœcüÏ€
+EI
+Q
+q
+0 46.7961 -53.9955 -0 2973.35 5705.55 cm
+/IIm1316 Do
+
+Q
+q
+0 47.996 -55.1954 -0 2974.55 5763.14 cm
+/IIm1317 Do
+
+Q
+q
+0 14.3988 -71.994 -0 2973.35 5821.94 cm
+BI
+/CS /G/W 12/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 12>>
+ID xœcüÏ€
+EI
+Q
+q
+0 32.3973 -71.994 -0 2973.35 5877.13 cm
+/IIm1318 Do
+
+Q
+q
+0 51.5957 -74.3938 -0 2994.95 5926.33 cm
+/IIm1319 Do
+
+Q
+q
+0 32.3973 -53.9955 -0 2973.35 5988.72 cm
+BI
+/CS /G/W 27/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœíÐ1
+
+EI
+Q
+q
+0 68.3943 -71.994 -0 2973.35 6047.52 cm
+/IIm1320 Do
+
+Q
+q
+0 62.3948 -73.1939 -0 2973.35 6125.51 cm
+/IIm1321 Do
+
+Q
+q
+0 59.995 -71.994 -0 2973.35 6199.91 cm
+/IIm1322 Do
+
+Q
+q
+0 76.7936 -53.9955 -0 3134.14 5643.15 cm
+/IIm1323 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3135.34 5729.54 cm
+/IIm1324 Do
+
+Q
+q
+0 76.7936 -53.9955 -0 3134.14 5788.34 cm
+/IIm1325 Do
+
+Q
+q
+0 50.3958 -73.1939 -0 3135.34 5878.33 cm
+/IIm1326 Do
+
+Q
+q
+0 47.996 -55.1954 -0 3135.34 5935.93 cm
+/IIm1327 Do
+
+Q
+q
+0 32.3973 -53.9955 -0 3134.14 5994.72 cm
+BI
+/CS /G/W 27/H 45/BPC 8/F/Fl/DP<</Predictor 15/Columns 27>>
+ID xœíÐ1
+
+EI
+Q
+q
+0 49.1959 -55.1954 -0 3135.34 6027.12 cm
+/IIm1328 Do
+
+Q
+q
+0 46.7961 -71.994 -0 3134.14 6089.51 cm
+/IIm1329 Do
+
+Q
+q
+0 14.3988 -71.994 -0 3134.14 6150.71 cm
+BI
+/CS /G/W 12/H 60/BPC 8/F/Fl/DP<</Predictor 15/Columns 12>>
+ID xœcüÏ€
+EI
+Q
+q
+0 50.3958 -74.3938 -0 3154.54 6178.31 cm
+/IIm1330 Do
+
+Q
+q
+0 23.998 -92.3923 -0 3154.54 6237.1 cm
+/IIm1331 Do
+
+Q
+q
+0 56.3953 -103.191 -0 2980.55 7125.03 cm
+/R503 Do
+Q
+q
+0 55.1954 -87.5927 -0 2969.75 7193.42 cm
+/IIm1332 Do
+
+Q
+q
+0 55.1954 -86.3928 -0 2969.75 7259.42 cm
+/IIm1333 Do
+
+Q
+q
+0 73.1939 -86.3928 -0 3407.72 5586.76 cm
+/R505 Do
+Q
+q
+0 58.7951 -64.7946 -0 3408.92 5668.35 cm
+/IIm1334 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3407.72 5740.34 cm
+/IIm1335 Do
+
+Q
+q
+0 59.995 -87.5927 -0 3431.71 5809.94 cm
+/IIm1336 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3408.92 5886.73 cm
+/IIm1337 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3408.92 5955.13 cm
+/IIm1338 Do
+
+Q
+q
+0 38.3968 -85.1929 -0 3408.92 6019.92 cm
+/IIm1339 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 3407.72 6093.11 cm
+/IIm1340 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 3407.72 6157.91 cm
+/IIm1341 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3407.72 6196.31 cm
+/IIm1342 Do
+
+Q
+q
+0 56.3953 -85.1929 -0 3407.72 6262.3 cm
+/IIm1343 Do
+
+Q
+q
+0 56.3953 -103.191 -0 3413.72 7125.03 cm
+/R507 Do
+Q
+q
+0 56.3953 -86.3928 -0 3401.72 7191.02 cm
+/IIm1344 Do
+
+Q
+q
+0 55.1954 -87.5927 -0 3402.92 7259.42 cm
+/IIm1345 Do
+
+Q
+q
+0 58.7951 -86.3928 -0 3670.49 5719.95 cm
+BI
+/CS /G/W 49/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 49>>
+ID xœíÒ±
+EI
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 5788.34 cm
+/IIm1346 Do
+
+Q
+q
+0 39.5967 -63.5947 -0 3670.49 5859.13 cm
+/IIm1347 Do
+
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 5901.13 cm
+/IIm1348 Do
+
+Q
+q
+0 94.7921 -62.3948 -0 3670.49 5964.72 cm
+/R509 Do
+Q
+q
+0 58.7951 -64.7946 -0 3671.69 6061.92 cm
+/IIm1349 Do
+
+Q
+q
+0 16.7986 -86.3928 -0 3670.49 6132.71 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ G¹£ÜQî(—
+EI
+Q
+q
+0 16.7986 -86.3928 -0 3670.49 6166.31 cm
+BI
+/CS /G/W 14/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 14>>
+ID xœcüÏ€ G¹£ÜQî(—
+EI
+Q
+q
+0 73.1939 -86.3928 -0 3860.08 5616.75 cm
+/R511 Do
+Q
+q
+0 39.5967 -63.5947 -0 3860.08 5703.15 cm
+/IIm1350 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3861.28 5749.94 cm
+/IIm1351 Do
+
+Q
+q
+0 56.3953 -63.5947 -0 3860.08 5823.14 cm
+/IIm1352 Do
+
+Q
+q
+0 57.5952 -64.7946 -0 3861.28 5892.73 cm
+/IIm1353 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3860.08 5963.52 cm
+/IIm1354 Do
+
+Q
+q
+0 62.3948 -85.1929 -0 3860.08 6063.12 cm
+/IIm1355 Do
+
+Q
+q
+0 33.5972 -86.3928 -0 3860.08 6127.91 cm
+/IIm1356 Do
+
+Q
+q
+0 56.3953 -86.3928 -0 3860.08 6166.31 cm
+/IIm1357 Do
+
+Q
+q
+0 56.3953 -87.5927 -0 3861.28 6232.3 cm
+/IIm1358 Do
+
+Q
+q
+0 56.3953 -103.191 -0 3772.49 7125.03 cm
+/R513 Do
+Q
+q
+0 56.3953 -86.3928 -0 3760.49 7191.02 cm
+/IIm1359 Do
+
+Q
+q
+0 59.995 -85.1929 -0 3760.49 7254.62 cm
+/IIm1360 Do
+
+Q
+q
+0 67.1944 -86.3928 -0 4112.06 5754.74 cm
+/R515 Do
+Q
+q
+0 83.993 -88.7926 -0 4113.26 5829.14 cm
+/R517 Do
+Q
+q
+0 67.1944 -86.3928 -0 4112.06 5921.53 cm
+/R519 Do
+Q
+q
+0 82.7931 -86.3928 -0 4112.06 5991.12 cm
+/R521 Do
+Q
+q
+0 61.1949 -86.3928 -0 4112.06 6085.92 cm
+BI
+/CS /G/W 51/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 51>>
+ID xœíË¡
+EI
+Q
+q
+0 65.9945 -86.3928 -0 4301.64 5626.35 cm
+BI
+/CS /G/W 55/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 55>>
+ID xœíÓÁ
+EI
+Q
+q
+0 69.5942 -86.3928 -0 4301.64 5706.75 cm
+/R523 Do
+Q
+q
+0 75.5937 -87.5927 -0 4301.64 5789.54 cm
+/R525 Do
+Q
+q
+0 61.1949 -86.3928 -0 4301.64 5879.53 cm
+BI
+/CS /G/W 51/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 51>>
+ID xœíË¡
+EI
+Q
+q
+0 83.993 -88.7926 -0 4302.84 5949.13 cm
+/R527 Do
+Q
+q
+0 69.5942 -88.7926 -0 4302.84 6042.72 cm
+/R529 Do
+Q
+q
+0 65.9945 -86.3928 -0 4301.64 6126.71 cm
+BI
+/CS /G/W 55/H 72/BPC 8/F/Fl/DP<</Predictor 15/Columns 55>>
+ID xœíÓÁ
+EI
+Q
+q
+0 73.1939 -86.3928 -0 4301.64 6205.9 cm
+/R531 Do
+Q
+q
+0 109.191 -128.389 -0 429.565 2908.58 cm
+/R533 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3032.17 cm
+/R535 Do
+Q
+q
+0 73.1939 -95.992 -0 429.565 3156.96 cm
+/R537 Do
+Q
+q
+0 74.3938 -130.789 -0 429.564 3226.55 cm
+/R539 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3302.15 cm
+/R541 Do
+Q
+q
+0 73.1939 -95.992 -0 429.565 3426.94 cm
+/R543 Do
+Q
+q
+0 158.387 -95.992 -0 429.565 3506.13 cm
+/R545 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3681.32 cm
+/R547 Do
+Q
+q
+0 98.3918 -95.992 -0 429.565 3806.1 cm
+/R549 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 3921.3 cm
+/R551 Do
+Q
+q
+0 107.991 -98.3918 -0 431.964 4041.29 cm
+/R553 Do
+Q
+q
+0 99.5917 -98.3918 -0 431.964 4160.08 cm
+/R555 Do
+Q
+q
+0 38.3968 -93.5922 -0 429.565 4276.47 cm
+BI
+/CS /G/W 32/H 78/BPC 8/F/Fl/DP<</Predictor 15/Columns 32>>
+ID xœcüÏ€0Ž*U0ª`ˆ* ?ª`T‰
+CªU0ª`T 
+EI
+Q
+Q
+endstream
+endobj
+
+1585 0 obj
+178532
+endobj
+
+%% Original object ID: 1309 0
+1586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1587 0 obj
+2592
+endobj
+
+%% Original object ID: 1318 0
+1588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1589 0 obj
+1431
+endobj
+
+%% Original object ID: 1408 0
+1590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1591 0 obj
+2226
+endobj
+
+%% Original object ID: 2308 0
+1592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1593 0 obj
+2322
+endobj
+
+%% Original object ID: 2309 0
+1594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1595 0 obj
+1846
+endobj
+
+%% Original object ID: 2310 0
+1596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1597 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1597 0 obj
+3024
+endobj
+
+%% Original object ID: 2311 0
+1598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1599 0 obj
+2646
+endobj
+
+%% Original object ID: 2312 0
+1600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1601 0 obj
+1846
+endobj
+
+%% Original object ID: 2313 0
+1602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1603 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1603 0 obj
+3504
+endobj
+
+%% Original object ID: 2314 0
+1604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1605 0 obj
+2592
+endobj
+
+%% Original object ID: 2315 0
+1606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1607 0 obj
+2592
+endobj
+
+%% Original object ID: 2316 0
+1608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1609 0 obj
+1431
+endobj
+
+%% Original object ID: 2317 0
+1610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1611 0 obj
+2592
+endobj
+
+%% Original object ID: 1409 0
+1612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1613 0 obj
+1846
+endobj
+
+%% Original object ID: 2318 0
+1614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1615 0 obj
+2496
+endobj
+
+%% Original object ID: 2319 0
+1616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 1617 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1617 0 obj
+3888
+endobj
+
+%% Original object ID: 2320 0
+1618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1619 0 obj
+2592
+endobj
+
+%% Original object ID: 2321 0
+1620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1621 0 obj
+2226
+endobj
+
+%% Original object ID: 2322 0
+1622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1623 0 obj
+3285
+endobj
+
+%% Original object ID: 2323 0
+1624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1625 0 obj
+2322
+endobj
+
+%% Original object ID: 2324 0
+1626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1627 0 obj
+2322
+endobj
+
+%% Original object ID: 2325 0
+1628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1629 0 obj
+2592
+endobj
+
+%% Original object ID: 2326 0
+1630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1631 0 obj
+2430
+endobj
+
+%% Original object ID: 2327 0
+1632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1633 0 obj
+2592
+endobj
+
+%% Original object ID: 1410 0
+1634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1635 0 obj
+2646
+endobj
+
+%% Original object ID: 2328 0
+1636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1637 0 obj
+1846
+endobj
+
+%% Original object ID: 2329 0
+1638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1639 0 obj
+2592
+endobj
+
+%% Original object ID: 2330 0
+1640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1641 0 obj
+2226
+endobj
+
+%% Original object ID: 2331 0
+1642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1643 0 obj
+2226
+endobj
+
+%% Original object ID: 2332 0
+1644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1645 0 obj
+2430
+endobj
+
+%% Original object ID: 2333 0
+1646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1647 0 obj
+2322
+endobj
+
+%% Original object ID: 2334 0
+1648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1649 0 obj
+2592
+endobj
+
+%% Original object ID: 2335 0
+1650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1651 0 obj
+2226
+endobj
+
+%% Original object ID: 2336 0
+1652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1653 0 obj
+2592
+endobj
+
+%% Original object ID: 2337 0
+1654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1655 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1655 0 obj
+2444
+endobj
+
+%% Original object ID: 1411 0
+1656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1657 0 obj
+3285
+endobj
+
+%% Original object ID: 2338 0
+1658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1659 0 obj
+2592
+endobj
+
+%% Original object ID: 2339 0
+1660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1661 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1661 0 obj
+2226
+endobj
+
+%% Original object ID: 2340 0
+1662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1663 0 obj
+2226
+endobj
+
+%% Original object ID: 2341 0
+1664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1665 0 obj
+1846
+endobj
+
+%% Original object ID: 2342 0
+1666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1667 0 obj
+2646
+endobj
+
+%% Original object ID: 2343 0
+1668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1669 0 obj
+2646
+endobj
+
+%% Original object ID: 2344 0
+1670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1671 0 obj
+1431
+endobj
+
+%% Original object ID: 2345 0
+1672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1673 0 obj
+2592
+endobj
+
+%% Original object ID: 2346 0
+1674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1675 0 obj
+1431
+endobj
+
+%% Original object ID: 2347 0
+1676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1677 0 obj
+3330
+endobj
+
+%% Original object ID: 1412 0
+1678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1679 0 obj
+1846
+endobj
+
+%% Original object ID: 2348 0
+1680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1681 0 obj
+2592
+endobj
+
+%% Original object ID: 2349 0
+1682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1683 0 obj
+2226
+endobj
+
+%% Original object ID: 2350 0
+1684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1685 0 obj
+2340
+endobj
+
+%% Original object ID: 2351 0
+1686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1687 0 obj
+2592
+endobj
+
+%% Original object ID: 2352 0
+1688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1689 0 obj
+1846
+endobj
+
+%% Original object ID: 2353 0
+1690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1691 0 obj
+2592
+endobj
+
+%% Original object ID: 2354 0
+1692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1693 0 obj
+2226
+endobj
+
+%% Original object ID: 2355 0
+1694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1695 0 obj
+2592
+endobj
+
+%% Original object ID: 2356 0
+1696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1697 0 obj
+2592
+endobj
+
+%% Original object ID: 2357 0
+1698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1699 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1699 0 obj
+2444
+endobj
+
+%% Original object ID: 1413 0
+1700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1701 0 obj
+2592
+endobj
+
+%% Original object ID: 2358 0
+1702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1703 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1703 0 obj
+2646
+endobj
+
+%% Original object ID: 2359 0
+1704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1705 0 obj
+1431
+endobj
+
+%% Original object ID: 2360 0
+1706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1707 0 obj
+1944
+endobj
+
+%% Original object ID: 2361 0
+1708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1709 0 obj
+3384
+endobj
+
+%% Original object ID: 2362 0
+1710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1711 0 obj
+3358
+endobj
+
+%% Original object ID: 2363 0
+1712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 1713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1713 0 obj
+3763
+endobj
+
+%% Original object ID: 2364 0
+1714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1715 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1715 0 obj
+2226
+endobj
+
+%% Original object ID: 2365 0
+1716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1717 0 obj
+2322
+endobj
+
+%% Original object ID: 2366 0
+1718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1719 0 obj
+2430
+endobj
+
+%% Original object ID: 2367 0
+1720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1721 0 obj
+2592
+endobj
+
+%% Original object ID: 1414 0
+1722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1723 0 obj
+1846
+endobj
+
+%% Original object ID: 2368 0
+1724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1725 0 obj
+2226
+endobj
+
+%% Original object ID: 2369 0
+1726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1727 0 obj
+2322
+endobj
+
+%% Original object ID: 2370 0
+1728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1729 0 obj
+1431
+endobj
+
+%% Original object ID: 2371 0
+1730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1731 0 obj
+2592
+endobj
+
+%% Original object ID: 2372 0
+1732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 1733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1733 0 obj
+3763
+endobj
+
+%% Original object ID: 2373 0
+1734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1735 0 obj
+1846
+endobj
+
+%% Original object ID: 2374 0
+1736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1737 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1737 0 obj
+3024
+endobj
+
+%% Original object ID: 2375 0
+1738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1739 0 obj
+1431
+endobj
+
+%% Original object ID: 2376 0
+1740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1741 0 obj
+2592
+endobj
+
+%% Original object ID: 2377 0
+1742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1743 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1743 0 obj
+2226
+endobj
+
+%% Original object ID: 1415 0
+1744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1745 0 obj
+2646
+endobj
+
+%% Original object ID: 2378 0
+1746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1747 0 obj
+3330
+endobj
+
+%% Original object ID: 2379 0
+1748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1749 0 obj
+3024
+endobj
+
+%% Original object ID: 2380 0
+1750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1751 0 obj
+2592
+endobj
+
+%% Original object ID: 2381 0
+1752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1753 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1753 0 obj
+2226
+endobj
+
+%% Original object ID: 2382 0
+1754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1755 0 obj
+1846
+endobj
+
+%% Original object ID: 2383 0
+1756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1757 0 obj
+1846
+endobj
+
+%% Original object ID: 2384 0
+1758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1759 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1759 0 obj
+3024
+endobj
+
+%% Original object ID: 2385 0
+1760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1761 0 obj
+2646
+endobj
+
+%% Original object ID: 2386 0
+1762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1763 0 obj
+3330
+endobj
+
+%% Original object ID: 2387 0
+1764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1765 0 obj
+1431
+endobj
+
+%% Original object ID: 1416 0
+1766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1767 0 obj
+2322
+endobj
+
+%% Original object ID: 2388 0
+1768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1769 0 obj
+2646
+endobj
+
+%% Original object ID: 2389 0
+1770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1771 0 obj
+2592
+endobj
+
+%% Original object ID: 2390 0
+1772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1773 0 obj
+1846
+endobj
+
+%% Original object ID: 2391 0
+1774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1775 0 obj
+2646
+endobj
+
+%% Original object ID: 2392 0
+1776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1777 0 obj
+1431
+endobj
+
+%% Original object ID: 2393 0
+1778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1779 0 obj
+2592
+endobj
+
+%% Original object ID: 2394 0
+1780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1781 0 obj
+2322
+endobj
+
+%% Original object ID: 2395 0
+1782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1783 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1783 0 obj
+3024
+endobj
+
+%% Original object ID: 2396 0
+1784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1785 0 obj
+2226
+endobj
+
+%% Original object ID: 2397 0
+1786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1787 0 obj
+3330
+endobj
+
+%% Original object ID: 1417 0
+1788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1789 0 obj
+1431
+endobj
+
+%% Original object ID: 2398 0
+1790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1791 0 obj
+1846
+endobj
+
+%% Original object ID: 2399 0
+1792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1793 0 obj
+2592
+endobj
+
+%% Original object ID: 2400 0
+1794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1795 0 obj
+2226
+endobj
+
+%% Original object ID: 2401 0
+1796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 1797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1797 0 obj
+3763
+endobj
+
+%% Original object ID: 2402 0
+1798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1799 0 obj
+2646
+endobj
+
+%% Original object ID: 2403 0
+1800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1801 0 obj
+1846
+endobj
+
+%% Original object ID: 2404 0
+1802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1803 0 obj
+1431
+endobj
+
+%% Original object ID: 2405 0
+1804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1805 0 obj
+2592
+endobj
+
+%% Original object ID: 2406 0
+1806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1807 0 obj
+3285
+endobj
+
+%% Original object ID: 2407 0
+1808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1809 0 obj
+2592
+endobj
+
+%% Original object ID: 1319 0
+1810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1811 0 obj
+2592
+endobj
+
+%% Original object ID: 1418 0
+1812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 1813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1813 0 obj
+3763
+endobj
+
+%% Original object ID: 2408 0
+1814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1815 0 obj
+1846
+endobj
+
+%% Original object ID: 2409 0
+1816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1817 0 obj
+2592
+endobj
+
+%% Original object ID: 2410 0
+1818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1819 0 obj
+2226
+endobj
+
+%% Original object ID: 2411 0
+1820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1821 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1821 0 obj
+2592
+endobj
+
+%% Original object ID: 2412 0
+1822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1823 0 obj
+1431
+endobj
+
+%% Original object ID: 2413 0
+1824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1825 0 obj
+2646
+endobj
+
+%% Original object ID: 2414 0
+1826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1827 0 obj
+2592
+endobj
+
+%% Original object ID: 2415 0
+1828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1829 0 obj
+2592
+endobj
+
+%% Original object ID: 2416 0
+1830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1831 0 obj
+2226
+endobj
+
+%% Original object ID: 2417 0
+1832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1833 0 obj
+3285
+endobj
+
+%% Original object ID: 1419 0
+1834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1835 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1835 0 obj
+3504
+endobj
+
+%% Original object ID: 2418 0
+1836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1837 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1837 0 obj
+3024
+endobj
+
+%% Original object ID: 2419 0
+1838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1839 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1839 0 obj
+2592
+endobj
+
+%% Original object ID: 2420 0
+1840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1841 0 obj
+2322
+endobj
+
+%% Original object ID: 2421 0
+1842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1843 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1843 0 obj
+3285
+endobj
+
+%% Original object ID: 2422 0
+1844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1845 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1845 0 obj
+2646
+endobj
+
+%% Original object ID: 2423 0
+1846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1847 0 obj
+2646
+endobj
+
+%% Original object ID: 2424 0
+1848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1849 0 obj
+2226
+endobj
+
+%% Original object ID: 2425 0
+1850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1851 0 obj
+2646
+endobj
+
+%% Original object ID: 2426 0
+1852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1853 0 obj
+2226
+endobj
+
+%% Original object ID: 2427 0
+1854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1855 0 obj
+1846
+endobj
+
+%% Original object ID: 1420 0
+1856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 1857 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1857 0 obj
+3888
+endobj
+
+%% Original object ID: 2428 0
+1858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1859 0 obj
+2646
+endobj
+
+%% Original object ID: 2429 0
+1860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1861 0 obj
+1431
+endobj
+
+%% Original object ID: 2430 0
+1862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1863 0 obj
+1846
+endobj
+
+%% Original object ID: 2431 0
+1864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1865 0 obj
+2592
+endobj
+
+%% Original object ID: 2432 0
+1866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1867 0 obj
+2226
+endobj
+
+%% Original object ID: 2433 0
+1868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1869 0 obj
+2226
+endobj
+
+%% Original object ID: 2434 0
+1870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1871 0 obj
+3330
+endobj
+
+%% Original object ID: 2435 0
+1872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1873 0 obj
+2592
+endobj
+
+%% Original object ID: 2436 0
+1874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1875 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1875 0 obj
+2226
+endobj
+
+%% Original object ID: 2437 0
+1876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1877 0 obj
+3285
+endobj
+
+%% Original object ID: 1421 0
+1878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1879 0 obj
+2592
+endobj
+
+%% Original object ID: 2438 0
+1880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1881 0 obj
+2646
+endobj
+
+%% Original object ID: 2439 0
+1882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1883 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1883 0 obj
+2226
+endobj
+
+%% Original object ID: 2440 0
+1884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1885 0 obj
+2430
+endobj
+
+%% Original object ID: 2441 0
+1886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1887 0 obj
+2646
+endobj
+
+%% Original object ID: 2442 0
+1888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1889 0 obj
+2322
+endobj
+
+%% Original object ID: 2443 0
+1890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1891 0 obj
+2322
+endobj
+
+%% Original object ID: 2444 0
+1892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1893 0 obj
+2226
+endobj
+
+%% Original object ID: 2445 0
+1894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1895 0 obj
+2430
+endobj
+
+%% Original object ID: 2446 0
+1896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1897 0 obj
+2646
+endobj
+
+%% Original object ID: 2447 0
+1898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1899 0 obj
+1944
+endobj
+
+%% Original object ID: 1422 0
+1900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1901 0 obj
+2226
+endobj
+
+%% Original object ID: 2448 0
+1902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1903 0 obj
+3358
+endobj
+
+%% Original object ID: 2449 0
+1904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1905 0 obj
+3504
+endobj
+
+%% Original object ID: 2450 0
+1906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 1907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1907 0 obj
+3358
+endobj
+
+%% Original object ID: 2451 0
+1908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1909 0 obj
+2646
+endobj
+
+%% Original object ID: 2452 0
+1910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1911 0 obj
+2646
+endobj
+
+%% Original object ID: 2453 0
+1912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1913 0 obj
+3650
+endobj
+
+%% Original object ID: 2454 0
+1914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1915 0 obj
+3650
+endobj
+
+%% Original object ID: 2455 0
+1916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 1917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1917 0 obj
+1749
+endobj
+
+%% Original object ID: 2456 0
+1918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1919 0 obj
+2646
+endobj
+
+%% Original object ID: 2457 0
+1920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1921 0 obj
+2700
+endobj
+
+%% Original object ID: 1423 0
+1922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1923 0 obj
+3285
+endobj
+
+%% Original object ID: 2458 0
+1924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1925 0 obj
+2700
+endobj
+
+%% Original object ID: 2459 0
+1926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 1927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1927 0 obj
+2272
+endobj
+
+%% Original object ID: 2460 0
+1928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 1929 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1929 0 obj
+3723
+endobj
+
+%% Original object ID: 2461 0
+1930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 1931 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1931 0 obj
+2272
+endobj
+
+%% Original object ID: 2462 0
+1932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1933 0 obj
+2646
+endobj
+
+%% Original object ID: 2463 0
+1934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 1935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1935 0 obj
+2272
+endobj
+
+%% Original object ID: 2464 0
+1936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1937 0 obj
+2646
+endobj
+
+%% Original object ID: 2465 0
+1938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 1939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1939 0 obj
+3650
+endobj
+
+%% Original object ID: 2466 0
+1940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1941 0 obj
+2646
+endobj
+
+%% Original object ID: 2467 0
+1942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1943 0 obj
+2592
+endobj
+
+%% Original object ID: 1424 0
+1944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 1945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1945 0 obj
+2208
+endobj
+
+%% Original object ID: 2468 0
+1946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 1947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1947 0 obj
+3763
+endobj
+
+%% Original object ID: 2469 0
+1948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1949 0 obj
+2226
+endobj
+
+%% Original object ID: 2470 0
+1950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1951 0 obj
+1846
+endobj
+
+%% Original object ID: 2471 0
+1952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1953 0 obj
+2646
+endobj
+
+%% Original object ID: 2472 0
+1954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 1955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1955 0 obj
+1431
+endobj
+
+%% Original object ID: 2473 0
+1956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1957 0 obj
+2646
+endobj
+
+%% Original object ID: 2474 0
+1958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 1959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1959 0 obj
+2322
+endobj
+
+%% Original object ID: 2475 0
+1960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1961 0 obj
+1846
+endobj
+
+%% Original object ID: 2476 0
+1962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1963 0 obj
+2646
+endobj
+
+%% Original object ID: 2477 0
+1964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1965 0 obj
+3285
+endobj
+
+%% Original object ID: 1425 0
+1966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 1967 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1967 0 obj
+3888
+endobj
+
+%% Original object ID: 2478 0
+1968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1969 0 obj
+2226
+endobj
+
+%% Original object ID: 2479 0
+1970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1971 0 obj
+3285
+endobj
+
+%% Original object ID: 2480 0
+1972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1973 0 obj
+2592
+endobj
+
+%% Original object ID: 2481 0
+1974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1975 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1975 0 obj
+3504
+endobj
+
+%% Original object ID: 2482 0
+1976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1977 0 obj
+2226
+endobj
+
+%% Original object ID: 2483 0
+1978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 1979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1979 0 obj
+3330
+endobj
+
+%% Original object ID: 2484 0
+1980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1981 0 obj
+2226
+endobj
+
+%% Original object ID: 2485 0
+1982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 1983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1983 0 obj
+1846
+endobj
+
+%% Original object ID: 2486 0
+1984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1985 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1985 0 obj
+3024
+endobj
+
+%% Original object ID: 2487 0
+1986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1987 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1987 0 obj
+2646
+endobj
+
+%% Original object ID: 1426 0
+1988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1989 0 obj
+2646
+endobj
+
+%% Original object ID: 2488 0
+1990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 1991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1991 0 obj
+2592
+endobj
+
+%% Original object ID: 2489 0
+1992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1993 0 obj
+2226
+endobj
+
+%% Original object ID: 2490 0
+1994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 1995 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+1995 0 obj
+2444
+endobj
+
+%% Original object ID: 2491 0
+1996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 1997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1997 0 obj
+2646
+endobj
+
+%% Original object ID: 2492 0
+1998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 1999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+1999 0 obj
+2226
+endobj
+
+%% Original object ID: 2493 0
+2000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2001 0 obj
+1846
+endobj
+
+%% Original object ID: 2494 0
+2002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2003 0 obj
+2592
+endobj
+
+%% Original object ID: 2495 0
+2004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2005 0 obj
+2226
+endobj
+
+%% Original object ID: 2496 0
+2006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2007 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2007 0 obj
+3888
+endobj
+
+%% Original object ID: 2497 0
+2008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2009 0 obj
+2592
+endobj
+
+%% Original object ID: 1427 0
+2010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2011 0 obj
+1431
+endobj
+
+%% Original object ID: 2498 0
+2012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2013 0 obj
+2226
+endobj
+
+%% Original object ID: 2499 0
+2014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2015 0 obj
+3285
+endobj
+
+%% Original object ID: 2500 0
+2016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2017 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2017 0 obj
+2226
+endobj
+
+%% Original object ID: 2501 0
+2018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2019 0 obj
+2322
+endobj
+
+%% Original object ID: 2502 0
+2020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2021 0 obj
+1846
+endobj
+
+%% Original object ID: 2503 0
+2022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2023 0 obj
+1431
+endobj
+
+%% Original object ID: 2504 0
+2024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2025 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2025 0 obj
+2226
+endobj
+
+%% Original object ID: 2505 0
+2026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2027 0 obj
+3763
+endobj
+
+%% Original object ID: 2506 0
+2028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2029 0 obj
+2646
+endobj
+
+%% Original object ID: 2507 0
+2030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2031 0 obj
+2226
+endobj
+
+%% Original object ID: 1320 0
+2032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2033 0 obj
+1431
+endobj
+
+%% Original object ID: 1428 0
+2034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2035 0 obj
+2322
+endobj
+
+%% Original object ID: 2508 0
+2036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2037 0 obj
+1846
+endobj
+
+%% Original object ID: 2509 0
+2038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2039 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2039 0 obj
+3888
+endobj
+
+%% Original object ID: 2510 0
+2040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2041 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2041 0 obj
+2592
+endobj
+
+%% Original object ID: 2511 0
+2042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2043 0 obj
+1431
+endobj
+
+%% Original object ID: 2512 0
+2044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2045 0 obj
+1846
+endobj
+
+%% Original object ID: 2513 0
+2046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2047 0 obj
+2226
+endobj
+
+%% Original object ID: 2514 0
+2048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2049 0 obj
+2430
+endobj
+
+%% Original object ID: 2515 0
+2050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2051 0 obj
+2592
+endobj
+
+%% Original object ID: 2516 0
+2052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2053 0 obj
+2322
+endobj
+
+%% Original object ID: 2517 0
+2054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2055 0 obj
+2646
+endobj
+
+%% Original object ID: 1429 0
+2056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2057 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2057 0 obj
+3024
+endobj
+
+%% Original object ID: 2518 0
+2058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2059 0 obj
+2592
+endobj
+
+%% Original object ID: 2519 0
+2060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2061 0 obj
+1431
+endobj
+
+%% Original object ID: 2520 0
+2062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2063 0 obj
+3763
+endobj
+
+%% Original object ID: 2521 0
+2064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2065 0 obj
+2592
+endobj
+
+%% Original object ID: 2522 0
+2066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2067 0 obj
+2226
+endobj
+
+%% Original object ID: 2523 0
+2068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2069 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2069 0 obj
+3285
+endobj
+
+%% Original object ID: 2524 0
+2070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2071 0 obj
+2430
+endobj
+
+%% Original object ID: 2525 0
+2072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2073 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2073 0 obj
+3024
+endobj
+
+%% Original object ID: 2526 0
+2074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2075 0 obj
+2646
+endobj
+
+%% Original object ID: 2527 0
+2076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2077 0 obj
+2430
+endobj
+
+%% Original object ID: 1430 0
+2078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2079 0 obj
+2226
+endobj
+
+%% Original object ID: 2528 0
+2080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2081 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2081 0 obj
+3096
+endobj
+
+%% Original object ID: 2529 0
+2082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2083 0 obj
+3763
+endobj
+
+%% Original object ID: 2530 0
+2084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2085 0 obj
+2592
+endobj
+
+%% Original object ID: 2531 0
+2086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2087 0 obj
+3285
+endobj
+
+%% Original object ID: 2532 0
+2088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2089 0 obj
+2646
+endobj
+
+%% Original object ID: 2533 0
+2090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2091 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2091 0 obj
+2592
+endobj
+
+%% Original object ID: 2534 0
+2092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2093 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2093 0 obj
+2226
+endobj
+
+%% Original object ID: 2535 0
+2094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2095 0 obj
+1846
+endobj
+
+%% Original object ID: 2536 0
+2096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2097 0 obj
+1846
+endobj
+
+%% Original object ID: 2537 0
+2098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2099 0 obj
+2592
+endobj
+
+%% Original object ID: 1431 0
+2100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2101 0 obj
+3330
+endobj
+
+%% Original object ID: 2538 0
+2102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2103 0 obj
+1846
+endobj
+
+%% Original object ID: 2539 0
+2104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2105 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2105 0 obj
+3504
+endobj
+
+%% Original object ID: 2540 0
+2106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2107 0 obj
+2592
+endobj
+
+%% Original object ID: 2541 0
+2108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2109 0 obj
+2592
+endobj
+
+%% Original object ID: 2542 0
+2110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2111 0 obj
+1431
+endobj
+
+%% Original object ID: 2543 0
+2112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2113 0 obj
+2592
+endobj
+
+%% Original object ID: 2544 0
+2114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2115 0 obj
+2496
+endobj
+
+%% Original object ID: 2545 0
+2116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2117 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2117 0 obj
+3888
+endobj
+
+%% Original object ID: 2546 0
+2118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2119 0 obj
+2592
+endobj
+
+%% Original object ID: 2547 0
+2120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2121 0 obj
+2226
+endobj
+
+%% Original object ID: 1432 0
+2122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2123 0 obj
+2322
+endobj
+
+%% Original object ID: 2548 0
+2124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2125 0 obj
+3285
+endobj
+
+%% Original object ID: 2549 0
+2126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2127 0 obj
+2592
+endobj
+
+%% Original object ID: 2550 0
+2128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2129 0 obj
+2226
+endobj
+
+%% Original object ID: 2551 0
+2130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2131 0 obj
+3285
+endobj
+
+%% Original object ID: 2552 0
+2132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2133 0 obj
+3763
+endobj
+
+%% Original object ID: 2553 0
+2134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2135 0 obj
+2592
+endobj
+
+%% Original object ID: 2554 0
+2136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2137 0 obj
+1846
+endobj
+
+%% Original object ID: 2555 0
+2138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2139 0 obj
+2592
+endobj
+
+%% Original object ID: 2556 0
+2140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2141 0 obj
+1846
+endobj
+
+%% Original object ID: 2557 0
+2142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2143 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2143 0 obj
+3504
+endobj
+
+%% Original object ID: 1433 0
+2144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 2145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2145 0 obj
+3796
+endobj
+
+%% Original object ID: 2558 0
+2146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2147 0 obj
+2592
+endobj
+
+%% Original object ID: 2559 0
+2148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2149 0 obj
+2592
+endobj
+
+%% Original object ID: 2560 0
+2150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2151 0 obj
+1431
+endobj
+
+%% Original object ID: 2561 0
+2152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2153 0 obj
+2592
+endobj
+
+%% Original object ID: 2562 0
+2154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2155 0 obj
+2496
+endobj
+
+%% Original object ID: 2563 0
+2156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2157 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2157 0 obj
+3888
+endobj
+
+%% Original object ID: 2564 0
+2158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2159 0 obj
+2592
+endobj
+
+%% Original object ID: 2565 0
+2160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2161 0 obj
+2226
+endobj
+
+%% Original object ID: 2566 0
+2162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2163 0 obj
+3285
+endobj
+
+%% Original object ID: 2567 0
+2164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 29
+ /Length 2165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2165 0 obj
+2088
+endobj
+
+%% Original object ID: 1434 0
+2166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2167 0 obj
+2226
+endobj
+
+%% Original object ID: 2568 0
+2168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2169 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2169 0 obj
+3888
+endobj
+
+%% Original object ID: 2569 0
+2170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2171 0 obj
+3384
+endobj
+
+%% Original object ID: 2570 0
+2172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2173 0 obj
+3358
+endobj
+
+%% Original object ID: 2571 0
+2174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2175 0 obj
+3358
+endobj
+
+%% Original object ID: 2572 0
+2176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2177 0 obj
+3384
+endobj
+
+%% Original object ID: 2573 0
+2178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2179 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2179 0 obj
+3888
+endobj
+
+%% Original object ID: 2574 0
+2180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2181 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2181 0 obj
+3888
+endobj
+
+%% Original object ID: 2575 0
+2182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2183 0 obj
+2592
+endobj
+
+%% Original object ID: 2576 0
+2184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2185 0 obj
+2496
+endobj
+
+%% Original object ID: 2577 0
+2186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2187 0 obj
+1944
+endobj
+
+%% Original object ID: 1435 0
+2188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2189 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2189 0 obj
+2208
+endobj
+
+%% Original object ID: 2578 0
+2190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2191 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2191 0 obj
+3358
+endobj
+
+%% Original object ID: 2579 0
+2192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2193 0 obj
+3358
+endobj
+
+%% Original object ID: 2580 0
+2194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2195 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2195 0 obj
+3504
+endobj
+
+%% Original object ID: 2581 0
+2196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2197 0 obj
+2592
+endobj
+
+%% Original object ID: 2582 0
+2198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2199 0 obj
+1431
+endobj
+
+%% Original object ID: 2583 0
+2200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2201 0 obj
+2592
+endobj
+
+%% Original object ID: 2584 0
+2202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2203 0 obj
+2496
+endobj
+
+%% Original object ID: 2585 0
+2204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2205 0 obj
+3384
+endobj
+
+%% Original object ID: 2586 0
+2206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2207 0 obj
+3384
+endobj
+
+%% Original object ID: 2587 0
+2208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2209 0 obj
+3358
+endobj
+
+%% Original object ID: 1436 0
+2210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2211 0 obj
+1749
+endobj
+
+%% Original object ID: 2588 0
+2212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2213 0 obj
+3358
+endobj
+
+%% Original object ID: 2589 0
+2214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2215 0 obj
+3358
+endobj
+
+%% Original object ID: 2590 0
+2216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2217 0 obj
+1944
+endobj
+
+%% Original object ID: 2591 0
+2218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2219 0 obj
+3358
+endobj
+
+%% Original object ID: 2592 0
+2220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2221 0 obj
+3358
+endobj
+
+%% Original object ID: 2593 0
+2222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2223 0 obj
+3504
+endobj
+
+%% Original object ID: 2594 0
+2224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2225 0 obj
+3650
+endobj
+
+%% Original object ID: 2595 0
+2226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2227 0 obj
+2272
+endobj
+
+%% Original object ID: 2596 0
+2228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 2229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2229 0 obj
+2862
+endobj
+
+%% Original object ID: 2597 0
+2230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2231 0 obj
+2491
+endobj
+
+%% Original object ID: 1437 0
+2232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2233 0 obj
+3650
+endobj
+
+%% Original object ID: 2598 0
+2234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2235 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2235 0 obj
+2700
+endobj
+
+%% Original object ID: 2599 0
+2236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2237 0 obj
+2272
+endobj
+
+%% Original object ID: 2600 0
+2238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 2239 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2239 0 obj
+3723
+endobj
+
+%% Original object ID: 2601 0
+2240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 2241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2241 0 obj
+2862
+endobj
+
+%% Original object ID: 2602 0
+2242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2243 0 obj
+2700
+endobj
+
+%% Original object ID: 2603 0
+2244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2245 0 obj
+2272
+endobj
+
+%% Original object ID: 2604 0
+2246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2247 0 obj
+2646
+endobj
+
+%% Original object ID: 2605 0
+2248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2249 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2249 0 obj
+3650
+endobj
+
+%% Original object ID: 2606 0
+2250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2251 0 obj
+2646
+endobj
+
+%% Original object ID: 2607 0
+2252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2253 0 obj
+1749
+endobj
+
+%% Original object ID: 1321 0
+2254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2255 0 obj
+3763
+endobj
+
+%% Original object ID: 1438 0
+2256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2257 0 obj
+2646
+endobj
+
+%% Original object ID: 2608 0
+2258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2259 0 obj
+3504
+endobj
+
+%% Original object ID: 2609 0
+2260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2261 0 obj
+3358
+endobj
+
+%% Original object ID: 2610 0
+2262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2263 0 obj
+3650
+endobj
+
+%% Original object ID: 2611 0
+2264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 2265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2265 0 obj
+2862
+endobj
+
+%% Original object ID: 2612 0
+2266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2267 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2267 0 obj
+2491
+endobj
+
+%% Original object ID: 2613 0
+2268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2269 0 obj
+2700
+endobj
+
+%% Original object ID: 2614 0
+2270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2271 0 obj
+2646
+endobj
+
+%% Original object ID: 2615 0
+2272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2273 0 obj
+3312
+endobj
+
+%% Original object ID: 2616 0
+2274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2275 0 obj
+3358
+endobj
+
+%% Original object ID: 2617 0
+2276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 53
+ /Length 2277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2277 0 obj
+2862
+endobj
+
+%% Original object ID: 1439 0
+2278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 2279 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2279 0 obj
+3723
+endobj
+
+%% Original object ID: 2618 0
+2280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2281 0 obj
+2491
+endobj
+
+%% Original object ID: 2619 0
+2282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2283 0 obj
+2646
+endobj
+
+%% Original object ID: 2620 0
+2284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2285 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2285 0 obj
+3650
+endobj
+
+%% Original object ID: 2621 0
+2286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2287 0 obj
+2646
+endobj
+
+%% Original object ID: 2622 0
+2288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2289 0 obj
+1749
+endobj
+
+%% Original object ID: 2623 0
+2290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 20
+ /Length 2291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2291 0 obj
+1540
+endobj
+
+%% Original object ID: 2624 0
+2292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2293 0 obj
+1755
+endobj
+
+%% Original object ID: 2625 0
+2294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2295 0 obj
+1840
+endobj
+
+%% Original object ID: 2626 0
+2296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2297 0 obj
+1620
+endobj
+
+%% Original object ID: 2627 0
+2298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2299 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2299 0 obj
+2666
+endobj
+
+%% Original object ID: 1440 0
+2300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2301 0 obj
+3692
+endobj
+
+%% Original object ID: 2628 0
+2302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 2303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2303 0 obj
+3420
+endobj
+
+%% Original object ID: 2629 0
+2304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2305 0 obj
+3172
+endobj
+
+%% Original object ID: 2630 0
+2306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2307 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2307 0 obj
+3000
+endobj
+
+%% Original object ID: 2631 0
+2308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 64
+ /Length 2309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2309 0 obj
+2880
+endobj
+
+%% Original object ID: 2632 0
+2310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2311 0 obj
+1840
+endobj
+
+%% Original object ID: 2633 0
+2312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 45
+ /Subtype /Image
+ /Type /XObject
+ /Width 64
+ /Length 2313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2313 0 obj
+2880
+endobj
+
+%% Original object ID: 2634 0
+2314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 61
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2315 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2315 0 obj
+2562
+endobj
+
+%% Original object ID: 2635 0
+2316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 40
+ /Length 2317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2317 0 obj
+1840
+endobj
+
+%% Original object ID: 2636 0
+2318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 46
+ /Subtype /Image
+ /Type /XObject
+ /Width 41
+ /Length 2319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2319 0 obj
+1886
+endobj
+
+%% Original object ID: 2637 0
+2320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 60
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 2321 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2321 0 obj
+2340
+endobj
+
+%% Original object ID: 1441 0
+2322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 2323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2323 0 obj
+2016
+endobj
+
+%% Original object ID: 2638 0
+2324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 62
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2325 0 obj
+2604
+endobj
+
+%% Original object ID: 2639 0
+2326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 77
+ /Subtype /Image
+ /Type /XObject
+ /Width 20
+ /Length 2327 0 R
+>>
+stream
+ÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2327 0 obj
+1540
+endobj
+
+%% Original object ID: 2640 0
+2328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2329 0 obj
+3358
+endobj
+
+%% Original object ID: 2641 0
+2330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2331 0 obj
+3312
+endobj
+
+%% Original object ID: 2642 0
+2332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2333 0 obj
+2646
+endobj
+
+%% Original object ID: 2643 0
+2334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2335 0 obj
+2491
+endobj
+
+%% Original object ID: 2644 0
+2336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2337 0 obj
+3650
+endobj
+
+%% Original object ID: 2645 0
+2338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2339 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2339 0 obj
+2491
+endobj
+
+%% Original object ID: 2646 0
+2340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2341 0 obj
+2646
+endobj
+
+%% Original object ID: 2647 0
+2342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2343 0 obj
+2272
+endobj
+
+%% Original object ID: 1442 0
+2344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2345 0 obj
+3384
+endobj
+
+%% Original object ID: 2648 0
+2346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2347 0 obj
+3692
+endobj
+
+%% Original object ID: 2649 0
+2348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 2349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2349 0 obj
+2016
+endobj
+
+%% Original object ID: 2650 0
+2350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2351 0 obj
+3384
+endobj
+
+%% Original object ID: 2651 0
+2352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2353 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2353 0 obj
+3337
+endobj
+
+%% Original object ID: 2652 0
+2354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2355 0 obj
+3384
+endobj
+
+%% Original object ID: 2653 0
+2356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 2357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2357 0 obj
+3358
+endobj
+
+%% Original object ID: 2654 0
+2358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2359 0 obj
+2646
+endobj
+
+%% Original object ID: 2655 0
+2360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2361 0 obj
+1749
+endobj
+
+%% Original object ID: 2656 0
+2362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2363 0 obj
+2646
+endobj
+
+%% Original object ID: 2657 0
+2364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2365 0 obj
+2646
+endobj
+
+%% Original object ID: 1443 0
+2366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2367 0 obj
+3431
+endobj
+
+%% Original object ID: 2658 0
+2368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2369 0 obj
+1749
+endobj
+
+%% Original object ID: 2659 0
+2370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2371 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2371 0 obj
+2491
+endobj
+
+%% Original object ID: 2660 0
+2372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2373 0 obj
+2491
+endobj
+
+%% Original object ID: 2661 0
+2374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2375 0 obj
+2592
+endobj
+
+%% Original object ID: 2662 0
+2376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2377 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2377 0 obj
+3384
+endobj
+
+%% Original object ID: 2663 0
+2378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2379 0 obj
+3692
+endobj
+
+%% Original object ID: 2664 0
+2380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 2381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2381 0 obj
+2016
+endobj
+
+%% Original object ID: 2665 0
+2382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2383 0 obj
+3384
+endobj
+
+%% Original object ID: 2666 0
+2384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2385 0 obj
+3431
+endobj
+
+%% Original object ID: 2667 0
+2386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2387 0 obj
+3384
+endobj
+
+%% Original object ID: 1444 0
+2388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2389 0 obj
+2592
+endobj
+
+%% Original object ID: 2668 0
+2390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2391 0 obj
+3550
+endobj
+
+%% Original object ID: 1445 0
+2392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2393 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2393 0 obj
+2430
+endobj
+
+%% Original object ID: 1446 0
+2394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2395 0 obj
+3096
+endobj
+
+%% Original object ID: 1447 0
+2396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2397 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2397 0 obj
+2444
+endobj
+
+%% Original object ID: 1322 0
+2398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2399 0 obj
+2592
+endobj
+
+%% Original object ID: 1448 0
+2400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2401 0 obj
+2646
+endobj
+
+%% Original object ID: 1449 0
+2402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2403 0 obj
+2208
+endobj
+
+%% Original object ID: 1450 0
+2404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2405 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2405 0 obj
+2208
+endobj
+
+%% Original object ID: 1451 0
+2406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2407 0 obj
+2592
+endobj
+
+%% Original object ID: 1452 0
+2408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2409 0 obj
+2226
+endobj
+
+%% Original object ID: 1453 0
+2410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2411 0 obj
+2430
+endobj
+
+%% Original object ID: 1454 0
+2412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2413 0 obj
+2646
+endobj
+
+%% Original object ID: 1455 0
+2414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2415 0 obj
+1431
+endobj
+
+%% Original object ID: 1456 0
+2416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2417 0 obj
+1846
+endobj
+
+%% Original object ID: 1457 0
+2418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2419 0 obj
+3888
+endobj
+
+%% Original object ID: 1323 0
+2420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2421 0 obj
+2226
+endobj
+
+%% Original object ID: 1458 0
+2422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2423 0 obj
+2592
+endobj
+
+%% Original object ID: 1459 0
+2424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2425 0 obj
+2226
+endobj
+
+%% Original object ID: 1460 0
+2426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2427 0 obj
+3285
+endobj
+
+%% Original object ID: 1461 0
+2428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2429 0 obj
+2646
+endobj
+
+%% Original object ID: 1462 0
+2430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2431 0 obj
+2226
+endobj
+
+%% Original object ID: 1463 0
+2432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2433 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2433 0 obj
+2444
+endobj
+
+%% Original object ID: 1464 0
+2434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2435 0 obj
+2646
+endobj
+
+%% Original object ID: 1465 0
+2436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2437 0 obj
+1431
+endobj
+
+%% Original object ID: 1466 0
+2438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2439 0 obj
+2208
+endobj
+
+%% Original object ID: 1467 0
+2440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2441 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2441 0 obj
+2208
+endobj
+
+%% Original object ID: 1324 0
+2442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2443 0 obj
+2430
+endobj
+
+%% Original object ID: 1468 0
+2444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2445 0 obj
+2592
+endobj
+
+%% Original object ID: 1469 0
+2446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2447 0 obj
+2226
+endobj
+
+%% Original object ID: 1470 0
+2448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2449 0 obj
+2430
+endobj
+
+%% Original object ID: 1471 0
+2450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2451 0 obj
+2646
+endobj
+
+%% Original object ID: 1472 0
+2452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2453 0 obj
+1431
+endobj
+
+%% Original object ID: 1473 0
+2454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2455 0 obj
+1846
+endobj
+
+%% Original object ID: 1474 0
+2456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2457 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2457 0 obj
+3888
+endobj
+
+%% Original object ID: 1475 0
+2458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2459 0 obj
+2592
+endobj
+
+%% Original object ID: 1476 0
+2460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2461 0 obj
+2226
+endobj
+
+%% Original object ID: 1477 0
+2462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2463 0 obj
+3285
+endobj
+
+%% Original object ID: 1325 0
+2464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2465 0 obj
+2646
+endobj
+
+%% Original object ID: 1478 0
+2466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2467 0 obj
+3285
+endobj
+
+%% Original object ID: 1479 0
+2468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2469 0 obj
+2592
+endobj
+
+%% Original object ID: 1480 0
+2470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2471 0 obj
+2226
+endobj
+
+%% Original object ID: 1481 0
+2472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2473 0 obj
+3285
+endobj
+
+%% Original object ID: 1482 0
+2474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2475 0 obj
+2208
+endobj
+
+%% Original object ID: 1483 0
+2476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2477 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2477 0 obj
+2208
+endobj
+
+%% Original object ID: 1484 0
+2478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2479 0 obj
+2592
+endobj
+
+%% Original object ID: 1485 0
+2480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2481 0 obj
+2226
+endobj
+
+%% Original object ID: 1486 0
+2482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2483 0 obj
+2430
+endobj
+
+%% Original object ID: 1487 0
+2484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2485 0 obj
+2646
+endobj
+
+%% Original object ID: 1326 0
+2486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2487 0 obj
+2322
+endobj
+
+%% Original object ID: 1488 0
+2488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2489 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2489 0 obj
+1431
+endobj
+
+%% Original object ID: 1489 0
+2490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2491 0 obj
+1846
+endobj
+
+%% Original object ID: 1490 0
+2492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2493 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2493 0 obj
+3888
+endobj
+
+%% Original object ID: 1491 0
+2494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2495 0 obj
+2592
+endobj
+
+%% Original object ID: 1492 0
+2496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2497 0 obj
+2226
+endobj
+
+%% Original object ID: 1493 0
+2498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2499 0 obj
+3285
+endobj
+
+%% Original object ID: 1494 0
+2500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2501 0 obj
+2646
+endobj
+
+%% Original object ID: 1495 0
+2502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 32
+ /Length 2503 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2503 0 obj
+2272
+endobj
+
+%% Original object ID: 1496 0
+2504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2505 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2505 0 obj
+2491
+endobj
+
+%% Original object ID: 1497 0
+2506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 2507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2507 0 obj
+1749
+endobj
+
+%% Original object ID: 1327 0
+2508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 2509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2509 0 obj
+3796
+endobj
+
+%% Original object ID: 1498 0
+2510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 2511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2511 0 obj
+3650
+endobj
+
+%% Original object ID: 1499 0
+2512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2513 0 obj
+2646
+endobj
+
+%% Original object ID: 1500 0
+2514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 2515 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2515 0 obj
+3723
+endobj
+
+%% Original object ID: 1501 0
+2516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 2517 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2517 0 obj
+3692
+endobj
+
+%% Original object ID: 1502 0
+2518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 2519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2519 0 obj
+2016
+endobj
+
+%% Original object ID: 1503 0
+2520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2521 0 obj
+3384
+endobj
+
+%% Original object ID: 1504 0
+2522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2523 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2523 0 obj
+3337
+endobj
+
+%% Original object ID: 1505 0
+2524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2525 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2525 0 obj
+3888
+endobj
+
+%% Original object ID: 1506 0
+2526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2527 0 obj
+2592
+endobj
+
+%% Original object ID: 1507 0
+2528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2529 0 obj
+2226
+endobj
+
+%% Original object ID: 1310 0
+2530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2531 0 obj
+2322
+endobj
+
+%% Original object ID: 1328 0
+2532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2533 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2533 0 obj
+3285
+endobj
+
+%% Original object ID: 1508 0
+2534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2535 0 obj
+2444
+endobj
+
+%% Original object ID: 1509 0
+2536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2537 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2537 0 obj
+2646
+endobj
+
+%% Original object ID: 1510 0
+2538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2539 0 obj
+2226
+endobj
+
+%% Original object ID: 1511 0
+2540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2541 0 obj
+1846
+endobj
+
+%% Original object ID: 1512 0
+2542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2543 0 obj
+2592
+endobj
+
+%% Original object ID: 1513 0
+2544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2545 0 obj
+2226
+endobj
+
+%% Original object ID: 1514 0
+2546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2547 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2547 0 obj
+3888
+endobj
+
+%% Original object ID: 1515 0
+2548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2549 0 obj
+2592
+endobj
+
+%% Original object ID: 1516 0
+2550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2551 0 obj
+2226
+endobj
+
+%% Original object ID: 1517 0
+2552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2553 0 obj
+3285
+endobj
+
+%% Original object ID: 1329 0
+2554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2555 0 obj
+2646
+endobj
+
+%% Original object ID: 1518 0
+2556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2557 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2557 0 obj
+3888
+endobj
+
+%% Original object ID: 1519 0
+2558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2559 0 obj
+2646
+endobj
+
+%% Original object ID: 1520 0
+2560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2561 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2561 0 obj
+1431
+endobj
+
+%% Original object ID: 1521 0
+2562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2563 0 obj
+2592
+endobj
+
+%% Original object ID: 1522 0
+2564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2565 0 obj
+1431
+endobj
+
+%% Original object ID: 1523 0
+2566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2567 0 obj
+3763
+endobj
+
+%% Original object ID: 1524 0
+2568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2569 0 obj
+2592
+endobj
+
+%% Original object ID: 1525 0
+2570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2571 0 obj
+2226
+endobj
+
+%% Original object ID: 1526 0
+2572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2573 0 obj
+2430
+endobj
+
+%% Original object ID: 1527 0
+2574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2575 0 obj
+2646
+endobj
+
+%% Original object ID: 1330 0
+2576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2577 0 obj
+2592
+endobj
+
+%% Original object ID: 1528 0
+2578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2579 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2579 0 obj
+3024
+endobj
+
+%% Original object ID: 1529 0
+2580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2581 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2581 0 obj
+2646
+endobj
+
+%% Original object ID: 1530 0
+2582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2583 0 obj
+2322
+endobj
+
+%% Original object ID: 1531 0
+2584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2585 0 obj
+2592
+endobj
+
+%% Original object ID: 1532 0
+2586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2587 0 obj
+3285
+endobj
+
+%% Original object ID: 1533 0
+2588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2589 0 obj
+2646
+endobj
+
+%% Original object ID: 1534 0
+2590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2591 0 obj
+2592
+endobj
+
+%% Original object ID: 1535 0
+2592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2593 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2593 0 obj
+3096
+endobj
+
+%% Original object ID: 1536 0
+2594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2595 0 obj
+2646
+endobj
+
+%% Original object ID: 1537 0
+2596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2597 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2597 0 obj
+2444
+endobj
+
+%% Original object ID: 1331 0
+2598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2599 0 obj
+1846
+endobj
+
+%% Original object ID: 1538 0
+2600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2601 0 obj
+2646
+endobj
+
+%% Original object ID: 1539 0
+2602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2603 0 obj
+1431
+endobj
+
+%% Original object ID: 1540 0
+2604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2605 0 obj
+2592
+endobj
+
+%% Original object ID: 1541 0
+2606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2607 0 obj
+1431
+endobj
+
+%% Original object ID: 1542 0
+2608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2609 0 obj
+2226
+endobj
+
+%% Original object ID: 1543 0
+2610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2611 0 obj
+2646
+endobj
+
+%% Original object ID: 1544 0
+2612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2613 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2613 0 obj
+1846
+endobj
+
+%% Original object ID: 1545 0
+2614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2615 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2615 0 obj
+3888
+endobj
+
+%% Original object ID: 1546 0
+2616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2617 0 obj
+1431
+endobj
+
+%% Original object ID: 1547 0
+2618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2619 0 obj
+2592
+endobj
+
+%% Original object ID: 1332 0
+2620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2621 0 obj
+2592
+endobj
+
+%% Original object ID: 1548 0
+2622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2623 0 obj
+2322
+endobj
+
+%% Original object ID: 1549 0
+2624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2625 0 obj
+2322
+endobj
+
+%% Original object ID: 1550 0
+2626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2627 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2627 0 obj
+3888
+endobj
+
+%% Original object ID: 1551 0
+2628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2629 0 obj
+2592
+endobj
+
+%% Original object ID: 1552 0
+2630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2631 0 obj
+2226
+endobj
+
+%% Original object ID: 1553 0
+2632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2633 0 obj
+3285
+endobj
+
+%% Original object ID: 1554 0
+2634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2635 0 obj
+2208
+endobj
+
+%% Original object ID: 1555 0
+2636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 2637 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2637 0 obj
+2208
+endobj
+
+%% Original object ID: 1556 0
+2638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2639 0 obj
+1846
+endobj
+
+%% Original object ID: 1557 0
+2640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2641 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2641 0 obj
+3504
+endobj
+
+%% Original object ID: 1333 0
+2642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2643 0 obj
+1431
+endobj
+
+%% Original object ID: 1558 0
+2644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2645 0 obj
+2592
+endobj
+
+%% Original object ID: 1559 0
+2646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2647 0 obj
+2592
+endobj
+
+%% Original object ID: 1560 0
+2648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2649 0 obj
+1431
+endobj
+
+%% Original object ID: 1561 0
+2650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2651 0 obj
+2592
+endobj
+
+%% Original object ID: 1562 0
+2652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2653 0 obj
+2496
+endobj
+
+%% Original object ID: 1563 0
+2654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2655 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2655 0 obj
+3888
+endobj
+
+%% Original object ID: 1564 0
+2656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2657 0 obj
+2592
+endobj
+
+%% Original object ID: 1565 0
+2658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2659 0 obj
+2226
+endobj
+
+%% Original object ID: 1566 0
+2660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2661 0 obj
+3285
+endobj
+
+%% Original object ID: 1567 0
+2662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2663 0 obj
+2226
+endobj
+
+%% Original object ID: 1334 0
+2664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2665 0 obj
+2592
+endobj
+
+%% Original object ID: 1568 0
+2666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2667 0 obj
+2226
+endobj
+
+%% Original object ID: 1569 0
+2668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2669 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2669 0 obj
+2226
+endobj
+
+%% Original object ID: 1570 0
+2670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2671 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2671 0 obj
+2592
+endobj
+
+%% Original object ID: 1571 0
+2672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2673 0 obj
+3285
+endobj
+
+%% Original object ID: 1572 0
+2674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2675 0 obj
+2592
+endobj
+
+%% Original object ID: 1573 0
+2676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2677 0 obj
+1846
+endobj
+
+%% Original object ID: 1574 0
+2678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2679 0 obj
+3330
+endobj
+
+%% Original object ID: 1575 0
+2680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2681 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2681 0 obj
+3024
+endobj
+
+%% Original object ID: 1576 0
+2682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2683 0 obj
+1846
+endobj
+
+%% Original object ID: 1577 0
+2684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2685 0 obj
+2592
+endobj
+
+%% Original object ID: 1335 0
+2686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2687 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2687 0 obj
+2496
+endobj
+
+%% Original object ID: 1578 0
+2688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2689 0 obj
+2226
+endobj
+
+%% Original object ID: 1579 0
+2690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2691 0 obj
+1846
+endobj
+
+%% Original object ID: 1580 0
+2692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2693 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2693 0 obj
+3024
+endobj
+
+%% Original object ID: 1581 0
+2694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2695 0 obj
+2646
+endobj
+
+%% Original object ID: 1582 0
+2696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2697 0 obj
+1431
+endobj
+
+%% Original object ID: 1583 0
+2698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2699 0 obj
+1846
+endobj
+
+%% Original object ID: 1584 0
+2700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2701 0 obj
+2322
+endobj
+
+%% Original object ID: 1585 0
+2702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2703 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2703 0 obj
+2592
+endobj
+
+%% Original object ID: 1586 0
+2704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2705 0 obj
+2226
+endobj
+
+%% Original object ID: 1587 0
+2706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2707 0 obj
+2430
+endobj
+
+%% Original object ID: 1336 0
+2708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2709 0 obj
+3330
+endobj
+
+%% Original object ID: 1588 0
+2710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2711 0 obj
+2646
+endobj
+
+%% Original object ID: 1589 0
+2712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2713 0 obj
+1431
+endobj
+
+%% Original object ID: 1590 0
+2714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2715 0 obj
+1846
+endobj
+
+%% Original object ID: 1591 0
+2716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2717 0 obj
+2592
+endobj
+
+%% Original object ID: 1592 0
+2718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2719 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2719 0 obj
+3285
+endobj
+
+%% Original object ID: 1593 0
+2720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2721 0 obj
+2646
+endobj
+
+%% Original object ID: 1594 0
+2722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2723 0 obj
+1431
+endobj
+
+%% Original object ID: 1595 0
+2724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2725 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2725 0 obj
+1846
+endobj
+
+%% Original object ID: 1596 0
+2726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2727 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2727 0 obj
+3888
+endobj
+
+%% Original object ID: 1597 0
+2728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2729 0 obj
+2592
+endobj
+
+%% Original object ID: 1337 0
+2730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2731 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2731 0 obj
+3024
+endobj
+
+%% Original object ID: 1598 0
+2732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2733 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2733 0 obj
+2226
+endobj
+
+%% Original object ID: 1599 0
+2734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2735 0 obj
+2592
+endobj
+
+%% Original object ID: 1600 0
+2736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2737 0 obj
+1846
+endobj
+
+%% Original object ID: 1601 0
+2738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2739 0 obj
+2430
+endobj
+
+%% Original object ID: 1602 0
+2740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2741 0 obj
+2592
+endobj
+
+%% Original object ID: 1603 0
+2742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2743 0 obj
+2226
+endobj
+
+%% Original object ID: 1604 0
+2744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2745 0 obj
+3285
+endobj
+
+%% Original object ID: 1605 0
+2746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2747 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2747 0 obj
+2226
+endobj
+
+%% Original object ID: 1606 0
+2748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2749 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2749 0 obj
+2430
+endobj
+
+%% Original object ID: 1607 0
+2750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2751 0 obj
+1846
+endobj
+
+%% Original object ID: 1311 0
+2752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2753 0 obj
+1846
+endobj
+
+%% Original object ID: 1338 0
+2754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2755 0 obj
+2430
+endobj
+
+%% Original object ID: 1608 0
+2756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2757 0 obj
+2592
+endobj
+
+%% Original object ID: 1609 0
+2758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2759 0 obj
+1431
+endobj
+
+%% Original object ID: 1610 0
+2760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2761 0 obj
+1846
+endobj
+
+%% Original object ID: 1611 0
+2762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2763 0 obj
+2646
+endobj
+
+%% Original object ID: 1612 0
+2764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 2765 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2765 0 obj
+2444
+endobj
+
+%% Original object ID: 1613 0
+2766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2767 0 obj
+2646
+endobj
+
+%% Original object ID: 1614 0
+2768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2769 0 obj
+2226
+endobj
+
+%% Original object ID: 1615 0
+2770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2771 0 obj
+2646
+endobj
+
+%% Original object ID: 1616 0
+2772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2773 0 obj
+2226
+endobj
+
+%% Original object ID: 1617 0
+2774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2775 0 obj
+3285
+endobj
+
+%% Original object ID: 1339 0
+2776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2777 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2777 0 obj
+3024
+endobj
+
+%% Original object ID: 1618 0
+2778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2779 0 obj
+1431
+endobj
+
+%% Original object ID: 1619 0
+2780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2781 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2781 0 obj
+2430
+endobj
+
+%% Original object ID: 1620 0
+2782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2783 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2783 0 obj
+3096
+endobj
+
+%% Original object ID: 1621 0
+2784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2785 0 obj
+2322
+endobj
+
+%% Original object ID: 1622 0
+2786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2787 0 obj
+2592
+endobj
+
+%% Original object ID: 1623 0
+2788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2789 0 obj
+2226
+endobj
+
+%% Original object ID: 1624 0
+2790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2791 0 obj
+3285
+endobj
+
+%% Original object ID: 1625 0
+2792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2793 0 obj
+1431
+endobj
+
+%% Original object ID: 1626 0
+2794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2795 0 obj
+2226
+endobj
+
+%% Original object ID: 1627 0
+2796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2797 0 obj
+2430
+endobj
+
+%% Original object ID: 1340 0
+2798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2799 0 obj
+2592
+endobj
+
+%% Original object ID: 1628 0
+2800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2801 0 obj
+3285
+endobj
+
+%% Original object ID: 1629 0
+2802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2803 0 obj
+2592
+endobj
+
+%% Original object ID: 1630 0
+2804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2805 0 obj
+1846
+endobj
+
+%% Original object ID: 1631 0
+2806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2807 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2807 0 obj
+1431
+endobj
+
+%% Original object ID: 1632 0
+2808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2809 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2809 0 obj
+2226
+endobj
+
+%% Original object ID: 1633 0
+2810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2811 0 obj
+3763
+endobj
+
+%% Original object ID: 1634 0
+2812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2813 0 obj
+3285
+endobj
+
+%% Original object ID: 1635 0
+2814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2815 0 obj
+2646
+endobj
+
+%% Original object ID: 1636 0
+2816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2817 0 obj
+1846
+endobj
+
+%% Original object ID: 1637 0
+2818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2819 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2819 0 obj
+2592
+endobj
+
+%% Original object ID: 1341 0
+2820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2821 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2821 0 obj
+2592
+endobj
+
+%% Original object ID: 1638 0
+2822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2823 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2823 0 obj
+1846
+endobj
+
+%% Original object ID: 1639 0
+2824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2825 0 obj
+2592
+endobj
+
+%% Original object ID: 1640 0
+2826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2827 0 obj
+2226
+endobj
+
+%% Original object ID: 1641 0
+2828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2829 0 obj
+2592
+endobj
+
+%% Original object ID: 1642 0
+2830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2831 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2831 0 obj
+3504
+endobj
+
+%% Original object ID: 1643 0
+2832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2833 0 obj
+3763
+endobj
+
+%% Original object ID: 1644 0
+2834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2835 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2835 0 obj
+3285
+endobj
+
+%% Original object ID: 1645 0
+2836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2837 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2837 0 obj
+3024
+endobj
+
+%% Original object ID: 1646 0
+2838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2839 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2839 0 obj
+2592
+endobj
+
+%% Original object ID: 1647 0
+2840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2841 0 obj
+2226
+endobj
+
+%% Original object ID: 1342 0
+2842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2843 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2843 0 obj
+3024
+endobj
+
+%% Original object ID: 1648 0
+2844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2845 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2845 0 obj
+3504
+endobj
+
+%% Original object ID: 1649 0
+2846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2847 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2847 0 obj
+1431
+endobj
+
+%% Original object ID: 1650 0
+2848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2849 0 obj
+2430
+endobj
+
+%% Original object ID: 1651 0
+2850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2851 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2851 0 obj
+3024
+endobj
+
+%% Original object ID: 1652 0
+2852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2853 0 obj
+2646
+endobj
+
+%% Original object ID: 1653 0
+2854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2855 0 obj
+2322
+endobj
+
+%% Original object ID: 1654 0
+2856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2857 0 obj
+1846
+endobj
+
+%% Original object ID: 1655 0
+2858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2859 0 obj
+1431
+endobj
+
+%% Original object ID: 1656 0
+2860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2861 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2861 0 obj
+2592
+endobj
+
+%% Original object ID: 1657 0
+2862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 2863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2863 0 obj
+3796
+endobj
+
+%% Original object ID: 1343 0
+2864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2865 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2865 0 obj
+2226
+endobj
+
+%% Original object ID: 1658 0
+2866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2867 0 obj
+1846
+endobj
+
+%% Original object ID: 1659 0
+2868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2869 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2869 0 obj
+3024
+endobj
+
+%% Original object ID: 1660 0
+2870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2871 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2871 0 obj
+2322
+endobj
+
+%% Original object ID: 1661 0
+2872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2873 0 obj
+3285
+endobj
+
+%% Original object ID: 1662 0
+2874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2875 0 obj
+2646
+endobj
+
+%% Original object ID: 1663 0
+2876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2877 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2877 0 obj
+2430
+endobj
+
+%% Original object ID: 1664 0
+2878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2879 0 obj
+2592
+endobj
+
+%% Original object ID: 1665 0
+2880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2881 0 obj
+3330
+endobj
+
+%% Original object ID: 1666 0
+2882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2883 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2883 0 obj
+2226
+endobj
+
+%% Original object ID: 1667 0
+2884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2885 0 obj
+2646
+endobj
+
+%% Original object ID: 1344 0
+2886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2887 0 obj
+1846
+endobj
+
+%% Original object ID: 1668 0
+2888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2889 0 obj
+2322
+endobj
+
+%% Original object ID: 1669 0
+2890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2891 0 obj
+1846
+endobj
+
+%% Original object ID: 1670 0
+2892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2893 0 obj
+2322
+endobj
+
+%% Original object ID: 1671 0
+2894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2895 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2895 0 obj
+3024
+endobj
+
+%% Original object ID: 1672 0
+2896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2897 0 obj
+2646
+endobj
+
+%% Original object ID: 1673 0
+2898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2899 0 obj
+2646
+endobj
+
+%% Original object ID: 1674 0
+2900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2901 0 obj
+2226
+endobj
+
+%% Original object ID: 1675 0
+2902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2903 0 obj
+1846
+endobj
+
+%% Original object ID: 1676 0
+2904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2905 0 obj
+2592
+endobj
+
+%% Original object ID: 1677 0
+2906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 2907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2907 0 obj
+3796
+endobj
+
+%% Original object ID: 1345 0
+2908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2909 0 obj
+1846
+endobj
+
+%% Original object ID: 1678 0
+2910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2911 0 obj
+2226
+endobj
+
+%% Original object ID: 1679 0
+2912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 2913 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2913 0 obj
+3888
+endobj
+
+%% Original object ID: 1680 0
+2914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2915 0 obj
+2592
+endobj
+
+%% Original object ID: 1681 0
+2916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2917 0 obj
+2226
+endobj
+
+%% Original object ID: 1682 0
+2918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2919 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2919 0 obj
+3285
+endobj
+
+%% Original object ID: 1683 0
+2920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2921 0 obj
+2592
+endobj
+
+%% Original object ID: 1684 0
+2922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2923 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2923 0 obj
+2226
+endobj
+
+%% Original object ID: 1685 0
+2924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2925 0 obj
+2592
+endobj
+
+%% Original object ID: 1686 0
+2926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2927 0 obj
+3285
+endobj
+
+%% Original object ID: 1687 0
+2928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2929 0 obj
+2646
+endobj
+
+%% Original object ID: 1346 0
+2930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2931 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2931 0 obj
+2646
+endobj
+
+%% Original object ID: 1688 0
+2932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2933 0 obj
+3763
+endobj
+
+%% Original object ID: 1689 0
+2934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2935 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2935 0 obj
+3096
+endobj
+
+%% Original object ID: 1690 0
+2936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2937 0 obj
+2646
+endobj
+
+%% Original object ID: 1691 0
+2938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2939 0 obj
+2646
+endobj
+
+%% Original object ID: 1692 0
+2940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2941 0 obj
+2430
+endobj
+
+%% Original object ID: 1693 0
+2942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2943 0 obj
+2592
+endobj
+
+%% Original object ID: 1694 0
+2944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2945 0 obj
+2226
+endobj
+
+%% Original object ID: 1695 0
+2946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2947 0 obj
+3285
+endobj
+
+%% Original object ID: 1696 0
+2948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2949 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2949 0 obj
+2226
+endobj
+
+%% Original object ID: 1697 0
+2950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2951 0 obj
+2430
+endobj
+
+%% Original object ID: 1347 0
+2952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2953 0 obj
+2322
+endobj
+
+%% Original object ID: 1698 0
+2954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 2955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2955 0 obj
+1846
+endobj
+
+%% Original object ID: 1699 0
+2956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2957 0 obj
+2592
+endobj
+
+%% Original object ID: 1700 0
+2958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2959 0 obj
+1431
+endobj
+
+%% Original object ID: 1701 0
+2960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2961 0 obj
+1431
+endobj
+
+%% Original object ID: 1702 0
+2962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2963 0 obj
+2592
+endobj
+
+%% Original object ID: 1703 0
+2964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 2965 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2965 0 obj
+2226
+endobj
+
+%% Original object ID: 1704 0
+2966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2967 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2967 0 obj
+3096
+endobj
+
+%% Original object ID: 1705 0
+2968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2969 0 obj
+2592
+endobj
+
+%% Original object ID: 1706 0
+2970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2971 0 obj
+3285
+endobj
+
+%% Original object ID: 1707 0
+2972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2973 0 obj
+2646
+endobj
+
+%% Original object ID: 1312 0
+2974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2975 0 obj
+2592
+endobj
+
+%% Original object ID: 1348 0
+2976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2977 0 obj
+2646
+endobj
+
+%% Original object ID: 1708 0
+2978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2979 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2979 0 obj
+1431
+endobj
+
+%% Original object ID: 1709 0
+2980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2981 0 obj
+2592
+endobj
+
+%% Original object ID: 1710 0
+2982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 2983 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2983 0 obj
+3285
+endobj
+
+%% Original object ID: 1711 0
+2984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2985 0 obj
+2646
+endobj
+
+%% Original object ID: 1712 0
+2986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 2987 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+2987 0 obj
+3096
+endobj
+
+%% Original object ID: 1713 0
+2988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 2989 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2989 0 obj
+2592
+endobj
+
+%% Original object ID: 1714 0
+2990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2991 0 obj
+1431
+endobj
+
+%% Original object ID: 1715 0
+2992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 2993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2993 0 obj
+3763
+endobj
+
+%% Original object ID: 1716 0
+2994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 2995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2995 0 obj
+2646
+endobj
+
+%% Original object ID: 1717 0
+2996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2997 0 obj
+1431
+endobj
+
+%% Original object ID: 1349 0
+2998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 2999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+2999 0 obj
+1431
+endobj
+
+%% Original object ID: 1718 0
+3000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3001 0 obj
+3285
+endobj
+
+%% Original object ID: 1719 0
+3002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3003 0 obj
+1431
+endobj
+
+%% Original object ID: 1720 0
+3004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3005 0 obj
+2226
+endobj
+
+%% Original object ID: 1721 0
+3006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3007 0 obj
+2430
+endobj
+
+%% Original object ID: 1722 0
+3008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3009 0 obj
+3285
+endobj
+
+%% Original object ID: 1723 0
+3010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3011 0 obj
+2592
+endobj
+
+%% Original object ID: 1724 0
+3012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3013 0 obj
+1846
+endobj
+
+%% Original object ID: 1725 0
+3014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3015 0 obj
+1431
+endobj
+
+%% Original object ID: 1726 0
+3016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3017 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3017 0 obj
+2226
+endobj
+
+%% Original object ID: 1727 0
+3018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3019 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3019 0 obj
+3763
+endobj
+
+%% Original object ID: 1350 0
+3020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3021 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3021 0 obj
+2444
+endobj
+
+%% Original object ID: 1728 0
+3022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3023 0 obj
+3285
+endobj
+
+%% Original object ID: 1729 0
+3024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3025 0 obj
+2646
+endobj
+
+%% Original object ID: 1730 0
+3026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3027 0 obj
+1846
+endobj
+
+%% Original object ID: 1731 0
+3028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3029 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3029 0 obj
+3888
+endobj
+
+%% Original object ID: 1732 0
+3030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3031 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3031 0 obj
+3024
+endobj
+
+%% Original object ID: 1733 0
+3032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3033 0 obj
+2592
+endobj
+
+%% Original object ID: 1734 0
+3034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3035 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3035 0 obj
+3285
+endobj
+
+%% Original object ID: 1735 0
+3036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3037 0 obj
+2646
+endobj
+
+%% Original object ID: 1736 0
+3038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3039 0 obj
+3285
+endobj
+
+%% Original object ID: 1737 0
+3040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3041 0 obj
+3024
+endobj
+
+%% Original object ID: 1351 0
+3042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3043 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3043 0 obj
+2430
+endobj
+
+%% Original object ID: 1738 0
+3044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3045 0 obj
+2592
+endobj
+
+%% Original object ID: 1739 0
+3046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3047 0 obj
+1431
+endobj
+
+%% Original object ID: 1740 0
+3048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3049 0 obj
+2430
+endobj
+
+%% Original object ID: 1741 0
+3050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3051 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3051 0 obj
+3024
+endobj
+
+%% Original object ID: 1742 0
+3052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3053 0 obj
+2646
+endobj
+
+%% Original object ID: 1743 0
+3054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3055 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3055 0 obj
+2322
+endobj
+
+%% Original object ID: 1744 0
+3056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3057 0 obj
+1846
+endobj
+
+%% Original object ID: 1745 0
+3058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3059 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3059 0 obj
+1431
+endobj
+
+%% Original object ID: 1746 0
+3060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3061 0 obj
+2592
+endobj
+
+%% Original object ID: 1747 0
+3062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3063 0 obj
+2322
+endobj
+
+%% Original object ID: 1352 0
+3064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3065 0 obj
+2646
+endobj
+
+%% Original object ID: 1748 0
+3066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3067 0 obj
+2430
+endobj
+
+%% Original object ID: 1749 0
+3068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3069 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3069 0 obj
+2226
+endobj
+
+%% Original object ID: 1750 0
+3070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3071 0 obj
+2322
+endobj
+
+%% Original object ID: 1751 0
+3072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3073 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3073 0 obj
+2322
+endobj
+
+%% Original object ID: 1752 0
+3074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3075 0 obj
+2592
+endobj
+
+%% Original object ID: 1753 0
+3076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3077 0 obj
+2226
+endobj
+
+%% Original object ID: 1754 0
+3078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3079 0 obj
+2592
+endobj
+
+%% Original object ID: 1755 0
+3080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3081 0 obj
+1431
+endobj
+
+%% Original object ID: 1756 0
+3082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3083 0 obj
+3330
+endobj
+
+%% Original object ID: 1757 0
+3084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3085 0 obj
+2592
+endobj
+
+%% Original object ID: 1353 0
+3086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3087 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3087 0 obj
+3285
+endobj
+
+%% Original object ID: 1758 0
+3088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3089 0 obj
+2226
+endobj
+
+%% Original object ID: 1759 0
+3090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3091 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3091 0 obj
+2340
+endobj
+
+%% Original object ID: 1760 0
+3092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3093 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3093 0 obj
+2592
+endobj
+
+%% Original object ID: 1761 0
+3094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3095 0 obj
+1846
+endobj
+
+%% Original object ID: 1762 0
+3096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3097 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3097 0 obj
+2592
+endobj
+
+%% Original object ID: 1763 0
+3098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3099 0 obj
+2226
+endobj
+
+%% Original object ID: 1764 0
+3100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3101 0 obj
+2592
+endobj
+
+%% Original object ID: 1765 0
+3102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3103 0 obj
+1846
+endobj
+
+%% Original object ID: 1766 0
+3104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3105 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3105 0 obj
+1431
+endobj
+
+%% Original object ID: 1767 0
+3106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3107 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3107 0 obj
+2226
+endobj
+
+%% Original object ID: 1354 0
+3108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3109 0 obj
+2646
+endobj
+
+%% Original object ID: 1768 0
+3110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3111 0 obj
+2430
+endobj
+
+%% Original object ID: 1769 0
+3112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3113 0 obj
+1846
+endobj
+
+%% Original object ID: 1770 0
+3114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3115 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3115 0 obj
+2226
+endobj
+
+%% Original object ID: 1771 0
+3116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3117 0 obj
+1431
+endobj
+
+%% Original object ID: 1772 0
+3118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3119 0 obj
+2646
+endobj
+
+%% Original object ID: 1773 0
+3120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3121 0 obj
+2226
+endobj
+
+%% Original object ID: 1774 0
+3122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3123 0 obj
+2430
+endobj
+
+%% Original object ID: 1775 0
+3124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3125 0 obj
+2592
+endobj
+
+%% Original object ID: 1776 0
+3126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3127 0 obj
+2226
+endobj
+
+%% Original object ID: 1777 0
+3128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3129 0 obj
+2322
+endobj
+
+%% Original object ID: 1355 0
+3130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3131 0 obj
+1846
+endobj
+
+%% Original object ID: 1778 0
+3132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3133 0 obj
+2592
+endobj
+
+%% Original object ID: 1779 0
+3134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3135 0 obj
+2226
+endobj
+
+%% Original object ID: 1780 0
+3136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3137 0 obj
+2430
+endobj
+
+%% Original object ID: 1781 0
+3138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3139 0 obj
+2592
+endobj
+
+%% Original object ID: 1782 0
+3140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3141 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3141 0 obj
+3024
+endobj
+
+%% Original object ID: 1783 0
+3142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3143 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3143 0 obj
+2592
+endobj
+
+%% Original object ID: 1784 0
+3144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3145 0 obj
+2226
+endobj
+
+%% Original object ID: 1785 0
+3146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3147 0 obj
+1431
+endobj
+
+%% Original object ID: 1786 0
+3148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3149 0 obj
+1846
+endobj
+
+%% Original object ID: 1787 0
+3150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3151 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3151 0 obj
+2322
+endobj
+
+%% Original object ID: 1356 0
+3152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 3153 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3153 0 obj
+3796
+endobj
+
+%% Original object ID: 1788 0
+3154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3155 0 obj
+2592
+endobj
+
+%% Original object ID: 1789 0
+3156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3157 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3157 0 obj
+2226
+endobj
+
+%% Original object ID: 1790 0
+3158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3159 0 obj
+2226
+endobj
+
+%% Original object ID: 1791 0
+3160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3161 0 obj
+2430
+endobj
+
+%% Original object ID: 1792 0
+3162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3163 0 obj
+2592
+endobj
+
+%% Original object ID: 1793 0
+3164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3165 0 obj
+2592
+endobj
+
+%% Original object ID: 1794 0
+3166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3167 0 obj
+1431
+endobj
+
+%% Original object ID: 1795 0
+3168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3169 0 obj
+2592
+endobj
+
+%% Original object ID: 1796 0
+3170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3171 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3171 0 obj
+2496
+endobj
+
+%% Original object ID: 1797 0
+3172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3173 0 obj
+2592
+endobj
+
+%% Original object ID: 1357 0
+3174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3175 0 obj
+2646
+endobj
+
+%% Original object ID: 1798 0
+3176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3177 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3177 0 obj
+2226
+endobj
+
+%% Original object ID: 1799 0
+3178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3179 0 obj
+2226
+endobj
+
+%% Original object ID: 1800 0
+3180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3181 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3181 0 obj
+1846
+endobj
+
+%% Original object ID: 1801 0
+3182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3183 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3183 0 obj
+3504
+endobj
+
+%% Original object ID: 1802 0
+3184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3185 0 obj
+2592
+endobj
+
+%% Original object ID: 1803 0
+3186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3187 0 obj
+1431
+endobj
+
+%% Original object ID: 1804 0
+3188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3189 0 obj
+1431
+endobj
+
+%% Original object ID: 1805 0
+3190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3191 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3191 0 obj
+3504
+endobj
+
+%% Original object ID: 1806 0
+3192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3193 0 obj
+2592
+endobj
+
+%% Original object ID: 1807 0
+3194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3195 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3195 0 obj
+3504
+endobj
+
+%% Original object ID: 1313 0
+3196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3197 0 obj
+1846
+endobj
+
+%% Original object ID: 1358 0
+3198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3199 0 obj
+2646
+endobj
+
+%% Original object ID: 1808 0
+3200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3201 0 obj
+2646
+endobj
+
+%% Original object ID: 1809 0
+3202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3203 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3203 0 obj
+2646
+endobj
+
+%% Original object ID: 1810 0
+3204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3205 0 obj
+1431
+endobj
+
+%% Original object ID: 1811 0
+3206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3207 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3207 0 obj
+2340
+endobj
+
+%% Original object ID: 1812 0
+3208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3209 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3209 0 obj
+2592
+endobj
+
+%% Original object ID: 1813 0
+3210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3211 0 obj
+2226
+endobj
+
+%% Original object ID: 1814 0
+3212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3213 0 obj
+2592
+endobj
+
+%% Original object ID: 1815 0
+3214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3215 0 obj
+3763
+endobj
+
+%% Original object ID: 1816 0
+3216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3217 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3217 0 obj
+3763
+endobj
+
+%% Original object ID: 1817 0
+3218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3219 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3219 0 obj
+2226
+endobj
+
+%% Original object ID: 1359 0
+3220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3221 0 obj
+2226
+endobj
+
+%% Original object ID: 1818 0
+3222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3223 0 obj
+2226
+endobj
+
+%% Original object ID: 1819 0
+3224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3225 0 obj
+2430
+endobj
+
+%% Original object ID: 1820 0
+3226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3227 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3227 0 obj
+2592
+endobj
+
+%% Original object ID: 1821 0
+3228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3229 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3229 0 obj
+1846
+endobj
+
+%% Original object ID: 1822 0
+3230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3231 0 obj
+2592
+endobj
+
+%% Original object ID: 1823 0
+3232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3233 0 obj
+2226
+endobj
+
+%% Original object ID: 1824 0
+3234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3235 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3235 0 obj
+2322
+endobj
+
+%% Original object ID: 1825 0
+3236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3237 0 obj
+2592
+endobj
+
+%% Original object ID: 1826 0
+3238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3239 0 obj
+2226
+endobj
+
+%% Original object ID: 1827 0
+3240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3241 0 obj
+3285
+endobj
+
+%% Original object ID: 1360 0
+3242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3243 0 obj
+1846
+endobj
+
+%% Original object ID: 1828 0
+3244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3245 0 obj
+2592
+endobj
+
+%% Original object ID: 1829 0
+3246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3247 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3247 0 obj
+1431
+endobj
+
+%% Original object ID: 1830 0
+3248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3249 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3249 0 obj
+3504
+endobj
+
+%% Original object ID: 1831 0
+3250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3251 0 obj
+2226
+endobj
+
+%% Original object ID: 1832 0
+3252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3253 0 obj
+2592
+endobj
+
+%% Original object ID: 1833 0
+3254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3255 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3255 0 obj
+2226
+endobj
+
+%% Original object ID: 1834 0
+3256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3257 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3257 0 obj
+3285
+endobj
+
+%% Original object ID: 1835 0
+3258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3259 0 obj
+1431
+endobj
+
+%% Original object ID: 1836 0
+3260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3261 0 obj
+3330
+endobj
+
+%% Original object ID: 1837 0
+3262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3263 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3263 0 obj
+2226
+endobj
+
+%% Original object ID: 1361 0
+3264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3265 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3265 0 obj
+3024
+endobj
+
+%% Original object ID: 1838 0
+3266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3267 0 obj
+2592
+endobj
+
+%% Original object ID: 1839 0
+3268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3269 0 obj
+2592
+endobj
+
+%% Original object ID: 1840 0
+3270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3271 0 obj
+3763
+endobj
+
+%% Original object ID: 1841 0
+3272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3273 0 obj
+3763
+endobj
+
+%% Original object ID: 1842 0
+3274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3275 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3275 0 obj
+2322
+endobj
+
+%% Original object ID: 1843 0
+3276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3277 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3277 0 obj
+2322
+endobj
+
+%% Original object ID: 1844 0
+3278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3279 0 obj
+2592
+endobj
+
+%% Original object ID: 1845 0
+3280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3281 0 obj
+2226
+endobj
+
+%% Original object ID: 1846 0
+3282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3283 0 obj
+2592
+endobj
+
+%% Original object ID: 1847 0
+3284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3285 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3285 0 obj
+1431
+endobj
+
+%% Original object ID: 1362 0
+3286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3287 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3287 0 obj
+2646
+endobj
+
+%% Original object ID: 1848 0
+3288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3289 0 obj
+1846
+endobj
+
+%% Original object ID: 1849 0
+3290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3291 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3291 0 obj
+3024
+endobj
+
+%% Original object ID: 1850 0
+3292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3293 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3293 0 obj
+2646
+endobj
+
+%% Original object ID: 1851 0
+3294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3295 0 obj
+1431
+endobj
+
+%% Original object ID: 1852 0
+3296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3297 0 obj
+1846
+endobj
+
+%% Original object ID: 1853 0
+3298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3299 0 obj
+2322
+endobj
+
+%% Original object ID: 1854 0
+3300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3301 0 obj
+2592
+endobj
+
+%% Original object ID: 1855 0
+3302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3303 0 obj
+3763
+endobj
+
+%% Original object ID: 1856 0
+3304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3305 0 obj
+3763
+endobj
+
+%% Original object ID: 1857 0
+3306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3307 0 obj
+2322
+endobj
+
+%% Original object ID: 1363 0
+3308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3309 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3309 0 obj
+3024
+endobj
+
+%% Original object ID: 1858 0
+3310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3311 0 obj
+2322
+endobj
+
+%% Original object ID: 1859 0
+3312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3313 0 obj
+2592
+endobj
+
+%% Original object ID: 1860 0
+3314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3315 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3315 0 obj
+2226
+endobj
+
+%% Original object ID: 1861 0
+3316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3317 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3317 0 obj
+2226
+endobj
+
+%% Original object ID: 1862 0
+3318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3319 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3319 0 obj
+3330
+endobj
+
+%% Original object ID: 1863 0
+3320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3321 0 obj
+2592
+endobj
+
+%% Original object ID: 1864 0
+3322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3323 0 obj
+2226
+endobj
+
+%% Original object ID: 1865 0
+3324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3325 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3325 0 obj
+3285
+endobj
+
+%% Original object ID: 1866 0
+3326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3327 0 obj
+1431
+endobj
+
+%% Original object ID: 1867 0
+3328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3329 0 obj
+2646
+endobj
+
+%% Original object ID: 1364 0
+3330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3331 0 obj
+2592
+endobj
+
+%% Original object ID: 1868 0
+3332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3333 0 obj
+2592
+endobj
+
+%% Original object ID: 1869 0
+3334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3335 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3335 0 obj
+1846
+endobj
+
+%% Original object ID: 1870 0
+3336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3337 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3337 0 obj
+2226
+endobj
+
+%% Original object ID: 1871 0
+3338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3339 0 obj
+3330
+endobj
+
+%% Original object ID: 1872 0
+3340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3341 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3341 0 obj
+2226
+endobj
+
+%% Original object ID: 1873 0
+3342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3343 0 obj
+2322
+endobj
+
+%% Original object ID: 1874 0
+3344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3345 0 obj
+1846
+endobj
+
+%% Original object ID: 1875 0
+3346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3347 0 obj
+2592
+endobj
+
+%% Original object ID: 1876 0
+3348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3349 0 obj
+3763
+endobj
+
+%% Original object ID: 1877 0
+3350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3351 0 obj
+1431
+endobj
+
+%% Original object ID: 1365 0
+3352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3353 0 obj
+1846
+endobj
+
+%% Original object ID: 1878 0
+3354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3355 0 obj
+1431
+endobj
+
+%% Original object ID: 1879 0
+3356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3357 0 obj
+2592
+endobj
+
+%% Original object ID: 1880 0
+3358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3359 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3359 0 obj
+2226
+endobj
+
+%% Original object ID: 1881 0
+3360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3361 0 obj
+3330
+endobj
+
+%% Original object ID: 1882 0
+3362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3363 0 obj
+2646
+endobj
+
+%% Original object ID: 1883 0
+3364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3365 0 obj
+3763
+endobj
+
+%% Original object ID: 1884 0
+3366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3367 0 obj
+2646
+endobj
+
+%% Original object ID: 1885 0
+3368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3369 0 obj
+2226
+endobj
+
+%% Original object ID: 1886 0
+3370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3371 0 obj
+1846
+endobj
+
+%% Original object ID: 1887 0
+3372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3373 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3373 0 obj
+2322
+endobj
+
+%% Original object ID: 1366 0
+3374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3375 0 obj
+2646
+endobj
+
+%% Original object ID: 1888 0
+3376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3377 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3377 0 obj
+2592
+endobj
+
+%% Original object ID: 1889 0
+3378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3379 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3379 0 obj
+1431
+endobj
+
+%% Original object ID: 1890 0
+3380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3381 0 obj
+2592
+endobj
+
+%% Original object ID: 1891 0
+3382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3383 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3383 0 obj
+2226
+endobj
+
+%% Original object ID: 1892 0
+3384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3385 0 obj
+1431
+endobj
+
+%% Original object ID: 1893 0
+3386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3387 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3387 0 obj
+2592
+endobj
+
+%% Original object ID: 1894 0
+3388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3389 0 obj
+3763
+endobj
+
+%% Original object ID: 1895 0
+3390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3391 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3391 0 obj
+3763
+endobj
+
+%% Original object ID: 1896 0
+3392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3393 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3393 0 obj
+2226
+endobj
+
+%% Original object ID: 1897 0
+3394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3395 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3395 0 obj
+2226
+endobj
+
+%% Original object ID: 1367 0
+3396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3397 0 obj
+2592
+endobj
+
+%% Original object ID: 1898 0
+3398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3399 0 obj
+1846
+endobj
+
+%% Original object ID: 1899 0
+3400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3401 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3401 0 obj
+3504
+endobj
+
+%% Original object ID: 1900 0
+3402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3403 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3403 0 obj
+3888
+endobj
+
+%% Original object ID: 1901 0
+3404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3405 0 obj
+2592
+endobj
+
+%% Original object ID: 1902 0
+3406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3407 0 obj
+2226
+endobj
+
+%% Original object ID: 1903 0
+3408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3409 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3409 0 obj
+3285
+endobj
+
+%% Original object ID: 1904 0
+3410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3411 0 obj
+2226
+endobj
+
+%% Original object ID: 1905 0
+3412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3413 0 obj
+2430
+endobj
+
+%% Original object ID: 1906 0
+3414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3415 0 obj
+2592
+endobj
+
+%% Original object ID: 1907 0
+3416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3417 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3417 0 obj
+2226
+endobj
+
+%% Original object ID: 1314 0
+3418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3419 0 obj
+3024
+endobj
+
+%% Original object ID: 1368 0
+3420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3421 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3421 0 obj
+2226
+endobj
+
+%% Original object ID: 1908 0
+3422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3423 0 obj
+2322
+endobj
+
+%% Original object ID: 1909 0
+3424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 3425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3425 0 obj
+2847
+endobj
+
+%% Original object ID: 1910 0
+3426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3427 0 obj
+3763
+endobj
+
+%% Original object ID: 1911 0
+3428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3429 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3429 0 obj
+3024
+endobj
+
+%% Original object ID: 1912 0
+3430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3431 0 obj
+1431
+endobj
+
+%% Original object ID: 1913 0
+3432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3433 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3433 0 obj
+2322
+endobj
+
+%% Original object ID: 1914 0
+3434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3435 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3435 0 obj
+1846
+endobj
+
+%% Original object ID: 1915 0
+3436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3437 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3437 0 obj
+2646
+endobj
+
+%% Original object ID: 1916 0
+3438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3439 0 obj
+2226
+endobj
+
+%% Original object ID: 1917 0
+3440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3441 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3441 0 obj
+2322
+endobj
+
+%% Original object ID: 1369 0
+3442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3443 0 obj
+3285
+endobj
+
+%% Original object ID: 1918 0
+3444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3445 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3445 0 obj
+2646
+endobj
+
+%% Original object ID: 1919 0
+3446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3447 0 obj
+2226
+endobj
+
+%% Original object ID: 1920 0
+3448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3449 0 obj
+2592
+endobj
+
+%% Original object ID: 1921 0
+3450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3451 0 obj
+2226
+endobj
+
+%% Original object ID: 1922 0
+3452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3453 0 obj
+3285
+endobj
+
+%% Original object ID: 1923 0
+3454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 3455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3455 0 obj
+2847
+endobj
+
+%% Original object ID: 1924 0
+3456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3457 0 obj
+2646
+endobj
+
+%% Original object ID: 1925 0
+3458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3459 0 obj
+1431
+endobj
+
+%% Original object ID: 1926 0
+3460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3461 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3461 0 obj
+1431
+endobj
+
+%% Original object ID: 1927 0
+3462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3463 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3463 0 obj
+3504
+endobj
+
+%% Original object ID: 1370 0
+3464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3465 0 obj
+3285
+endobj
+
+%% Original object ID: 1928 0
+3466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3467 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3467 0 obj
+3888
+endobj
+
+%% Original object ID: 1929 0
+3468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3469 0 obj
+1431
+endobj
+
+%% Original object ID: 1930 0
+3470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3471 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3471 0 obj
+2226
+endobj
+
+%% Original object ID: 1931 0
+3472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3473 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3473 0 obj
+3285
+endobj
+
+%% Original object ID: 1932 0
+3474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3475 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3475 0 obj
+2592
+endobj
+
+%% Original object ID: 1933 0
+3476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3477 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3477 0 obj
+3096
+endobj
+
+%% Original object ID: 1934 0
+3478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3479 0 obj
+2646
+endobj
+
+%% Original object ID: 1935 0
+3480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3481 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3481 0 obj
+1431
+endobj
+
+%% Original object ID: 1936 0
+3482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3483 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3483 0 obj
+2592
+endobj
+
+%% Original object ID: 1937 0
+3484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3485 0 obj
+3285
+endobj
+
+%% Original object ID: 1371 0
+3486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3487 0 obj
+2646
+endobj
+
+%% Original object ID: 1938 0
+3488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3489 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3489 0 obj
+3504
+endobj
+
+%% Original object ID: 1939 0
+3490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3491 0 obj
+1431
+endobj
+
+%% Original object ID: 1940 0
+3492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3493 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3493 0 obj
+3330
+endobj
+
+%% Original object ID: 1941 0
+3494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3495 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3495 0 obj
+3024
+endobj
+
+%% Original object ID: 1942 0
+3496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3497 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3497 0 obj
+1846
+endobj
+
+%% Original object ID: 1943 0
+3498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3499 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3499 0 obj
+2322
+endobj
+
+%% Original object ID: 1944 0
+3500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3501 0 obj
+2322
+endobj
+
+%% Original object ID: 1945 0
+3502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3503 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3503 0 obj
+2226
+endobj
+
+%% Original object ID: 1946 0
+3504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3505 0 obj
+2646
+endobj
+
+%% Original object ID: 1947 0
+3506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3507 0 obj
+2322
+endobj
+
+%% Original object ID: 1372 0
+3508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3509 0 obj
+1431
+endobj
+
+%% Original object ID: 1948 0
+3510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3511 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3511 0 obj
+2592
+endobj
+
+%% Original object ID: 1949 0
+3512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3513 0 obj
+1431
+endobj
+
+%% Original object ID: 1950 0
+3514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3515 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3515 0 obj
+1846
+endobj
+
+%% Original object ID: 1951 0
+3516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3517 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3517 0 obj
+3024
+endobj
+
+%% Original object ID: 1952 0
+3518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3519 0 obj
+2646
+endobj
+
+%% Original object ID: 1953 0
+3520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3521 0 obj
+2592
+endobj
+
+%% Original object ID: 1954 0
+3522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3523 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3523 0 obj
+3763
+endobj
+
+%% Original object ID: 1955 0
+3524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3525 0 obj
+3763
+endobj
+
+%% Original object ID: 1956 0
+3526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3527 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3527 0 obj
+2226
+endobj
+
+%% Original object ID: 1957 0
+3528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3529 0 obj
+2226
+endobj
+
+%% Original object ID: 1373 0
+3530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3531 0 obj
+2592
+endobj
+
+%% Original object ID: 1958 0
+3532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3533 0 obj
+1846
+endobj
+
+%% Original object ID: 1959 0
+3534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3535 0 obj
+3504
+endobj
+
+%% Original object ID: 1960 0
+3536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3537 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3537 0 obj
+2226
+endobj
+
+%% Original object ID: 1961 0
+3538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3539 0 obj
+2322
+endobj
+
+%% Original object ID: 1962 0
+3540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3541 0 obj
+2430
+endobj
+
+%% Original object ID: 1963 0
+3542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3543 0 obj
+2592
+endobj
+
+%% Original object ID: 1964 0
+3544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3545 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3545 0 obj
+1431
+endobj
+
+%% Original object ID: 1965 0
+3546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3547 0 obj
+3330
+endobj
+
+%% Original object ID: 1966 0
+3548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3549 0 obj
+2592
+endobj
+
+%% Original object ID: 1967 0
+3550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3551 0 obj
+2226
+endobj
+
+%% Original object ID: 1374 0
+3552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3553 0 obj
+1431
+endobj
+
+%% Original object ID: 1968 0
+3554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3555 0 obj
+2340
+endobj
+
+%% Original object ID: 1969 0
+3556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3557 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3557 0 obj
+2592
+endobj
+
+%% Original object ID: 1970 0
+3558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3559 0 obj
+1846
+endobj
+
+%% Original object ID: 1971 0
+3560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3561 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3561 0 obj
+2592
+endobj
+
+%% Original object ID: 1972 0
+3562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3563 0 obj
+2226
+endobj
+
+%% Original object ID: 1973 0
+3564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3565 0 obj
+2226
+endobj
+
+%% Original object ID: 1974 0
+3566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3567 0 obj
+2430
+endobj
+
+%% Original object ID: 1975 0
+3568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3569 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3569 0 obj
+2592
+endobj
+
+%% Original object ID: 1976 0
+3570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3571 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3571 0 obj
+2226
+endobj
+
+%% Original object ID: 1977 0
+3572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3573 0 obj
+2322
+endobj
+
+%% Original object ID: 1375 0
+3574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3575 0 obj
+3763
+endobj
+
+%% Original object ID: 1978 0
+3576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3577 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3577 0 obj
+2592
+endobj
+
+%% Original object ID: 1979 0
+3578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3579 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3579 0 obj
+2226
+endobj
+
+%% Original object ID: 1980 0
+3580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3581 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3581 0 obj
+3504
+endobj
+
+%% Original object ID: 1981 0
+3582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3583 0 obj
+2592
+endobj
+
+%% Original object ID: 1982 0
+3584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3585 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3585 0 obj
+2226
+endobj
+
+%% Original object ID: 1983 0
+3586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3587 0 obj
+2592
+endobj
+
+%% Original object ID: 1984 0
+3588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3589 0 obj
+2226
+endobj
+
+%% Original object ID: 1985 0
+3590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3591 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3591 0 obj
+3285
+endobj
+
+%% Original object ID: 1986 0
+3592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3593 0 obj
+3763
+endobj
+
+%% Original object ID: 1987 0
+3594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3595 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3595 0 obj
+2646
+endobj
+
+%% Original object ID: 1376 0
+3596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3597 0 obj
+2592
+endobj
+
+%% Original object ID: 1988 0
+3598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3599 0 obj
+3763
+endobj
+
+%% Original object ID: 1989 0
+3600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3601 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3601 0 obj
+3285
+endobj
+
+%% Original object ID: 1990 0
+3602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3603 0 obj
+2646
+endobj
+
+%% Original object ID: 1991 0
+3604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3605 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3605 0 obj
+1431
+endobj
+
+%% Original object ID: 1992 0
+3606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3607 0 obj
+2322
+endobj
+
+%% Original object ID: 1993 0
+3608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3609 0 obj
+2592
+endobj
+
+%% Original object ID: 1994 0
+3610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3611 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3611 0 obj
+1846
+endobj
+
+%% Original object ID: 1995 0
+3612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3613 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3613 0 obj
+3024
+endobj
+
+%% Original object ID: 1996 0
+3614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3615 0 obj
+2646
+endobj
+
+%% Original object ID: 1997 0
+3616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3617 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3617 0 obj
+2592
+endobj
+
+%% Original object ID: 1377 0
+3618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3619 0 obj
+2226
+endobj
+
+%% Original object ID: 1998 0
+3620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 3621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3621 0 obj
+3796
+endobj
+
+%% Original object ID: 1999 0
+3622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3623 0 obj
+1431
+endobj
+
+%% Original object ID: 2000 0
+3624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3625 0 obj
+3763
+endobj
+
+%% Original object ID: 2001 0
+3626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3627 0 obj
+2592
+endobj
+
+%% Original object ID: 2002 0
+3628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3629 0 obj
+2430
+endobj
+
+%% Original object ID: 2003 0
+3630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3631 0 obj
+2592
+endobj
+
+%% Original object ID: 2004 0
+3632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3633 0 obj
+2226
+endobj
+
+%% Original object ID: 2005 0
+3634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3635 0 obj
+3285
+endobj
+
+%% Original object ID: 2006 0
+3636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3637 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3637 0 obj
+2322
+endobj
+
+%% Original object ID: 2007 0
+3638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3639 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3639 0 obj
+3024
+endobj
+
+%% Original object ID: 1315 0
+3640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3641 0 obj
+2646
+endobj
+
+%% Original object ID: 1378 0
+3642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3643 0 obj
+2430
+endobj
+
+%% Original object ID: 2008 0
+3644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3645 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3645 0 obj
+2592
+endobj
+
+%% Original object ID: 2009 0
+3646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3647 0 obj
+2226
+endobj
+
+%% Original object ID: 2010 0
+3648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3649 0 obj
+3285
+endobj
+
+%% Original object ID: 2011 0
+3650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3651 0 obj
+2592
+endobj
+
+%% Original object ID: 2012 0
+3652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3653 0 obj
+1431
+endobj
+
+%% Original object ID: 2013 0
+3654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3655 0 obj
+3285
+endobj
+
+%% Original object ID: 2014 0
+3656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3657 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3657 0 obj
+3888
+endobj
+
+%% Original object ID: 2015 0
+3658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3659 0 obj
+2592
+endobj
+
+%% Original object ID: 2016 0
+3660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3661 0 obj
+2322
+endobj
+
+%% Original object ID: 2017 0
+3662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3663 0 obj
+2430
+endobj
+
+%% Original object ID: 1379 0
+3664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3665 0 obj
+2646
+endobj
+
+%% Original object ID: 2018 0
+3666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3667 0 obj
+2322
+endobj
+
+%% Original object ID: 2019 0
+3668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3669 0 obj
+2592
+endobj
+
+%% Original object ID: 2020 0
+3670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3671 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3671 0 obj
+3888
+endobj
+
+%% Original object ID: 2021 0
+3672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3673 0 obj
+2646
+endobj
+
+%% Original object ID: 2022 0
+3674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3675 0 obj
+1431
+endobj
+
+%% Original object ID: 2023 0
+3676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3677 0 obj
+2430
+endobj
+
+%% Original object ID: 2024 0
+3678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3679 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3679 0 obj
+2226
+endobj
+
+%% Original object ID: 2025 0
+3680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3681 0 obj
+2322
+endobj
+
+%% Original object ID: 2026 0
+3682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3683 0 obj
+2322
+endobj
+
+%% Original object ID: 2027 0
+3684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3685 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3685 0 obj
+2592
+endobj
+
+%% Original object ID: 1380 0
+3686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3687 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3687 0 obj
+2444
+endobj
+
+%% Original object ID: 2028 0
+3688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3689 0 obj
+2226
+endobj
+
+%% Original object ID: 2029 0
+3690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3691 0 obj
+2646
+endobj
+
+%% Original object ID: 2030 0
+3692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3693 0 obj
+2430
+endobj
+
+%% Original object ID: 2031 0
+3694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3695 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3695 0 obj
+3024
+endobj
+
+%% Original object ID: 2032 0
+3696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3697 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3697 0 obj
+2226
+endobj
+
+%% Original object ID: 2033 0
+3698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3699 0 obj
+3285
+endobj
+
+%% Original object ID: 2034 0
+3700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3701 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3701 0 obj
+2226
+endobj
+
+%% Original object ID: 2035 0
+3702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3703 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3703 0 obj
+2646
+endobj
+
+%% Original object ID: 2036 0
+3704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3705 0 obj
+2322
+endobj
+
+%% Original object ID: 2037 0
+3706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3707 0 obj
+2226
+endobj
+
+%% Original object ID: 1381 0
+3708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3709 0 obj
+2646
+endobj
+
+%% Original object ID: 2038 0
+3710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3711 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3711 0 obj
+2430
+endobj
+
+%% Original object ID: 2039 0
+3712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3713 0 obj
+2592
+endobj
+
+%% Original object ID: 2040 0
+3714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3715 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3715 0 obj
+2226
+endobj
+
+%% Original object ID: 2041 0
+3716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3717 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3717 0 obj
+2592
+endobj
+
+%% Original object ID: 2042 0
+3718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3719 0 obj
+2226
+endobj
+
+%% Original object ID: 2043 0
+3720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3721 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3721 0 obj
+3285
+endobj
+
+%% Original object ID: 2044 0
+3722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3723 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3723 0 obj
+3504
+endobj
+
+%% Original object ID: 2045 0
+3724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3725 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3725 0 obj
+3504
+endobj
+
+%% Original object ID: 2046 0
+3726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3727 0 obj
+2646
+endobj
+
+%% Original object ID: 2047 0
+3728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3729 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3729 0 obj
+2322
+endobj
+
+%% Original object ID: 1382 0
+3730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3731 0 obj
+2226
+endobj
+
+%% Original object ID: 2048 0
+3732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3733 0 obj
+2646
+endobj
+
+%% Original object ID: 2049 0
+3734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3735 0 obj
+2322
+endobj
+
+%% Original object ID: 2050 0
+3736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3737 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3737 0 obj
+3285
+endobj
+
+%% Original object ID: 2051 0
+3738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3739 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3739 0 obj
+1431
+endobj
+
+%% Original object ID: 2052 0
+3740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3741 0 obj
+2592
+endobj
+
+%% Original object ID: 2053 0
+3742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3743 0 obj
+1846
+endobj
+
+%% Original object ID: 2054 0
+3744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3745 0 obj
+2592
+endobj
+
+%% Original object ID: 2055 0
+3746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3747 0 obj
+1431
+endobj
+
+%% Original object ID: 2056 0
+3748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3749 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3749 0 obj
+3504
+endobj
+
+%% Original object ID: 2057 0
+3750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3751 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3751 0 obj
+2226
+endobj
+
+%% Original object ID: 1383 0
+3752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3753 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3753 0 obj
+2226
+endobj
+
+%% Original object ID: 2058 0
+3754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3755 0 obj
+2226
+endobj
+
+%% Original object ID: 2059 0
+3756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3757 0 obj
+2430
+endobj
+
+%% Original object ID: 2060 0
+3758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3759 0 obj
+1846
+endobj
+
+%% Original object ID: 2061 0
+3760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3761 0 obj
+2592
+endobj
+
+%% Original object ID: 2062 0
+3762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3763 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3763 0 obj
+2226
+endobj
+
+%% Original object ID: 2063 0
+3764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3765 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3765 0 obj
+2226
+endobj
+
+%% Original object ID: 2064 0
+3766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3767 0 obj
+2226
+endobj
+
+%% Original object ID: 2065 0
+3768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3769 0 obj
+3285
+endobj
+
+%% Original object ID: 2066 0
+3770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3771 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3771 0 obj
+2226
+endobj
+
+%% Original object ID: 2067 0
+3772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3773 0 obj
+2322
+endobj
+
+%% Original object ID: 1384 0
+3774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3775 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3775 0 obj
+2646
+endobj
+
+%% Original object ID: 2068 0
+3776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3777 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3777 0 obj
+1846
+endobj
+
+%% Original object ID: 2069 0
+3778 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3779 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3779 0 obj
+1431
+endobj
+
+%% Original object ID: 2070 0
+3780 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3781 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3781 0 obj
+2226
+endobj
+
+%% Original object ID: 2071 0
+3782 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3783 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3783 0 obj
+3763
+endobj
+
+%% Original object ID: 2072 0
+3784 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3785 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3785 0 obj
+2646
+endobj
+
+%% Original object ID: 2073 0
+3786 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3787 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3787 0 obj
+2226
+endobj
+
+%% Original object ID: 2074 0
+3788 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3789 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3789 0 obj
+1846
+endobj
+
+%% Original object ID: 2075 0
+3790 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3791 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3791 0 obj
+2322
+endobj
+
+%% Original object ID: 2076 0
+3792 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3793 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3793 0 obj
+2226
+endobj
+
+%% Original object ID: 2077 0
+3794 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3795 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3795 0 obj
+2430
+endobj
+
+%% Original object ID: 1385 0
+3796 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 3797 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3797 0 obj
+3796
+endobj
+
+%% Original object ID: 2078 0
+3798 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3799 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3799 0 obj
+2592
+endobj
+
+%% Original object ID: 2079 0
+3800 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3801 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3801 0 obj
+2226
+endobj
+
+%% Original object ID: 2080 0
+3802 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3803 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3803 0 obj
+2322
+endobj
+
+%% Original object ID: 2081 0
+3804 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3805 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3805 0 obj
+2592
+endobj
+
+%% Original object ID: 2082 0
+3806 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3807 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3807 0 obj
+2444
+endobj
+
+%% Original object ID: 2083 0
+3808 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3809 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3809 0 obj
+2646
+endobj
+
+%% Original object ID: 2084 0
+3810 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3811 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3811 0 obj
+2646
+endobj
+
+%% Original object ID: 2085 0
+3812 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3813 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3813 0 obj
+3285
+endobj
+
+%% Original object ID: 2086 0
+3814 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3815 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3815 0 obj
+3285
+endobj
+
+%% Original object ID: 2087 0
+3816 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3817 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3817 0 obj
+2646
+endobj
+
+%% Original object ID: 1386 0
+3818 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3819 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3819 0 obj
+3285
+endobj
+
+%% Original object ID: 2088 0
+3820 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3821 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3821 0 obj
+1431
+endobj
+
+%% Original object ID: 2089 0
+3822 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3823 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3823 0 obj
+3504
+endobj
+
+%% Original object ID: 2090 0
+3824 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3825 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3825 0 obj
+3285
+endobj
+
+%% Original object ID: 2091 0
+3826 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3827 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3827 0 obj
+1431
+endobj
+
+%% Original object ID: 2092 0
+3828 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3829 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3829 0 obj
+2226
+endobj
+
+%% Original object ID: 2093 0
+3830 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3831 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3831 0 obj
+3285
+endobj
+
+%% Original object ID: 2094 0
+3832 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3833 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3833 0 obj
+2592
+endobj
+
+%% Original object ID: 2095 0
+3834 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3835 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3835 0 obj
+1846
+endobj
+
+%% Original object ID: 2096 0
+3836 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3837 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3837 0 obj
+2226
+endobj
+
+%% Original object ID: 2097 0
+3838 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3839 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3839 0 obj
+3285
+endobj
+
+%% Original object ID: 1387 0
+3840 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3841 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3841 0 obj
+2646
+endobj
+
+%% Original object ID: 2098 0
+3842 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3843 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3843 0 obj
+2322
+endobj
+
+%% Original object ID: 2099 0
+3844 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3845 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3845 0 obj
+1846
+endobj
+
+%% Original object ID: 2100 0
+3846 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3847 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3847 0 obj
+3888
+endobj
+
+%% Original object ID: 2101 0
+3848 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3849 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3849 0 obj
+2592
+endobj
+
+%% Original object ID: 2102 0
+3850 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3851 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3851 0 obj
+1846
+endobj
+
+%% Original object ID: 2103 0
+3852 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3853 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3853 0 obj
+3763
+endobj
+
+%% Original object ID: 2104 0
+3854 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3855 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3855 0 obj
+2592
+endobj
+
+%% Original object ID: 2105 0
+3856 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3857 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3857 0 obj
+1431
+endobj
+
+%% Original object ID: 2106 0
+3858 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3859 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3859 0 obj
+2646
+endobj
+
+%% Original object ID: 2107 0
+3860 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3861 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3861 0 obj
+3504
+endobj
+
+%% Original object ID: 1316 0
+3862 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3863 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3863 0 obj
+3285
+endobj
+
+%% Original object ID: 1388 0
+3864 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3865 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3865 0 obj
+3285
+endobj
+
+%% Original object ID: 2108 0
+3866 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 3867 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3867 0 obj
+3763
+endobj
+
+%% Original object ID: 2109 0
+3868 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3869 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3869 0 obj
+3285
+endobj
+
+%% Original object ID: 2110 0
+3870 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3871 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3871 0 obj
+3024
+endobj
+
+%% Original object ID: 2111 0
+3872 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3873 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3873 0 obj
+2592
+endobj
+
+%% Original object ID: 2112 0
+3874 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3875 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3875 0 obj
+2226
+endobj
+
+%% Original object ID: 2113 0
+3876 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3877 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3877 0 obj
+3504
+endobj
+
+%% Original object ID: 2114 0
+3878 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3879 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3879 0 obj
+1431
+endobj
+
+%% Original object ID: 2115 0
+3880 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3881 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3881 0 obj
+2430
+endobj
+
+%% Original object ID: 2116 0
+3882 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3883 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3883 0 obj
+3024
+endobj
+
+%% Original object ID: 2117 0
+3884 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3885 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3885 0 obj
+2646
+endobj
+
+%% Original object ID: 1389 0
+3886 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3887 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3887 0 obj
+1431
+endobj
+
+%% Original object ID: 2118 0
+3888 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3889 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3889 0 obj
+2322
+endobj
+
+%% Original object ID: 2119 0
+3890 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3891 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3891 0 obj
+1846
+endobj
+
+%% Original object ID: 2120 0
+3892 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3893 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3893 0 obj
+1431
+endobj
+
+%% Original object ID: 2121 0
+3894 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3895 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3895 0 obj
+2592
+endobj
+
+%% Original object ID: 2122 0
+3896 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3897 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3897 0 obj
+2646
+endobj
+
+%% Original object ID: 2123 0
+3898 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3899 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3899 0 obj
+2646
+endobj
+
+%% Original object ID: 2124 0
+3900 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3901 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3901 0 obj
+3285
+endobj
+
+%% Original object ID: 2125 0
+3902 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3903 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3903 0 obj
+2226
+endobj
+
+%% Original object ID: 2126 0
+3904 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3905 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3905 0 obj
+3330
+endobj
+
+%% Original object ID: 2127 0
+3906 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3907 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3907 0 obj
+1846
+endobj
+
+%% Original object ID: 1390 0
+3908 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3909 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3909 0 obj
+2592
+endobj
+
+%% Original object ID: 2128 0
+3910 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3911 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3911 0 obj
+2646
+endobj
+
+%% Original object ID: 2129 0
+3912 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3913 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3913 0 obj
+3285
+endobj
+
+%% Original object ID: 2130 0
+3914 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 3915 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3915 0 obj
+3796
+endobj
+
+%% Original object ID: 2131 0
+3916 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3917 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3917 0 obj
+1846
+endobj
+
+%% Original object ID: 2132 0
+3918 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3919 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3919 0 obj
+3024
+endobj
+
+%% Original object ID: 2133 0
+3920 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3921 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3921 0 obj
+1846
+endobj
+
+%% Original object ID: 2134 0
+3922 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3923 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3923 0 obj
+3024
+endobj
+
+%% Original object ID: 2135 0
+3924 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3925 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3925 0 obj
+2646
+endobj
+
+%% Original object ID: 2136 0
+3926 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3927 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3927 0 obj
+2226
+endobj
+
+%% Original object ID: 2137 0
+3928 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3929 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3929 0 obj
+2592
+endobj
+
+%% Original object ID: 1391 0
+3930 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 3931 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3931 0 obj
+2444
+endobj
+
+%% Original object ID: 2138 0
+3932 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3933 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3933 0 obj
+2226
+endobj
+
+%% Original object ID: 2139 0
+3934 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3935 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3935 0 obj
+2322
+endobj
+
+%% Original object ID: 2140 0
+3936 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3937 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3937 0 obj
+1846
+endobj
+
+%% Original object ID: 2141 0
+3938 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3939 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3939 0 obj
+2592
+endobj
+
+%% Original object ID: 2142 0
+3940 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3941 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3941 0 obj
+1431
+endobj
+
+%% Original object ID: 2143 0
+3942 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3943 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3943 0 obj
+2430
+endobj
+
+%% Original object ID: 2144 0
+3944 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3945 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3945 0 obj
+2592
+endobj
+
+%% Original object ID: 2145 0
+3946 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3947 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3947 0 obj
+2646
+endobj
+
+%% Original object ID: 2146 0
+3948 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3949 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3949 0 obj
+2430
+endobj
+
+%% Original object ID: 2147 0
+3950 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3951 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3951 0 obj
+1431
+endobj
+
+%% Original object ID: 1392 0
+3952 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3953 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3953 0 obj
+3285
+endobj
+
+%% Original object ID: 2148 0
+3954 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3955 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3955 0 obj
+2646
+endobj
+
+%% Original object ID: 2149 0
+3956 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3957 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3957 0 obj
+1846
+endobj
+
+%% Original object ID: 2150 0
+3958 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3959 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3959 0 obj
+2322
+endobj
+
+%% Original object ID: 2151 0
+3960 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 3961 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3961 0 obj
+1846
+endobj
+
+%% Original object ID: 2152 0
+3962 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3963 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3963 0 obj
+2592
+endobj
+
+%% Original object ID: 2153 0
+3964 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3965 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3965 0 obj
+2226
+endobj
+
+%% Original object ID: 2154 0
+3966 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3967 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3967 0 obj
+2430
+endobj
+
+%% Original object ID: 2155 0
+3968 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3969 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3969 0 obj
+2430
+endobj
+
+%% Original object ID: 2156 0
+3970 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3971 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3971 0 obj
+2646
+endobj
+
+%% Original object ID: 2157 0
+3972 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3973 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3973 0 obj
+2322
+endobj
+
+%% Original object ID: 1393 0
+3974 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3975 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3975 0 obj
+2646
+endobj
+
+%% Original object ID: 2158 0
+3976 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 3977 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3977 0 obj
+2322
+endobj
+
+%% Original object ID: 2159 0
+3978 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3979 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3979 0 obj
+2226
+endobj
+
+%% Original object ID: 2160 0
+3980 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3981 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3981 0 obj
+2592
+endobj
+
+%% Original object ID: 2161 0
+3982 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3983 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3983 0 obj
+1431
+endobj
+
+%% Original object ID: 2162 0
+3984 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3985 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3985 0 obj
+2430
+endobj
+
+%% Original object ID: 2163 0
+3986 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 3987 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3987 0 obj
+3024
+endobj
+
+%% Original object ID: 2164 0
+3988 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 3989 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+3989 0 obj
+3888
+endobj
+
+%% Original object ID: 2165 0
+3990 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 3991 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3991 0 obj
+2646
+endobj
+
+%% Original object ID: 2166 0
+3992 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3993 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3993 0 obj
+1431
+endobj
+
+%% Original object ID: 2167 0
+3994 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 3995 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3995 0 obj
+2592
+endobj
+
+%% Original object ID: 1394 0
+3996 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 3997 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3997 0 obj
+3285
+endobj
+
+%% Original object ID: 2168 0
+3998 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 3999 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+3999 0 obj
+1431
+endobj
+
+%% Original object ID: 2169 0
+4000 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4001 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4001 0 obj
+3763
+endobj
+
+%% Original object ID: 2170 0
+4002 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4003 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4003 0 obj
+2592
+endobj
+
+%% Original object ID: 2171 0
+4004 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4005 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4005 0 obj
+2226
+endobj
+
+%% Original object ID: 2172 0
+4006 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4007 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4007 0 obj
+2430
+endobj
+
+%% Original object ID: 2173 0
+4008 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4009 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4009 0 obj
+2646
+endobj
+
+%% Original object ID: 2174 0
+4010 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4011 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4011 0 obj
+2322
+endobj
+
+%% Original object ID: 2175 0
+4012 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4013 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4013 0 obj
+2226
+endobj
+
+%% Original object ID: 2176 0
+4014 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4015 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4015 0 obj
+2430
+endobj
+
+%% Original object ID: 2177 0
+4016 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4017 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4017 0 obj
+2592
+endobj
+
+%% Original object ID: 1395 0
+4018 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4019 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4019 0 obj
+3384
+endobj
+
+%% Original object ID: 2178 0
+4020 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4021 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4021 0 obj
+2226
+endobj
+
+%% Original object ID: 2179 0
+4022 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4023 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4023 0 obj
+2592
+endobj
+
+%% Original object ID: 2180 0
+4024 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4025 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4025 0 obj
+1431
+endobj
+
+%% Original object ID: 2181 0
+4026 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4027 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4027 0 obj
+2592
+endobj
+
+%% Original object ID: 2182 0
+4028 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4029 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4029 0 obj
+2322
+endobj
+
+%% Original object ID: 2183 0
+4030 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 39
+ /Length 4031 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4031 0 obj
+2847
+endobj
+
+%% Original object ID: 2184 0
+4032 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4033 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4033 0 obj
+2592
+endobj
+
+%% Original object ID: 2185 0
+4034 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4035 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4035 0 obj
+3024
+endobj
+
+%% Original object ID: 2186 0
+4036 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4037 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4037 0 obj
+2226
+endobj
+
+%% Original object ID: 2187 0
+4038 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4039 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4039 0 obj
+2430
+endobj
+
+%% Original object ID: 1396 0
+4040 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4041 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4041 0 obj
+2491
+endobj
+
+%% Original object ID: 2188 0
+4042 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4043 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4043 0 obj
+3024
+endobj
+
+%% Original object ID: 2189 0
+4044 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4045 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4045 0 obj
+2322
+endobj
+
+%% Original object ID: 2190 0
+4046 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4047 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4047 0 obj
+2322
+endobj
+
+%% Original object ID: 2191 0
+4048 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4049 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4049 0 obj
+2646
+endobj
+
+%% Original object ID: 2192 0
+4050 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4051 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4051 0 obj
+2592
+endobj
+
+%% Original object ID: 2193 0
+4052 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4053 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4053 0 obj
+1846
+endobj
+
+%% Original object ID: 2194 0
+4054 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4055 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4055 0 obj
+3024
+endobj
+
+%% Original object ID: 2195 0
+4056 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4057 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4057 0 obj
+2646
+endobj
+
+%% Original object ID: 2196 0
+4058 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4059 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4059 0 obj
+3888
+endobj
+
+%% Original object ID: 2197 0
+4060 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4061 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4061 0 obj
+2592
+endobj
+
+%% Original object ID: 1397 0
+4062 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 33
+ /Length 4063 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4063 0 obj
+1749
+endobj
+
+%% Original object ID: 2198 0
+4064 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4065 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4065 0 obj
+1431
+endobj
+
+%% Original object ID: 2199 0
+4066 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4067 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4067 0 obj
+2226
+endobj
+
+%% Original object ID: 2200 0
+4068 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4069 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4069 0 obj
+3024
+endobj
+
+%% Original object ID: 2201 0
+4070 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4071 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4071 0 obj
+2592
+endobj
+
+%% Original object ID: 2202 0
+4072 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4073 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4073 0 obj
+2226
+endobj
+
+%% Original object ID: 2203 0
+4074 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4075 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4075 0 obj
+2322
+endobj
+
+%% Original object ID: 2204 0
+4076 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4077 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4077 0 obj
+2646
+endobj
+
+%% Original object ID: 2205 0
+4078 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4079 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4079 0 obj
+2592
+endobj
+
+%% Original object ID: 2206 0
+4080 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4081 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4081 0 obj
+3763
+endobj
+
+%% Original object ID: 2207 0
+4082 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4083 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4083 0 obj
+3285
+endobj
+
+%% Original object ID: 1317 0
+4084 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4085 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4085 0 obj
+2646
+endobj
+
+%% Original object ID: 1398 0
+4086 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 4087 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4087 0 obj
+2700
+endobj
+
+%% Original object ID: 2208 0
+4088 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4089 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4089 0 obj
+2592
+endobj
+
+%% Original object ID: 2209 0
+4090 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4091 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4091 0 obj
+2226
+endobj
+
+%% Original object ID: 2210 0
+4092 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4093 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4093 0 obj
+3504
+endobj
+
+%% Original object ID: 2211 0
+4094 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4095 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4095 0 obj
+2592
+endobj
+
+%% Original object ID: 2212 0
+4096 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4097 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4097 0 obj
+2226
+endobj
+
+%% Original object ID: 2213 0
+4098 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4099 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4099 0 obj
+2226
+endobj
+
+%% Original object ID: 2214 0
+4100 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4101 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4101 0 obj
+3285
+endobj
+
+%% Original object ID: 2215 0
+4102 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4103 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4103 0 obj
+2592
+endobj
+
+%% Original object ID: 2216 0
+4104 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4105 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4105 0 obj
+3285
+endobj
+
+%% Original object ID: 2217 0
+4106 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4107 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4107 0 obj
+2646
+endobj
+
+%% Original object ID: 1399 0
+4108 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 4109 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4109 0 obj
+3650
+endobj
+
+%% Original object ID: 2218 0
+4110 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4111 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4111 0 obj
+2322
+endobj
+
+%% Original object ID: 2219 0
+4112 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4113 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4113 0 obj
+2208
+endobj
+
+%% Original object ID: 2220 0
+4114 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 4115 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4115 0 obj
+3358
+endobj
+
+%% Original object ID: 2221 0
+4116 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 46
+ /Length 4117 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4117 0 obj
+3312
+endobj
+
+%% Original object ID: 2222 0
+4118 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4119 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4119 0 obj
+3763
+endobj
+
+%% Original object ID: 2223 0
+4120 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4121 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4121 0 obj
+2226
+endobj
+
+%% Original object ID: 2224 0
+4122 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4123 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4123 0 obj
+2322
+endobj
+
+%% Original object ID: 2225 0
+4124 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4125 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4125 0 obj
+2646
+endobj
+
+%% Original object ID: 2226 0
+4126 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4127 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4127 0 obj
+2322
+endobj
+
+%% Original object ID: 2227 0
+4128 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4129 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4129 0 obj
+2322
+endobj
+
+%% Original object ID: 1400 0
+4130 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4131 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4131 0 obj
+2646
+endobj
+
+%% Original object ID: 2228 0
+4132 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4133 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4133 0 obj
+2592
+endobj
+
+%% Original object ID: 2229 0
+4134 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4135 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4135 0 obj
+2226
+endobj
+
+%% Original object ID: 2230 0
+4136 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4137 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4137 0 obj
+2322
+endobj
+
+%% Original object ID: 2231 0
+4138 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4139 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4139 0 obj
+2592
+endobj
+
+%% Original object ID: 2232 0
+4140 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4141 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4141 0 obj
+2226
+endobj
+
+%% Original object ID: 2233 0
+4142 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4143 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4143 0 obj
+2444
+endobj
+
+%% Original object ID: 2234 0
+4144 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4145 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4145 0 obj
+2592
+endobj
+
+%% Original object ID: 2235 0
+4146 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4147 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4147 0 obj
+1431
+endobj
+
+%% Original object ID: 2236 0
+4148 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4149 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4149 0 obj
+2592
+endobj
+
+%% Original object ID: 2237 0
+4150 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4151 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4151 0 obj
+2226
+endobj
+
+%% Original object ID: 1401 0
+4152 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 51
+ /Length 4153 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4153 0 obj
+3723
+endobj
+
+%% Original object ID: 2238 0
+4154 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4155 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4155 0 obj
+2322
+endobj
+
+%% Original object ID: 2239 0
+4156 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4157 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4157 0 obj
+1846
+endobj
+
+%% Original object ID: 2240 0
+4158 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4159 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4159 0 obj
+2592
+endobj
+
+%% Original object ID: 2241 0
+4160 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4161 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4161 0 obj
+3285
+endobj
+
+%% Original object ID: 2242 0
+4162 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4163 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4163 0 obj
+2430
+endobj
+
+%% Original object ID: 2243 0
+4164 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4165 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4165 0 obj
+2322
+endobj
+
+%% Original object ID: 2244 0
+4166 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4167 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4167 0 obj
+2592
+endobj
+
+%% Original object ID: 2245 0
+4168 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4169 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4169 0 obj
+2430
+endobj
+
+%% Original object ID: 2246 0
+4170 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4171 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4171 0 obj
+3024
+endobj
+
+%% Original object ID: 2247 0
+4172 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4173 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4173 0 obj
+2592
+endobj
+
+%% Original object ID: 1402 0
+4174 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 52
+ /Length 4175 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4175 0 obj
+3692
+endobj
+
+%% Original object ID: 2248 0
+4176 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4177 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4177 0 obj
+2430
+endobj
+
+%% Original object ID: 2249 0
+4178 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4179 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4179 0 obj
+2646
+endobj
+
+%% Original object ID: 2250 0
+4180 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4181 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4181 0 obj
+2208
+endobj
+
+%% Original object ID: 2251 0
+4182 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4183 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4183 0 obj
+2592
+endobj
+
+%% Original object ID: 2252 0
+4184 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4185 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4185 0 obj
+2592
+endobj
+
+%% Original object ID: 2253 0
+4186 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4187 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4187 0 obj
+2226
+endobj
+
+%% Original object ID: 2254 0
+4188 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4189 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4189 0 obj
+2646
+endobj
+
+%% Original object ID: 2255 0
+4190 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4191 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4191 0 obj
+3888
+endobj
+
+%% Original object ID: 2256 0
+4192 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4193 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4193 0 obj
+1431
+endobj
+
+%% Original object ID: 2257 0
+4194 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4195 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4195 0 obj
+3504
+endobj
+
+%% Original object ID: 1403 0
+4196 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 28
+ /Length 4197 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4197 0 obj
+2016
+endobj
+
+%% Original object ID: 2258 0
+4198 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4199 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4199 0 obj
+2592
+endobj
+
+%% Original object ID: 2259 0
+4200 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4201 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4201 0 obj
+2226
+endobj
+
+%% Original object ID: 2260 0
+4202 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4203 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4203 0 obj
+3024
+endobj
+
+%% Original object ID: 2261 0
+4204 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4205 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4205 0 obj
+2646
+endobj
+
+%% Original object ID: 2262 0
+4206 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4207 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4207 0 obj
+3285
+endobj
+
+%% Original object ID: 2263 0
+4208 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4209 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4209 0 obj
+2226
+endobj
+
+%% Original object ID: 2264 0
+4210 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4211 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4211 0 obj
+1431
+endobj
+
+%% Original object ID: 2265 0
+4212 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4213 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4213 0 obj
+2226
+endobj
+
+%% Original object ID: 2266 0
+4214 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4215 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4215 0 obj
+2646
+endobj
+
+%% Original object ID: 2267 0
+4216 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4217 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4217 0 obj
+3024
+endobj
+
+%% Original object ID: 1404 0
+4218 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4219 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4219 0 obj
+3384
+endobj
+
+%% Original object ID: 2268 0
+4220 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4221 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4221 0 obj
+2646
+endobj
+
+%% Original object ID: 2269 0
+4222 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4223 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4223 0 obj
+1431
+endobj
+
+%% Original object ID: 2270 0
+4224 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4225 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4225 0 obj
+3763
+endobj
+
+%% Original object ID: 2271 0
+4226 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4227 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4227 0 obj
+3504
+endobj
+
+%% Original object ID: 2272 0
+4228 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 54
+ /Length 4229 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4229 0 obj
+3888
+endobj
+
+%% Original object ID: 2273 0
+4230 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4231 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4231 0 obj
+2592
+endobj
+
+%% Original object ID: 2274 0
+4232 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4233 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4233 0 obj
+2226
+endobj
+
+%% Original object ID: 2275 0
+4234 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4235 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4235 0 obj
+3285
+endobj
+
+%% Original object ID: 2276 0
+4236 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4237 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4237 0 obj
+2208
+endobj
+
+%% Original object ID: 2277 0
+4238 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4239 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4239 0 obj
+1431
+endobj
+
+%% Original object ID: 1405 0
+4240 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4241 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4241 0 obj
+3456
+endobj
+
+%% Original object ID: 2278 0
+4242 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4243 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4243 0 obj
+2646
+endobj
+
+%% Original object ID: 2279 0
+4244 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4245 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4245 0 obj
+1846
+endobj
+
+%% Original object ID: 2280 0
+4246 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 92
+ /Subtype /Image
+ /Type /XObject
+ /Width 24
+ /Length 4247 0 R
+>>
+stream
+ÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4247 0 obj
+2208
+endobj
+
+%% Original object ID: 2281 0
+4248 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4249 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4249 0 obj
+2430
+endobj
+
+%% Original object ID: 2282 0
+4250 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4251 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4251 0 obj
+2592
+endobj
+
+%% Original object ID: 2283 0
+4252 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4253 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4253 0 obj
+2226
+endobj
+
+%% Original object ID: 2284 0
+4254 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4255 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4255 0 obj
+3285
+endobj
+
+%% Original object ID: 2285 0
+4256 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4257 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4257 0 obj
+2226
+endobj
+
+%% Original object ID: 2286 0
+4258 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4259 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4259 0 obj
+2430
+endobj
+
+%% Original object ID: 2287 0
+4260 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 71
+ /Subtype /Image
+ /Type /XObject
+ /Width 26
+ /Length 4261 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4261 0 obj
+1846
+endobj
+
+%% Original object ID: 1406 0
+4262 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4263 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4263 0 obj
+3024
+endobj
+
+%% Original object ID: 2288 0
+4264 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4265 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4265 0 obj
+2592
+endobj
+
+%% Original object ID: 2289 0
+4266 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 27
+ /Length 4267 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4267 0 obj
+1431
+endobj
+
+%% Original object ID: 2290 0
+4268 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4269 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4269 0 obj
+2592
+endobj
+
+%% Original object ID: 2291 0
+4270 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4271 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4271 0 obj
+2226
+endobj
+
+%% Original object ID: 2292 0
+4272 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4273 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4273 0 obj
+3285
+endobj
+
+%% Original object ID: 2293 0
+4274 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4275 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4275 0 obj
+3504
+endobj
+
+%% Original object ID: 2294 0
+4276 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4277 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4277 0 obj
+3504
+endobj
+
+%% Original object ID: 2295 0
+4278 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4279 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4279 0 obj
+2646
+endobj
+
+%% Original object ID: 2296 0
+4280 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4281 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4281 0 obj
+2322
+endobj
+
+%% Original object ID: 2297 0
+4282 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4283 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4283 0 obj
+2496
+endobj
+
+%% Original object ID: 1407 0
+4284 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4285 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4285 0 obj
+2646
+endobj
+
+%% Original object ID: 2298 0
+4286 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4287 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4287 0 obj
+3504
+endobj
+
+%% Original object ID: 2299 0
+4288 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4289 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4289 0 obj
+2592
+endobj
+
+%% Original object ID: 2300 0
+4290 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Subtype /Image
+ /Type /XObject
+ /Width 45
+ /Length 4291 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4291 0 obj
+3285
+endobj
+
+%% Original object ID: 2301 0
+4292 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4293 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4293 0 obj
+3024
+endobj
+
+%% Original object ID: 2302 0
+4294 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4295 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4295 0 obj
+2592
+endobj
+
+%% Original object ID: 2303 0
+4296 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Subtype /Image
+ /Type /XObject
+ /Width 42
+ /Length 4297 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4297 0 obj
+2226
+endobj
+
+%% Original object ID: 2304 0
+4298 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 49
+ /Length 4299 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4299 0 obj
+2646
+endobj
+
+%% Original object ID: 2305 0
+4300 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 43
+ /Length 4301 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4301 0 obj
+2322
+endobj
+
+%% Original object ID: 2306 0
+4302 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4303 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4303 0 obj
+2592
+endobj
+
+%% Original object ID: 2307 0
+4304 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 54
+ /Subtype /Image
+ /Type /XObject
+ /Width 48
+ /Length 4305 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4305 0 obj
+2592
+endobj
+
+%% Original object ID: 101 0
+4306 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R101
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4307 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4307 0 obj
+4218
+endobj
+
+%% Original object ID: 103 0
+4308 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R103
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4309 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4309 0 obj
+4968
+endobj
+
+%% Original object ID: 105 0
+4310 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R105
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4311 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4311 0 obj
+5032
+endobj
+
+%% Original object ID: 107 0
+4312 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R107
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4313 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4313 0 obj
+4900
+endobj
+
+%% Original object ID: 109 0
+4314 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R109
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4315 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4315 0 obj
+4464
+endobj
+
+%% Original object ID: 111 0
+4316 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R111
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4317 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4317 0 obj
+4968
+endobj
+
+%% Original object ID: 113 0
+4318 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R113
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4319 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4319 0 obj
+4248
+endobj
+
+%% Original object ID: 115 0
+4320 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R115
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4321 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4321 0 obj
+4588
+endobj
+
+%% Original object ID: 117 0
+4322 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R117
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4323 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4323 0 obj
+4900
+endobj
+
+%% Original object ID: 119 0
+4324 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R119
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4325 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4325 0 obj
+4248
+endobj
+
+%% Original object ID: 121 0
+4326 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R121
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4327 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4327 0 obj
+4588
+endobj
+
+%% Original object ID: 123 0
+4328 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R123
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4329 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4329 0 obj
+5032
+endobj
+
+%% Original object ID: 125 0
+4330 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R125
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4331 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4331 0 obj
+4588
+endobj
+
+%% Original object ID: 127 0
+4332 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R127
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4333 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4333 0 obj
+4900
+endobj
+
+%% Original object ID: 129 0
+4334 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R129
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4335 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4335 0 obj
+4968
+endobj
+
+%% Original object ID: 131 0
+4336 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R131
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4337 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4337 0 obj
+4968
+endobj
+
+%% Original object ID: 133 0
+4338 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R133
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4339 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4339 0 obj
+4588
+endobj
+
+%% Original object ID: 135 0
+4340 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R135
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4341 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4341 0 obj
+4292
+endobj
+
+%% Original object ID: 137 0
+4342 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R137
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4343 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4343 0 obj
+4900
+endobj
+
+%% Original object ID: 139 0
+4344 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R139
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4345 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4345 0 obj
+4968
+endobj
+
+%% Original object ID: 141 0
+4346 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R141
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4347 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4347 0 obj
+4588
+endobj
+
+%% Original object ID: 143 0
+4348 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R143
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4349 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4349 0 obj
+4588
+endobj
+
+%% Original object ID: 145 0
+4350 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R145
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4351 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4351 0 obj
+4900
+endobj
+
+%% Original object ID: 147 0
+4352 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R147
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4353 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4353 0 obj
+4588
+endobj
+
+%% Original object ID: 149 0
+4354 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R149
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4355 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4355 0 obj
+4218
+endobj
+
+%% Original object ID: 151 0
+4356 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R151
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4357 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4357 0 obj
+4588
+endobj
+
+%% Original object ID: 153 0
+4358 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R153
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4359 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4359 0 obj
+4248
+endobj
+
+%% Original object ID: 155 0
+4360 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R155
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4361 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4361 0 obj
+4900
+endobj
+
+%% Original object ID: 157 0
+4362 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R157
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4363 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4363 0 obj
+4588
+endobj
+
+%% Original object ID: 159 0
+4364 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R159
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4365 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4365 0 obj
+4968
+endobj
+
+%% Original object ID: 161 0
+4366 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R161
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4367 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4367 0 obj
+4218
+endobj
+
+%% Original object ID: 163 0
+4368 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R163
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4369 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4369 0 obj
+4968
+endobj
+
+%% Original object ID: 165 0
+4370 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R165
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4371 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4371 0 obj
+4588
+endobj
+
+%% Original object ID: 167 0
+4372 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R167
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4373 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4373 0 obj
+4464
+endobj
+
+%% Original object ID: 169 0
+4374 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R169
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4375 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4375 0 obj
+4218
+endobj
+
+%% Original object ID: 171 0
+4376 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R171
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4377 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4377 0 obj
+4032
+endobj
+
+%% Original object ID: 173 0
+4378 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R173
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4379 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4379 0 obj
+4032
+endobj
+
+%% Original object ID: 175 0
+4380 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R175
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4381 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4381 0 obj
+4218
+endobj
+
+%% Original object ID: 177 0
+4382 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R177
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4383 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4383 0 obj
+5032
+endobj
+
+%% Original object ID: 179 0
+4384 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R179
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4385 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4385 0 obj
+4900
+endobj
+
+%% Original object ID: 181 0
+4386 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R181
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4387 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4387 0 obj
+4176
+endobj
+
+%% Original object ID: 183 0
+4388 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R183
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4389 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4389 0 obj
+4968
+endobj
+
+%% Original object ID: 185 0
+4390 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R185
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4391 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4391 0 obj
+4464
+endobj
+
+%% Original object ID: 187 0
+4392 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R187
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4393 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4393 0 obj
+4248
+endobj
+
+%% Original object ID: 189 0
+4394 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R189
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4395 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4395 0 obj
+4248
+endobj
+
+%% Original object ID: 191 0
+4396 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R191
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4397 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4397 0 obj
+5032
+endobj
+
+%% Original object ID: 193 0
+4398 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R193
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 4399 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4399 0 obj
+11655
+endobj
+
+%% Original object ID: 195 0
+4400 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R195
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4401 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4401 0 obj
+6560
+endobj
+
+%% Original object ID: 197 0
+4402 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R197
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4403 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4403 0 obj
+7380
+endobj
+
+%% Original object ID: 199 0
+4404 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R199
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 4405 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4405 0 obj
+6806
+endobj
+
+%% Original object ID: 201 0
+4406 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R201
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4407 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4407 0 obj
+4900
+endobj
+
+%% Original object ID: 203 0
+4408 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R203
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4409 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4409 0 obj
+4248
+endobj
+
+%% Original object ID: 205 0
+4410 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R205
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4411 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4411 0 obj
+5032
+endobj
+
+%% Original object ID: 207 0
+4412 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R207
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4413 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4413 0 obj
+4218
+endobj
+
+%% Original object ID: 209 0
+4414 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R209
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4415 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4415 0 obj
+4588
+endobj
+
+%% Original object ID: 211 0
+4416 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R211
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4417 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4417 0 obj
+4176
+endobj
+
+%% Original object ID: 213 0
+4418 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R213
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4419 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4419 0 obj
+4968
+endobj
+
+%% Original object ID: 215 0
+4420 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R215
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4421 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4421 0 obj
+4968
+endobj
+
+%% Original object ID: 217 0
+4422 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R217
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4423 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4423 0 obj
+4588
+endobj
+
+%% Original object ID: 219 0
+4424 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R219
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4425 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4425 0 obj
+5032
+endobj
+
+%% Original object ID: 221 0
+4426 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R221
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4427 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4427 0 obj
+4968
+endobj
+
+%% Original object ID: 223 0
+4428 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R223
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4429 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4429 0 obj
+4588
+endobj
+
+%% Original object ID: 225 0
+4430 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R225
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4431 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4431 0 obj
+4588
+endobj
+
+%% Original object ID: 227 0
+4432 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R227
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4433 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4433 0 obj
+4032
+endobj
+
+%% Original object ID: 229 0
+4434 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R229
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4435 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4435 0 obj
+4248
+endobj
+
+%% Original object ID: 231 0
+4436 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R231
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4437 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4437 0 obj
+4968
+endobj
+
+%% Original object ID: 233 0
+4438 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R233
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4439 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4439 0 obj
+4588
+endobj
+
+%% Original object ID: 235 0
+4440 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R235
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4441 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4441 0 obj
+4968
+endobj
+
+%% Original object ID: 237 0
+4442 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R237
+ /Subtype /Image
+ /Type /XObject
+ /Width 67
+ /Length 4443 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4443 0 obj
+4958
+endobj
+
+%% Original object ID: 239 0
+4444 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R239
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4445 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4445 0 obj
+4968
+endobj
+
+%% Original object ID: 241 0
+4446 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R241
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4447 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4447 0 obj
+4588
+endobj
+
+%% Original object ID: 243 0
+4448 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R243
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4449 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4449 0 obj
+4968
+endobj
+
+%% Original object ID: 245 0
+4450 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R245
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4451 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4451 0 obj
+4900
+endobj
+
+%% Original object ID: 247 0
+4452 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R247
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4453 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4453 0 obj
+4588
+endobj
+
+%% Original object ID: 249 0
+4454 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R249
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4455 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4455 0 obj
+4588
+endobj
+
+%% Original object ID: 251 0
+4456 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R251
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4457 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4457 0 obj
+4588
+endobj
+
+%% Original object ID: 253 0
+4458 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R253
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4459 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4459 0 obj
+4968
+endobj
+
+%% Original object ID: 255 0
+4460 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R255
+ /Subtype /Image
+ /Type /XObject
+ /Width 66
+ /Length 4461 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4461 0 obj
+4752
+endobj
+
+%% Original object ID: 257 0
+4462 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R257
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4463 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4463 0 obj
+4588
+endobj
+
+%% Original object ID: 259 0
+4464 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R259
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4465 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4465 0 obj
+4588
+endobj
+
+%% Original object ID: 261 0
+4466 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R261
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4467 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4467 0 obj
+4588
+endobj
+
+%% Original object ID: 263 0
+4468 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R263
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4469 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4469 0 obj
+4900
+endobj
+
+%% Original object ID: 265 0
+4470 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R265
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4471 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4471 0 obj
+4588
+endobj
+
+%% Original object ID: 267 0
+4472 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R267
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4473 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4473 0 obj
+4588
+endobj
+
+%% Original object ID: 269 0
+4474 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R269
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4475 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4475 0 obj
+4968
+endobj
+
+%% Original object ID: 271 0
+4476 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R271
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4477 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4477 0 obj
+5032
+endobj
+
+%% Original object ID: 273 0
+4478 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R273
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4479 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4479 0 obj
+4588
+endobj
+
+%% Original object ID: 275 0
+4480 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R275
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4481 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4481 0 obj
+4248
+endobj
+
+%% Original object ID: 277 0
+4482 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R277
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4483 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4483 0 obj
+4968
+endobj
+
+%% Original object ID: 279 0
+4484 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R279
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4485 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4485 0 obj
+4588
+endobj
+
+%% Original object ID: 281 0
+4486 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R281
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4487 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4487 0 obj
+4900
+endobj
+
+%% Original object ID: 283 0
+4488 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R283
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4489 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4489 0 obj
+4176
+endobj
+
+%% Original object ID: 285 0
+4490 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R285
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4491 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4491 0 obj
+4588
+endobj
+
+%% Original object ID: 287 0
+4492 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R287
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4493 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4493 0 obj
+4464
+endobj
+
+%% Original object ID: 289 0
+4494 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R289
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4495 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4495 0 obj
+4900
+endobj
+
+%% Original object ID: 291 0
+4496 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R291
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4497 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4497 0 obj
+4464
+endobj
+
+%% Original object ID: 293 0
+4498 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R293
+ /Subtype /Image
+ /Type /XObject
+ /Width 97
+ /Length 4499 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4499 0 obj
+6984
+endobj
+
+%% Original object ID: 295 0
+4500 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R295
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4501 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4501 0 obj
+4588
+endobj
+
+%% Original object ID: 297 0
+4502 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R297
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4503 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4503 0 obj
+4248
+endobj
+
+%% Original object ID: 299 0
+4504 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R299
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4505 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4505 0 obj
+4218
+endobj
+
+%% Original object ID: 301 0
+4506 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R301
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4507 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4507 0 obj
+5032
+endobj
+
+%% Original object ID: 303 0
+4508 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R303
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4509 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4509 0 obj
+4900
+endobj
+
+%% Original object ID: 305 0
+4510 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R305
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4511 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4511 0 obj
+4248
+endobj
+
+%% Original object ID: 307 0
+4512 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R307
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4513 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4513 0 obj
+4218
+endobj
+
+%% Original object ID: 309 0
+4514 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R309
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4515 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4515 0 obj
+4088
+endobj
+
+%% Original object ID: 311 0
+4516 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R311
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4517 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4517 0 obj
+4032
+endobj
+
+%% Original object ID: 313 0
+4518 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R313
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4519 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4519 0 obj
+4218
+endobj
+
+%% Original object ID: 315 0
+4520 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R315
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4521 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4521 0 obj
+4218
+endobj
+
+%% Original object ID: 317 0
+4522 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R317
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4523 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4523 0 obj
+4968
+endobj
+
+%% Original object ID: 319 0
+4524 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R319
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4525 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4525 0 obj
+4588
+endobj
+
+%% Original object ID: 321 0
+4526 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R321
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4527 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4527 0 obj
+4218
+endobj
+
+%% Original object ID: 323 0
+4528 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R323
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4529 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4529 0 obj
+4588
+endobj
+
+%% Original object ID: 325 0
+4530 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R325
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4531 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4531 0 obj
+4588
+endobj
+
+%% Original object ID: 327 0
+4532 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R327
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4533 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4533 0 obj
+4900
+endobj
+
+%% Original object ID: 329 0
+4534 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R329
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4535 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4535 0 obj
+4464
+endobj
+
+%% Original object ID: 331 0
+4536 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R331
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4537 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4537 0 obj
+4176
+endobj
+
+%% Original object ID: 333 0
+4538 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 111
+ /Name /R333
+ /Subtype /Image
+ /Type /XObject
+ /Width 105
+ /Length 4539 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4539 0 obj
+11655
+endobj
+
+%% Original object ID: 335 0
+4540 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R335
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4541 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4541 0 obj
+7380
+endobj
+
+%% Original object ID: 337 0
+4542 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R337
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4543 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4543 0 obj
+6560
+endobj
+
+%% Original object ID: 339 0
+4544 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 78
+ /Name /R339
+ /Subtype /Image
+ /Type /XObject
+ /Width 92
+ /Length 4545 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4545 0 obj
+7176
+endobj
+
+%% Original object ID: 341 0
+4546 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R341
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4547 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4547 0 obj
+7380
+endobj
+
+%% Original object ID: 343 0
+4548 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R343
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4549 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4549 0 obj
+6560
+endobj
+
+%% Original object ID: 345 0
+4550 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R345
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4551 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4551 0 obj
+6431
+endobj
+
+%% Original object ID: 347 0
+4552 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R347
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4553 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4553 0 obj
+7380
+endobj
+
+%% Original object ID: 349 0
+4554 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R349
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4555 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4555 0 obj
+6560
+endobj
+
+%% Original object ID: 351 0
+4556 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R351
+ /Subtype /Image
+ /Type /XObject
+ /Width 100
+ /Length 4557 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4557 0 obj
+10700
+endobj
+
+%% Original object ID: 353 0
+4558 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R353
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4559 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4559 0 obj
+7380
+endobj
+
+%% Original object ID: 355 0
+4560 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R355
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4561 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4561 0 obj
+6560
+endobj
+
+%% Original object ID: 357 0
+4562 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R357
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 4563 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4563 0 obj
+9374
+endobj
+
+%% Original object ID: 359 0
+4564 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R359
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4565 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4565 0 obj
+4588
+endobj
+
+%% Original object ID: 361 0
+4566 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R361
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4567 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4567 0 obj
+4218
+endobj
+
+%% Original object ID: 363 0
+4568 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R363
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4569 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4569 0 obj
+4176
+endobj
+
+%% Original object ID: 365 0
+4570 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R365
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4571 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4571 0 obj
+4088
+endobj
+
+%% Original object ID: 367 0
+4572 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R367
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4573 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4573 0 obj
+4218
+endobj
+
+%% Original object ID: 369 0
+4574 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R369
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4575 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4575 0 obj
+4968
+endobj
+
+%% Original object ID: 371 0
+4576 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R371
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4577 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4577 0 obj
+4464
+endobj
+
+%% Original object ID: 373 0
+4578 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R373
+ /Subtype /Image
+ /Type /XObject
+ /Width 117
+ /Length 4579 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4579 0 obj
+12519
+endobj
+
+%% Original object ID: 375 0
+4580 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R375
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 4581 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4581 0 obj
+9374
+endobj
+
+%% Original object ID: 377 0
+4582 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R377
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4583 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4583 0 obj
+7380
+endobj
+
+%% Original object ID: 379 0
+4584 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R379
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4585 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4585 0 obj
+6560
+endobj
+
+%% Original object ID: 381 0
+4586 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R381
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4587 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4587 0 obj
+6431
+endobj
+
+%% Original object ID: 383 0
+4588 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R383
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4589 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4589 0 obj
+6431
+endobj
+
+%% Original object ID: 385 0
+4590 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R385
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4591 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4591 0 obj
+8774
+endobj
+
+%% Original object ID: 387 0
+4592 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R387
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4593 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4593 0 obj
+7380
+endobj
+
+%% Original object ID: 389 0
+4594 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R389
+ /Subtype /Image
+ /Type /XObject
+ /Width 103
+ /Length 4595 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4595 0 obj
+11021
+endobj
+
+%% Original object ID: 391 0
+4596 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R391
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4597 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4597 0 obj
+7380
+endobj
+
+%% Original object ID: 393 0
+4598 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R393
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 4599 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4599 0 obj
+6806
+endobj
+
+%% Original object ID: 395 0
+4600 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R395
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4601 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4601 0 obj
+6431
+endobj
+
+%% Original object ID: 397 0
+4602 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R397
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 4603 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4603 0 obj
+6806
+endobj
+
+%% Original object ID: 399 0
+4604 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R399
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4605 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4605 0 obj
+4176
+endobj
+
+%% Original object ID: 401 0
+4606 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R401
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4607 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4607 0 obj
+4588
+endobj
+
+%% Original object ID: 403 0
+4608 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R403
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4609 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4609 0 obj
+4968
+endobj
+
+%% Original object ID: 405 0
+4610 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R405
+ /Subtype /Image
+ /Type /XObject
+ /Width 97
+ /Length 4611 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4611 0 obj
+6984
+endobj
+
+%% Original object ID: 407 0
+4612 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R407
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4613 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4613 0 obj
+4248
+endobj
+
+%% Original object ID: 409 0
+4614 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R409
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4615 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4615 0 obj
+4588
+endobj
+
+%% Original object ID: 411 0
+4616 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R411
+ /Subtype /Image
+ /Type /XObject
+ /Width 107
+ /Length 4617 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4617 0 obj
+11449
+endobj
+
+%% Original object ID: 413 0
+4618 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R413
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4619 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4619 0 obj
+7380
+endobj
+
+%% Original object ID: 415 0
+4620 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 112
+ /Name /R415
+ /Subtype /Image
+ /Type /XObject
+ /Width 86
+ /Length 4621 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4621 0 obj
+9632
+endobj
+
+%% Original object ID: 417 0
+4622 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R417
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 4623 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4623 0 obj
+6806
+endobj
+
+%% Original object ID: 419 0
+4624 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R419
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4625 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4625 0 obj
+6431
+endobj
+
+%% Original object ID: 421 0
+4626 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R421
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4627 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4627 0 obj
+4880
+endobj
+
+%% Original object ID: 423 0
+4628 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R423
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4629 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4629 0 obj
+7380
+endobj
+
+%% Original object ID: 425 0
+4630 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R425
+ /Subtype /Image
+ /Type /XObject
+ /Width 59
+ /Length 4631 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4631 0 obj
+6431
+endobj
+
+%% Original object ID: 427 0
+4632 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R427
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4633 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4633 0 obj
+7380
+endobj
+
+%% Original object ID: 429 0
+4634 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R429
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4635 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4635 0 obj
+6560
+endobj
+
+%% Original object ID: 431 0
+4636 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R431
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4637 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4637 0 obj
+8774
+endobj
+
+%% Original object ID: 433 0
+4638 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R433
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4639 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4639 0 obj
+7380
+endobj
+
+%% Original object ID: 435 0
+4640 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R435
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4641 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4641 0 obj
+4880
+endobj
+
+%% Original object ID: 437 0
+4642 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R437
+ /Subtype /Image
+ /Type /XObject
+ /Width 132
+ /Length 4643 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4643 0 obj
+10560
+endobj
+
+%% Original object ID: 439 0
+4644 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R439
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4645 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4645 0 obj
+4176
+endobj
+
+%% Original object ID: 441 0
+4646 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R441
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 4647 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4647 0 obj
+4028
+endobj
+
+%% Original object ID: 443 0
+4648 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R443
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4649 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4649 0 obj
+4968
+endobj
+
+%% Original object ID: 445 0
+4650 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R445
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 4651 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4651 0 obj
+4599
+endobj
+
+%% Original object ID: 447 0
+4652 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R447
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4653 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4653 0 obj
+4292
+endobj
+
+%% Original object ID: 449 0
+4654 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R449
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4655 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4655 0 obj
+4176
+endobj
+
+%% Original object ID: 451 0
+4656 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R451
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 4657 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4657 0 obj
+4028
+endobj
+
+%% Original object ID: 453 0
+4658 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R453
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4659 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4659 0 obj
+4588
+endobj
+
+%% Original object ID: 455 0
+4660 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R455
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4661 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4661 0 obj
+4588
+endobj
+
+%% Original object ID: 457 0
+4662 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R457
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4663 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4663 0 obj
+4588
+endobj
+
+%% Original object ID: 459 0
+4664 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R459
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4665 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4665 0 obj
+4968
+endobj
+
+%% Original object ID: 461 0
+4666 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R461
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4667 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4667 0 obj
+4588
+endobj
+
+%% Original object ID: 463 0
+4668 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R463
+ /Subtype /Image
+ /Type /XObject
+ /Width 68
+ /Length 4669 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4669 0 obj
+5032
+endobj
+
+%% Original object ID: 465 0
+4670 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R465
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4671 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4671 0 obj
+4968
+endobj
+
+%% Original object ID: 467 0
+4672 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R467
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4673 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4673 0 obj
+4968
+endobj
+
+%% Original object ID: 469 0
+4674 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R469
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4675 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4675 0 obj
+5180
+endobj
+
+%% Original object ID: 471 0
+4676 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R471
+ /Subtype /Image
+ /Type /XObject
+ /Width 73
+ /Length 4677 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4677 0 obj
+5840
+endobj
+
+%% Original object ID: 473 0
+4678 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R473
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 4679 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4679 0 obj
+4599
+endobj
+
+%% Original object ID: 475 0
+4680 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R475
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4681 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4681 0 obj
+4968
+endobj
+
+%% Original object ID: 477 0
+4682 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R477
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 4683 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4683 0 obj
+4599
+endobj
+
+%% Original object ID: 479 0
+4684 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R479
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4685 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4685 0 obj
+4392
+endobj
+
+%% Original object ID: 481 0
+4686 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R481
+ /Subtype /Image
+ /Type /XObject
+ /Width 71
+ /Length 4687 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4687 0 obj
+5112
+endobj
+
+%% Original object ID: 483 0
+4688 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R483
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 4689 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4689 0 obj
+4028
+endobj
+
+%% Original object ID: 485 0
+4690 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R485
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4691 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4691 0 obj
+4042
+endobj
+
+%% Original object ID: 487 0
+4692 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R487
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4693 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4693 0 obj
+4968
+endobj
+
+%% Original object ID: 489 0
+4694 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R489
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 4695 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4695 0 obj
+4599
+endobj
+
+%% Original object ID: 491 0
+4696 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R491
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4697 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4697 0 obj
+4392
+endobj
+
+%% Original object ID: 493 0
+4698 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R493
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4699 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4699 0 obj
+4292
+endobj
+
+%% Original object ID: 495 0
+4700 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R495
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4701 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4701 0 obj
+4042
+endobj
+
+%% Original object ID: 497 0
+4702 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R497
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4703 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4703 0 obj
+4176
+endobj
+
+%% Original object ID: 499 0
+4704 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R499
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 4705 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4705 0 obj
+4028
+endobj
+
+%% Original object ID: 501 0
+4706 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 53
+ /Name /R501
+ /Subtype /Image
+ /Type /XObject
+ /Width 76
+ /Length 4707 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4707 0 obj
+4028
+endobj
+
+%% Original object ID: 503 0
+4708 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R503
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4709 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4709 0 obj
+4042
+endobj
+
+%% Original object ID: 505 0
+4710 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R505
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4711 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4711 0 obj
+4392
+endobj
+
+%% Original object ID: 507 0
+4712 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R507
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4713 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4713 0 obj
+4042
+endobj
+
+%% Original object ID: 509 0
+4714 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 52
+ /Name /R509
+ /Subtype /Image
+ /Type /XObject
+ /Width 79
+ /Length 4715 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4715 0 obj
+4108
+endobj
+
+%% Original object ID: 511 0
+4716 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R511
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4717 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4717 0 obj
+4392
+endobj
+
+%% Original object ID: 513 0
+4718 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 86
+ /Name /R513
+ /Subtype /Image
+ /Type /XObject
+ /Width 47
+ /Length 4719 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4719 0 obj
+4042
+endobj
+
+%% Original object ID: 515 0
+4720 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R515
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4721 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4721 0 obj
+4032
+endobj
+
+%% Original object ID: 517 0
+4722 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R517
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4723 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4723 0 obj
+5180
+endobj
+
+%% Original object ID: 519 0
+4724 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R519
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4725 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4725 0 obj
+4032
+endobj
+
+%% Original object ID: 521 0
+4726 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R521
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4727 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4727 0 obj
+4968
+endobj
+
+%% Original object ID: 523 0
+4728 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R523
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4729 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4729 0 obj
+4176
+endobj
+
+%% Original object ID: 525 0
+4730 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R525
+ /Subtype /Image
+ /Type /XObject
+ /Width 63
+ /Length 4731 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4731 0 obj
+4599
+endobj
+
+%% Original object ID: 527 0
+4732 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R527
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4733 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4733 0 obj
+5180
+endobj
+
+%% Original object ID: 529 0
+4734 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R529
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4735 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4735 0 obj
+4292
+endobj
+
+%% Original object ID: 531 0
+4736 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R531
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4737 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4737 0 obj
+4392
+endobj
+
+%% Original object ID: 533 0
+4738 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 107
+ /Name /R533
+ /Subtype /Image
+ /Type /XObject
+ /Width 91
+ /Length 4739 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4739 0 obj
+9737
+endobj
+
+%% Original object ID: 535 0
+4740 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R535
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4741 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4741 0 obj
+7380
+endobj
+
+%% Original object ID: 537 0
+4742 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R537
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4743 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4743 0 obj
+4880
+endobj
+
+%% Original object ID: 539 0
+4744 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 109
+ /Name /R539
+ /Subtype /Image
+ /Type /XObject
+ /Width 62
+ /Length 4745 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4745 0 obj
+6758
+endobj
+
+%% Original object ID: 541 0
+4746 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R541
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4747 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4747 0 obj
+7380
+endobj
+
+%% Original object ID: 543 0
+4748 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R543
+ /Subtype /Image
+ /Type /XObject
+ /Width 61
+ /Length 4749 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4749 0 obj
+4880
+endobj
+
+%% Original object ID: 545 0
+4750 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R545
+ /Subtype /Image
+ /Type /XObject
+ /Width 132
+ /Length 4751 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4751 0 obj
+10560
+endobj
+
+%% Original object ID: 547 0
+4752 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R547
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4753 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4753 0 obj
+7380
+endobj
+
+%% Original object ID: 549 0
+4754 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 80
+ /Name /R549
+ /Subtype /Image
+ /Type /XObject
+ /Width 82
+ /Length 4755 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4755 0 obj
+6560
+endobj
+
+%% Original object ID: 551 0
+4756 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R551
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4757 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4757 0 obj
+7380
+endobj
+
+%% Original object ID: 553 0
+4758 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R553
+ /Subtype /Image
+ /Type /XObject
+ /Width 90
+ /Length 4759 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4759 0 obj
+7380
+endobj
+
+%% Original object ID: 555 0
+4760 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 82
+ /Name /R555
+ /Subtype /Image
+ /Type /XObject
+ /Width 83
+ /Length 4761 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4761 0 obj
+6806
+endobj
+
+%% Original object ID: 85 0
+4762 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R85
+ /Subtype /Image
+ /Type /XObject
+ /Width 69
+ /Length 4763 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4763 0 obj
+4968
+endobj
+
+%% Original object ID: 87 0
+4764 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R87
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4765 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4765 0 obj
+4032
+endobj
+
+%% Original object ID: 89 0
+4766 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R89
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4767 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4767 0 obj
+4218
+endobj
+
+%% Original object ID: 91 0
+4768 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 74
+ /Name /R91
+ /Subtype /Image
+ /Type /XObject
+ /Width 57
+ /Length 4769 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4769 0 obj
+4218
+endobj
+
+%% Original object ID: 93 0
+4770 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R93
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4771 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4771 0 obj
+4032
+endobj
+
+%% Original object ID: 95 0
+4772 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 70
+ /Name /R95
+ /Subtype /Image
+ /Type /XObject
+ /Width 70
+ /Length 4773 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+4773 0 obj
+4900
+endobj
+
+%% Original object ID: 97 0
+4774 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 72
+ /Name /R97
+ /Subtype /Image
+ /Type /XObject
+ /Width 58
+ /Length 4775 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4775 0 obj
+4176
+endobj
+
+%% Original object ID: 99 0
+4776 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 73
+ /Name /R99
+ /Subtype /Image
+ /Type /XObject
+ /Width 56
+ /Length 4777 0 R
+>>
+stream
+ÿÿÿÿÿÿÿÿÿÿ
+endstream
+endobj
+
+%QDF: ignore_newline
+4777 0 obj
+4088
+endobj
+
+xref
+0 4778
+0000000000 65535 f
+0000000052 00000 n
+0000000135 00000 n
+0000000254 00000 n
+0000000373 00000 n
+0000017974 00000 n
+0000054717 00000 n
+0000250023 00000 n
+0000250075 00000 n
+0000251800 00000 n
+0000251850 00000 n
+0000254837 00000 n
+0000254888 00000 n
+0000256915 00000 n
+0000256966 00000 n
+0000258993 00000 n
+0000259044 00000 n
+0000260761 00000 n
+0000260812 00000 n
+0000264419 00000 n
+0000264470 00000 n
+0000267957 00000 n
+0000268008 00000 n
+0000270535 00000 n
+0000270586 00000 n
+0000273113 00000 n
+0000273164 00000 n
+0000274671 00000 n
+0000274722 00000 n
+0000277227 00000 n
+0000277278 00000 n
+0000279805 00000 n
+0000279856 00000 n
+0000282017 00000 n
+0000282068 00000 n
+0000285479 00000 n
+0000285530 00000 n
+0000287557 00000 n
+0000287608 00000 n
+0000289325 00000 n
+0000289376 00000 n
+0000291279 00000 n
+0000291330 00000 n
+0000293357 00000 n
+0000293408 00000 n
+0000295125 00000 n
+0000295176 00000 n
+0000297203 00000 n
+0000297254 00000 n
+0000298971 00000 n
+0000299022 00000 n
+0000300957 00000 n
+0000301008 00000 n
+0000302725 00000 n
+0000302776 00000 n
+0000305123 00000 n
+0000305174 00000 n
+0000307109 00000 n
+0000307160 00000 n
+0000309003 00000 n
+0000309054 00000 n
+0000311925 00000 n
+0000311976 00000 n
+0000314420 00000 n
+0000314471 00000 n
+0000316498 00000 n
+0000316549 00000 n
+0000318776 00000 n
+0000318827 00000 n
+0000320854 00000 n
+0000320905 00000 n
+0000323349 00000 n
+0000323400 00000 n
+0000325427 00000 n
+0000325478 00000 n
+0000327705 00000 n
+0000327756 00000 n
+0000331896 00000 n
+0000331947 00000 n
+0000333974 00000 n
+0000334025 00000 n
+0000336252 00000 n
+0000336303 00000 n
+0000338330 00000 n
+0000338381 00000 n
+0000340408 00000 n
+0000340459 00000 n
+0000343870 00000 n
+0000343921 00000 n
+0000345948 00000 n
+0000345999 00000 n
+0000347716 00000 n
+0000347767 00000 n
+0000349670 00000 n
+0000349721 00000 n
+0000351748 00000 n
+0000351799 00000 n
+0000353516 00000 n
+0000353567 00000 n
+0000355728 00000 n
+0000355779 00000 n
+0000357808 00000 n
+0000357860 00000 n
+0000359579 00000 n
+0000359631 00000 n
+0000361660 00000 n
+0000361712 00000 n
+0000363741 00000 n
+0000363793 00000 n
+0000366751 00000 n
+0000366803 00000 n
+0000368312 00000 n
+0000368364 00000 n
+0000370871 00000 n
+0000370923 00000 n
+0000373430 00000 n
+0000373482 00000 n
+0000375051 00000 n
+0000375103 00000 n
+0000376822 00000 n
+0000376874 00000 n
+0000379317 00000 n
+0000379369 00000 n
+0000381889 00000 n
+0000381941 00000 n
+0000384170 00000 n
+0000384222 00000 n
+0000386251 00000 n
+0000386303 00000 n
+0000388252 00000 n
+0000388304 00000 n
+0000391493 00000 n
+0000391545 00000 n
+0000393574 00000 n
+0000393626 00000 n
+0000396109 00000 n
+0000396161 00000 n
+0000397880 00000 n
+0000397932 00000 n
+0000399961 00000 n
+0000400013 00000 n
+0000401858 00000 n
+0000401910 00000 n
+0000405365 00000 n
+0000405417 00000 n
+0000407646 00000 n
+0000407698 00000 n
+0000409727 00000 n
+0000409779 00000 n
+0000413268 00000 n
+0000413320 00000 n
+0000416733 00000 n
+0000416785 00000 n
+0000419614 00000 n
+0000419666 00000 n
+0000423079 00000 n
+0000423131 00000 n
+0000425160 00000 n
+0000425212 00000 n
+0000426931 00000 n
+0000426983 00000 n
+0000428888 00000 n
+0000428940 00000 n
+0000430969 00000 n
+0000431021 00000 n
+0000433198 00000 n
+0000433250 00000 n
+0000434969 00000 n
+0000435021 00000 n
+0000437050 00000 n
+0000437102 00000 n
+0000438821 00000 n
+0000438873 00000 n
+0000441702 00000 n
+0000441754 00000 n
+0000443783 00000 n
+0000443835 00000 n
+0000445772 00000 n
+0000445824 00000 n
+0000448173 00000 n
+0000448225 00000 n
+0000451638 00000 n
+0000451690 00000 n
+0000453719 00000 n
+0000453771 00000 n
+0000455280 00000 n
+0000455332 00000 n
+0000459474 00000 n
+0000459526 00000 n
+0000462033 00000 n
+0000462085 00000 n
+0000464592 00000 n
+0000464644 00000 n
+0000467151 00000 n
+0000467203 00000 n
+0000470926 00000 n
+0000470978 00000 n
+0000473927 00000 n
+0000473979 00000 n
+0000477082 00000 n
+0000477134 00000 n
+0000479580 00000 n
+0000479632 00000 n
+0000482115 00000 n
+0000482167 00000 n
+0000484674 00000 n
+0000484726 00000 n
+0000486295 00000 n
+0000486347 00000 n
+0000489528 00000 n
+0000489580 00000 n
+0000492109 00000 n
+0000492161 00000 n
+0000494668 00000 n
+0000494720 00000 n
+0000496289 00000 n
+0000496341 00000 n
+0000498870 00000 n
+0000498922 00000 n
+0000501429 00000 n
+0000501481 00000 n
+0000503988 00000 n
+0000504040 00000 n
+0000506569 00000 n
+0000506621 00000 n
+0000508650 00000 n
+0000508702 00000 n
+0000511222 00000 n
+0000511274 00000 n
+0000513303 00000 n
+0000513355 00000 n
+0000515252 00000 n
+0000515304 00000 n
+0000518391 00000 n
+0000518443 00000 n
+0000520672 00000 n
+0000520724 00000 n
+0000522569 00000 n
+0000522621 00000 n
+0000525141 00000 n
+0000525193 00000 n
+0000527222 00000 n
+0000527274 00000 n
+0000529303 00000 n
+0000529355 00000 n
+0000531384 00000 n
+0000531436 00000 n
+0000533465 00000 n
+0000533517 00000 n
+0000535746 00000 n
+0000535798 00000 n
+0000537827 00000 n
+0000537879 00000 n
+0000541368 00000 n
+0000541420 00000 n
+0000544507 00000 n
+0000544559 00000 n
+0000546404 00000 n
+0000546456 00000 n
+0000548301 00000 n
+0000548353 00000 n
+0000550382 00000 n
+0000550434 00000 n
+0000552371 00000 n
+0000552423 00000 n
+0000554452 00000 n
+0000554504 00000 n
+0000556533 00000 n
+0000556585 00000 n
+0000558304 00000 n
+0000558356 00000 n
+0000560385 00000 n
+0000560437 00000 n
+0000563850 00000 n
+0000563902 00000 n
+0000565931 00000 n
+0000565983 00000 n
+0000569164 00000 n
+0000569216 00000 n
+0000570935 00000 n
+0000570987 00000 n
+0000572924 00000 n
+0000572976 00000 n
+0000575005 00000 n
+0000575057 00000 n
+0000577886 00000 n
+0000577938 00000 n
+0000579967 00000 n
+0000580019 00000 n
+0000581738 00000 n
+0000581790 00000 n
+0000584236 00000 n
+0000584288 00000 n
+0000586133 00000 n
+0000586185 00000 n
+0000588030 00000 n
+0000588082 00000 n
+0000590111 00000 n
+0000590163 00000 n
+0000593702 00000 n
+0000593754 00000 n
+0000595473 00000 n
+0000595525 00000 n
+0000597554 00000 n
+0000597606 00000 n
+0000599325 00000 n
+0000599377 00000 n
+0000601860 00000 n
+0000601912 00000 n
+0000603941 00000 n
+0000603993 00000 n
+0000606022 00000 n
+0000606074 00000 n
+0000608594 00000 n
+0000608646 00000 n
+0000610675 00000 n
+0000610727 00000 n
+0000612446 00000 n
+0000612498 00000 n
+0000614315 00000 n
+0000614367 00000 n
+0000618509 00000 n
+0000618561 00000 n
+0000620590 00000 n
+0000620642 00000 n
+0000622671 00000 n
+0000622723 00000 n
+0000624442 00000 n
+0000624494 00000 n
+0000627338 00000 n
+0000627390 00000 n
+0000629419 00000 n
+0000629471 00000 n
+0000631917 00000 n
+0000631969 00000 n
+0000633998 00000 n
+0000634050 00000 n
+0000635769 00000 n
+0000635821 00000 n
+0000638304 00000 n
+0000638356 00000 n
+0000640385 00000 n
+0000640437 00000 n
+0000642647 00000 n
+0000642699 00000 n
+0000644418 00000 n
+0000644470 00000 n
+0000646916 00000 n
+0000646968 00000 n
+0000648873 00000 n
+0000648925 00000 n
+0000651371 00000 n
+0000651423 00000 n
+0000653142 00000 n
+0000653194 00000 n
+0000655223 00000 n
+0000655275 00000 n
+0000657120 00000 n
+0000657172 00000 n
+0000659201 00000 n
+0000659253 00000 n
+0000660972 00000 n
+0000661024 00000 n
+0000663470 00000 n
+0000663522 00000 n
+0000665871 00000 n
+0000665923 00000 n
+0000667952 00000 n
+0000668004 00000 n
+0000670450 00000 n
+0000670502 00000 n
+0000672221 00000 n
+0000672273 00000 n
+0000674210 00000 n
+0000674262 00000 n
+0000676291 00000 n
+0000676343 00000 n
+0000679187 00000 n
+0000679239 00000 n
+0000682083 00000 n
+0000682135 00000 n
+0000683854 00000 n
+0000683906 00000 n
+0000685625 00000 n
+0000685677 00000 n
+0000688160 00000 n
+0000688212 00000 n
+0000690169 00000 n
+0000690221 00000 n
+0000692667 00000 n
+0000692719 00000 n
+0000694748 00000 n
+0000694800 00000 n
+0000696519 00000 n
+0000696571 00000 n
+0000699017 00000 n
+0000699069 00000 n
+0000700914 00000 n
+0000700966 00000 n
+0000703412 00000 n
+0000703464 00000 n
+0000705493 00000 n
+0000705545 00000 n
+0000707991 00000 n
+0000708043 00000 n
+0000709980 00000 n
+0000710032 00000 n
+0000712061 00000 n
+0000712113 00000 n
+0000714855 00000 n
+0000714907 00000 n
+0000716936 00000 n
+0000716988 00000 n
+0000719434 00000 n
+0000719486 00000 n
+0000721515 00000 n
+0000721567 00000 n
+0000723596 00000 n
+0000723648 00000 n
+0000725493 00000 n
+0000725545 00000 n
+0000727574 00000 n
+0000727626 00000 n
+0000729345 00000 n
+0000729397 00000 n
+0000731917 00000 n
+0000731969 00000 n
+0000734198 00000 n
+0000734250 00000 n
+0000736279 00000 n
+0000736331 00000 n
+0000739418 00000 n
+0000739470 00000 n
+0000741407 00000 n
+0000741459 00000 n
+0000743488 00000 n
+0000743540 00000 n
+0000746384 00000 n
+0000746436 00000 n
+0000749280 00000 n
+0000749332 00000 n
+0000751051 00000 n
+0000751103 00000 n
+0000752822 00000 n
+0000752874 00000 n
+0000755357 00000 n
+0000755409 00000 n
+0000757855 00000 n
+0000757907 00000 n
+0000759936 00000 n
+0000759988 00000 n
+0000761707 00000 n
+0000761759 00000 n
+0000765050 00000 n
+0000765102 00000 n
+0000768189 00000 n
+0000768241 00000 n
+0000770687 00000 n
+0000770739 00000 n
+0000773583 00000 n
+0000773635 00000 n
+0000775664 00000 n
+0000775716 00000 n
+0000777621 00000 n
+0000777673 00000 n
+0000779702 00000 n
+0000779754 00000 n
+0000782598 00000 n
+0000782650 00000 n
+0000784679 00000 n
+0000784731 00000 n
+0000786450 00000 n
+0000786502 00000 n
+0000788531 00000 n
+0000788583 00000 n
+0000790302 00000 n
+0000790354 00000 n
+0000793826 00000 n
+0000793878 00000 n
+0000796324 00000 n
+0000796376 00000 n
+0000798605 00000 n
+0000798657 00000 n
+0000800686 00000 n
+0000800738 00000 n
+0000803221 00000 n
+0000803273 00000 n
+0000805302 00000 n
+0000805354 00000 n
+0000807383 00000 n
+0000807435 00000 n
+0000810279 00000 n
+0000810331 00000 n
+0000812360 00000 n
+0000812412 00000 n
+0000814131 00000 n
+0000814183 00000 n
+0000816120 00000 n
+0000816172 00000 n
+0000818335 00000 n
+0000818387 00000 n
+0000820416 00000 n
+0000820468 00000 n
+0000822497 00000 n
+0000822549 00000 n
+0000825032 00000 n
+0000825084 00000 n
+0000826803 00000 n
+0000826855 00000 n
+0000828884 00000 n
+0000828936 00000 n
+0000831419 00000 n
+0000831471 00000 n
+0000833917 00000 n
+0000833969 00000 n
+0000835998 00000 n
+0000836050 00000 n
+0000837769 00000 n
+0000837821 00000 n
+0000840267 00000 n
+0000840319 00000 n
+0000842048 00000 n
+0000842100 00000 n
+0000844129 00000 n
+0000844181 00000 n
+0000846210 00000 n
+0000846262 00000 n
+0000847981 00000 n
+0000848033 00000 n
+0000850062 00000 n
+0000850114 00000 n
+0000853603 00000 n
+0000853655 00000 n
+0000857068 00000 n
+0000857120 00000 n
+0000859949 00000 n
+0000860001 00000 n
+0000862030 00000 n
+0000862082 00000 n
+0000864019 00000 n
+0000864071 00000 n
+0000865916 00000 n
+0000865968 00000 n
+0000867629 00000 n
+0000867681 00000 n
+0000869710 00000 n
+0000869762 00000 n
+0000871607 00000 n
+0000871659 00000 n
+0000873688 00000 n
+0000873740 00000 n
+0000875677 00000 n
+0000875729 00000 n
+0000877758 00000 n
+0000877810 00000 n
+0000879839 00000 n
+0000879891 00000 n
+0000881610 00000 n
+0000881662 00000 n
+0000884182 00000 n
+0000884234 00000 n
+0000886463 00000 n
+0000886515 00000 n
+0000888544 00000 n
+0000888596 00000 n
+0000891585 00000 n
+0000891637 00000 n
+0000893356 00000 n
+0000893408 00000 n
+0000895253 00000 n
+0000895305 00000 n
+0000897334 00000 n
+0000897386 00000 n
+0000899415 00000 n
+0000899467 00000 n
+0000901186 00000 n
+0000901238 00000 n
+0000903267 00000 n
+0000903319 00000 n
+0000906163 00000 n
+0000906215 00000 n
+0000908244 00000 n
+0000908296 00000 n
+0000910325 00000 n
+0000910377 00000 n
+0000912096 00000 n
+0000912148 00000 n
+0000914311 00000 n
+0000914363 00000 n
+0000916392 00000 n
+0000916444 00000 n
+0000918473 00000 n
+0000918525 00000 n
+0000920554 00000 n
+0000920606 00000 n
+0000923052 00000 n
+0000923104 00000 n
+0000925133 00000 n
+0000925185 00000 n
+0000927414 00000 n
+0000927466 00000 n
+0000929495 00000 n
+0000929547 00000 n
+0000931993 00000 n
+0000932045 00000 n
+0000934074 00000 n
+0000934126 00000 n
+0000936031 00000 n
+0000936083 00000 n
+0000938432 00000 n
+0000938484 00000 n
+0000940513 00000 n
+0000940565 00000 n
+0000942594 00000 n
+0000942646 00000 n
+0000945129 00000 n
+0000945181 00000 n
+0000948025 00000 n
+0000948077 00000 n
+0000950106 00000 n
+0000950158 00000 n
+0000951877 00000 n
+0000951929 00000 n
+0000953648 00000 n
+0000953700 00000 n
+0000955419 00000 n
+0000955471 00000 n
+0000957917 00000 n
+0000957969 00000 n
+0000959688 00000 n
+0000959740 00000 n
+0000962921 00000 n
+0000962973 00000 n
+0000965493 00000 n
+0000965545 00000 n
+0000968389 00000 n
+0000968441 00000 n
+0000970470 00000 n
+0000970522 00000 n
+0000972241 00000 n
+0000972293 00000 n
+0000974322 00000 n
+0000974374 00000 n
+0000976093 00000 n
+0000976145 00000 n
+0000978174 00000 n
+0000978226 00000 n
+0000979945 00000 n
+0000979997 00000 n
+0000981934 00000 n
+0000981986 00000 n
+0000984015 00000 n
+0000984067 00000 n
+0000987248 00000 n
+0000987300 00000 n
+0000989329 00000 n
+0000989381 00000 n
+0000991100 00000 n
+0000991152 00000 n
+0000993598 00000 n
+0000993650 00000 n
+0000996133 00000 n
+0000996185 00000 n
+0000998214 00000 n
+0000998266 00000 n
+0001001110 00000 n
+0001001162 00000 n
+0001003191 00000 n
+0001003243 00000 n
+0001005272 00000 n
+0001005324 00000 n
+0001007043 00000 n
+0001007095 00000 n
+0001009124 00000 n
+0001009176 00000 n
+0001011386 00000 n
+0001011438 00000 n
+0001014525 00000 n
+0001014577 00000 n
+0001017023 00000 n
+0001017075 00000 n
+0001019104 00000 n
+0001019156 00000 n
+0001020875 00000 n
+0001020927 00000 n
+0001023373 00000 n
+0001023425 00000 n
+0001025270 00000 n
+0001025322 00000 n
+0001027551 00000 n
+0001027603 00000 n
+0001029632 00000 n
+0001029684 00000 n
+0001031403 00000 n
+0001031455 00000 n
+0001033975 00000 n
+0001034027 00000 n
+0001036256 00000 n
+0001036308 00000 n
+0001039050 00000 n
+0001039102 00000 n
+0001040947 00000 n
+0001040999 00000 n
+0001043482 00000 n
+0001043534 00000 n
+0001045253 00000 n
+0001045305 00000 n
+0001047751 00000 n
+0001047803 00000 n
+0001049740 00000 n
+0001049792 00000 n
+0001051821 00000 n
+0001051873 00000 n
+0001053902 00000 n
+0001053954 00000 n
+0001055673 00000 n
+0001055725 00000 n
+0001057570 00000 n
+0001057622 00000 n
+0001061111 00000 n
+0001061163 00000 n
+0001064250 00000 n
+0001064302 00000 n
+0001067431 00000 n
+0001067483 00000 n
+0001071092 00000 n
+0001071144 00000 n
+0001074633 00000 n
+0001074685 00000 n
+0001077634 00000 n
+0001077686 00000 n
+0001081099 00000 n
+0001081151 00000 n
+0001083995 00000 n
+0001084047 00000 n
+0001086076 00000 n
+0001086128 00000 n
+0001088648 00000 n
+0001088700 00000 n
+0001090729 00000 n
+0001090781 00000 n
+0001092598 00000 n
+0001092650 00000 n
+0001094607 00000 n
+0001094659 00000 n
+0001096378 00000 n
+0001096430 00000 n
+0001098459 00000 n
+0001098511 00000 n
+0001100540 00000 n
+0001100592 00000 n
+0001102311 00000 n
+0001102363 00000 n
+0001104809 00000 n
+0001104861 00000 n
+0001107810 00000 n
+0001107862 00000 n
+0001111275 00000 n
+0001111327 00000 n
+0001115050 00000 n
+0001115102 00000 n
+0001118291 00000 n
+0001118343 00000 n
+0001120062 00000 n
+0001120114 00000 n
+0001122856 00000 n
+0001122908 00000 n
+0001124937 00000 n
+0001124989 00000 n
+0001127862 00000 n
+0001127914 00000 n
+0001129759 00000 n
+0001129812 00000 n
+0001131841 00000 n
+0001131894 00000 n
+0001133923 00000 n
+0001133976 00000 n
+0001136005 00000 n
+0001136058 00000 n
+0001137777 00000 n
+0001137830 00000 n
+0001140276 00000 n
+0001140329 00000 n
+0001142174 00000 n
+0001142227 00000 n
+0001144256 00000 n
+0001144308 00000 n
+0001147395 00000 n
+0001147448 00000 n
+0001149167 00000 n
+0001149220 00000 n
+0001150939 00000 n
+0001150992 00000 n
+0001152711 00000 n
+0001152764 00000 n
+0001154793 00000 n
+0001154846 00000 n
+0001156783 00000 n
+0001156836 00000 n
+0001158865 00000 n
+0001158918 00000 n
+0001160637 00000 n
+0001160690 00000 n
+0001162719 00000 n
+0001162772 00000 n
+0001164801 00000 n
+0001164854 00000 n
+0001166573 00000 n
+0001166625 00000 n
+0001169712 00000 n
+0001169765 00000 n
+0001171702 00000 n
+0001171755 00000 n
+0001173784 00000 n
+0001173837 00000 n
+0001177446 00000 n
+0001177499 00000 n
+0001179528 00000 n
+0001179581 00000 n
+0001182425 00000 n
+0001182478 00000 n
+0001184924 00000 n
+0001184977 00000 n
+0001187006 00000 n
+0001187059 00000 n
+0001188904 00000 n
+0001188957 00000 n
+0001190986 00000 n
+0001191039 00000 n
+0001192976 00000 n
+0001193028 00000 n
+0001195257 00000 n
+0001195310 00000 n
+0001197339 00000 n
+0001197392 00000 n
+0001199297 00000 n
+0001199350 00000 n
+0001201379 00000 n
+0001201432 00000 n
+0001203151 00000 n
+0001203204 00000 n
+0001205233 00000 n
+0001205286 00000 n
+0001208130 00000 n
+0001208183 00000 n
+0001210212 00000 n
+0001210265 00000 n
+0001212294 00000 n
+0001212347 00000 n
+0001214066 00000 n
+0001214119 00000 n
+0001216148 00000 n
+0001216200 00000 n
+0001218229 00000 n
+0001218282 00000 n
+0001220001 00000 n
+0001220054 00000 n
+0001222083 00000 n
+0001222136 00000 n
+0001224041 00000 n
+0001224094 00000 n
+0001226123 00000 n
+0001226176 00000 n
+0001228205 00000 n
+0001228258 00000 n
+0001230741 00000 n
+0001230794 00000 n
+0001232823 00000 n
+0001232876 00000 n
+0001234905 00000 n
+0001234958 00000 n
+0001237441 00000 n
+0001237494 00000 n
+0001239431 00000 n
+0001239483 00000 n
+0001243206 00000 n
+0001243259 00000 n
+0001245104 00000 n
+0001245157 00000 n
+0001247186 00000 n
+0001247239 00000 n
+0001250083 00000 n
+0001250136 00000 n
+0001252073 00000 n
+0001252126 00000 n
+0001254155 00000 n
+0001254208 00000 n
+0001255927 00000 n
+0001255980 00000 n
+0001258426 00000 n
+0001258479 00000 n
+0001260198 00000 n
+0001260251 00000 n
+0001262188 00000 n
+0001262241 00000 n
+0001264270 00000 n
+0001264322 00000 n
+0001267311 00000 n
+0001267363 00000 n
+0001269300 00000 n
+0001269353 00000 n
+0001271198 00000 n
+0001271251 00000 n
+0001273280 00000 n
+0001273333 00000 n
+0001275362 00000 n
+0001275415 00000 n
+0001277134 00000 n
+0001277187 00000 n
+0001279707 00000 n
+0001279760 00000 n
+0001281789 00000 n
+0001281842 00000 n
+0001283687 00000 n
+0001283740 00000 n
+0001285969 00000 n
+0001286022 00000 n
+0001288051 00000 n
+0001288104 00000 n
+0001290133 00000 n
+0001290185 00000 n
+0001292214 00000 n
+0001292267 00000 n
+0001294496 00000 n
+0001294549 00000 n
+0001297032 00000 n
+0001297085 00000 n
+0001299114 00000 n
+0001299167 00000 n
+0001301196 00000 n
+0001301249 00000 n
+0001303094 00000 n
+0001303147 00000 n
+0001304992 00000 n
+0001305045 00000 n
+0001307074 00000 n
+0001307127 00000 n
+0001308846 00000 n
+0001308899 00000 n
+0001310928 00000 n
+0001310981 00000 n
+0001312826 00000 n
+0001312878 00000 n
+0001316291 00000 n
+0001316344 00000 n
+0001318063 00000 n
+0001318116 00000 n
+0001319961 00000 n
+0001320014 00000 n
+0001321733 00000 n
+0001321786 00000 n
+0001324630 00000 n
+0001324683 00000 n
+0001326712 00000 n
+0001326765 00000 n
+0001328484 00000 n
+0001328537 00000 n
+0001331381 00000 n
+0001331434 00000 n
+0001333463 00000 n
+0001333516 00000 n
+0001335235 00000 n
+0001335288 00000 n
+0001337007 00000 n
+0001337059 00000 n
+0001339088 00000 n
+0001339141 00000 n
+0001341170 00000 n
+0001341223 00000 n
+0001343160 00000 n
+0001343213 00000 n
+0001344932 00000 n
+0001344985 00000 n
+0001347014 00000 n
+0001347067 00000 n
+0001348912 00000 n
+0001348965 00000 n
+0001350994 00000 n
+0001351047 00000 n
+0001352766 00000 n
+0001352819 00000 n
+0001355265 00000 n
+0001355318 00000 n
+0001357838 00000 n
+0001357891 00000 n
+0001359920 00000 n
+0001359972 00000 n
+0001361691 00000 n
+0001361744 00000 n
+0001363649 00000 n
+0001363702 00000 n
+0001365731 00000 n
+0001365784 00000 n
+0001367503 00000 n
+0001367556 00000 n
+0001370400 00000 n
+0001370453 00000 n
+0001372482 00000 n
+0001372535 00000 n
+0001374254 00000 n
+0001374307 00000 n
+0001376338 00000 n
+0001376392 00000 n
+0001378914 00000 n
+0001378968 00000 n
+0001380999 00000 n
+0001381053 00000 n
+0001382774 00000 n
+0001382827 00000 n
+0001384734 00000 n
+0001384788 00000 n
+0001386727 00000 n
+0001386781 00000 n
+0001388812 00000 n
+0001388866 00000 n
+0001390713 00000 n
+0001390767 00000 n
+0001392998 00000 n
+0001393052 00000 n
+0001395083 00000 n
+0001395137 00000 n
+0001396858 00000 n
+0001396912 00000 n
+0001399434 00000 n
+0001399488 00000 n
+0001401719 00000 n
+0001401773 00000 n
+0001403712 00000 n
+0001403766 00000 n
+0001405487 00000 n
+0001405540 00000 n
+0001407571 00000 n
+0001407625 00000 n
+0001409564 00000 n
+0001409618 00000 n
+0001411465 00000 n
+0001411519 00000 n
+0001413550 00000 n
+0001413604 00000 n
+0001415555 00000 n
+0001415609 00000 n
+0001417840 00000 n
+0001417894 00000 n
+0001420342 00000 n
+0001420396 00000 n
+0001422243 00000 n
+0001422297 00000 n
+0001424328 00000 n
+0001424382 00000 n
+0001426103 00000 n
+0001426157 00000 n
+0001428605 00000 n
+0001428658 00000 n
+0001430379 00000 n
+0001430433 00000 n
+0001432881 00000 n
+0001432935 00000 n
+0001434782 00000 n
+0001434836 00000 n
+0001436775 00000 n
+0001436829 00000 n
+0001438550 00000 n
+0001438604 00000 n
+0001440451 00000 n
+0001440505 00000 n
+0001442352 00000 n
+0001442406 00000 n
+0001444437 00000 n
+0001444491 00000 n
+0001446212 00000 n
+0001446266 00000 n
+0001448113 00000 n
+0001448167 00000 n
+0001450998 00000 n
+0001451051 00000 n
+0001453082 00000 n
+0001453136 00000 n
+0001455167 00000 n
+0001455221 00000 n
+0001457252 00000 n
+0001457306 00000 n
+0001460152 00000 n
+0001460206 00000 n
+0001461927 00000 n
+0001461981 00000 n
+0001464503 00000 n
+0001464557 00000 n
+0001467079 00000 n
+0001467133 00000 n
+0001469164 00000 n
+0001469218 00000 n
+0001470939 00000 n
+0001470993 00000 n
+0001473478 00000 n
+0001473532 00000 n
+0001475379 00000 n
+0001475432 00000 n
+0001477153 00000 n
+0001477207 00000 n
+0001479238 00000 n
+0001479292 00000 n
+0001482138 00000 n
+0001482192 00000 n
+0001484223 00000 n
+0001484277 00000 n
+0001486308 00000 n
+0001486362 00000 n
+0001488083 00000 n
+0001488137 00000 n
+0001489858 00000 n
+0001489912 00000 n
+0001492360 00000 n
+0001492414 00000 n
+0001494645 00000 n
+0001494699 00000 n
+0001496730 00000 n
+0001496784 00000 n
+0001498723 00000 n
+0001498776 00000 n
+0001502250 00000 n
+0001502303 00000 n
+0001504334 00000 n
+0001504388 00000 n
+0001506419 00000 n
+0001506473 00000 n
+0001508194 00000 n
+0001508248 00000 n
+0001509969 00000 n
+0001510023 00000 n
+0001512508 00000 n
+0001512562 00000 n
+0001515437 00000 n
+0001515491 00000 n
+0001517722 00000 n
+0001517776 00000 n
+0001519807 00000 n
+0001519861 00000 n
+0001521768 00000 n
+0001521822 00000 n
+0001523853 00000 n
+0001523907 00000 n
+0001525938 00000 n
+0001525991 00000 n
+0001528022 00000 n
+0001528076 00000 n
+0001529797 00000 n
+0001529851 00000 n
+0001531882 00000 n
+0001531936 00000 n
+0001534421 00000 n
+0001534475 00000 n
+0001536960 00000 n
+0001537014 00000 n
+0001539045 00000 n
+0001539099 00000 n
+0001540820 00000 n
+0001540874 00000 n
+0001542595 00000 n
+0001542649 00000 n
+0001545134 00000 n
+0001545188 00000 n
+0001547219 00000 n
+0001547273 00000 n
+0001549758 00000 n
+0001549811 00000 n
+0001551658 00000 n
+0001551712 00000 n
+0001553743 00000 n
+0001553797 00000 n
+0001555828 00000 n
+0001555882 00000 n
+0001558728 00000 n
+0001558782 00000 n
+0001561230 00000 n
+0001561284 00000 n
+0001563005 00000 n
+0001563059 00000 n
+0001564780 00000 n
+0001564834 00000 n
+0001567356 00000 n
+0001567410 00000 n
+0001569641 00000 n
+0001569695 00000 n
+0001571726 00000 n
+0001571780 00000 n
+0001573719 00000 n
+0001573772 00000 n
+0001576003 00000 n
+0001576057 00000 n
+0001578088 00000 n
+0001578142 00000 n
+0001579863 00000 n
+0001579917 00000 n
+0001581856 00000 n
+0001581910 00000 n
+0001583941 00000 n
+0001583995 00000 n
+0001585842 00000 n
+0001585896 00000 n
+0001588127 00000 n
+0001588181 00000 n
+0001590212 00000 n
+0001590266 00000 n
+0001592797 00000 n
+0001592851 00000 n
+0001595360 00000 n
+0001595414 00000 n
+0001597923 00000 n
+0001597976 00000 n
+0001600007 00000 n
+0001600061 00000 n
+0001602592 00000 n
+0001602646 00000 n
+0001604585 00000 n
+0001604639 00000 n
+0001606670 00000 n
+0001606724 00000 n
+0001608445 00000 n
+0001608499 00000 n
+0001610406 00000 n
+0001610460 00000 n
+0001612491 00000 n
+0001612545 00000 n
+0001614266 00000 n
+0001614320 00000 n
+0001616351 00000 n
+0001616405 00000 n
+0001618126 00000 n
+0001618180 00000 n
+0001620027 00000 n
+0001620080 00000 n
+0001623691 00000 n
+0001623745 00000 n
+0001625976 00000 n
+0001626030 00000 n
+0001628061 00000 n
+0001628115 00000 n
+0001629962 00000 n
+0001630016 00000 n
+0001632047 00000 n
+0001632101 00000 n
+0001634549 00000 n
+0001634603 00000 n
+0001637051 00000 n
+0001637105 00000 n
+0001639590 00000 n
+0001639644 00000 n
+0001641875 00000 n
+0001641929 00000 n
+0001643960 00000 n
+0001644014 00000 n
+0001647429 00000 n
+0001647482 00000 n
+0001649421 00000 n
+0001649475 00000 n
+0001651960 00000 n
+0001652014 00000 n
+0001654045 00000 n
+0001654099 00000 n
+0001656130 00000 n
+0001656184 00000 n
+0001658215 00000 n
+0001658269 00000 n
+0001660220 00000 n
+0001660274 00000 n
+0001663105 00000 n
+0001663159 00000 n
+0001665190 00000 n
+0001665244 00000 n
+0001666965 00000 n
+0001667019 00000 n
+0001669467 00000 n
+0001669521 00000 n
+0001673012 00000 n
+0001673065 00000 n
+0001675096 00000 n
+0001675150 00000 n
+0001677635 00000 n
+0001677689 00000 n
+0001680220 00000 n
+0001680274 00000 n
+0001682884 00000 n
+0001682938 00000 n
+0001685469 00000 n
+0001685523 00000 n
+0001688032 00000 n
+0001688086 00000 n
+0001690617 00000 n
+0001690671 00000 n
+0001693180 00000 n
+0001693234 00000 n
+0001695743 00000 n
+0001695797 00000 n
+0001698328 00000 n
+0001698382 00000 n
+0001700036 00000 n
+0001700089 00000 n
+0001702120 00000 n
+0001702174 00000 n
+0001705125 00000 n
+0001705179 00000 n
+0001708904 00000 n
+0001708958 00000 n
+0001712621 00000 n
+0001712675 00000 n
+0001714706 00000 n
+0001714760 00000 n
+0001716481 00000 n
+0001716535 00000 n
+0001718566 00000 n
+0001718620 00000 n
+0001720651 00000 n
+0001720705 00000 n
+0001723190 00000 n
+0001723244 00000 n
+0001725275 00000 n
+0001725329 00000 n
+0001727851 00000 n
+0001727904 00000 n
+0001729625 00000 n
+0001729679 00000 n
+0001731710 00000 n
+0001731764 00000 n
+0001734610 00000 n
+0001734664 00000 n
+0001737510 00000 n
+0001737564 00000 n
+0001739285 00000 n
+0001739339 00000 n
+0001741861 00000 n
+0001741915 00000 n
+0001744363 00000 n
+0001744417 00000 n
+0001746448 00000 n
+0001746502 00000 n
+0001749024 00000 n
+0001749078 00000 n
+0001750799 00000 n
+0001750853 00000 n
+0001752700 00000 n
+0001752753 00000 n
+0001754918 00000 n
+0001754971 00000 n
+0001757002 00000 n
+0001757056 00000 n
+0001759087 00000 n
+0001759141 00000 n
+0001760862 00000 n
+0001760916 00000 n
+0001764407 00000 n
+0001764461 00000 n
+0001766946 00000 n
+0001767000 00000 n
+0001769531 00000 n
+0001769585 00000 n
+0001772056 00000 n
+0001772110 00000 n
+0001773764 00000 n
+0001773818 00000 n
+0001775849 00000 n
+0001775903 00000 n
+0001778749 00000 n
+0001778803 00000 n
+0001780834 00000 n
+0001780887 00000 n
+0001782608 00000 n
+0001782662 00000 n
+0001784693 00000 n
+0001784747 00000 n
+0001786468 00000 n
+0001786522 00000 n
+0001788553 00000 n
+0001788607 00000 n
+0001791453 00000 n
+0001791507 00000 n
+0001793538 00000 n
+0001793592 00000 n
+0001795623 00000 n
+0001795677 00000 n
+0001797398 00000 n
+0001797452 00000 n
+0001799391 00000 n
+0001799445 00000 n
+0001801676 00000 n
+0001801730 00000 n
+0001803761 00000 n
+0001803814 00000 n
+0001806299 00000 n
+0001806353 00000 n
+0001808292 00000 n
+0001808346 00000 n
+0001810697 00000 n
+0001810751 00000 n
+0001812782 00000 n
+0001812836 00000 n
+0001814557 00000 n
+0001814611 00000 n
+0001816842 00000 n
+0001816896 00000 n
+0001818927 00000 n
+0001818981 00000 n
+0001822472 00000 n
+0001822526 00000 n
+0001825941 00000 n
+0001825995 00000 n
+0001828826 00000 n
+0001828880 00000 n
+0001831755 00000 n
+0001831808 00000 n
+0001833655 00000 n
+0001833709 00000 n
+0001835740 00000 n
+0001835794 00000 n
+0001838242 00000 n
+0001838296 00000 n
+0001840143 00000 n
+0001840197 00000 n
+0001842228 00000 n
+0001842282 00000 n
+0001844313 00000 n
+0001844367 00000 n
+0001846598 00000 n
+0001846652 00000 n
+0001849137 00000 n
+0001849191 00000 n
+0001850762 00000 n
+0001850816 00000 n
+0001852387 00000 n
+0001852441 00000 n
+0001855316 00000 n
+0001855369 00000 n
+0001857400 00000 n
+0001857454 00000 n
+0001860329 00000 n
+0001860383 00000 n
+0001863258 00000 n
+0001863312 00000 n
+0001865343 00000 n
+0001865397 00000 n
+0001867336 00000 n
+0001867390 00000 n
+0001869838 00000 n
+0001869892 00000 n
+0001871923 00000 n
+0001871977 00000 n
+0001873698 00000 n
+0001873752 00000 n
+0001876200 00000 n
+0001876254 00000 n
+0001878101 00000 n
+0001878155 00000 n
+0001880186 00000 n
+0001880239 00000 n
+0001881960 00000 n
+0001882014 00000 n
+0001884536 00000 n
+0001884589 00000 n
+0001886436 00000 n
+0001886489 00000 n
+0001889904 00000 n
+0001889957 00000 n
+0001891988 00000 n
+0001892041 00000 n
+0001893762 00000 n
+0001893815 00000 n
+0001895546 00000 n
+0001895599 00000 n
+0001897630 00000 n
+0001897683 00000 n
+0001900116 00000 n
+0001900169 00000 n
+0001902678 00000 n
+0001902731 00000 n
+0001905262 00000 n
+0001905315 00000 n
+0001907824 00000 n
+0001907877 00000 n
+0001910020 00000 n
+0001910073 00000 n
+0001912104 00000 n
+0001912157 00000 n
+0001913878 00000 n
+0001913931 00000 n
+0001915962 00000 n
+0001916015 00000 n
+0001917862 00000 n
+0001917915 00000 n
+0001919578 00000 n
+0001919631 00000 n
+0001922462 00000 n
+0001922515 00000 n
+0001924546 00000 n
+0001924599 00000 n
+0001926320 00000 n
+0001926373 00000 n
+0001928312 00000 n
+0001928365 00000 n
+0001930596 00000 n
+0001930649 00000 n
+0001933780 00000 n
+0001933833 00000 n
+0001935740 00000 n
+0001935793 00000 n
+0001937824 00000 n
+0001937877 00000 n
+0001941488 00000 n
+0001941541 00000 n
+0001943480 00000 n
+0001943532 00000 n
+0001951116 00000 n
+0001951168 00000 n
+0001957932 00000 n
+0001957984 00000 n
+0001964620 00000 n
+0001964672 00000 n
+0001971308 00000 n
+0001971360 00000 n
+0001980339 00000 n
+0001980391 00000 n
+0001987975 00000 n
+0001988027 00000 n
+0001999888 00000 n
+0001999941 00000 n
+0002007525 00000 n
+0002007577 00000 n
+0002014341 00000 n
+0002014393 00000 n
+0002021773 00000 n
+0002021825 00000 n
+0002029409 00000 n
+0002029461 00000 n
+0002036225 00000 n
+0002036277 00000 n
+0002042913 00000 n
+0002042965 00000 n
+0002050549 00000 n
+0002050601 00000 n
+0002057365 00000 n
+0002057417 00000 n
+0002176811 00000 n
+0002176865 00000 n
+0002181140 00000 n
+0002181192 00000 n
+0002186156 00000 n
+0002186208 00000 n
+0002190483 00000 n
+0002190535 00000 n
+0002195155 00000 n
+0002195207 00000 n
+0002200035 00000 n
+0002200087 00000 n
+0002205051 00000 n
+0002205103 00000 n
+0002216964 00000 n
+0002217017 00000 n
+0002224601 00000 n
+0002224653 00000 n
+0002231417 00000 n
+0002231468 00000 n
+0002244192 00000 n
+0002244245 00000 n
+0002251625 00000 n
+0002251677 00000 n
+0002259261 00000 n
+0002259313 00000 n
+0002266077 00000 n
+0002266129 00000 n
+0002272765 00000 n
+0002272817 00000 n
+0002280401 00000 n
+0002280453 00000 n
+0002287217 00000 n
+0002287269 00000 n
+0002298496 00000 n
+0002298549 00000 n
+0002306133 00000 n
+0002306185 00000 n
+0002312821 00000 n
+0002312873 00000 n
+0002320457 00000 n
+0002320508 00000 n
+0002330086 00000 n
+0002330138 00000 n
+0002557396 00000 n
+0002557475 00000 n
+0002736068 00000 n
+0002736124 00000 n
+0002738907 00000 n
+0002738961 00000 n
+0002740583 00000 n
+0002740637 00000 n
+0002743054 00000 n
+0002743108 00000 n
+0002745621 00000 n
+0002745675 00000 n
+0002747712 00000 n
+0002747766 00000 n
+0002750981 00000 n
+0002751035 00000 n
+0002753872 00000 n
+0002753926 00000 n
+0002755963 00000 n
+0002756017 00000 n
+0002759712 00000 n
+0002759766 00000 n
+0002762549 00000 n
+0002762603 00000 n
+0002765386 00000 n
+0002765440 00000 n
+0002767062 00000 n
+0002767116 00000 n
+0002769899 00000 n
+0002769953 00000 n
+0002771990 00000 n
+0002772044 00000 n
+0002774731 00000 n
+0002774785 00000 n
+0002778864 00000 n
+0002778918 00000 n
+0002781701 00000 n
+0002781755 00000 n
+0002784172 00000 n
+0002784226 00000 n
+0002787702 00000 n
+0002787756 00000 n
+0002790269 00000 n
+0002790323 00000 n
+0002792836 00000 n
+0002792890 00000 n
+0002795673 00000 n
+0002795727 00000 n
+0002798348 00000 n
+0002798402 00000 n
+0002801185 00000 n
+0002801239 00000 n
+0002804076 00000 n
+0002804130 00000 n
+0002806167 00000 n
+0002806221 00000 n
+0002809004 00000 n
+0002809058 00000 n
+0002811475 00000 n
+0002811529 00000 n
+0002813946 00000 n
+0002814000 00000 n
+0002816621 00000 n
+0002816675 00000 n
+0002819188 00000 n
+0002819242 00000 n
+0002822025 00000 n
+0002822079 00000 n
+0002824496 00000 n
+0002824550 00000 n
+0002827333 00000 n
+0002827387 00000 n
+0002830022 00000 n
+0002830076 00000 n
+0002833552 00000 n
+0002833606 00000 n
+0002836389 00000 n
+0002836443 00000 n
+0002838860 00000 n
+0002838914 00000 n
+0002841331 00000 n
+0002841385 00000 n
+0002843422 00000 n
+0002843476 00000 n
+0002846313 00000 n
+0002846367 00000 n
+0002849204 00000 n
+0002849258 00000 n
+0002850880 00000 n
+0002850934 00000 n
+0002853717 00000 n
+0002853771 00000 n
+0002855393 00000 n
+0002855447 00000 n
+0002858968 00000 n
+0002859022 00000 n
+0002861059 00000 n
+0002861113 00000 n
+0002863896 00000 n
+0002863950 00000 n
+0002866367 00000 n
+0002866421 00000 n
+0002868952 00000 n
+0002869006 00000 n
+0002871789 00000 n
+0002871843 00000 n
+0002873880 00000 n
+0002873934 00000 n
+0002876717 00000 n
+0002876771 00000 n
+0002879188 00000 n
+0002879242 00000 n
+0002882025 00000 n
+0002882079 00000 n
+0002884862 00000 n
+0002884916 00000 n
+0002887551 00000 n
+0002887605 00000 n
+0002890388 00000 n
+0002890442 00000 n
+0002893279 00000 n
+0002893333 00000 n
+0002894955 00000 n
+0002895009 00000 n
+0002897144 00000 n
+0002897198 00000 n
+0002900773 00000 n
+0002900827 00000 n
+0002904376 00000 n
+0002904430 00000 n
+0002908384 00000 n
+0002908438 00000 n
+0002910855 00000 n
+0002910909 00000 n
+0002913422 00000 n
+0002913476 00000 n
+0002916097 00000 n
+0002916151 00000 n
+0002918934 00000 n
+0002918988 00000 n
+0002921025 00000 n
+0002921079 00000 n
+0002923496 00000 n
+0002923550 00000 n
+0002926063 00000 n
+0002926117 00000 n
+0002927739 00000 n
+0002927793 00000 n
+0002930576 00000 n
+0002930630 00000 n
+0002934584 00000 n
+0002934638 00000 n
+0002936675 00000 n
+0002936729 00000 n
+0002939944 00000 n
+0002939998 00000 n
+0002941620 00000 n
+0002941674 00000 n
+0002944457 00000 n
+0002944511 00000 n
+0002946928 00000 n
+0002946982 00000 n
+0002949819 00000 n
+0002949873 00000 n
+0002953394 00000 n
+0002953448 00000 n
+0002956663 00000 n
+0002956717 00000 n
+0002959500 00000 n
+0002959554 00000 n
+0002961971 00000 n
+0002962025 00000 n
+0002964062 00000 n
+0002964116 00000 n
+0002966153 00000 n
+0002966207 00000 n
+0002969422 00000 n
+0002969476 00000 n
+0002972313 00000 n
+0002972367 00000 n
+0002975888 00000 n
+0002975942 00000 n
+0002977564 00000 n
+0002977618 00000 n
+0002980131 00000 n
+0002980185 00000 n
+0002983022 00000 n
+0002983076 00000 n
+0002985859 00000 n
+0002985913 00000 n
+0002987950 00000 n
+0002988004 00000 n
+0002990841 00000 n
+0002990895 00000 n
+0002992517 00000 n
+0002992571 00000 n
+0002995354 00000 n
+0002995408 00000 n
+0002997921 00000 n
+0002997975 00000 n
+0003001190 00000 n
+0003001244 00000 n
+0003003661 00000 n
+0003003715 00000 n
+0003007236 00000 n
+0003007290 00000 n
+0003008912 00000 n
+0003008966 00000 n
+0003011003 00000 n
+0003011057 00000 n
+0003013840 00000 n
+0003013894 00000 n
+0003016311 00000 n
+0003016365 00000 n
+0003020319 00000 n
+0003020373 00000 n
+0003023210 00000 n
+0003023264 00000 n
+0003025301 00000 n
+0003025355 00000 n
+0003026977 00000 n
+0003027031 00000 n
+0003029814 00000 n
+0003029868 00000 n
+0003033344 00000 n
+0003033398 00000 n
+0003036181 00000 n
+0003036235 00000 n
+0003039018 00000 n
+0003039072 00000 n
+0003043026 00000 n
+0003043080 00000 n
+0003045117 00000 n
+0003045171 00000 n
+0003047954 00000 n
+0003048008 00000 n
+0003050425 00000 n
+0003050479 00000 n
+0003053262 00000 n
+0003053316 00000 n
+0003054938 00000 n
+0003054992 00000 n
+0003057829 00000 n
+0003057883 00000 n
+0003060666 00000 n
+0003060720 00000 n
+0003063503 00000 n
+0003063557 00000 n
+0003065974 00000 n
+0003066028 00000 n
+0003069504 00000 n
+0003069558 00000 n
+0003073253 00000 n
+0003073307 00000 n
+0003076522 00000 n
+0003076576 00000 n
+0003079359 00000 n
+0003079413 00000 n
+0003081926 00000 n
+0003081980 00000 n
+0003085456 00000 n
+0003085510 00000 n
+0003088347 00000 n
+0003088401 00000 n
+0003091238 00000 n
+0003091292 00000 n
+0003093709 00000 n
+0003093763 00000 n
+0003096600 00000 n
+0003096654 00000 n
+0003099071 00000 n
+0003099125 00000 n
+0003101162 00000 n
+0003101216 00000 n
+0003105295 00000 n
+0003105349 00000 n
+0003108186 00000 n
+0003108240 00000 n
+0003109862 00000 n
+0003109916 00000 n
+0003111953 00000 n
+0003112007 00000 n
+0003114790 00000 n
+0003114844 00000 n
+0003117261 00000 n
+0003117315 00000 n
+0003119732 00000 n
+0003119786 00000 n
+0003123307 00000 n
+0003123361 00000 n
+0003126144 00000 n
+0003126198 00000 n
+0003128615 00000 n
+0003128669 00000 n
+0003132145 00000 n
+0003132199 00000 n
+0003134982 00000 n
+0003135036 00000 n
+0003137873 00000 n
+0003137927 00000 n
+0003140344 00000 n
+0003140398 00000 n
+0003143019 00000 n
+0003143073 00000 n
+0003145910 00000 n
+0003145964 00000 n
+0003148477 00000 n
+0003148531 00000 n
+0003151044 00000 n
+0003151098 00000 n
+0003153515 00000 n
+0003153569 00000 n
+0003156190 00000 n
+0003156244 00000 n
+0003159081 00000 n
+0003159135 00000 n
+0003161270 00000 n
+0003161324 00000 n
+0003163741 00000 n
+0003163795 00000 n
+0003167344 00000 n
+0003167398 00000 n
+0003171093 00000 n
+0003171147 00000 n
+0003174696 00000 n
+0003174750 00000 n
+0003177587 00000 n
+0003177641 00000 n
+0003180478 00000 n
+0003180532 00000 n
+0003184373 00000 n
+0003184427 00000 n
+0003188268 00000 n
+0003188322 00000 n
+0003190262 00000 n
+0003190316 00000 n
+0003193153 00000 n
+0003193207 00000 n
+0003196098 00000 n
+0003196152 00000 n
+0003199628 00000 n
+0003199682 00000 n
+0003202573 00000 n
+0003202627 00000 n
+0003205090 00000 n
+0003205144 00000 n
+0003209058 00000 n
+0003209112 00000 n
+0003211575 00000 n
+0003211629 00000 n
+0003214466 00000 n
+0003214520 00000 n
+0003216983 00000 n
+0003217037 00000 n
+0003219874 00000 n
+0003219928 00000 n
+0003223769 00000 n
+0003223823 00000 n
+0003226660 00000 n
+0003226714 00000 n
+0003229497 00000 n
+0003229551 00000 n
+0003231950 00000 n
+0003232004 00000 n
+0003235958 00000 n
+0003236012 00000 n
+0003238429 00000 n
+0003238483 00000 n
+0003240520 00000 n
+0003240574 00000 n
+0003243411 00000 n
+0003243465 00000 n
+0003245087 00000 n
+0003245141 00000 n
+0003247978 00000 n
+0003248032 00000 n
+0003250545 00000 n
+0003250599 00000 n
+0003252636 00000 n
+0003252690 00000 n
+0003255527 00000 n
+0003255581 00000 n
+0003259057 00000 n
+0003259111 00000 n
+0003263190 00000 n
+0003263244 00000 n
+0003265661 00000 n
+0003265715 00000 n
+0003269191 00000 n
+0003269245 00000 n
+0003272028 00000 n
+0003272082 00000 n
+0003275777 00000 n
+0003275831 00000 n
+0003278248 00000 n
+0003278302 00000 n
+0003281823 00000 n
+0003281877 00000 n
+0003284294 00000 n
+0003284348 00000 n
+0003286385 00000 n
+0003286439 00000 n
+0003289654 00000 n
+0003289708 00000 n
+0003292545 00000 n
+0003292599 00000 n
+0003295436 00000 n
+0003295490 00000 n
+0003298273 00000 n
+0003298327 00000 n
+0003300744 00000 n
+0003300798 00000 n
+0003303433 00000 n
+0003303487 00000 n
+0003306324 00000 n
+0003306378 00000 n
+0003308795 00000 n
+0003308849 00000 n
+0003310886 00000 n
+0003310940 00000 n
+0003313723 00000 n
+0003313777 00000 n
+0003316194 00000 n
+0003316248 00000 n
+0003320327 00000 n
+0003320381 00000 n
+0003323164 00000 n
+0003323218 00000 n
+0003324840 00000 n
+0003324894 00000 n
+0003327311 00000 n
+0003327365 00000 n
+0003330841 00000 n
+0003330895 00000 n
+0003333312 00000 n
+0003333366 00000 n
+0003335879 00000 n
+0003335933 00000 n
+0003337970 00000 n
+0003338024 00000 n
+0003339646 00000 n
+0003339700 00000 n
+0003342117 00000 n
+0003342171 00000 n
+0003346125 00000 n
+0003346179 00000 n
+0003349016 00000 n
+0003349070 00000 n
+0003351487 00000 n
+0003351541 00000 n
+0003353163 00000 n
+0003353217 00000 n
+0003355730 00000 n
+0003355784 00000 n
+0003357821 00000 n
+0003357875 00000 n
+0003361954 00000 n
+0003362008 00000 n
+0003364791 00000 n
+0003364845 00000 n
+0003366467 00000 n
+0003366521 00000 n
+0003368558 00000 n
+0003368612 00000 n
+0003371029 00000 n
+0003371083 00000 n
+0003373704 00000 n
+0003373758 00000 n
+0003376541 00000 n
+0003376595 00000 n
+0003379108 00000 n
+0003379162 00000 n
+0003381999 00000 n
+0003382053 00000 n
+0003385268 00000 n
+0003385322 00000 n
+0003388105 00000 n
+0003388159 00000 n
+0003389781 00000 n
+0003389835 00000 n
+0003393789 00000 n
+0003393843 00000 n
+0003396626 00000 n
+0003396680 00000 n
+0003399097 00000 n
+0003399151 00000 n
+0003402627 00000 n
+0003402681 00000 n
+0003405302 00000 n
+0003405356 00000 n
+0003408571 00000 n
+0003408625 00000 n
+0003411462 00000 n
+0003411516 00000 n
+0003414137 00000 n
+0003414191 00000 n
+0003416608 00000 n
+0003416662 00000 n
+0003419949 00000 n
+0003420003 00000 n
+0003423957 00000 n
+0003424011 00000 n
+0003426794 00000 n
+0003426848 00000 n
+0003430324 00000 n
+0003430378 00000 n
+0003433215 00000 n
+0003433269 00000 n
+0003436052 00000 n
+0003436106 00000 n
+0003438523 00000 n
+0003438577 00000 n
+0003440614 00000 n
+0003440668 00000 n
+0003442705 00000 n
+0003442759 00000 n
+0003445542 00000 n
+0003445596 00000 n
+0003449117 00000 n
+0003449171 00000 n
+0003451208 00000 n
+0003451262 00000 n
+0003454957 00000 n
+0003455011 00000 n
+0003457794 00000 n
+0003457848 00000 n
+0003460631 00000 n
+0003460685 00000 n
+0003462307 00000 n
+0003462361 00000 n
+0003465144 00000 n
+0003465198 00000 n
+0003467885 00000 n
+0003467939 00000 n
+0003472018 00000 n
+0003472072 00000 n
+0003474855 00000 n
+0003474909 00000 n
+0003477326 00000 n
+0003477380 00000 n
+0003479893 00000 n
+0003479947 00000 n
+0003483423 00000 n
+0003483477 00000 n
+0003486260 00000 n
+0003486314 00000 n
+0003488731 00000 n
+0003488785 00000 n
+0003492261 00000 n
+0003492315 00000 n
+0003496269 00000 n
+0003496323 00000 n
+0003499106 00000 n
+0003499160 00000 n
+0003501197 00000 n
+0003501251 00000 n
+0003504034 00000 n
+0003504088 00000 n
+0003506125 00000 n
+0003506179 00000 n
+0003509874 00000 n
+0003509928 00000 n
+0003513915 00000 n
+0003513969 00000 n
+0003516752 00000 n
+0003516806 00000 n
+0003519589 00000 n
+0003519643 00000 n
+0003521265 00000 n
+0003521319 00000 n
+0003524102 00000 n
+0003524156 00000 n
+0003526843 00000 n
+0003526897 00000 n
+0003530976 00000 n
+0003531030 00000 n
+0003533813 00000 n
+0003533867 00000 n
+0003536284 00000 n
+0003536338 00000 n
+0003539814 00000 n
+0003539868 00000 n
+0003542147 00000 n
+0003542201 00000 n
+0003544618 00000 n
+0003544672 00000 n
+0003548751 00000 n
+0003548805 00000 n
+0003552380 00000 n
+0003552434 00000 n
+0003555983 00000 n
+0003556037 00000 n
+0003559586 00000 n
+0003559640 00000 n
+0003563215 00000 n
+0003563269 00000 n
+0003567348 00000 n
+0003567402 00000 n
+0003571481 00000 n
+0003571535 00000 n
+0003574318 00000 n
+0003574372 00000 n
+0003577059 00000 n
+0003577113 00000 n
+0003579248 00000 n
+0003579302 00000 n
+0003581701 00000 n
+0003581755 00000 n
+0003585304 00000 n
+0003585358 00000 n
+0003588907 00000 n
+0003588961 00000 n
+0003592656 00000 n
+0003592710 00000 n
+0003595493 00000 n
+0003595547 00000 n
+0003597169 00000 n
+0003597223 00000 n
+0003600006 00000 n
+0003600060 00000 n
+0003602747 00000 n
+0003602801 00000 n
+0003606376 00000 n
+0003606430 00000 n
+0003610005 00000 n
+0003610059 00000 n
+0003613608 00000 n
+0003613662 00000 n
+0003615602 00000 n
+0003615656 00000 n
+0003619205 00000 n
+0003619259 00000 n
+0003622808 00000 n
+0003622862 00000 n
+0003624997 00000 n
+0003625051 00000 n
+0003628600 00000 n
+0003628654 00000 n
+0003632203 00000 n
+0003632257 00000 n
+0003635952 00000 n
+0003636006 00000 n
+0003639847 00000 n
+0003639901 00000 n
+0003642364 00000 n
+0003642418 00000 n
+0003645471 00000 n
+0003645525 00000 n
+0003648207 00000 n
+0003648261 00000 n
+0003652102 00000 n
+0003652156 00000 n
+0003655047 00000 n
+0003655101 00000 n
+0003657564 00000 n
+0003657618 00000 n
+0003661532 00000 n
+0003661586 00000 n
+0003664639 00000 n
+0003664693 00000 n
+0003667584 00000 n
+0003667638 00000 n
+0003670101 00000 n
+0003670155 00000 n
+0003672992 00000 n
+0003673046 00000 n
+0003676887 00000 n
+0003676941 00000 n
+0003679778 00000 n
+0003679832 00000 n
+0003681772 00000 n
+0003681826 00000 n
+0003685780 00000 n
+0003685834 00000 n
+0003688671 00000 n
+0003688725 00000 n
+0003692420 00000 n
+0003692474 00000 n
+0003696023 00000 n
+0003696077 00000 n
+0003699918 00000 n
+0003699972 00000 n
+0003703025 00000 n
+0003703079 00000 n
+0003705761 00000 n
+0003705815 00000 n
+0003708706 00000 n
+0003708760 00000 n
+0003711597 00000 n
+0003711651 00000 n
+0003715154 00000 n
+0003715208 00000 n
+0003718757 00000 n
+0003718811 00000 n
+0003721864 00000 n
+0003721918 00000 n
+0003725832 00000 n
+0003725886 00000 n
+0003728568 00000 n
+0003728622 00000 n
+0003731459 00000 n
+0003731513 00000 n
+0003735354 00000 n
+0003735408 00000 n
+0003738245 00000 n
+0003738299 00000 n
+0003740239 00000 n
+0003740293 00000 n
+0003742024 00000 n
+0003742078 00000 n
+0003744024 00000 n
+0003744078 00000 n
+0003746109 00000 n
+0003746163 00000 n
+0003747974 00000 n
+0003748028 00000 n
+0003750885 00000 n
+0003750939 00000 n
+0003754822 00000 n
+0003754876 00000 n
+0003758487 00000 n
+0003758541 00000 n
+0003761904 00000 n
+0003761958 00000 n
+0003765149 00000 n
+0003765203 00000 n
+0003768274 00000 n
+0003768328 00000 n
+0003770359 00000 n
+0003770413 00000 n
+0003773484 00000 n
+0003773538 00000 n
+0003776291 00000 n
+0003776345 00000 n
+0003778376 00000 n
+0003778430 00000 n
+0003780507 00000 n
+0003780561 00000 n
+0003783092 00000 n
+0003783146 00000 n
+0003785353 00000 n
+0003785407 00000 n
+0003788202 00000 n
+0003788256 00000 n
+0003789987 00000 n
+0003790041 00000 n
+0003793590 00000 n
+0003793644 00000 n
+0003797147 00000 n
+0003797201 00000 n
+0003800038 00000 n
+0003800092 00000 n
+0003802774 00000 n
+0003802828 00000 n
+0003806669 00000 n
+0003806723 00000 n
+0003809405 00000 n
+0003809459 00000 n
+0003812296 00000 n
+0003812350 00000 n
+0003814813 00000 n
+0003814867 00000 n
+0003818442 00000 n
+0003818496 00000 n
+0003822379 00000 n
+0003822433 00000 n
+0003824640 00000 n
+0003824694 00000 n
+0003828269 00000 n
+0003828323 00000 n
+0003831851 00000 n
+0003831905 00000 n
+0003835480 00000 n
+0003835534 00000 n
+0003839083 00000 n
+0003839137 00000 n
+0003841974 00000 n
+0003842028 00000 n
+0003843968 00000 n
+0003844022 00000 n
+0003846859 00000 n
+0003846913 00000 n
+0003849750 00000 n
+0003849804 00000 n
+0003853426 00000 n
+0003853480 00000 n
+0003855420 00000 n
+0003855474 00000 n
+0003858156 00000 n
+0003858210 00000 n
+0003860892 00000 n
+0003860946 00000 n
+0003863729 00000 n
+0003863783 00000 n
+0003867358 00000 n
+0003867412 00000 n
+0003871295 00000 n
+0003871349 00000 n
+0003873556 00000 n
+0003873610 00000 n
+0003877185 00000 n
+0003877239 00000 n
+0003880861 00000 n
+0003880915 00000 n
+0003884490 00000 n
+0003884544 00000 n
+0003887327 00000 n
+0003887381 00000 n
+0003891122 00000 n
+0003891176 00000 n
+0003893797 00000 n
+0003893851 00000 n
+0003897138 00000 n
+0003897192 00000 n
+0003899827 00000 n
+0003899881 00000 n
+0003902664 00000 n
+0003902718 00000 n
+0003905555 00000 n
+0003905609 00000 n
+0003908008 00000 n
+0003908062 00000 n
+0003910461 00000 n
+0003910515 00000 n
+0003913298 00000 n
+0003913352 00000 n
+0003915769 00000 n
+0003915823 00000 n
+0003918444 00000 n
+0003918498 00000 n
+0003921335 00000 n
+0003921389 00000 n
+0003923011 00000 n
+0003923065 00000 n
+0003925102 00000 n
+0003925156 00000 n
+0003929235 00000 n
+0003929289 00000 n
+0003931706 00000 n
+0003931760 00000 n
+0003934543 00000 n
+0003934597 00000 n
+0003937014 00000 n
+0003937068 00000 n
+0003940544 00000 n
+0003940598 00000 n
+0003943435 00000 n
+0003943489 00000 n
+0003945906 00000 n
+0003945960 00000 n
+0003948595 00000 n
+0003948649 00000 n
+0003951486 00000 n
+0003951540 00000 n
+0003953162 00000 n
+0003953216 00000 n
+0003955615 00000 n
+0003955669 00000 n
+0003958068 00000 n
+0003958122 00000 n
+0003960743 00000 n
+0003960797 00000 n
+0003963580 00000 n
+0003963634 00000 n
+0003966051 00000 n
+0003966105 00000 n
+0003968726 00000 n
+0003968780 00000 n
+0003971617 00000 n
+0003971671 00000 n
+0003973293 00000 n
+0003973347 00000 n
+0003975384 00000 n
+0003975438 00000 n
+0003979517 00000 n
+0003979571 00000 n
+0003982354 00000 n
+0003982408 00000 n
+0003984825 00000 n
+0003984879 00000 n
+0003988355 00000 n
+0003988409 00000 n
+0003991246 00000 n
+0003991300 00000 n
+0003994776 00000 n
+0003994830 00000 n
+0003997613 00000 n
+0003997667 00000 n
+0004000084 00000 n
+0004000138 00000 n
+0004003614 00000 n
+0004003668 00000 n
+0004006067 00000 n
+0004006121 00000 n
+0004008520 00000 n
+0004008574 00000 n
+0004011357 00000 n
+0004011411 00000 n
+0004013828 00000 n
+0004013882 00000 n
+0004016503 00000 n
+0004016557 00000 n
+0004019394 00000 n
+0004019448 00000 n
+0004021961 00000 n
+0004022015 00000 n
+0004023637 00000 n
+0004023691 00000 n
+0004025728 00000 n
+0004025782 00000 n
+0004029861 00000 n
+0004029915 00000 n
+0004032698 00000 n
+0004032752 00000 n
+0004035169 00000 n
+0004035223 00000 n
+0004038699 00000 n
+0004038753 00000 n
+0004041590 00000 n
+0004041644 00000 n
+0004044107 00000 n
+0004044161 00000 n
+0004046843 00000 n
+0004046897 00000 n
+0004048837 00000 n
+0004048891 00000 n
+0004052878 00000 n
+0004052932 00000 n
+0004056773 00000 n
+0004056827 00000 n
+0004059664 00000 n
+0004059718 00000 n
+0004063632 00000 n
+0004063686 00000 n
+0004067569 00000 n
+0004067623 00000 n
+0004069830 00000 n
+0004069884 00000 n
+0004073459 00000 n
+0004073513 00000 n
+0004077041 00000 n
+0004077095 00000 n
+0004081174 00000 n
+0004081228 00000 n
+0004084011 00000 n
+0004084065 00000 n
+0004086482 00000 n
+0004086536 00000 n
+0004089049 00000 n
+0004089103 00000 n
+0004092579 00000 n
+0004092633 00000 n
+0004095268 00000 n
+0004095322 00000 n
+0004098159 00000 n
+0004098213 00000 n
+0004100630 00000 n
+0004100684 00000 n
+0004102721 00000 n
+0004102775 00000 n
+0004105558 00000 n
+0004105612 00000 n
+0004108029 00000 n
+0004108083 00000 n
+0004112162 00000 n
+0004112216 00000 n
+0004114999 00000 n
+0004115053 00000 n
+0004117470 00000 n
+0004117524 00000 n
+0004121000 00000 n
+0004121054 00000 n
+0004123891 00000 n
+0004123945 00000 n
+0004128024 00000 n
+0004128078 00000 n
+0004130915 00000 n
+0004130969 00000 n
+0004132591 00000 n
+0004132645 00000 n
+0004135428 00000 n
+0004135482 00000 n
+0004137104 00000 n
+0004137158 00000 n
+0004141112 00000 n
+0004141166 00000 n
+0004143949 00000 n
+0004144003 00000 n
+0004146420 00000 n
+0004146474 00000 n
+0004149095 00000 n
+0004149149 00000 n
+0004151986 00000 n
+0004152040 00000 n
+0004154823 00000 n
+0004154877 00000 n
+0004158092 00000 n
+0004158146 00000 n
+0004160983 00000 n
+0004161037 00000 n
+0004163550 00000 n
+0004163604 00000 n
+0004166387 00000 n
+0004166441 00000 n
+0004169917 00000 n
+0004169971 00000 n
+0004172808 00000 n
+0004172862 00000 n
+0004175645 00000 n
+0004175699 00000 n
+0004178986 00000 n
+0004179040 00000 n
+0004181877 00000 n
+0004181931 00000 n
+0004184566 00000 n
+0004184620 00000 n
+0004186657 00000 n
+0004186711 00000 n
+0004189548 00000 n
+0004189602 00000 n
+0004191224 00000 n
+0004191278 00000 n
+0004194061 00000 n
+0004194115 00000 n
+0004195737 00000 n
+0004195791 00000 n
+0004198208 00000 n
+0004198262 00000 n
+0004201099 00000 n
+0004201153 00000 n
+0004203190 00000 n
+0004203244 00000 n
+0004207323 00000 n
+0004207377 00000 n
+0004208999 00000 n
+0004209053 00000 n
+0004211836 00000 n
+0004211890 00000 n
+0004214673 00000 n
+0004214727 00000 n
+0004217240 00000 n
+0004217294 00000 n
+0004219807 00000 n
+0004219861 00000 n
+0004223940 00000 n
+0004223994 00000 n
+0004226777 00000 n
+0004226831 00000 n
+0004229248 00000 n
+0004229302 00000 n
+0004232778 00000 n
+0004232832 00000 n
+0004235231 00000 n
+0004235285 00000 n
+0004237684 00000 n
+0004237738 00000 n
+0004239775 00000 n
+0004239829 00000 n
+0004243524 00000 n
+0004243578 00000 n
+0004245200 00000 n
+0004245254 00000 n
+0004248037 00000 n
+0004248091 00000 n
+0004250874 00000 n
+0004250928 00000 n
+0004252550 00000 n
+0004252604 00000 n
+0004255387 00000 n
+0004255441 00000 n
+0004258128 00000 n
+0004258182 00000 n
+0004262261 00000 n
+0004262315 00000 n
+0004265098 00000 n
+0004265152 00000 n
+0004267569 00000 n
+0004267623 00000 n
+0004271099 00000 n
+0004271153 00000 n
+0004273570 00000 n
+0004273624 00000 n
+0004276407 00000 n
+0004276461 00000 n
+0004278878 00000 n
+0004278932 00000 n
+0004281349 00000 n
+0004281403 00000 n
+0004284186 00000 n
+0004284240 00000 n
+0004287716 00000 n
+0004287770 00000 n
+0004290553 00000 n
+0004290607 00000 n
+0004292644 00000 n
+0004292698 00000 n
+0004296219 00000 n
+0004296273 00000 n
+0004299488 00000 n
+0004299542 00000 n
+0004301579 00000 n
+0004301633 00000 n
+0004304416 00000 n
+0004304470 00000 n
+0004307157 00000 n
+0004307211 00000 n
+0004309628 00000 n
+0004309682 00000 n
+0004311719 00000 n
+0004311773 00000 n
+0004314988 00000 n
+0004315042 00000 n
+0004317879 00000 n
+0004317933 00000 n
+0004319555 00000 n
+0004319609 00000 n
+0004321646 00000 n
+0004321700 00000 n
+0004324213 00000 n
+0004324267 00000 n
+0004327050 00000 n
+0004327104 00000 n
+0004329521 00000 n
+0004329575 00000 n
+0004332196 00000 n
+0004332250 00000 n
+0004335771 00000 n
+0004335825 00000 n
+0004338662 00000 n
+0004338716 00000 n
+0004340338 00000 n
+0004340392 00000 n
+0004342429 00000 n
+0004342483 00000 n
+0004345266 00000 n
+0004345320 00000 n
+0004348796 00000 n
+0004348850 00000 n
+0004351687 00000 n
+0004351741 00000 n
+0004353363 00000 n
+0004353417 00000 n
+0004355454 00000 n
+0004355508 00000 n
+0004359587 00000 n
+0004359641 00000 n
+0004362424 00000 n
+0004362478 00000 n
+0004365693 00000 n
+0004365747 00000 n
+0004368164 00000 n
+0004368218 00000 n
+0004371001 00000 n
+0004371055 00000 n
+0004373092 00000 n
+0004373146 00000 n
+0004375767 00000 n
+0004375821 00000 n
+0004378604 00000 n
+0004378658 00000 n
+0004381075 00000 n
+0004381129 00000 n
+0004384605 00000 n
+0004384659 00000 n
+0004387076 00000 n
+0004387130 00000 n
+0004389751 00000 n
+0004389805 00000 n
+0004391842 00000 n
+0004391896 00000 n
+0004393933 00000 n
+0004393987 00000 n
+0004396608 00000 n
+0004396662 00000 n
+0004399445 00000 n
+0004399499 00000 n
+0004401121 00000 n
+0004401175 00000 n
+0004403212 00000 n
+0004403266 00000 n
+0004406103 00000 n
+0004406157 00000 n
+0004408792 00000 n
+0004408846 00000 n
+0004411683 00000 n
+0004411737 00000 n
+0004414154 00000 n
+0004414208 00000 n
+0004417045 00000 n
+0004417099 00000 n
+0004419516 00000 n
+0004419570 00000 n
+0004423046 00000 n
+0004423100 00000 n
+0004426315 00000 n
+0004426369 00000 n
+0004427991 00000 n
+0004428045 00000 n
+0004430666 00000 n
+0004430720 00000 n
+0004434007 00000 n
+0004434061 00000 n
+0004436574 00000 n
+0004436628 00000 n
+0004439411 00000 n
+0004439465 00000 n
+0004441882 00000 n
+0004441936 00000 n
+0004445412 00000 n
+0004445466 00000 n
+0004447088 00000 n
+0004447142 00000 n
+0004449559 00000 n
+0004449613 00000 n
+0004452234 00000 n
+0004452288 00000 n
+0004455071 00000 n
+0004455125 00000 n
+0004458601 00000 n
+0004458655 00000 n
+0004461438 00000 n
+0004461492 00000 n
+0004463529 00000 n
+0004463583 00000 n
+0004465205 00000 n
+0004465259 00000 n
+0004467676 00000 n
+0004467730 00000 n
+0004471684 00000 n
+0004471738 00000 n
+0004475214 00000 n
+0004475268 00000 n
+0004478105 00000 n
+0004478159 00000 n
+0004480196 00000 n
+0004480250 00000 n
+0004483033 00000 n
+0004483087 00000 n
+0004485870 00000 n
+0004485924 00000 n
+0004487961 00000 n
+0004488015 00000 n
+0004490798 00000 n
+0004490852 00000 n
+0004493269 00000 n
+0004493323 00000 n
+0004496106 00000 n
+0004496160 00000 n
+0004499855 00000 n
+0004499909 00000 n
+0004503863 00000 n
+0004503917 00000 n
+0004507393 00000 n
+0004507447 00000 n
+0004510662 00000 n
+0004510716 00000 n
+0004513499 00000 n
+0004513553 00000 n
+0004515970 00000 n
+0004516024 00000 n
+0004519239 00000 n
+0004519293 00000 n
+0004522988 00000 n
+0004523042 00000 n
+0004524664 00000 n
+0004524718 00000 n
+0004527339 00000 n
+0004527393 00000 n
+0004530608 00000 n
+0004530662 00000 n
+0004533499 00000 n
+0004533553 00000 n
+0004536066 00000 n
+0004536120 00000 n
+0004538157 00000 n
+0004538211 00000 n
+0004539833 00000 n
+0004539887 00000 n
+0004542670 00000 n
+0004542724 00000 n
+0004546711 00000 n
+0004546765 00000 n
+0004549182 00000 n
+0004549236 00000 n
+0004551273 00000 n
+0004551327 00000 n
+0004554542 00000 n
+0004554596 00000 n
+0004557109 00000 n
+0004557163 00000 n
+0004560639 00000 n
+0004560693 00000 n
+0004563530 00000 n
+0004563584 00000 n
+0004566205 00000 n
+0004566259 00000 n
+0004569042 00000 n
+0004569096 00000 n
+0004572617 00000 n
+0004572671 00000 n
+0004575088 00000 n
+0004575142 00000 n
+0004577979 00000 n
+0004578033 00000 n
+0004580070 00000 n
+0004580124 00000 n
+0004582637 00000 n
+0004582691 00000 n
+0004584728 00000 n
+0004584782 00000 n
+0004587295 00000 n
+0004587349 00000 n
+0004590564 00000 n
+0004590618 00000 n
+0004593455 00000 n
+0004593509 00000 n
+0004596346 00000 n
+0004596400 00000 n
+0004598817 00000 n
+0004598871 00000 n
+0004600908 00000 n
+0004600962 00000 n
+0004603745 00000 n
+0004603799 00000 n
+0004607786 00000 n
+0004607840 00000 n
+0004609877 00000 n
+0004609931 00000 n
+0004612348 00000 n
+0004612402 00000 n
+0004616481 00000 n
+0004616535 00000 n
+0004619318 00000 n
+0004619372 00000 n
+0004621789 00000 n
+0004621843 00000 n
+0004625319 00000 n
+0004625373 00000 n
+0004628156 00000 n
+0004628210 00000 n
+0004630627 00000 n
+0004630681 00000 n
+0004633464 00000 n
+0004633518 00000 n
+0004636994 00000 n
+0004637048 00000 n
+0004639885 00000 n
+0004639939 00000 n
+0004642776 00000 n
+0004642830 00000 n
+0004646784 00000 n
+0004646838 00000 n
+0004650125 00000 n
+0004650179 00000 n
+0004653016 00000 n
+0004653070 00000 n
+0004655907 00000 n
+0004655961 00000 n
+0004658582 00000 n
+0004658636 00000 n
+0004661419 00000 n
+0004661473 00000 n
+0004663890 00000 n
+0004663944 00000 n
+0004667420 00000 n
+0004667474 00000 n
+0004669891 00000 n
+0004669945 00000 n
+0004672566 00000 n
+0004672620 00000 n
+0004675133 00000 n
+0004675187 00000 n
+0004677224 00000 n
+0004677278 00000 n
+0004680061 00000 n
+0004680115 00000 n
+0004681737 00000 n
+0004681791 00000 n
+0004683413 00000 n
+0004683467 00000 n
+0004686250 00000 n
+0004686304 00000 n
+0004688721 00000 n
+0004688775 00000 n
+0004692062 00000 n
+0004692116 00000 n
+0004694899 00000 n
+0004694953 00000 n
+0004698429 00000 n
+0004698483 00000 n
+0004701320 00000 n
+0004701374 00000 n
+0004704157 00000 n
+0004704211 00000 n
+0004707048 00000 n
+0004707102 00000 n
+0004708724 00000 n
+0004708778 00000 n
+0004711561 00000 n
+0004711615 00000 n
+0004715091 00000 n
+0004715145 00000 n
+0004717982 00000 n
+0004718036 00000 n
+0004721323 00000 n
+0004721377 00000 n
+0004724160 00000 n
+0004724214 00000 n
+0004725836 00000 n
+0004725890 00000 n
+0004729844 00000 n
+0004729898 00000 n
+0004732735 00000 n
+0004732789 00000 n
+0004734411 00000 n
+0004734465 00000 n
+0004736087 00000 n
+0004736141 00000 n
+0004739617 00000 n
+0004739671 00000 n
+0004741293 00000 n
+0004741347 00000 n
+0004743764 00000 n
+0004743818 00000 n
+0004746439 00000 n
+0004746493 00000 n
+0004749969 00000 n
+0004750023 00000 n
+0004752806 00000 n
+0004752860 00000 n
+0004754897 00000 n
+0004754951 00000 n
+0004756573 00000 n
+0004756627 00000 n
+0004759044 00000 n
+0004759098 00000 n
+0004763052 00000 n
+0004763106 00000 n
+0004765741 00000 n
+0004765795 00000 n
+0004769271 00000 n
+0004769325 00000 n
+0004772162 00000 n
+0004772216 00000 n
+0004774253 00000 n
+0004774307 00000 n
+0004778386 00000 n
+0004778440 00000 n
+0004781655 00000 n
+0004781709 00000 n
+0004784492 00000 n
+0004784546 00000 n
+0004788022 00000 n
+0004788076 00000 n
+0004790913 00000 n
+0004790967 00000 n
+0004794443 00000 n
+0004794497 00000 n
+0004797712 00000 n
+0004797766 00000 n
+0004800387 00000 n
+0004800441 00000 n
+0004803224 00000 n
+0004803278 00000 n
+0004804900 00000 n
+0004804954 00000 n
+0004807575 00000 n
+0004807629 00000 n
+0004810844 00000 n
+0004810898 00000 n
+0004813735 00000 n
+0004813789 00000 n
+0004816302 00000 n
+0004816356 00000 n
+0004818393 00000 n
+0004818447 00000 n
+0004820069 00000 n
+0004820123 00000 n
+0004822906 00000 n
+0004822960 00000 n
+0004825473 00000 n
+0004825527 00000 n
+0004828364 00000 n
+0004828418 00000 n
+0004831039 00000 n
+0004831093 00000 n
+0004833510 00000 n
+0004833564 00000 n
+0004836077 00000 n
+0004836131 00000 n
+0004838644 00000 n
+0004838698 00000 n
+0004841481 00000 n
+0004841535 00000 n
+0004843952 00000 n
+0004844006 00000 n
+0004846789 00000 n
+0004846843 00000 n
+0004848465 00000 n
+0004848519 00000 n
+0004852040 00000 n
+0004852094 00000 n
+0004854877 00000 n
+0004854931 00000 n
+0004858407 00000 n
+0004858461 00000 n
+0004860878 00000 n
+0004860932 00000 n
+0004863463 00000 n
+0004863517 00000 n
+0004866300 00000 n
+0004866354 00000 n
+0004868391 00000 n
+0004868445 00000 n
+0004871228 00000 n
+0004871282 00000 n
+0004873699 00000 n
+0004873753 00000 n
+0004876536 00000 n
+0004876590 00000 n
+0004878627 00000 n
+0004878681 00000 n
+0004880303 00000 n
+0004880357 00000 n
+0004882774 00000 n
+0004882828 00000 n
+0004885665 00000 n
+0004885719 00000 n
+0004888340 00000 n
+0004888394 00000 n
+0004890431 00000 n
+0004890485 00000 n
+0004892902 00000 n
+0004892956 00000 n
+0004894578 00000 n
+0004894632 00000 n
+0004897469 00000 n
+0004897523 00000 n
+0004899940 00000 n
+0004899994 00000 n
+0004902615 00000 n
+0004902669 00000 n
+0004905452 00000 n
+0004905506 00000 n
+0004907923 00000 n
+0004907977 00000 n
+0004910490 00000 n
+0004910544 00000 n
+0004912581 00000 n
+0004912635 00000 n
+0004915418 00000 n
+0004915472 00000 n
+0004917889 00000 n
+0004917943 00000 n
+0004920564 00000 n
+0004920618 00000 n
+0004923401 00000 n
+0004923455 00000 n
+0004926670 00000 n
+0004926724 00000 n
+0004929507 00000 n
+0004929561 00000 n
+0004931978 00000 n
+0004932032 00000 n
+0004933654 00000 n
+0004933708 00000 n
+0004935745 00000 n
+0004935799 00000 n
+0004938312 00000 n
+0004938366 00000 n
+0004942353 00000 n
+0004942407 00000 n
+0004945190 00000 n
+0004945244 00000 n
+0004947661 00000 n
+0004947715 00000 n
+0004950132 00000 n
+0004950186 00000 n
+0004952807 00000 n
+0004952861 00000 n
+0004955644 00000 n
+0004955698 00000 n
+0004958481 00000 n
+0004958535 00000 n
+0004960157 00000 n
+0004960211 00000 n
+0004962994 00000 n
+0004963048 00000 n
+0004965735 00000 n
+0004965789 00000 n
+0004968572 00000 n
+0004968626 00000 n
+0004971463 00000 n
+0004971517 00000 n
+0004973934 00000 n
+0004973988 00000 n
+0004976405 00000 n
+0004976459 00000 n
+0004978496 00000 n
+0004978550 00000 n
+0004982245 00000 n
+0004982299 00000 n
+0004985082 00000 n
+0004985136 00000 n
+0004986758 00000 n
+0004986812 00000 n
+0004988434 00000 n
+0004988488 00000 n
+0004992183 00000 n
+0004992237 00000 n
+0004995020 00000 n
+0004995074 00000 n
+0004998769 00000 n
+0004998823 00000 n
+0005000860 00000 n
+0005000914 00000 n
+0005003751 00000 n
+0005003805 00000 n
+0005006642 00000 n
+0005006696 00000 n
+0005009533 00000 n
+0005009587 00000 n
+0005011209 00000 n
+0005011263 00000 n
+0005013794 00000 n
+0005013848 00000 n
+0005016631 00000 n
+0005016685 00000 n
+0005019102 00000 n
+0005019156 00000 n
+0005021939 00000 n
+0005021993 00000 n
+0005025947 00000 n
+0005026001 00000 n
+0005029955 00000 n
+0005030009 00000 n
+0005032426 00000 n
+0005032480 00000 n
+0005034897 00000 n
+0005034951 00000 n
+0005037368 00000 n
+0005037422 00000 n
+0005040043 00000 n
+0005040097 00000 n
+0005042880 00000 n
+0005042934 00000 n
+0005044971 00000 n
+0005045025 00000 n
+0005047808 00000 n
+0005047862 00000 n
+0005050279 00000 n
+0005050333 00000 n
+0005052846 00000 n
+0005052900 00000 n
+0005055683 00000 n
+0005055737 00000 n
+0005058154 00000 n
+0005058208 00000 n
+0005061684 00000 n
+0005061738 00000 n
+0005063775 00000 n
+0005063829 00000 n
+0005066612 00000 n
+0005066666 00000 n
+0005068288 00000 n
+0005068342 00000 n
+0005072037 00000 n
+0005072091 00000 n
+0005074508 00000 n
+0005074562 00000 n
+0005077345 00000 n
+0005077399 00000 n
+0005079816 00000 n
+0005079870 00000 n
+0005083346 00000 n
+0005083400 00000 n
+0005085022 00000 n
+0005085076 00000 n
+0005088597 00000 n
+0005088651 00000 n
+0005091068 00000 n
+0005091122 00000 n
+0005094337 00000 n
+0005094391 00000 n
+0005097174 00000 n
+0005097228 00000 n
+0005100011 00000 n
+0005100065 00000 n
+0005104019 00000 n
+0005104073 00000 n
+0005108027 00000 n
+0005108081 00000 n
+0005110594 00000 n
+0005110648 00000 n
+0005113161 00000 n
+0005113215 00000 n
+0005115998 00000 n
+0005116052 00000 n
+0005118469 00000 n
+0005118523 00000 n
+0005121306 00000 n
+0005121360 00000 n
+0005122982 00000 n
+0005123036 00000 n
+0005125873 00000 n
+0005125927 00000 n
+0005127964 00000 n
+0005128018 00000 n
+0005131233 00000 n
+0005131287 00000 n
+0005134124 00000 n
+0005134178 00000 n
+0005135800 00000 n
+0005135854 00000 n
+0005137891 00000 n
+0005137945 00000 n
+0005140458 00000 n
+0005140512 00000 n
+0005143295 00000 n
+0005143349 00000 n
+0005147303 00000 n
+0005147357 00000 n
+0005151311 00000 n
+0005151365 00000 n
+0005153878 00000 n
+0005153932 00000 n
+0005157147 00000 n
+0005157201 00000 n
+0005159714 00000 n
+0005159768 00000 n
+0005162551 00000 n
+0005162605 00000 n
+0005165022 00000 n
+0005165076 00000 n
+0005167493 00000 n
+0005167547 00000 n
+0005171068 00000 n
+0005171122 00000 n
+0005173905 00000 n
+0005173959 00000 n
+0005176376 00000 n
+0005176430 00000 n
+0005179906 00000 n
+0005179960 00000 n
+0005181582 00000 n
+0005181636 00000 n
+0005184473 00000 n
+0005184527 00000 n
+0005187310 00000 n
+0005187364 00000 n
+0005190147 00000 n
+0005190201 00000 n
+0005192238 00000 n
+0005192292 00000 n
+0005194709 00000 n
+0005194763 00000 n
+0005198284 00000 n
+0005198338 00000 n
+0005200755 00000 n
+0005200809 00000 n
+0005203322 00000 n
+0005203376 00000 n
+0005205413 00000 n
+0005205467 00000 n
+0005208250 00000 n
+0005208304 00000 n
+0005212258 00000 n
+0005212312 00000 n
+0005213934 00000 n
+0005213988 00000 n
+0005216025 00000 n
+0005216079 00000 n
+0005217701 00000 n
+0005217755 00000 n
+0005220538 00000 n
+0005220592 00000 n
+0005223009 00000 n
+0005223063 00000 n
+0005226584 00000 n
+0005226638 00000 n
+0005229475 00000 n
+0005229529 00000 n
+0005233483 00000 n
+0005233537 00000 n
+0005236374 00000 n
+0005236428 00000 n
+0005238845 00000 n
+0005238899 00000 n
+0005240936 00000 n
+0005240990 00000 n
+0005243503 00000 n
+0005243557 00000 n
+0005246394 00000 n
+0005246448 00000 n
+0005249231 00000 n
+0005249285 00000 n
+0005250907 00000 n
+0005250961 00000 n
+0005253744 00000 n
+0005253798 00000 n
+0005256215 00000 n
+0005256269 00000 n
+0005257891 00000 n
+0005257945 00000 n
+0005260728 00000 n
+0005260782 00000 n
+0005264736 00000 n
+0005264790 00000 n
+0005268744 00000 n
+0005268798 00000 n
+0005271215 00000 n
+0005271269 00000 n
+0005273686 00000 n
+0005273740 00000 n
+0005276523 00000 n
+0005276577 00000 n
+0005278614 00000 n
+0005278668 00000 n
+0005282363 00000 n
+0005282417 00000 n
+0005286496 00000 n
+0005286550 00000 n
+0005289333 00000 n
+0005289387 00000 n
+0005291804 00000 n
+0005291858 00000 n
+0005295334 00000 n
+0005295388 00000 n
+0005297805 00000 n
+0005297859 00000 n
+0005300480 00000 n
+0005300534 00000 n
+0005303317 00000 n
+0005303371 00000 n
+0005305788 00000 n
+0005305842 00000 n
+0005309057 00000 n
+0005309111 00000 n
+0005311528 00000 n
+0005311582 00000 n
+0005314095 00000 n
+0005314149 00000 n
+0005317187 00000 n
+0005317241 00000 n
+0005321195 00000 n
+0005321249 00000 n
+0005324464 00000 n
+0005324518 00000 n
+0005326140 00000 n
+0005326194 00000 n
+0005328707 00000 n
+0005328761 00000 n
+0005330798 00000 n
+0005330852 00000 n
+0005333689 00000 n
+0005333743 00000 n
+0005336160 00000 n
+0005336214 00000 n
+0005338727 00000 n
+0005338781 00000 n
+0005342257 00000 n
+0005342311 00000 n
+0005345148 00000 n
+0005345202 00000 n
+0005347619 00000 n
+0005347673 00000 n
+0005350456 00000 n
+0005350510 00000 n
+0005352927 00000 n
+0005352981 00000 n
+0005356457 00000 n
+0005356511 00000 n
+0005359549 00000 n
+0005359603 00000 n
+0005362440 00000 n
+0005362494 00000 n
+0005364116 00000 n
+0005364170 00000 n
+0005365792 00000 n
+0005365846 00000 n
+0005369541 00000 n
+0005369595 00000 n
+0005373071 00000 n
+0005373125 00000 n
+0005377204 00000 n
+0005377258 00000 n
+0005378880 00000 n
+0005378934 00000 n
+0005381351 00000 n
+0005381405 00000 n
+0005384881 00000 n
+0005384935 00000 n
+0005387718 00000 n
+0005387772 00000 n
+0005391059 00000 n
+0005391113 00000 n
+0005393950 00000 n
+0005394004 00000 n
+0005395626 00000 n
+0005395680 00000 n
+0005398463 00000 n
+0005398517 00000 n
+0005401993 00000 n
+0005402047 00000 n
+0005404884 00000 n
+0005404938 00000 n
+0005408633 00000 n
+0005408687 00000 n
+0005410309 00000 n
+0005410363 00000 n
+0005413884 00000 n
+0005413938 00000 n
+0005417153 00000 n
+0005417207 00000 n
+0005419244 00000 n
+0005419298 00000 n
+0005421811 00000 n
+0005421865 00000 n
+0005424378 00000 n
+0005424432 00000 n
+0005426849 00000 n
+0005426903 00000 n
+0005429740 00000 n
+0005429794 00000 n
+0005432307 00000 n
+0005432361 00000 n
+0005433983 00000 n
+0005434037 00000 n
+0005436820 00000 n
+0005436874 00000 n
+0005438496 00000 n
+0005438550 00000 n
+0005440587 00000 n
+0005440641 00000 n
+0005443856 00000 n
+0005443910 00000 n
+0005446747 00000 n
+0005446801 00000 n
+0005449584 00000 n
+0005449638 00000 n
+0005453592 00000 n
+0005453646 00000 n
+0005457600 00000 n
+0005457654 00000 n
+0005460071 00000 n
+0005460125 00000 n
+0005462542 00000 n
+0005462596 00000 n
+0005465379 00000 n
+0005465433 00000 n
+0005467470 00000 n
+0005467524 00000 n
+0005471219 00000 n
+0005471273 00000 n
+0005473690 00000 n
+0005473744 00000 n
+0005476257 00000 n
+0005476311 00000 n
+0005478932 00000 n
+0005478986 00000 n
+0005481769 00000 n
+0005481823 00000 n
+0005483445 00000 n
+0005483499 00000 n
+0005487020 00000 n
+0005487074 00000 n
+0005489857 00000 n
+0005489911 00000 n
+0005492328 00000 n
+0005492382 00000 n
+0005494004 00000 n
+0005494058 00000 n
+0005496589 00000 n
+0005496643 00000 n
+0005499426 00000 n
+0005499480 00000 n
+0005501517 00000 n
+0005501571 00000 n
+0005504354 00000 n
+0005504408 00000 n
+0005506825 00000 n
+0005506879 00000 n
+0005509296 00000 n
+0005509350 00000 n
+0005511971 00000 n
+0005512025 00000 n
+0005514808 00000 n
+0005514862 00000 n
+0005517279 00000 n
+0005517333 00000 n
+0005519846 00000 n
+0005519900 00000 n
+0005523854 00000 n
+0005523908 00000 n
+0005526691 00000 n
+0005526745 00000 n
+0005529162 00000 n
+0005529216 00000 n
+0005532911 00000 n
+0005532965 00000 n
+0005535748 00000 n
+0005535802 00000 n
+0005538219 00000 n
+0005538273 00000 n
+0005541056 00000 n
+0005541110 00000 n
+0005543527 00000 n
+0005543581 00000 n
+0005547057 00000 n
+0005547111 00000 n
+0005551065 00000 n
+0005551119 00000 n
+0005553956 00000 n
+0005554010 00000 n
+0005556793 00000 n
+0005556847 00000 n
+0005560801 00000 n
+0005560855 00000 n
+0005564331 00000 n
+0005564385 00000 n
+0005567222 00000 n
+0005567276 00000 n
+0005568898 00000 n
+0005568952 00000 n
+0005571465 00000 n
+0005571519 00000 n
+0005574302 00000 n
+0005574356 00000 n
+0005576393 00000 n
+0005576447 00000 n
+0005579662 00000 n
+0005579716 00000 n
+0005582553 00000 n
+0005582607 00000 n
+0005585390 00000 n
+0005585444 00000 n
+0005587861 00000 n
+0005587915 00000 n
+0005591902 00000 n
+0005591956 00000 n
+0005593578 00000 n
+0005593632 00000 n
+0005597586 00000 n
+0005597640 00000 n
+0005600423 00000 n
+0005600477 00000 n
+0005603098 00000 n
+0005603152 00000 n
+0005605935 00000 n
+0005605989 00000 n
+0005608406 00000 n
+0005608460 00000 n
+0005611936 00000 n
+0005611990 00000 n
+0005614503 00000 n
+0005614557 00000 n
+0005617772 00000 n
+0005617826 00000 n
+0005620663 00000 n
+0005620717 00000 n
+0005623338 00000 n
+0005623392 00000 n
+0005626175 00000 n
+0005626229 00000 n
+0005628646 00000 n
+0005628700 00000 n
+0005632176 00000 n
+0005632230 00000 n
+0005635013 00000 n
+0005635067 00000 n
+0005636689 00000 n
+0005636743 00000 n
+0005640219 00000 n
+0005640273 00000 n
+0005644352 00000 n
+0005644406 00000 n
+0005647189 00000 n
+0005647243 00000 n
+0005649756 00000 n
+0005649810 00000 n
+0005652431 00000 n
+0005652485 00000 n
+0005655322 00000 n
+0005655376 00000 n
+0005657889 00000 n
+0005657943 00000 n
+0005660726 00000 n
+0005660780 00000 n
+0005664859 00000 n
+0005664913 00000 n
+0005667750 00000 n
+0005667804 00000 n
+0005669426 00000 n
+0005669480 00000 n
+0005672101 00000 n
+0005672155 00000 n
+0005674572 00000 n
+0005674626 00000 n
+0005677139 00000 n
+0005677193 00000 n
+0005679706 00000 n
+0005679760 00000 n
+0005682543 00000 n
+0005682597 00000 n
+0005685232 00000 n
+0005685286 00000 n
+0005687703 00000 n
+0005687757 00000 n
+0005690594 00000 n
+0005690648 00000 n
+0005693269 00000 n
+0005693323 00000 n
+0005696538 00000 n
+0005696592 00000 n
+0005699009 00000 n
+0005699063 00000 n
+0005702539 00000 n
+0005702593 00000 n
+0005705010 00000 n
+0005705064 00000 n
+0005707901 00000 n
+0005707955 00000 n
+0005710468 00000 n
+0005710522 00000 n
+0005712939 00000 n
+0005712993 00000 n
+0005715830 00000 n
+0005715884 00000 n
+0005718505 00000 n
+0005718559 00000 n
+0005721342 00000 n
+0005721396 00000 n
+0005723813 00000 n
+0005723867 00000 n
+0005726650 00000 n
+0005726704 00000 n
+0005729121 00000 n
+0005729175 00000 n
+0005732651 00000 n
+0005732705 00000 n
+0005736400 00000 n
+0005736454 00000 n
+0005740149 00000 n
+0005740203 00000 n
+0005743040 00000 n
+0005743094 00000 n
+0005745607 00000 n
+0005745661 00000 n
+0005748078 00000 n
+0005748132 00000 n
+0005750969 00000 n
+0005751023 00000 n
+0005753536 00000 n
+0005753590 00000 n
+0005757066 00000 n
+0005757120 00000 n
+0005758742 00000 n
+0005758796 00000 n
+0005761579 00000 n
+0005761633 00000 n
+0005763670 00000 n
+0005763724 00000 n
+0005766507 00000 n
+0005766561 00000 n
+0005768183 00000 n
+0005768237 00000 n
+0005771932 00000 n
+0005771986 00000 n
+0005774403 00000 n
+0005774457 00000 n
+0005776874 00000 n
+0005776928 00000 n
+0005779345 00000 n
+0005779399 00000 n
+0005782020 00000 n
+0005782074 00000 n
+0005784111 00000 n
+0005784165 00000 n
+0005786948 00000 n
+0005787002 00000 n
+0005789419 00000 n
+0005789473 00000 n
+0005791890 00000 n
+0005791944 00000 n
+0005794361 00000 n
+0005794415 00000 n
+0005797891 00000 n
+0005797945 00000 n
+0005800362 00000 n
+0005800416 00000 n
+0005802929 00000 n
+0005802983 00000 n
+0005805820 00000 n
+0005805874 00000 n
+0005807911 00000 n
+0005807965 00000 n
+0005809587 00000 n
+0005809641 00000 n
+0005812058 00000 n
+0005812112 00000 n
+0005816066 00000 n
+0005816120 00000 n
+0005818957 00000 n
+0005819011 00000 n
+0005821428 00000 n
+0005821482 00000 n
+0005823519 00000 n
+0005823573 00000 n
+0005826086 00000 n
+0005826140 00000 n
+0005828557 00000 n
+0005828611 00000 n
+0005831232 00000 n
+0005831286 00000 n
+0005835273 00000 n
+0005835327 00000 n
+0005838110 00000 n
+0005838164 00000 n
+0005840581 00000 n
+0005840635 00000 n
+0005843148 00000 n
+0005843202 00000 n
+0005845985 00000 n
+0005846039 00000 n
+0005848674 00000 n
+0005848728 00000 n
+0005851565 00000 n
+0005851619 00000 n
+0005854456 00000 n
+0005854510 00000 n
+0005857986 00000 n
+0005858040 00000 n
+0005861516 00000 n
+0005861570 00000 n
+0005864407 00000 n
+0005864461 00000 n
+0005867937 00000 n
+0005867991 00000 n
+0005869613 00000 n
+0005869667 00000 n
+0005873362 00000 n
+0005873416 00000 n
+0005876892 00000 n
+0005876946 00000 n
+0005878568 00000 n
+0005878622 00000 n
+0005881039 00000 n
+0005881093 00000 n
+0005884569 00000 n
+0005884623 00000 n
+0005887406 00000 n
+0005887460 00000 n
+0005889497 00000 n
+0005889551 00000 n
+0005891968 00000 n
+0005892022 00000 n
+0005895498 00000 n
+0005895552 00000 n
+0005898389 00000 n
+0005898443 00000 n
+0005900956 00000 n
+0005901010 00000 n
+0005903047 00000 n
+0005903101 00000 n
+0005907180 00000 n
+0005907234 00000 n
+0005910017 00000 n
+0005910071 00000 n
+0005912108 00000 n
+0005912162 00000 n
+0005916116 00000 n
+0005916170 00000 n
+0005918953 00000 n
+0005919007 00000 n
+0005920629 00000 n
+0005920683 00000 n
+0005923520 00000 n
+0005923574 00000 n
+0005927269 00000 n
+0005927323 00000 n
+0005930799 00000 n
+0005930853 00000 n
+0005934329 00000 n
+0005934383 00000 n
+0005938337 00000 n
+0005938391 00000 n
+0005941867 00000 n
+0005941921 00000 n
+0005945136 00000 n
+0005945190 00000 n
+0005947973 00000 n
+0005948027 00000 n
+0005950444 00000 n
+0005950498 00000 n
+0005954193 00000 n
+0005954247 00000 n
+0005955869 00000 n
+0005955923 00000 n
+0005958544 00000 n
+0005958598 00000 n
+0005961813 00000 n
+0005961867 00000 n
+0005964704 00000 n
+0005964758 00000 n
+0005966380 00000 n
+0005966434 00000 n
+0005968947 00000 n
+0005969001 00000 n
+0005971038 00000 n
+0005971092 00000 n
+0005972714 00000 n
+0005972768 00000 n
+0005975551 00000 n
+0005975605 00000 n
+0005978442 00000 n
+0005978496 00000 n
+0005981333 00000 n
+0005981387 00000 n
+0005984863 00000 n
+0005984917 00000 n
+0005987334 00000 n
+0005987388 00000 n
+0005990909 00000 n
+0005990963 00000 n
+0005993000 00000 n
+0005993054 00000 n
+0005995837 00000 n
+0005995891 00000 n
+0005998728 00000 n
+0005998782 00000 n
+0006002258 00000 n
+0006002312 00000 n
+0006006299 00000 n
+0006006353 00000 n
+0006008390 00000 n
+0006008444 00000 n
+0006011659 00000 n
+0006011713 00000 n
+0006013750 00000 n
+0006013804 00000 n
+0006017019 00000 n
+0006017073 00000 n
+0006019910 00000 n
+0006019964 00000 n
+0006022381 00000 n
+0006022435 00000 n
+0006025218 00000 n
+0006025272 00000 n
+0006027907 00000 n
+0006027961 00000 n
+0006030378 00000 n
+0006030432 00000 n
+0006032945 00000 n
+0006032999 00000 n
+0006035036 00000 n
+0006035090 00000 n
+0006037873 00000 n
+0006037927 00000 n
+0006039549 00000 n
+0006039603 00000 n
+0006042224 00000 n
+0006042278 00000 n
+0006045061 00000 n
+0006045115 00000 n
+0006047952 00000 n
+0006048006 00000 n
+0006050627 00000 n
+0006050681 00000 n
+0006052303 00000 n
+0006052357 00000 n
+0006055833 00000 n
+0006055887 00000 n
+0006058724 00000 n
+0006058778 00000 n
+0006060815 00000 n
+0006060869 00000 n
+0006063382 00000 n
+0006063436 00000 n
+0006065473 00000 n
+0006065527 00000 n
+0006068310 00000 n
+0006068364 00000 n
+0006070781 00000 n
+0006070835 00000 n
+0006073456 00000 n
+0006073510 00000 n
+0006076131 00000 n
+0006076185 00000 n
+0006079022 00000 n
+0006079076 00000 n
+0006081589 00000 n
+0006081643 00000 n
+0006084480 00000 n
+0006084534 00000 n
+0006087047 00000 n
+0006087101 00000 n
+0006089518 00000 n
+0006089572 00000 n
+0006092355 00000 n
+0006092409 00000 n
+0006094031 00000 n
+0006094085 00000 n
+0006096706 00000 n
+0006096760 00000 n
+0006099975 00000 n
+0006100029 00000 n
+0006104108 00000 n
+0006104162 00000 n
+0006106999 00000 n
+0006107053 00000 n
+0006108675 00000 n
+0006108729 00000 n
+0006111512 00000 n
+0006111566 00000 n
+0006115042 00000 n
+0006115096 00000 n
+0006116718 00000 n
+0006116772 00000 n
+0006120726 00000 n
+0006120780 00000 n
+0006123563 00000 n
+0006123617 00000 n
+0006126034 00000 n
+0006126088 00000 n
+0006128709 00000 n
+0006128763 00000 n
+0006131600 00000 n
+0006131654 00000 n
+0006134167 00000 n
+0006134221 00000 n
+0006136638 00000 n
+0006136692 00000 n
+0006139313 00000 n
+0006139367 00000 n
+0006142150 00000 n
+0006142204 00000 n
+0006145779 00000 n
+0006145833 00000 n
+0006148250 00000 n
+0006148304 00000 n
+0006151087 00000 n
+0006151141 00000 n
+0006152763 00000 n
+0006152817 00000 n
+0006155600 00000 n
+0006155654 00000 n
+0006158167 00000 n
+0006158221 00000 n
+0006161259 00000 n
+0006161313 00000 n
+0006164096 00000 n
+0006164150 00000 n
+0006167365 00000 n
+0006167419 00000 n
+0006169836 00000 n
+0006169890 00000 n
+0006172511 00000 n
+0006172565 00000 n
+0006175247 00000 n
+0006175301 00000 n
+0006178516 00000 n
+0006178570 00000 n
+0006181083 00000 n
+0006181137 00000 n
+0006183650 00000 n
+0006183704 00000 n
+0006186541 00000 n
+0006186595 00000 n
+0006189378 00000 n
+0006189432 00000 n
+0006191469 00000 n
+0006191523 00000 n
+0006194738 00000 n
+0006194792 00000 n
+0006197629 00000 n
+0006197683 00000 n
+0006201762 00000 n
+0006201816 00000 n
+0006204599 00000 n
+0006204653 00000 n
+0006206593 00000 n
+0006206647 00000 n
+0006208269 00000 n
+0006208323 00000 n
+0006210740 00000 n
+0006210794 00000 n
+0006214009 00000 n
+0006214063 00000 n
+0006216846 00000 n
+0006216900 00000 n
+0006219317 00000 n
+0006219371 00000 n
+0006221884 00000 n
+0006221938 00000 n
+0006224775 00000 n
+0006224829 00000 n
+0006227612 00000 n
+0006227666 00000 n
+0006231620 00000 n
+0006231674 00000 n
+0006235150 00000 n
+0006235204 00000 n
+0006238041 00000 n
+0006238095 00000 n
+0006240986 00000 n
+0006241040 00000 n
+0006243823 00000 n
+0006243877 00000 n
+0006246294 00000 n
+0006246348 00000 n
+0006250043 00000 n
+0006250097 00000 n
+0006252880 00000 n
+0006252934 00000 n
+0006255351 00000 n
+0006255405 00000 n
+0006257822 00000 n
+0006257876 00000 n
+0006261352 00000 n
+0006261406 00000 n
+0006264189 00000 n
+0006264243 00000 n
+0006267719 00000 n
+0006267773 00000 n
+0006270610 00000 n
+0006270664 00000 n
+0006274505 00000 n
+0006274559 00000 n
+0006277072 00000 n
+0006277126 00000 n
+0006279525 00000 n
+0006279579 00000 n
+0006283128 00000 n
+0006283182 00000 n
+0006286685 00000 n
+0006286739 00000 n
+0006290693 00000 n
+0006290747 00000 n
+0006293164 00000 n
+0006293218 00000 n
+0006295731 00000 n
+0006295785 00000 n
+0006298622 00000 n
+0006298676 00000 n
+0006301189 00000 n
+0006301243 00000 n
+0006303756 00000 n
+0006303810 00000 n
+0006306647 00000 n
+0006306701 00000 n
+0006309484 00000 n
+0006309538 00000 n
+0006311955 00000 n
+0006312009 00000 n
+0006314522 00000 n
+0006314576 00000 n
+0006317359 00000 n
+0006317413 00000 n
+0006319830 00000 n
+0006319884 00000 n
+0006322519 00000 n
+0006322573 00000 n
+0006325356 00000 n
+0006325410 00000 n
+0006327032 00000 n
+0006327086 00000 n
+0006329869 00000 n
+0006329923 00000 n
+0006332340 00000 n
+0006332394 00000 n
+0006336308 00000 n
+0006336362 00000 n
+0006338875 00000 n
+0006338929 00000 n
+0006340966 00000 n
+0006341020 00000 n
+0006343803 00000 n
+0006343857 00000 n
+0006347333 00000 n
+0006347387 00000 n
+0006350008 00000 n
+0006350062 00000 n
+0006352575 00000 n
+0006352629 00000 n
+0006355412 00000 n
+0006355466 00000 n
+0006358087 00000 n
+0006358141 00000 n
+0006361356 00000 n
+0006361410 00000 n
+0006364193 00000 n
+0006364247 00000 n
+0006368130 00000 n
+0006368184 00000 n
+0006370805 00000 n
+0006370859 00000 n
+0006373696 00000 n
+0006373750 00000 n
+0006376149 00000 n
+0006376203 00000 n
+0006378986 00000 n
+0006379040 00000 n
+0006381823 00000 n
+0006381877 00000 n
+0006384294 00000 n
+0006384348 00000 n
+0006387185 00000 n
+0006387239 00000 n
+0006391318 00000 n
+0006391372 00000 n
+0006392994 00000 n
+0006393048 00000 n
+0006396743 00000 n
+0006396797 00000 n
+0006399004 00000 n
+0006399058 00000 n
+0006401841 00000 n
+0006401895 00000 n
+0006404312 00000 n
+0006404366 00000 n
+0006407581 00000 n
+0006407635 00000 n
+0006410472 00000 n
+0006410526 00000 n
+0006414002 00000 n
+0006414056 00000 n
+0006416473 00000 n
+0006416527 00000 n
+0006418149 00000 n
+0006418203 00000 n
+0006420620 00000 n
+0006420674 00000 n
+0006423511 00000 n
+0006423565 00000 n
+0006426780 00000 n
+0006426834 00000 n
+0006430409 00000 n
+0006430463 00000 n
+0006433300 00000 n
+0006433354 00000 n
+0006434976 00000 n
+0006435030 00000 n
+0006438984 00000 n
+0006439038 00000 n
+0006442733 00000 n
+0006442787 00000 n
+0006446866 00000 n
+0006446920 00000 n
+0006449703 00000 n
+0006449757 00000 n
+0006452174 00000 n
+0006452228 00000 n
+0006455704 00000 n
+0006455758 00000 n
+0006458157 00000 n
+0006458211 00000 n
+0006459833 00000 n
+0006459887 00000 n
+0006463534 00000 n
+0006463588 00000 n
+0006466425 00000 n
+0006466479 00000 n
+0006468516 00000 n
+0006468570 00000 n
+0006470969 00000 n
+0006471023 00000 n
+0006473644 00000 n
+0006473698 00000 n
+0006476481 00000 n
+0006476535 00000 n
+0006478952 00000 n
+0006479006 00000 n
+0006482482 00000 n
+0006482536 00000 n
+0006484953 00000 n
+0006485007 00000 n
+0006487628 00000 n
+0006487682 00000 n
+0006489719 00000 n
+0006489773 00000 n
+0006492988 00000 n
+0006493042 00000 n
+0006495825 00000 n
+0006495879 00000 n
+0006497501 00000 n
+0006497555 00000 n
+0006500338 00000 n
+0006500392 00000 n
+0006502809 00000 n
+0006502863 00000 n
+0006506339 00000 n
+0006506393 00000 n
+0006510088 00000 n
+0006510142 00000 n
+0006513837 00000 n
+0006513891 00000 n
+0006516728 00000 n
+0006516782 00000 n
+0006519295 00000 n
+0006519349 00000 n
+0006522036 00000 n
+0006522090 00000 n
+0006524927 00000 n
+0006524981 00000 n
+0006528676 00000 n
+0006528730 00000 n
+0006531513 00000 n
+0006531567 00000 n
+0006535043 00000 n
+0006535097 00000 n
+0006538312 00000 n
+0006538366 00000 n
+0006541149 00000 n
+0006541203 00000 n
+0006543620 00000 n
+0006543674 00000 n
+0006546511 00000 n
+0006546565 00000 n
+0006549078 00000 n
+0006549132 00000 n
+0006551915 00000 n
+0006551969 00000 n
+0006554752 00000 n
+0006554805 00000 n
+0006559228 00000 n
+0006559281 00000 n
+0006564454 00000 n
+0006564507 00000 n
+0006569744 00000 n
+0006569797 00000 n
+0006574902 00000 n
+0006574955 00000 n
+0006579624 00000 n
+0006579677 00000 n
+0006584850 00000 n
+0006584903 00000 n
+0006589356 00000 n
+0006589409 00000 n
+0006594202 00000 n
+0006594255 00000 n
+0006599360 00000 n
+0006599413 00000 n
+0006603866 00000 n
+0006603919 00000 n
+0006608712 00000 n
+0006608765 00000 n
+0006614002 00000 n
+0006614055 00000 n
+0006618848 00000 n
+0006618901 00000 n
+0006624006 00000 n
+0006624059 00000 n
+0006629232 00000 n
+0006629285 00000 n
+0006634458 00000 n
+0006634511 00000 n
+0006639304 00000 n
+0006639357 00000 n
+0006643854 00000 n
+0006643907 00000 n
+0006649012 00000 n
+0006649065 00000 n
+0006654238 00000 n
+0006654291 00000 n
+0006659084 00000 n
+0006659137 00000 n
+0006663930 00000 n
+0006663983 00000 n
+0006669088 00000 n
+0006669141 00000 n
+0006673934 00000 n
+0006673987 00000 n
+0006678410 00000 n
+0006678463 00000 n
+0006683256 00000 n
+0006683309 00000 n
+0006687762 00000 n
+0006687815 00000 n
+0006692920 00000 n
+0006692973 00000 n
+0006697766 00000 n
+0006697819 00000 n
+0006702992 00000 n
+0006703045 00000 n
+0006707468 00000 n
+0006707521 00000 n
+0006712694 00000 n
+0006712747 00000 n
+0006717540 00000 n
+0006717593 00000 n
+0006722262 00000 n
+0006722315 00000 n
+0006726738 00000 n
+0006726791 00000 n
+0006731028 00000 n
+0006731081 00000 n
+0006735318 00000 n
+0006735371 00000 n
+0006739794 00000 n
+0006739847 00000 n
+0006745084 00000 n
+0006745137 00000 n
+0006750242 00000 n
+0006750295 00000 n
+0006754676 00000 n
+0006754729 00000 n
+0006759902 00000 n
+0006759955 00000 n
+0006764624 00000 n
+0006764677 00000 n
+0006769130 00000 n
+0006769183 00000 n
+0006773636 00000 n
+0006773689 00000 n
+0006778926 00000 n
+0006778979 00000 n
+0006790841 00000 n
+0006790895 00000 n
+0006797660 00000 n
+0006797713 00000 n
+0006805298 00000 n
+0006805351 00000 n
+0006812362 00000 n
+0006812415 00000 n
+0006817520 00000 n
+0006817573 00000 n
+0006822026 00000 n
+0006822079 00000 n
+0006827316 00000 n
+0006827369 00000 n
+0006831792 00000 n
+0006831845 00000 n
+0006836638 00000 n
+0006836691 00000 n
+0006841072 00000 n
+0006841125 00000 n
+0006846298 00000 n
+0006846351 00000 n
+0006851524 00000 n
+0006851577 00000 n
+0006856370 00000 n
+0006856423 00000 n
+0006861660 00000 n
+0006861713 00000 n
+0006866886 00000 n
+0006866939 00000 n
+0006871732 00000 n
+0006871785 00000 n
+0006876578 00000 n
+0006876631 00000 n
+0006880868 00000 n
+0006880921 00000 n
+0006885374 00000 n
+0006885427 00000 n
+0006890600 00000 n
+0006890653 00000 n
+0006895446 00000 n
+0006895499 00000 n
+0006900672 00000 n
+0006900725 00000 n
+0006905888 00000 n
+0006905941 00000 n
+0006911114 00000 n
+0006911167 00000 n
+0006915960 00000 n
+0006916013 00000 n
+0006921186 00000 n
+0006921239 00000 n
+0006926344 00000 n
+0006926397 00000 n
+0006931190 00000 n
+0006931243 00000 n
+0006936036 00000 n
+0006936089 00000 n
+0006940882 00000 n
+0006940935 00000 n
+0006946108 00000 n
+0006946161 00000 n
+0006951118 00000 n
+0006951171 00000 n
+0006955964 00000 n
+0006956017 00000 n
+0006960810 00000 n
+0006960863 00000 n
+0006965656 00000 n
+0006965709 00000 n
+0006970814 00000 n
+0006970867 00000 n
+0006975660 00000 n
+0006975713 00000 n
+0006980506 00000 n
+0006980559 00000 n
+0006985732 00000 n
+0006985785 00000 n
+0006991022 00000 n
+0006991075 00000 n
+0006995868 00000 n
+0006995921 00000 n
+0007000374 00000 n
+0007000427 00000 n
+0007005600 00000 n
+0007005653 00000 n
+0007010446 00000 n
+0007010499 00000 n
+0007015604 00000 n
+0007015657 00000 n
+0007020038 00000 n
+0007020091 00000 n
+0007024884 00000 n
+0007024937 00000 n
+0007029606 00000 n
+0007029659 00000 n
+0007034764 00000 n
+0007034817 00000 n
+0007039486 00000 n
+0007039539 00000 n
+0007046728 00000 n
+0007046781 00000 n
+0007051574 00000 n
+0007051627 00000 n
+0007056080 00000 n
+0007056133 00000 n
+0007060556 00000 n
+0007060609 00000 n
+0007065846 00000 n
+0007065899 00000 n
+0007071004 00000 n
+0007071057 00000 n
+0007075510 00000 n
+0007075563 00000 n
+0007079986 00000 n
+0007080039 00000 n
+0007084332 00000 n
+0007084385 00000 n
+0007088622 00000 n
+0007088675 00000 n
+0007093098 00000 n
+0007093151 00000 n
+0007097574 00000 n
+0007097627 00000 n
+0007102800 00000 n
+0007102853 00000 n
+0007107646 00000 n
+0007107699 00000 n
+0007112122 00000 n
+0007112175 00000 n
+0007116968 00000 n
+0007117021 00000 n
+0007121814 00000 n
+0007121867 00000 n
+0007126972 00000 n
+0007127025 00000 n
+0007131694 00000 n
+0007131747 00000 n
+0007136128 00000 n
+0007136181 00000 n
+0007148043 00000 n
+0007148097 00000 n
+0007155682 00000 n
+0007155735 00000 n
+0007162500 00000 n
+0007162553 00000 n
+0007169934 00000 n
+0007169987 00000 n
+0007177572 00000 n
+0007177625 00000 n
+0007184390 00000 n
+0007184443 00000 n
+0007191080 00000 n
+0007191133 00000 n
+0007198718 00000 n
+0007198771 00000 n
+0007205536 00000 n
+0007205589 00000 n
+0007216496 00000 n
+0007216550 00000 n
+0007224135 00000 n
+0007224188 00000 n
+0007230953 00000 n
+0007231006 00000 n
+0007240586 00000 n
+0007240639 00000 n
+0007245432 00000 n
+0007245485 00000 n
+0007249908 00000 n
+0007249961 00000 n
+0007254342 00000 n
+0007254395 00000 n
+0007258688 00000 n
+0007258741 00000 n
+0007263164 00000 n
+0007263217 00000 n
+0007268390 00000 n
+0007268443 00000 n
+0007273112 00000 n
+0007273165 00000 n
+0007285891 00000 n
+0007285945 00000 n
+0007295525 00000 n
+0007295578 00000 n
+0007303163 00000 n
+0007303216 00000 n
+0007309981 00000 n
+0007310034 00000 n
+0007316671 00000 n
+0007316724 00000 n
+0007323361 00000 n
+0007323414 00000 n
+0007332394 00000 n
+0007332447 00000 n
+0007340032 00000 n
+0007340085 00000 n
+0007351313 00000 n
+0007351367 00000 n
+0007358952 00000 n
+0007359005 00000 n
+0007366016 00000 n
+0007366069 00000 n
+0007372706 00000 n
+0007372759 00000 n
+0007379770 00000 n
+0007379823 00000 n
+0007384204 00000 n
+0007384257 00000 n
+0007389050 00000 n
+0007389103 00000 n
+0007394276 00000 n
+0007394329 00000 n
+0007401518 00000 n
+0007401571 00000 n
+0007406024 00000 n
+0007406077 00000 n
+0007410870 00000 n
+0007410923 00000 n
+0007422579 00000 n
+0007422633 00000 n
+0007430218 00000 n
+0007430271 00000 n
+0007440109 00000 n
+0007440162 00000 n
+0007447173 00000 n
+0007447226 00000 n
+0007453863 00000 n
+0007453916 00000 n
+0007459001 00000 n
+0007459054 00000 n
+0007466639 00000 n
+0007466692 00000 n
+0007473329 00000 n
+0007473382 00000 n
+0007480967 00000 n
+0007481020 00000 n
+0007487785 00000 n
+0007487838 00000 n
+0007496818 00000 n
+0007496871 00000 n
+0007504456 00000 n
+0007504509 00000 n
+0007509594 00000 n
+0007509647 00000 n
+0007520413 00000 n
+0007520467 00000 n
+0007524848 00000 n
+0007524901 00000 n
+0007529134 00000 n
+0007529187 00000 n
+0007534360 00000 n
+0007534413 00000 n
+0007539217 00000 n
+0007539270 00000 n
+0007543767 00000 n
+0007543820 00000 n
+0007548201 00000 n
+0007548254 00000 n
+0007552487 00000 n
+0007552540 00000 n
+0007557333 00000 n
+0007557386 00000 n
+0007562179 00000 n
+0007562232 00000 n
+0007567025 00000 n
+0007567078 00000 n
+0007572251 00000 n
+0007572304 00000 n
+0007577097 00000 n
+0007577150 00000 n
+0007582387 00000 n
+0007582440 00000 n
+0007587613 00000 n
+0007587666 00000 n
+0007592839 00000 n
+0007592892 00000 n
+0007598277 00000 n
+0007598330 00000 n
+0007604375 00000 n
+0007604428 00000 n
+0007609232 00000 n
+0007609285 00000 n
+0007614458 00000 n
+0007614511 00000 n
+0007619315 00000 n
+0007619368 00000 n
+0007623965 00000 n
+0007624018 00000 n
+0007629335 00000 n
+0007629388 00000 n
+0007633621 00000 n
+0007633674 00000 n
+0007637921 00000 n
+0007637974 00000 n
+0007643147 00000 n
+0007643200 00000 n
+0007648004 00000 n
+0007648057 00000 n
+0007652654 00000 n
+0007652707 00000 n
+0007657204 00000 n
+0007657257 00000 n
+0007661504 00000 n
+0007661557 00000 n
+0007665938 00000 n
+0007665991 00000 n
+0007670224 00000 n
+0007670277 00000 n
+0007674510 00000 n
+0007674563 00000 n
+0007678810 00000 n
+0007678863 00000 n
+0007683460 00000 n
+0007683513 00000 n
+0007687760 00000 n
+0007687813 00000 n
+0007692126 00000 n
+0007692179 00000 n
+0007696776 00000 n
+0007696829 00000 n
+0007701076 00000 n
+0007701129 00000 n
+0007705366 00000 n
+0007705419 00000 n
+0007710804 00000 n
+0007710857 00000 n
+0007715094 00000 n
+0007715147 00000 n
+0007720320 00000 n
+0007720373 00000 n
+0007724754 00000 n
+0007724807 00000 n
+0007729611 00000 n
+0007729664 00000 n
+0007735049 00000 n
+0007735102 00000 n
+0007739599 00000 n
+0007739652 00000 n
+0007744249 00000 n
+0007744302 00000 n
+0007754245 00000 n
+0007754298 00000 n
+0007761883 00000 n
+0007761936 00000 n
+0007767021 00000 n
+0007767074 00000 n
+0007774038 00000 n
+0007774091 00000 n
+0007781676 00000 n
+0007781729 00000 n
+0007786814 00000 n
+0007786867 00000 n
+0007797633 00000 n
+0007797687 00000 n
+0007805272 00000 n
+0007805325 00000 n
+0007812090 00000 n
+0007812143 00000 n
+0007819728 00000 n
+0007819781 00000 n
+0007827366 00000 n
+0007827419 00000 n
+0007834430 00000 n
+0007834482 00000 n
+0007839654 00000 n
+0007839706 00000 n
+0007843942 00000 n
+0007843994 00000 n
+0007848416 00000 n
+0007848468 00000 n
+0007852890 00000 n
+0007852942 00000 n
+0007857178 00000 n
+0007857230 00000 n
+0007862334 00000 n
+0007862386 00000 n
+0007866766 00000 n
+0007866818 00000 n
+0007871110 00000 n
+trailer <<
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 4778
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+7871134
+%%EOF
diff --git a/qpdf/qtest/qpdf/issue-101.out b/qpdf/qtest/qpdf/issue-101.out
index f1e4d03a..fdaa4d4d 100644
--- a/qpdf/qtest/qpdf/issue-101.out
+++ b/qpdf/qtest/qpdf/issue-101.out
@@ -122,6 +122,32 @@ WARNING: issue-101.pdf (object 11 0, offset 1357): unknown token while reading o
WARNING: issue-101.pdf (object 11 0, offset 1359): unknown token while reading object; treating as string
WARNING: issue-101.pdf (object 11 0, offset 1368): unexpected )
WARNING: issue-101.pdf (object 11 0, offset 1373): expected endobj
+WARNING: issue-101.pdf (object 2 0, offset 244): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3855): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3863): treating unexpected brace token as null
+WARNING: issue-101.pdf (object 7 0, offset 3864): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3866): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3873): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3879): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3888): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3901): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3905): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3913): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake2
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake3
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake4
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake5
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake6
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake7
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake8
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake9
+WARNING: issue-101.pdf (object 7 0, offset 3847): expected dictionary key but found non-name object; inserting key /QPDFFake10
+WARNING: issue-101.pdf (object 7 0, offset 3844): stream dictionary lacks /Length key
+WARNING: issue-101.pdf (object 7 0, offset 3962): attempting to recover stream length
+WARNING: issue-101.pdf (object 7 0, offset 3962): recovered stream length: 12
WARNING: issue-101.pdf (object 8 0, offset 4067): invalid character ()) in hexstring
WARNING: issue-101.pdf (object 8 0, offset 4069): expected endobj
+WARNING: issue-101.pdf (object 9 0, offset 2832): unknown token while reading object; treating as string
+WARNING: issue-101.pdf (object 9 0, offset 2834): expected endobj
qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/issue-117.out b/qpdf/qtest/qpdf/issue-117.out
index e831f289..18157749 100644
--- a/qpdf/qtest/qpdf/issue-117.out
+++ b/qpdf/qtest/qpdf/issue-117.out
@@ -5,4 +5,12 @@ WARNING: issue-117.pdf (offset 66): loop detected resolving object 2 0
WARNING: issue-117.pdf (object 2 0, offset 22): /Length key in stream dictionary is not an integer
WARNING: issue-117.pdf (object 2 0, offset 67): attempting to recover stream length
WARNING: issue-117.pdf (object 2 0, offset 67): recovered stream length: 91
+WARNING: issue-117.pdf (object 5 0, offset 1559): expected endstream
+WARNING: issue-117.pdf (object 5 0, offset 349): attempting to recover stream length
+WARNING: issue-117.pdf (object 5 0, offset 349): recovered stream length: 762
+WARNING: issue-117.pdf (object 5 0, offset 1121): expected endobj
+WARNING: issue-117.pdf (object 7 0, offset 1791): unknown token while reading object; treating as string
+WARNING: issue-117.pdf (object 7 0, offset 1267): /Length key in stream dictionary is not an integer
+WARNING: issue-117.pdf (object 7 0, offset 1418): attempting to recover stream length
+WARNING: issue-117.pdf (object 7 0, offset 1418): recovered stream length: 347
attempt to make a stream into a direct object
diff --git a/qpdf/qtest/qpdf/issue-118.obfuscated b/qpdf/qtest/qpdf/issue-118.obfuscated
new file mode 100644
index 00000000..54ea8fe5
--- /dev/null
+++ b/qpdf/qtest/qpdf/issue-118.obfuscated
@@ -0,0 +1 @@
+霈Šáýüüüüüüüüüýìü죮¦ÆððÆìì㘵¼©ìãüüüüüüüüüã‚ìüüüüãüüü¿üìüüüüü〩¢«¸¤ìøýôÆòòÆ¿¸¾©­¡Æüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüü¿üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüüüüüüü¿üüüüü¿üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüüüüüüüü©¢¨¿¸¾©­¡Æ©¢¨£®¦ÆÆüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü¿üüüüüüüüüüüüüüôìü죮¦ÆððÆìì㘵¼©ì㔞©ªÆìì㟥¶©ìõÆììã…¢¨©´ì—üìõ‘Æììã›ì—ýìþìý‘Æìì〩¢«¸¤ìÿúÆìì㞣£¸ìþìüìžÆììãüü¿üìüìüìžÆòòÆ¿¸¾©­¡ÆÌüüüÍÌÃÌÎÌÎüÎüüüÎüüüÎüüüÎüüüÍüüüÍüüüÆ©¢¨¿¸¾©­¡Æ©¢¨£®¦ÆÆ¿¸­¾¸´¾©ªÆúýûÆé鉃Š \ No newline at end of file
diff --git a/qpdf/qtest/qpdf/issue-118.pdf b/qpdf/qtest/qpdf/issue-118.pdf
deleted file mode 100644
index 5dc05f6d..00000000
--- a/qpdf/qtest/qpdf/issue-118.pdf
+++ /dev/null
Binary files differ
diff --git a/qpdf/qtest/qpdf/issue-120.out b/qpdf/qtest/qpdf/issue-120.out
index a54bae5b..ec32f9de 100644
--- a/qpdf/qtest/qpdf/issue-120.out
+++ b/qpdf/qtest/qpdf/issue-120.out
@@ -1,3 +1,7 @@
WARNING: issue-120.pdf (offset 85): loop detected resolving object 3 0
WARNING: issue-120.pdf (object 6 0, offset 85): supposed object stream 3 is not a stream
+WARNING: issue-120.pdf: file is damaged
+WARNING: issue-120.pdf (object 8 10, offset 26880): expected n n obj
+WARNING: issue-120.pdf: Attempting to reconstruct cross-reference table
+WARNING: issue-120.pdf: object 8 10 not found in file after regenerating cross reference table
qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/issue-143.out b/qpdf/qtest/qpdf/issue-143.out
index 307a726e..bded2e00 100644
--- a/qpdf/qtest/qpdf/issue-143.out
+++ b/qpdf/qtest/qpdf/issue-143.out
@@ -14,4 +14,7 @@ WARNING: issue-143.pdf (object 1 0, offset 21): stream dictionary lacks /Length
WARNING: issue-143.pdf (object 1 0, offset 84): attempting to recover stream length
WARNING: issue-143.pdf (object 1 0, offset 84): recovered stream length: 606
WARNING: issue-143.pdf object stream 1 (object 2 0, offset 33): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-143.pdf (object 2 0, offset 84): supposed object stream 12336 is not a stream
+WARNING: issue-143.pdf (object 2 0, offset 84): supposed object stream 12336 is not a stream
+WARNING: issue-143.pdf (object 2 0, offset 84): supposed object stream 12336 is not a stream
qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/issue-263.out b/qpdf/qtest/qpdf/issue-263.out
new file mode 100644
index 00000000..97f5d057
--- /dev/null
+++ b/qpdf/qtest/qpdf/issue-263.out
@@ -0,0 +1,38 @@
+WARNING: issue-263.pdf: can't find PDF header
+WARNING: issue-263.pdf: file is damaged
+WARNING: issue-263.pdf: can't find startxref
+WARNING: issue-263.pdf: Attempting to reconstruct cross-reference table
+WARNING: issue-263.pdf (trailer, offset 66): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 75): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 79): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 82): unexpected )
+WARNING: issue-263.pdf (trailer, offset 83): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 87): unexpected >
+WARNING: issue-263.pdf (trailer, offset 89): unexpected dictionary close token
+WARNING: issue-263.pdf (trailer, offset 92): unexpected >
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake2
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake3
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake4
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake5
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake6
+WARNING: issue-263.pdf (trailer, offset 40): expected dictionary key but found non-name object; inserting key /QPDFFake7
+WARNING: issue-263.pdf (trailer, offset 98): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 103): unexpected )
+WARNING: issue-263.pdf (trailer, offset 107): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 119): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-263.pdf (trailer, offset 163): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 173): unknown token while reading object; treating as string
+WARNING: issue-263.pdf (trailer, offset 113): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-263.pdf (trailer, offset 113): expected dictionary key but found non-name object; inserting key /QPDFFake2
+WARNING: issue-263.pdf (trailer, offset 113): dictionary ended prematurely; using null as value for last key
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake1
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake2
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake3
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake4
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake5
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake6
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake7
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake8
+WARNING: issue-263.pdf (trailer, offset 18): expected dictionary key but found non-name object; inserting key /QPDFFake9
+qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/issue-263.pdf b/qpdf/qtest/qpdf/issue-263.pdf
new file mode 100644
index 00000000..d6bf694c
--- /dev/null
+++ b/qpdf/qtest/qpdf/issue-263.pdf
@@ -0,0 +1,5 @@
+%PDFn
+trailer
+<</S10/Prev 5137/Root <<5 0 R/In-2476-247682085 0 R82085 0 Rfo R/I)D[<>>7>>8>]>>
+sbj 5) 0 obj <</Des<</4/Prtor 12>>/Filter/Flatode/ID[<07>]/Inf 0 R/Len50/R R/Size >>-247682085 -247682085 >>-247682085 0 R-247682085 -247682085 0 R26/Type/XRef/W[1 2 9]>>stream
+h \ No newline at end of file
diff --git a/qpdf/qtest/qpdf/issue-51.obfuscated b/qpdf/qtest/qpdf/issue-51.obfuscated
new file mode 100644
index 00000000..0d81d9ed
--- /dev/null
+++ b/qpdf/qtest/qpdf/issue-51.obfuscated
@@ -0,0 +1 @@
+霈Šáýüüüüüüüüüüüüüþìü죮¦Æðð〩¢«¸¤ìþìüìžãüüüüüüãüüüüüüüüüüüòòÆ¿¸¾©­¡Æüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüýìü죮¦Æððãüüüüüüüüüüüüüüüüìüìüìžãüüüüüüüüüìüìüìžãüüüüüüüü—üüüüüüüüüüü‘ãüüüüüððãüãüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüòòãüüüüüüüüìþìüìžòòüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüûìü죮¦ÆððãüüüüãüüüüüüüãüüüüüìüìüìžÆãüüüüüüüüüü—ýìüìžìüüüü좹  ì¢¹  ìü‘ÆãüüüüäüüüüüåÆòòüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü´¾©ªÆüìõÆüüüüüüüüüüìüüüüüìªìÆüüüüüüüþüüìüüüüüì¢ìÆüüüüüüüüüõìüüüüüì¢ìÆüüüüüüüüüüìüüüüüì¢ìÆüüüüüüüüüüìüüüüüì¢ìÆüüüüüüüüüüìüüüüüì¢ìÆüüüüüüüüüüìüüüüüì¢ìÆüüüüüüüøüüìüüüüüì¢ìÆüüüüüüüüüüìüüüüüì¢ìƸ¾­¥ ©¾ðð㟥¶©ìü㞣£¸ìûìüìžòò¿¸­¾¸´¾©ªÆûøüÆé鉃Š \ No newline at end of file
diff --git a/qpdf/qtest/qpdf/issue-51.out b/qpdf/qtest/qpdf/issue-51.out
index 692c0984..7c16e23a 100644
--- a/qpdf/qtest/qpdf/issue-51.out
+++ b/qpdf/qtest/qpdf/issue-51.out
@@ -8,4 +8,8 @@ WARNING: issue-51.pdf (object 2 0, offset 71): attempting to recover stream leng
WARNING: issue-51.pdf (object 2 0, offset 71): unable to recover stream data; treating stream as empty
WARNING: issue-51.pdf (object 2 0, offset 977): expected endobj
WARNING: issue-51.pdf (object 2 0, offset 977): EOF after endobj
-qpdf: operation succeeded with warnings; resulting file may have some problems
+WARNING: issue-51.pdf (object 3 0): object has offset 0
+WARNING: issue-51.pdf (object 4 0): object has offset 0
+WARNING: issue-51.pdf (object 5 0): object has offset 0
+WARNING: issue-51.pdf (object 6 0): object has offset 0
+WARNING: issue-51.pdf (object 8 0): object has offset 0
diff --git a/qpdf/qtest/qpdf/issue-51.pdf b/qpdf/qtest/qpdf/issue-51.pdf
deleted file mode 100644
index 2dafce1a..00000000
--- a/qpdf/qtest/qpdf/issue-51.pdf
+++ /dev/null
@@ -1,22 +0,0 @@
-%PDF-100000000000002 0 obj
-<</Length 2 0 R/000000/00000000000>>
-stream
-000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 0 obj
-<</0000000000000000 0 0 R/000000000 0 0 R/00000000[00000000000]/00000<</0/00000000000000000000000000000000>>/00000000 2 0 R>>000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007 0 obj
-<</0000/0000000/00000 0 0 R
-/0000000000[1 0 R 0000 null null 0]
-/0000(00000)
->>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000xref
-0 9
-0000000000 00000 f
-0000000200 00000 n
-0000000009 00000 n
-0000000000 00000 n
-0000000000 00000 n
-0000000000 00000 n
-0000000000 00000 n
-0000000400 00000 n
-0000000000 00000 n
-trailer<</Size 0/Root 7 0 R>>startxref
-740
-%%EOF \ No newline at end of file
diff --git a/qpdf/qtest/qpdf/json-field-types-acroform.out b/qpdf/qtest/qpdf/json-field-types-acroform.out
new file mode 100644
index 00000000..e91361d1
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-field-types-acroform.out
@@ -0,0 +1,392 @@
+{
+ "acroform": {
+ "fields": [
+ {
+ "alternativename": "text",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "4 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text",
+ "object": "4 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/1",
+ "object": "21 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "21 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "22 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "22 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "23 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "23 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "checkbox1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "6 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox1",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox1",
+ "object": "6 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox1",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "checkbox2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Yes",
+ "object": "7 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Yes",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox2",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox2",
+ "object": "7 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox2",
+ "quadding": 0,
+ "value": "/Yes"
+ },
+ {
+ "alternativename": "checkbox3",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "8 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox3",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox3",
+ "object": "8 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox3",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "37 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "37 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/2",
+ "object": "38 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "38 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "39 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "39 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "text2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "10 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "salad πʬ",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text2",
+ "object": "10 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text2",
+ "quadding": 0,
+ "value": "salad πʬ"
+ },
+ {
+ "alternativename": "combolist1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "13 0 R"
+ },
+ "choices": [
+ "one",
+ "two",
+ "pi",
+ "four"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combolist1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combolist1",
+ "object": "13 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combolist1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "list1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "11 0 R"
+ },
+ "choices": [
+ "five",
+ "six",
+ "seven",
+ "eight"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Ch",
+ "fullname": "list1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "list1",
+ "object": "11 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "list1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "drop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "12 0 R"
+ },
+ "choices": [
+ "nine",
+ "ten",
+ "elephant",
+ "twelve"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 131072,
+ "fieldtype": "/Ch",
+ "fullname": "drop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "drop1",
+ "object": "12 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "drop1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "combodrop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "14 0 R"
+ },
+ "choices": [
+ "alpha",
+ "beta",
+ "gamma",
+ "delta"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combodrop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combodrop1",
+ "object": "14 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combodrop1",
+ "quadding": 0,
+ "value": ""
+ }
+ ],
+ "hasacroform": true,
+ "needappearances": true
+ },
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-field-types.out b/qpdf/qtest/qpdf/json-field-types.out
new file mode 100644
index 00000000..54f91f56
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-field-types.out
@@ -0,0 +1,2694 @@
+{
+ "acroform": {
+ "fields": [
+ {
+ "alternativename": "text",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "4 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text",
+ "object": "4 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/1",
+ "object": "21 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "21 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "22 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "22 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "23 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "23 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/1"
+ },
+ {
+ "alternativename": "checkbox1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "6 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox1",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox1",
+ "object": "6 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox1",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "checkbox2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Yes",
+ "object": "7 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Yes",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox2",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox2",
+ "object": "7 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox2",
+ "quadding": 0,
+ "value": "/Yes"
+ },
+ {
+ "alternativename": "checkbox3",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "8 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox3",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox3",
+ "object": "8 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox3",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "37 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "37 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/2",
+ "object": "38 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "38 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "39 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "39 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "text2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "10 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "salad πʬ",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text2",
+ "object": "10 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text2",
+ "quadding": 0,
+ "value": "salad πʬ"
+ },
+ {
+ "alternativename": "combolist1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "13 0 R"
+ },
+ "choices": [
+ "one",
+ "two",
+ "pi",
+ "four"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combolist1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combolist1",
+ "object": "13 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combolist1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "list1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "11 0 R"
+ },
+ "choices": [
+ "five",
+ "six",
+ "seven",
+ "eight"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Ch",
+ "fullname": "list1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "list1",
+ "object": "11 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "list1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "drop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "12 0 R"
+ },
+ "choices": [
+ "nine",
+ "ten",
+ "elephant",
+ "twelve"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 131072,
+ "fieldtype": "/Ch",
+ "fullname": "drop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "drop1",
+ "object": "12 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "drop1",
+ "quadding": 0,
+ "value": ""
+ },
+ {
+ "alternativename": "combodrop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "14 0 R"
+ },
+ "choices": [
+ "alpha",
+ "beta",
+ "gamma",
+ "delta"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combodrop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combodrop1",
+ "object": "14 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combodrop1",
+ "quadding": 0,
+ "value": ""
+ }
+ ],
+ "hasacroform": true,
+ "needappearances": true
+ },
+ "objects": {
+ "1 0 R": {
+ "/AcroForm": {
+ "/DR": "3 0 R",
+ "/Fields": [
+ "4 0 R",
+ "5 0 R",
+ "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"
+ ],
+ "/NeedAppearances": true
+ },
+ "/Lang": "en-US",
+ "/MarkInfo": {
+ "/Marked": true
+ },
+ "/OpenAction": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ 0
+ ],
+ "/Pages": "16 0 R",
+ "/StructTreeRoot": "17 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/AP": {
+ "/N": "40 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "salad πʬ",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 113.649,
+ 260.151,
+ 351.101,
+ 278.099
+ ],
+ "/Subtype": "/Widget",
+ "/T": "text2",
+ "/Type": "/Annot",
+ "/V": "salad πʬ"
+ },
+ "100 0 R": {
+ "/A": "167 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "101 0 R": {
+ "/A": "168 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "102 0 R": {
+ "/A": "169 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "103 0 R": {
+ "/A": "170 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "104 0 R": {
+ "/A": "171 0 R",
+ "/K": [
+ 4
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "105 0 R": {
+ "/A": "172 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "106 0 R": {
+ "/A": "173 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "107 0 R": {
+ "/A": "174 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "108 0 R": {
+ "/A": "175 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "109 0 R": {
+ "/A": "176 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "11 0 R": {
+ "/AP": {
+ "/N": "42 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Opt": [
+ "five",
+ "six",
+ "seven",
+ "eight"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 158.449,
+ 156.651,
+ 221.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "list1",
+ "/Type": "/Annot",
+ "/V": ""
+ },
+ "110 0 R": {
+ "/A": "177 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "111 0 R": {
+ "/A": "178 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "112 0 R": {
+ "/A": "179 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "113 0 R": {
+ "/A": "180 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "114 0 R": {
+ "/A": "181 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "115 0 R": {
+ "/A": "182 0 R",
+ "/K": [
+ 5
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "116 0 R": {
+ "/A": "183 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "117 0 R": {
+ "/A": "184 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "118 0 R": {
+ "/A": "185 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "119 0 R": {
+ "/A": "186 0 R",
+ "/K": [
+ 6,
+ 7
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "12 0 R": {
+ "/AP": {
+ "/N": "44 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 131072,
+ "/Opt": [
+ "nine",
+ "ten",
+ "elephant",
+ "twelve"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 159.149,
+ 107.251,
+ 244.201,
+ 130.949
+ ],
+ "/Subtype": "/Widget",
+ "/T": "drop1",
+ "/Type": "/Annot",
+ "/V": ""
+ },
+ "120 0 R": {
+ "/A": "187 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "121 0 R": {
+ "/A": "188 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "122 0 R": {
+ "/A": "189 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "123 0 R": {
+ "/A": "190 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "124 0 R": {
+ "/A": "191 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "125 0 R": {
+ "/A": "192 0 R",
+ "/K": [
+ 8,
+ 9
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "126 0 R": {
+ "/K": [
+ 10
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "127 0 R": {
+ "/K": [
+ 11
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "128 0 R": {
+ "/K": [
+ 12
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "129 0 R": {
+ "/K": [
+ 13
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "13 0 R": {
+ "/AP": {
+ "/N": "46 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "one",
+ "two",
+ "pi",
+ "four"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 403.949,
+ 159.401,
+ 459.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "combolist1",
+ "/Type": "/Annot",
+ "/V": ""
+ },
+ "130 0 R": {
+ "/K": [
+ 14
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "131 0 R": {
+ "/K": [
+ 15
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "132 0 R": {
+ "/K": [
+ 16
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "133 0 R": {
+ "/K": [
+ 17
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "134 0 R": {
+ "/K": [
+ 18
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "135 0 R": {
+ "/K": [
+ 19
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "136 0 R": {
+ "/K": [
+ 20
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "137 0 R": {
+ "/K": [
+ 21
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "138 0 R": {
+ "/K": [
+ 22
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "139 0 R": {
+ "/K": [
+ 23
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "14 0 R": {
+ "/AP": {
+ "/N": "48 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "alpha",
+ "beta",
+ "gamma",
+ "delta"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 404.599,
+ 101.451,
+ 476.701,
+ 135.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "combodrop1",
+ "/Type": "/Annot",
+ "/V": ""
+ },
+ "140 0 R": {
+ "/K": [
+ 24
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ },
+ "141 0 R": {
+ "/Ascent": 891,
+ "/CapHeight": 981,
+ "/Descent": -216,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1277,
+ 981
+ ],
+ "/FontFile2": "193 0 R",
+ "/FontName": "/BAAAAA+LiberationSerif",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ },
+ "142 0 R": {
+ "/Length": "143 0 R"
+ },
+ "143 0 R": 702,
+ "144 0 R": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontName": "/LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ },
+ "145 0 R": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontFile2": "195 0 R",
+ "/FontName": "/DAAAAA+LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ },
+ "146 0 R": {
+ "/Length": "147 0 R"
+ },
+ "147 0 R": 582,
+ "148 0 R": {
+ "/Ascent": 928,
+ "/CapHeight": 1232,
+ "/Descent": -235,
+ "/Flags": 4,
+ "/FontBBox": [
+ -1020,
+ -462,
+ 1792,
+ 1232
+ ],
+ "/FontName": "/DejaVuSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ },
+ "149 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "15 0 R": {
+ "/Annots": [
+ "4 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "37 0 R",
+ "38 0 R",
+ "39 0 R",
+ "10 0 R",
+ "13 0 R",
+ "11 0 R",
+ "12 0 R",
+ "14 0 R"
+ ],
+ "/Contents": "50 0 R",
+ "/Group": {
+ "/CS": "/DeviceRGB",
+ "/I": true,
+ "/S": "/Transparency"
+ },
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "16 0 R",
+ "/Resources": "3 0 R",
+ "/StructParents": 0,
+ "/Type": "/Page"
+ },
+ "150 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "151 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "152 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "153 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "154 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "155 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "156 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "157 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "158 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "159 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "16 0 R": {
+ "/Count": 1,
+ "/Kids": [
+ "15 0 R"
+ ],
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Resources": "3 0 R",
+ "/Type": "/Pages"
+ },
+ "160 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "161 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "162 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "163 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "164 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "165 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "166 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "167 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "168 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "169 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "17 0 R": {
+ "/K": [
+ "52 0 R"
+ ],
+ "/ParentTree": "53 0 R",
+ "/RoleMap": {
+ "/Document": "/Document",
+ "/Standard": "/P"
+ },
+ "/Type": "/StructTreeRoot"
+ },
+ "170 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "171 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "172 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "173 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "174 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "175 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "176 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "177 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "178 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "179 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "18 0 R": {
+ "/F1": "54 0 R",
+ "/F2": "55 0 R",
+ "/F3": "56 0 R",
+ "/F4": "57 0 R",
+ "/ZaDi": "28 0 R"
+ },
+ "180 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "181 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "182 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "183 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "184 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "185 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "186 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "187 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "188 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "189 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "19 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 137.3,
+ 14.8
+ ],
+ "/Length": "20 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "190 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "191 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "192 0 R": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ },
+ "193 0 R": {
+ "/Length": "194 0 R",
+ "/Length1": 16184
+ },
+ "194 0 R": 16184,
+ "195 0 R": {
+ "/Length": "196 0 R",
+ "/Length1": 11088
+ },
+ "196 0 R": 11088,
+ "2 0 R": {
+ "/CreationDate": "D:20190103125434-05'00'",
+ "/Creator": "Writer",
+ "/Producer": "LibreOffice 6.1"
+ },
+ "20 0 R": 12,
+ "21 0 R": {
+ "/AP": {
+ "/N": {
+ "/1": "58 0 R",
+ "/Off": "60 0 R"
+ }
+ },
+ "/AS": "/1",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 648.501,
+ 164.801,
+ 660.549
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "22 0 R": {
+ "/AP": {
+ "/N": {
+ "/2": "62 0 R",
+ "/Off": "64 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 627.301,
+ 164.801,
+ 639.349
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "23 0 R": {
+ "/AP": {
+ "/N": {
+ "/3": "66 0 R",
+ "/Off": "68 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 151.399,
+ 606.501,
+ 163.451,
+ 618.549
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "24 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "25 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "25 0 R": 12,
+ "26 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "27 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "27 0 R": 82,
+ "28 0 R": {
+ "/BaseFont": "/ZapfDingbats",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "29 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "30 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "3 0 R": {
+ "/Font": "18 0 R",
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "30 0 R": 12,
+ "31 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "32 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "32 0 R": 82,
+ "33 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "34 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "34 0 R": 12,
+ "35 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "36 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "36 0 R": 82,
+ "37 0 R": {
+ "/AP": {
+ "/N": {
+ "/1": "70 0 R",
+ "/Off": "72 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 118.649,
+ 388.101,
+ 130.701,
+ 400.149
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "38 0 R": {
+ "/AP": {
+ "/N": {
+ "/2": "74 0 R",
+ "/Off": "76 0 R"
+ }
+ },
+ "/AS": "/2",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 362.201,
+ 131.401,
+ 374.249
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "39 0 R": {
+ "/AP": {
+ "/N": {
+ "/3": "78 0 R",
+ "/Off": "80 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 333.551,
+ 131.401,
+ 345.599
+ ],
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
+ },
+ "4 0 R": {
+ "/AP": {
+ "/N": "19 0 R"
+ },
+ "/DA": "0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 123.499,
+ 689.901,
+ 260.801,
+ 704.699
+ ],
+ "/Subtype": "/Widget",
+ "/T": "text",
+ "/Type": "/Annot",
+ "/V": ""
+ },
+ "40 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 237.45,
+ 17.95
+ ],
+ "/Length": "41 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "41 0 R": 12,
+ "42 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 62.55,
+ 76.2
+ ],
+ "/Length": "43 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "43 0 R": 46,
+ "44 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 85.05,
+ 23.7
+ ],
+ "/Length": "45 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "45 0 R": 46,
+ "46 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 55.05,
+ 73.45
+ ],
+ "/Length": "47 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "47 0 R": 47,
+ "48 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 72.1,
+ 33.9
+ ],
+ "/Length": "49 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "49 0 R": 45,
+ "5 0 R": {
+ "/DV": "/1",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "21 0 R",
+ "22 0 R",
+ "23 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "r1",
+ "/V": "/1"
+ },
+ "50 0 R": {
+ "/Length": "51 0 R"
+ },
+ "51 0 R": 4747,
+ "52 0 R": {
+ "/K": [
+ "82 0 R",
+ "83 0 R",
+ "84 0 R",
+ "85 0 R",
+ "86 0 R",
+ "87 0 R",
+ "88 0 R",
+ "89 0 R",
+ "90 0 R",
+ "91 0 R",
+ "92 0 R",
+ "93 0 R",
+ "94 0 R",
+ "95 0 R",
+ "96 0 R",
+ "97 0 R",
+ "98 0 R",
+ "99 0 R",
+ "100 0 R",
+ "101 0 R",
+ "102 0 R",
+ "103 0 R",
+ "104 0 R",
+ "105 0 R",
+ "106 0 R",
+ "107 0 R",
+ "108 0 R",
+ "109 0 R",
+ "110 0 R",
+ "111 0 R",
+ "112 0 R",
+ "113 0 R",
+ "114 0 R",
+ "115 0 R",
+ "116 0 R",
+ "117 0 R",
+ "118 0 R",
+ "119 0 R",
+ "120 0 R",
+ "121 0 R",
+ "122 0 R",
+ "123 0 R",
+ "124 0 R",
+ "125 0 R",
+ "126 0 R",
+ "127 0 R",
+ "128 0 R",
+ "129 0 R",
+ "130 0 R",
+ "131 0 R",
+ "132 0 R",
+ "133 0 R",
+ "134 0 R",
+ "135 0 R",
+ "136 0 R",
+ "137 0 R",
+ "138 0 R",
+ "139 0 R",
+ "140 0 R"
+ ],
+ "/P": "17 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Document",
+ "/Type": "/StructElem"
+ },
+ "53 0 R": {
+ "/Nums": [
+ 0,
+ [
+ "82 0 R",
+ "84 0 R",
+ "86 0 R",
+ "93 0 R",
+ "104 0 R",
+ "115 0 R",
+ "119 0 R",
+ "119 0 R",
+ "125 0 R",
+ "125 0 R",
+ "126 0 R",
+ "127 0 R",
+ "128 0 R",
+ "129 0 R",
+ "130 0 R",
+ "131 0 R",
+ "132 0 R",
+ "133 0 R",
+ "134 0 R",
+ "135 0 R",
+ "136 0 R",
+ "137 0 R",
+ "138 0 R",
+ "139 0 R",
+ "140 0 R"
+ ]
+ ]
+ },
+ "54 0 R": {
+ "/BaseFont": "/BAAAAA+LiberationSerif",
+ "/FirstChar": 0,
+ "/FontDescriptor": "141 0 R",
+ "/LastChar": 32,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "142 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 777,
+ 943,
+ 500,
+ 443,
+ 333,
+ 333,
+ 389,
+ 250,
+ 777,
+ 500,
+ 333,
+ 500,
+ 443,
+ 610,
+ 500,
+ 277,
+ 556,
+ 277,
+ 277,
+ 500,
+ 443,
+ 500,
+ 443,
+ 500,
+ 500,
+ 556,
+ 610,
+ 666,
+ 500,
+ 722,
+ 500,
+ 722,
+ 500
+ ]
+ },
+ "55 0 R": {
+ "/BaseFont": "/LiberationSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "144 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 277,
+ 277,
+ 354,
+ 556,
+ 556,
+ 889,
+ 666,
+ 190,
+ 333,
+ 333,
+ 389,
+ 583,
+ 277,
+ 333,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 583,
+ 583,
+ 583,
+ 556,
+ 1015,
+ 666,
+ 666,
+ 722,
+ 722,
+ 666,
+ 610,
+ 777,
+ 722,
+ 277,
+ 500,
+ 666,
+ 556,
+ 833,
+ 722,
+ 777,
+ 666,
+ 777,
+ 722,
+ 666,
+ 610,
+ 722,
+ 666,
+ 943,
+ 666,
+ 666,
+ 610,
+ 277,
+ 277,
+ 277,
+ 469,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 556,
+ 556,
+ 277,
+ 556,
+ 556,
+ 222,
+ 222,
+ 500,
+ 222,
+ 833,
+ 556,
+ 556,
+ 556,
+ 556,
+ 333,
+ 500,
+ 277,
+ 556,
+ 500,
+ 722,
+ 500,
+ 500,
+ 500,
+ 333,
+ 259,
+ 333,
+ 583,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 277,
+ 333,
+ 556,
+ 556,
+ 556,
+ 556,
+ 259,
+ 556,
+ 333,
+ 736,
+ 370,
+ 556,
+ 583,
+ 333,
+ 736,
+ 552,
+ 399,
+ 548,
+ 333,
+ 333,
+ 333,
+ 576,
+ 537,
+ 333,
+ 333,
+ 333,
+ 365,
+ 556,
+ 833,
+ 833,
+ 833,
+ 610,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 1000,
+ 722,
+ 666,
+ 666,
+ 666,
+ 666,
+ 277,
+ 277,
+ 277,
+ 277,
+ 722,
+ 722,
+ 777,
+ 777,
+ 777,
+ 777,
+ 777,
+ 583,
+ 777,
+ 722,
+ 722,
+ 722,
+ 722,
+ 666,
+ 666,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 889,
+ 500,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 548,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 500,
+ 556,
+ 500
+ ]
+ },
+ "56 0 R": {
+ "/BaseFont": "/DAAAAA+LiberationSans",
+ "/FirstChar": 0,
+ "/FontDescriptor": "145 0 R",
+ "/LastChar": 22,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "146 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 750,
+ 333,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 722,
+ 556,
+ 556,
+ 500,
+ 277,
+ 666,
+ 556,
+ 500,
+ 556,
+ 556,
+ 777,
+ 556,
+ 277,
+ 222,
+ 556,
+ 556
+ ]
+ },
+ "57 0 R": {
+ "/BaseFont": "/DejaVuSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "148 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 317,
+ 400,
+ 459,
+ 837,
+ 636,
+ 950,
+ 779,
+ 274,
+ 390,
+ 390,
+ 500,
+ 837,
+ 317,
+ 360,
+ 317,
+ 336,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 336,
+ 837,
+ 837,
+ 837,
+ 530,
+ 1000,
+ 684,
+ 686,
+ 698,
+ 770,
+ 631,
+ 575,
+ 774,
+ 751,
+ 294,
+ 294,
+ 655,
+ 557,
+ 862,
+ 748,
+ 787,
+ 603,
+ 787,
+ 694,
+ 634,
+ 610,
+ 731,
+ 684,
+ 988,
+ 685,
+ 610,
+ 685,
+ 390,
+ 336,
+ 390,
+ 837,
+ 500,
+ 500,
+ 612,
+ 634,
+ 549,
+ 634,
+ 615,
+ 352,
+ 634,
+ 633,
+ 277,
+ 277,
+ 579,
+ 277,
+ 974,
+ 633,
+ 611,
+ 634,
+ 634,
+ 411,
+ 520,
+ 392,
+ 633,
+ 591,
+ 817,
+ 591,
+ 591,
+ 524,
+ 636,
+ 336,
+ 636,
+ 837,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 317,
+ 400,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 500,
+ 500,
+ 1000,
+ 471,
+ 611,
+ 837,
+ 360,
+ 1000,
+ 500,
+ 500,
+ 837,
+ 400,
+ 400,
+ 500,
+ 636,
+ 636,
+ 317,
+ 500,
+ 400,
+ 471,
+ 611,
+ 969,
+ 969,
+ 969,
+ 530,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 974,
+ 698,
+ 631,
+ 631,
+ 631,
+ 631,
+ 294,
+ 294,
+ 294,
+ 294,
+ 774,
+ 748,
+ 787,
+ 787,
+ 787,
+ 787,
+ 787,
+ 837,
+ 787,
+ 731,
+ 731,
+ 731,
+ 731,
+ 610,
+ 604,
+ 629,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 981,
+ 549,
+ 615,
+ 615,
+ 615,
+ 615,
+ 277,
+ 277,
+ 277,
+ 277,
+ 611,
+ 633,
+ 611,
+ 611,
+ 611,
+ 611,
+ 611,
+ 837,
+ 611,
+ 633,
+ 633,
+ 633,
+ 633,
+ 591,
+ 634,
+ 591
+ ]
+ },
+ "58 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "59 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "59 0 R": 220,
+ "6 0 R": {
+ "/AP": {
+ "/N": {
+ "/Off": "24 0 R",
+ "/Yes": "26 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 554.301,
+ 130.701,
+ 566.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "checkbox1",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ },
+ "60 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "61 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "61 0 R": 12,
+ "62 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "63 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "63 0 R": 220,
+ "64 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "65 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "65 0 R": 12,
+ "66 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "67 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "67 0 R": 220,
+ "68 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "69 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "69 0 R": 12,
+ "7 0 R": {
+ "/AP": {
+ "/N": {
+ "/Off": "29 0 R",
+ "/Yes": "31 0 R"
+ }
+ },
+ "/AS": "/Yes",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Yes",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 527.751,
+ 130.701,
+ 539.799
+ ],
+ "/Subtype": "/Widget",
+ "/T": "checkbox2",
+ "/Type": "/Annot",
+ "/V": "/Yes"
+ },
+ "70 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "71 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "71 0 R": 220,
+ "72 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "73 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "73 0 R": 12,
+ "74 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "75 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "75 0 R": 220,
+ "76 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "77 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "77 0 R": 12,
+ "78 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "79 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "79 0 R": 220,
+ "8 0 R": {
+ "/AP": {
+ "/N": {
+ "/Off": "33 0 R",
+ "/Yes": "35 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 500.501,
+ 130.701,
+ 512.549
+ ],
+ "/Subtype": "/Widget",
+ "/T": "checkbox3",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ },
+ "80 0 R": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "81 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ },
+ "81 0 R": 12,
+ "82 0 R": {
+ "/A": "149 0 R",
+ "/K": [
+ 0
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "83 0 R": {
+ "/A": "150 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "84 0 R": {
+ "/A": "151 0 R",
+ "/K": [
+ 1
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "85 0 R": {
+ "/A": "152 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "86 0 R": {
+ "/A": "153 0 R",
+ "/K": [
+ 2
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "87 0 R": {
+ "/A": "154 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "88 0 R": {
+ "/A": "155 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "89 0 R": {
+ "/A": "156 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "9 0 R": {
+ "/DV": "/2",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "37 0 R",
+ "38 0 R",
+ "39 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "r2",
+ "/V": "/2"
+ },
+ "90 0 R": {
+ "/A": "157 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "91 0 R": {
+ "/A": "158 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "92 0 R": {
+ "/A": "159 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "93 0 R": {
+ "/A": "160 0 R",
+ "/K": [
+ 3
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "94 0 R": {
+ "/A": "161 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "95 0 R": {
+ "/A": "162 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "96 0 R": {
+ "/A": "163 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "97 0 R": {
+ "/A": "164 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "98 0 R": {
+ "/A": "165 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "99 0 R": {
+ "/A": "166 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ },
+ "trailer": {
+ "/DocChecksum": "/CC322E136FE95DECF8BC297B1A9B2C2E",
+ "/ID": [
+ "ø«Ä{±ßTJ\rùÃZuï\u0000F",
+ "ì®zg+Ìó4…[Tƒ{ —8"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 197
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "50 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "15 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-image-streams-all.out b/qpdf/qtest/qpdf/json-image-streams-all.out
new file mode 100644
index 00000000..40be701d
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-image-streams-all.out
@@ -0,0 +1,615 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "11 0 R": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Length": 95
+ },
+ "13 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "14 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "15 0 R": {
+ "/Length": 101
+ },
+ "16 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "17 0 R": {
+ "/Length": 107
+ },
+ "18 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "19 0 R": {
+ "/Length": 94
+ },
+ "2 0 R": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "20 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "21 0 R": {
+ "/Length": 100
+ },
+ "22 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "23 0 R": {
+ "/Length": 106
+ },
+ "24 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "25 0 R": {
+ "/Length": 95
+ },
+ "26 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "27 0 R": {
+ "/Length": 101
+ },
+ "28 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "29 0 R": {
+ "/Length": 107
+ },
+ "3 0 R": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "30 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "4 0 R": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "5 0 R": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "6 0 R": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "7 0 R": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "8 0 R": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "9 0 R": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "trailer": {
+ "/ID": [
+ "S¶Åâ€Å‚îð\u000e¢¬\u0007}_)\u0012¶",
+ "'+“‰¤V2«PP ç`m\"\u001d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "12 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "14 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "15 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "16 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "17 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "18 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "19 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "20 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "21 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "22 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "23 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "24 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "25 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "26 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "27 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "28 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "29 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "30 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ }
+ ],
+ "parameters": {
+ "decodelevel": "all"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-image-streams-specialized.out b/qpdf/qtest/qpdf/json-image-streams-specialized.out
new file mode 100644
index 00000000..2b1dc4dd
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-image-streams-specialized.out
@@ -0,0 +1,615 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "11 0 R": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Length": 95
+ },
+ "13 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "14 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "15 0 R": {
+ "/Length": 101
+ },
+ "16 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "17 0 R": {
+ "/Length": 107
+ },
+ "18 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "19 0 R": {
+ "/Length": 94
+ },
+ "2 0 R": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "20 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "21 0 R": {
+ "/Length": 100
+ },
+ "22 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "23 0 R": {
+ "/Length": 106
+ },
+ "24 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "25 0 R": {
+ "/Length": 95
+ },
+ "26 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "27 0 R": {
+ "/Length": 101
+ },
+ "28 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "29 0 R": {
+ "/Length": 107
+ },
+ "3 0 R": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "30 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "4 0 R": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "5 0 R": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "6 0 R": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "7 0 R": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "8 0 R": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "9 0 R": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "trailer": {
+ "/ID": [
+ "S¶Åâ€Å‚îð\u000e¢¬\u0007}_)\u0012¶",
+ "'+“‰¤V2«PP ç`m\"\u001d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "12 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "14 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "15 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "16 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "17 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "18 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "19 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "20 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "21 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "22 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "23 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "24 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "25 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "26 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "27 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "28 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "29 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "30 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ }
+ ],
+ "parameters": {
+ "decodelevel": "specialized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-image-streams.out b/qpdf/qtest/qpdf/json-image-streams.out
new file mode 100644
index 00000000..e7bec295
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-image-streams.out
@@ -0,0 +1,615 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "11 0 R": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Length": 95
+ },
+ "13 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "14 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "15 0 R": {
+ "/Length": 101
+ },
+ "16 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "17 0 R": {
+ "/Length": 107
+ },
+ "18 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "19 0 R": {
+ "/Length": 94
+ },
+ "2 0 R": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "20 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "21 0 R": {
+ "/Length": 100
+ },
+ "22 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "23 0 R": {
+ "/Length": 106
+ },
+ "24 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "25 0 R": {
+ "/Length": 95
+ },
+ "26 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "27 0 R": {
+ "/Length": 101
+ },
+ "28 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "29 0 R": {
+ "/Length": 107
+ },
+ "3 0 R": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "30 0 R": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ },
+ "4 0 R": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "5 0 R": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "6 0 R": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "7 0 R": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "8 0 R": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "9 0 R": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
+ },
+ "/Type": "/Page"
+ },
+ "trailer": {
+ "/ID": [
+ "S¶Åâ€Å‚îð\u000e¢¬\u0007}_)\u0012¶",
+ "'+“‰¤V2«PP ç`m\"\u001d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "12 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "14 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "15 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "16 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "17 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "18 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "19 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "20 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "21 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "22 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "23 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "24 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "25 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ null
+ ],
+ "filterable": true,
+ "height": 480,
+ "name": "/Im1",
+ "object": "26 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "27 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "28 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "29 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/RunLengthDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "30 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-need-appearances-acroform.out b/qpdf/qtest/qpdf/json-need-appearances-acroform.out
new file mode 100644
index 00000000..0b817dd0
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-need-appearances-acroform.out
@@ -0,0 +1,392 @@
+{
+ "acroform": {
+ "fields": [
+ {
+ "alternativename": "text",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "4 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text",
+ "object": "4 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text",
+ "quadding": 0,
+ "value": "abc"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/1",
+ "object": "21 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "21 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "22 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "22 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "23 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/1",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r1",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r1",
+ "object": "23 0 R",
+ "pageposfrom1": 1,
+ "parent": "5 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "checkbox1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "6 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox1",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox1",
+ "object": "6 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox1",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "checkbox2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Yes",
+ "object": "7 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Yes",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox2",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox2",
+ "object": "7 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox2",
+ "quadding": 0,
+ "value": "/Yes"
+ },
+ {
+ "alternativename": "checkbox3",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "8 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/Off",
+ "fieldflags": 0,
+ "fieldtype": "/Btn",
+ "fullname": "checkbox3",
+ "ischeckbox": true,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "checkbox3",
+ "object": "8 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "checkbox3",
+ "quadding": 0,
+ "value": "/Off"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "37 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "37 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/2",
+ "object": "38 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "38 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "r2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "/Off",
+ "object": "39 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "/2",
+ "fieldflags": 49152,
+ "fieldtype": "/Btn",
+ "fullname": "r2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": true,
+ "istext": false,
+ "mappingname": "r2",
+ "object": "39 0 R",
+ "pageposfrom1": 1,
+ "parent": "9 0 R",
+ "partialname": "",
+ "quadding": 0,
+ "value": "/2"
+ },
+ {
+ "alternativename": "text2",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "10 0 R"
+ },
+ "choices": [],
+ "defaultvalue": "salad πʬ",
+ "fieldflags": 0,
+ "fieldtype": "/Tx",
+ "fullname": "text2",
+ "ischeckbox": false,
+ "ischoice": false,
+ "isradiobutton": false,
+ "istext": true,
+ "mappingname": "text2",
+ "object": "10 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "text2",
+ "quadding": 0,
+ "value": "salad ÷πʬ"
+ },
+ {
+ "alternativename": "combolist1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "13 0 R"
+ },
+ "choices": [
+ "one",
+ "two",
+ "pi",
+ "four"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combolist1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combolist1",
+ "object": "13 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combolist1",
+ "quadding": 0,
+ "value": "pi"
+ },
+ {
+ "alternativename": "list1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "11 0 R"
+ },
+ "choices": [
+ "five",
+ "six",
+ "seven",
+ "eight"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 0,
+ "fieldtype": "/Ch",
+ "fullname": "list1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "list1",
+ "object": "11 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "list1",
+ "quadding": 0,
+ "value": "six"
+ },
+ {
+ "alternativename": "drop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "12 0 R"
+ },
+ "choices": [
+ "nine",
+ "ten",
+ "elephant",
+ "twelve"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 131072,
+ "fieldtype": "/Ch",
+ "fullname": "drop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "drop1",
+ "object": "12 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "drop1",
+ "quadding": 0,
+ "value": "elephant"
+ },
+ {
+ "alternativename": "combodrop1",
+ "annotation": {
+ "annotationflags": 4,
+ "appearancestate": "",
+ "object": "14 0 R"
+ },
+ "choices": [
+ "alpha",
+ "beta",
+ "gamma",
+ "delta"
+ ],
+ "defaultvalue": "",
+ "fieldflags": 393216,
+ "fieldtype": "/Ch",
+ "fullname": "combodrop1",
+ "ischeckbox": false,
+ "ischoice": true,
+ "isradiobutton": false,
+ "istext": false,
+ "mappingname": "combodrop1",
+ "object": "14 0 R",
+ "pageposfrom1": 1,
+ "parent": null,
+ "partialname": "combodrop1",
+ "quadding": 0,
+ "value": "delta"
+ }
+ ],
+ "hasacroform": true,
+ "needappearances": true
+ },
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-outlines-with-actions.out b/qpdf/qtest/qpdf/json-outlines-with-actions.out
new file mode 100644
index 00000000..d882fe4e
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-outlines-with-actions.out
@@ -0,0 +1,1464 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Names": {
+ "/Dests": "107 0 R"
+ },
+ "/Outlines": "2 0 R",
+ "/PageMode": "/UseOutlines",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "100 0 R": {
+ "/Count": -2,
+ "/Dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "104 0 R",
+ "/Last": "105 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "36 0 R",
+ "/Title": "Biherbadem 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ },
+ "101 0 R": {
+ "/Count": 1,
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "106 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "36 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "102 0 R": {
+ "/Dest": "gabeebee",
+ "/Next": "103 0 R",
+ "/Parent": "37 0 R",
+ "/Title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ },
+ "103 0 R": {
+ "/A": {
+ "/D": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Parent": "37 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "104 0 R": {
+ "/A": {
+ "/D": "glarp",
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Next": "105 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "105 0 R": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "104 0 R",
+ "/Title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "106 0 R": {
+ "/Dest": "108 0 R",
+ "/Parent": "101 0 R",
+ "/Title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "107 0 R": {
+ "/Names": [
+ "gabeebee",
+ [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "glarp",
+ [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ]
+ ]
+ },
+ "108 0 R": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "11 0 R": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "13 0 R": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "14 0 R": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "15 0 R": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "16 0 R": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "17 0 R": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "18 0 R": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "19 0 R": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "2 0 R": {
+ "/Count": 6,
+ "/First": "4 0 R",
+ "/Last": "5 0 R",
+ "/Type": "/Outlines"
+ },
+ "20 0 R": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "21 0 R": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "22 0 R": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "23 0 R": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "24 0 R": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "25 0 R": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "26 0 R": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "27 0 R": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "28 0 R": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "29 0 R": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "3 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "30 0 R": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "31 0 R": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "32 0 R": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "33 0 R": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "34 0 R": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "35 0 R": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "36 0 R": {
+ "/Count": -3,
+ "/Dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "37 0 R",
+ "/Parent": "4 0 R",
+ "/Title": "Mern 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ },
+ "37 0 R": {
+ "/Count": 2,
+ "/Dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Parent": "4 0 R",
+ "/Prev": "36 0 R",
+ "/Title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ },
+ "38 0 R": {
+ "/Length": "39 0 R"
+ },
+ "39 0 R": 45,
+ "4 0 R": {
+ "/Count": 4,
+ "/Dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "36 0 R",
+ "/Last": "37 0 R",
+ "/Next": "5 0 R",
+ "/Parent": "2 0 R",
+ "/Title": "Potato 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "40 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "41 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "42 0 R": {
+ "/Length": "43 0 R"
+ },
+ "43 0 R": 45,
+ "44 0 R": {
+ "/Length": "45 0 R"
+ },
+ "45 0 R": 45,
+ "46 0 R": {
+ "/Length": "47 0 R"
+ },
+ "47 0 R": 45,
+ "48 0 R": {
+ "/Length": "49 0 R"
+ },
+ "49 0 R": 45,
+ "5 0 R": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "2 0 R",
+ "/Prev": "4 0 R",
+ "/Title": "Salad 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ },
+ "50 0 R": {
+ "/Length": "51 0 R"
+ },
+ "51 0 R": 45,
+ "52 0 R": {
+ "/Length": "53 0 R"
+ },
+ "53 0 R": 45,
+ "54 0 R": {
+ "/Length": "55 0 R"
+ },
+ "55 0 R": 45,
+ "56 0 R": {
+ "/Length": "57 0 R"
+ },
+ "57 0 R": 45,
+ "58 0 R": {
+ "/Length": "59 0 R"
+ },
+ "59 0 R": 45,
+ "6 0 R": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "60 0 R": {
+ "/Length": "61 0 R"
+ },
+ "61 0 R": 46,
+ "62 0 R": {
+ "/Length": "63 0 R"
+ },
+ "63 0 R": 46,
+ "64 0 R": {
+ "/Length": "65 0 R"
+ },
+ "65 0 R": 46,
+ "66 0 R": {
+ "/Length": "67 0 R"
+ },
+ "67 0 R": 46,
+ "68 0 R": {
+ "/Length": "69 0 R"
+ },
+ "69 0 R": 46,
+ "7 0 R": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "70 0 R": {
+ "/Length": "71 0 R"
+ },
+ "71 0 R": 46,
+ "72 0 R": {
+ "/Length": "73 0 R"
+ },
+ "73 0 R": 46,
+ "74 0 R": {
+ "/Length": "75 0 R"
+ },
+ "75 0 R": 46,
+ "76 0 R": {
+ "/Length": "77 0 R"
+ },
+ "77 0 R": 46,
+ "78 0 R": {
+ "/Length": "79 0 R"
+ },
+ "79 0 R": 46,
+ "8 0 R": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "80 0 R": {
+ "/Length": "81 0 R"
+ },
+ "81 0 R": 46,
+ "82 0 R": {
+ "/Length": "83 0 R"
+ },
+ "83 0 R": 46,
+ "84 0 R": {
+ "/Length": "85 0 R"
+ },
+ "85 0 R": 46,
+ "86 0 R": {
+ "/Length": "87 0 R"
+ },
+ "87 0 R": 46,
+ "88 0 R": {
+ "/Length": "89 0 R"
+ },
+ "89 0 R": 46,
+ "9 0 R": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "90 0 R": {
+ "/Length": "91 0 R"
+ },
+ "91 0 R": 46,
+ "92 0 R": {
+ "/Length": "93 0 R"
+ },
+ "93 0 R": 46,
+ "94 0 R": {
+ "/Length": "95 0 R"
+ },
+ "95 0 R": 46,
+ "96 0 R": {
+ "/Length": "97 0 R"
+ },
+ "97 0 R": 46,
+ "98 0 R": {
+ "/Length": "99 0 R"
+ },
+ "99 0 R": 46,
+ "trailer": {
+ "/ID": [
+ "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f",
+ "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 109
+ }
+ },
+ "outlines": [
+ {
+ "dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 6,
+ "kids": [
+ {
+ "dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "destpageposfrom1": 12,
+ "kids": [
+ {
+ "dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 19,
+ "kids": [],
+ "object": "104 0 R",
+ "open": true,
+ "title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 20,
+ "kids": [],
+ "object": "105 0 R",
+ "open": true,
+ "title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "object": "100 0 R",
+ "open": false,
+ "title": "Biherbadem 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 23,
+ "kids": [],
+ "object": "106 0 R",
+ "open": true,
+ "title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "object": "101 0 R",
+ "open": true,
+ "title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "object": "36 0 R",
+ "open": false,
+ "title": "Mern 1.1 -> 11: /Fit"
+ },
+ {
+ "dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "destpageposfrom1": 14,
+ "kids": [
+ {
+ "dest": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "destpageposfrom1": 2,
+ "kids": [],
+ "object": "102 0 R",
+ "open": true,
+ "title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
+ },
+ {
+ "dest": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 1,
+ "kids": [],
+ "object": "103 0 R",
+ "open": true,
+ "title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "object": "37 0 R",
+ "open": true,
+ "title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "object": "4 0 R",
+ "open": true,
+ "title": "Potato 1 -> 5: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "destpageposfrom1": 16,
+ "kids": [],
+ "object": "5 0 R",
+ "open": true,
+ "title": "Salad 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "38 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "6 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "103 0 R",
+ "title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "42 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "object": "102 0 R",
+ "title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
+ }
+ ],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "44 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "46 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "48 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "50 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "4 0 R",
+ "title": "Potato 1 -> 5: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "52 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "54 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "56 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "14 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "58 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "15 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "60 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "16 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "62 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "17 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "object": "36 0 R",
+ "title": "Mern 1.1 -> 11: /Fit"
+ }
+ ],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "64 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "18 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "object": "100 0 R",
+ "title": "Biherbadem 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "101 0 R",
+ "title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "66 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "19 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "object": "37 0 R",
+ "title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "68 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "70 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "21 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "object": "5 0 R",
+ "title": "Salad 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "72 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "22 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "74 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "76 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "24 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "104 0 R",
+ "title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "78 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "25 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "105 0 R",
+ "title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "80 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "82 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "84 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "28 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "106 0 R",
+ "title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "86 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "88 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "90 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "92 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "94 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "33 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "96 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "34 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "98 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "35 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-outlines-with-old-root-dests.out b/qpdf/qtest/qpdf/json-outlines-with-old-root-dests.out
new file mode 100644
index 00000000..7e67f3c3
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-outlines-with-old-root-dests.out
@@ -0,0 +1,1574 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Dests": "107 0 R",
+ "/Outlines": "2 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": "0"
+ },
+ 1,
+ {
+ "/S": "/R"
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "100 0 R": {
+ "/Count": -2,
+ "/Dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "104 0 R",
+ "/Last": "105 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "36 0 R",
+ "/Title": "•Biherbadem 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ },
+ "101 0 R": {
+ "/Count": 1,
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "106 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "36 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "102 0 R": {
+ "/Dest": "/gabeebee",
+ "/Next": "103 0 R",
+ "/Parent": "37 0 R",
+ "/Title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ },
+ "103 0 R": {
+ "/A": {
+ "/D": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Parent": "37 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "104 0 R": {
+ "/A": {
+ "/D": "/glarp",
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Next": "105 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "105 0 R": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "104 0 R",
+ "/Title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "106 0 R": {
+ "/Dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "107 0 R": {
+ "/gabeebee": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/glarp": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ]
+ },
+ "11 0 R": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "13 0 R": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "14 0 R": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "15 0 R": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "16 0 R": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "17 0 R": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "18 0 R": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "19 0 R": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "2 0 R": {
+ "/Count": 6,
+ "/First": "4 0 R",
+ "/Last": "5 0 R",
+ "/Type": "/Outlines"
+ },
+ "20 0 R": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "21 0 R": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "22 0 R": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "23 0 R": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "24 0 R": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "25 0 R": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "26 0 R": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "27 0 R": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "28 0 R": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "29 0 R": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "3 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "30 0 R": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "31 0 R": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "32 0 R": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "33 0 R": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "34 0 R": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "35 0 R": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "36 0 R": {
+ "/Count": 3,
+ "/Dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "37 0 R",
+ "/Parent": "4 0 R",
+ "/Title": "•Mern 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ },
+ "37 0 R": {
+ "/Count": 2,
+ "/Dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Parent": "4 0 R",
+ "/Prev": "36 0 R",
+ "/Title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ },
+ "38 0 R": {
+ "/Length": "39 0 R"
+ },
+ "39 0 R": 44,
+ "4 0 R": {
+ "/Count": 4,
+ "/Dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "36 0 R",
+ "/Last": "37 0 R",
+ "/Next": "5 0 R",
+ "/Parent": "2 0 R",
+ "/Title": "•Potato 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "40 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "41 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "42 0 R": {
+ "/Length": "43 0 R"
+ },
+ "43 0 R": 44,
+ "44 0 R": {
+ "/Length": "45 0 R"
+ },
+ "45 0 R": 44,
+ "46 0 R": {
+ "/Length": "47 0 R"
+ },
+ "47 0 R": 44,
+ "48 0 R": {
+ "/Length": "49 0 R"
+ },
+ "49 0 R": 44,
+ "5 0 R": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "2 0 R",
+ "/Prev": "4 0 R",
+ "/Title": "•Salad 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ },
+ "50 0 R": {
+ "/Length": "51 0 R"
+ },
+ "51 0 R": 44,
+ "52 0 R": {
+ "/Length": "53 0 R"
+ },
+ "53 0 R": 44,
+ "54 0 R": {
+ "/Length": "55 0 R"
+ },
+ "55 0 R": 44,
+ "56 0 R": {
+ "/Length": "57 0 R"
+ },
+ "57 0 R": 44,
+ "58 0 R": {
+ "/Length": "59 0 R"
+ },
+ "59 0 R": 44,
+ "6 0 R": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "60 0 R": {
+ "/Length": "61 0 R"
+ },
+ "61 0 R": 45,
+ "62 0 R": {
+ "/Length": "63 0 R"
+ },
+ "63 0 R": 45,
+ "64 0 R": {
+ "/Length": "65 0 R"
+ },
+ "65 0 R": 45,
+ "66 0 R": {
+ "/Length": "67 0 R"
+ },
+ "67 0 R": 45,
+ "68 0 R": {
+ "/Length": "69 0 R"
+ },
+ "69 0 R": 45,
+ "7 0 R": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "70 0 R": {
+ "/Length": "71 0 R"
+ },
+ "71 0 R": 45,
+ "72 0 R": {
+ "/Length": "73 0 R"
+ },
+ "73 0 R": 45,
+ "74 0 R": {
+ "/Length": "75 0 R"
+ },
+ "75 0 R": 45,
+ "76 0 R": {
+ "/Length": "77 0 R"
+ },
+ "77 0 R": 45,
+ "78 0 R": {
+ "/Length": "79 0 R"
+ },
+ "79 0 R": 45,
+ "8 0 R": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "80 0 R": {
+ "/Length": "81 0 R"
+ },
+ "81 0 R": 45,
+ "82 0 R": {
+ "/Length": "83 0 R"
+ },
+ "83 0 R": 45,
+ "84 0 R": {
+ "/Length": "85 0 R"
+ },
+ "85 0 R": 45,
+ "86 0 R": {
+ "/Length": "87 0 R"
+ },
+ "87 0 R": 45,
+ "88 0 R": {
+ "/Length": "89 0 R"
+ },
+ "89 0 R": 45,
+ "9 0 R": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "90 0 R": {
+ "/Length": "91 0 R"
+ },
+ "91 0 R": 45,
+ "92 0 R": {
+ "/Length": "93 0 R"
+ },
+ "93 0 R": 45,
+ "94 0 R": {
+ "/Length": "95 0 R"
+ },
+ "95 0 R": 45,
+ "96 0 R": {
+ "/Length": "97 0 R"
+ },
+ "97 0 R": 45,
+ "98 0 R": {
+ "/Length": "99 0 R"
+ },
+ "99 0 R": 45,
+ "trailer": {
+ "/ID": [
+ "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f",
+ "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 108
+ }
+ },
+ "outlines": [
+ {
+ "dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 6,
+ "kids": [
+ {
+ "dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "destpageposfrom1": 12,
+ "kids": [
+ {
+ "dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 19,
+ "kids": [],
+ "object": "104 0 R",
+ "open": true,
+ "title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 20,
+ "kids": [],
+ "object": "105 0 R",
+ "open": true,
+ "title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "object": "100 0 R",
+ "open": false,
+ "title": "•Biherbadem 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 23,
+ "kids": [],
+ "object": "106 0 R",
+ "open": true,
+ "title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "object": "101 0 R",
+ "open": true,
+ "title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "object": "36 0 R",
+ "open": true,
+ "title": "•Mern 1.1 -> 11: /Fit"
+ },
+ {
+ "dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "destpageposfrom1": 14,
+ "kids": [
+ {
+ "dest": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "destpageposfrom1": 2,
+ "kids": [],
+ "object": "102 0 R",
+ "open": true,
+ "title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
+ },
+ {
+ "dest": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 1,
+ "kids": [],
+ "object": "103 0 R",
+ "open": true,
+ "title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "object": "37 0 R",
+ "open": true,
+ "title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "object": "4 0 R",
+ "open": true,
+ "title": "•Potato 1 -> 5: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "destpageposfrom1": 16,
+ "kids": [],
+ "object": "5 0 R",
+ "open": true,
+ "title": "•Salad 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pagelabels": [
+ {
+ "index": 0,
+ "label": {
+ "/P": "0",
+ "/St": 1
+ }
+ },
+ {
+ "index": 1,
+ "label": {
+ "/S": "/R",
+ "/St": 1
+ }
+ }
+ ],
+ "pages": [
+ {
+ "contents": [
+ "38 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "0",
+ "/St": 1
+ },
+ "object": "6 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "103 0 R",
+ "title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "42 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 1
+ },
+ "object": "7 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "object": "102 0 R",
+ "title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
+ }
+ ],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "44 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 2
+ },
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "46 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 3
+ },
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "48 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 4
+ },
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "50 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 5
+ },
+ "object": "11 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "4 0 R",
+ "title": "•Potato 1 -> 5: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "52 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 6
+ },
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "54 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 7
+ },
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "56 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 8
+ },
+ "object": "14 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "58 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 9
+ },
+ "object": "15 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "60 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 10
+ },
+ "object": "16 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "62 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 11
+ },
+ "object": "17 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "object": "36 0 R",
+ "title": "•Mern 1.1 -> 11: /Fit"
+ }
+ ],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "64 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 12
+ },
+ "object": "18 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "object": "100 0 R",
+ "title": "•Biherbadem 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "101 0 R",
+ "title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "66 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 13
+ },
+ "object": "19 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "object": "37 0 R",
+ "title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "68 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 14
+ },
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "70 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 15
+ },
+ "object": "21 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "object": "5 0 R",
+ "title": "•Salad 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "72 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 16
+ },
+ "object": "22 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "74 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 17
+ },
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "76 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 18
+ },
+ "object": "24 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "104 0 R",
+ "title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "78 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 19
+ },
+ "object": "25 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "105 0 R",
+ "title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "80 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 20
+ },
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "82 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 21
+ },
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "84 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 22
+ },
+ "object": "28 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "106 0 R",
+ "title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "86 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 23
+ },
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "88 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 24
+ },
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "90 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 25
+ },
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "92 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 26
+ },
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "94 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 27
+ },
+ "object": "33 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "96 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 28
+ },
+ "object": "34 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "98 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 29
+ },
+ "object": "35 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2.out
new file mode 100644
index 00000000..30a6f9db
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2.out
@@ -0,0 +1,48 @@
+{
+ "objects": {
+ "2 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "trailer": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
+ },
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer.out
new file mode 100644
index 00000000..f590c095
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer.out
@@ -0,0 +1,12 @@
+{
+ "objects": {
+ "trailer": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
+ },
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects.out
new file mode 100644
index 00000000..d44793df
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects.out
@@ -0,0 +1,912 @@
+{
+ "objects": {
+ "1 0 R": {
+ "/Outlines": "95 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": ""
+ },
+ 2,
+ {
+ "/S": "/r",
+ "/St": 1
+ },
+ 7,
+ {
+ "/P": ""
+ },
+ 9,
+ {
+ "/S": "/r",
+ "/St": 6
+ },
+ 11,
+ {
+ "/P": ""
+ },
+ 12,
+ {
+ "/S": "/D",
+ "/St": 2
+ },
+ 15,
+ {
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": ""
+ },
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/r",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "49 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "100 0 R": {
+ "/Count": -2,
+ "/Dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "98 0 R",
+ "/Title": "Isosicle 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ },
+ "101 0 R": {
+ "/Count": 1,
+ "/Dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "104 0 R",
+ "/Last": "104 0 R",
+ "/Parent": "98 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "Isosicle 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "102 0 R": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Next": "103 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "103 0 R": {
+ "/Dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "104 0 R": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "105 0 R": {
+ "/Dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/Next": "106 0 R",
+ "/Parent": "99 0 R",
+ "/Title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ },
+ "106 0 R": {
+ "/Dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "99 0 R",
+ "/Prev": "105 0 R",
+ "/Title": "Trepsicle 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "11 0 R": {
+ "/Contents": "51 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Contents": "53 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "13 0 R": {
+ "/Contents": "55 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "14 0 R": {
+ "/Contents": "57 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "15 0 R": {
+ "/Contents": "59 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "16 0 R": {
+ "/Contents": "61 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "17 0 R": {
+ "/Contents": "63 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "18 0 R": {
+ "/Contents": "65 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "19 0 R": {
+ "/Contents": "67 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "2 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "20 0 R": {
+ "/Contents": "69 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "21 0 R": {
+ "/Contents": "71 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "22 0 R": {
+ "/Contents": "73 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "23 0 R": {
+ "/Contents": "75 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "24 0 R": {
+ "/Contents": "77 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "25 0 R": {
+ "/Contents": "79 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "26 0 R": {
+ "/Contents": "81 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "27 0 R": {
+ "/Contents": "83 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "28 0 R": {
+ "/Contents": "85 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "29 0 R": {
+ "/Contents": "87 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "3 0 R": {
+ "/Contents": "33 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "30 0 R": {
+ "/Contents": "89 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "31 0 R": {
+ "/Contents": "91 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "32 0 R": {
+ "/Contents": "93 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "33 0 R": {
+ "/Length": "34 0 R"
+ },
+ "34 0 R": 46,
+ "35 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "36 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "37 0 R": {
+ "/Length": "38 0 R"
+ },
+ "38 0 R": 46,
+ "39 0 R": {
+ "/Length": "40 0 R"
+ },
+ "4 0 R": {
+ "/Contents": "37 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "40 0 R": 46,
+ "41 0 R": {
+ "/Length": "42 0 R"
+ },
+ "42 0 R": 46,
+ "43 0 R": {
+ "/Length": "44 0 R"
+ },
+ "44 0 R": 46,
+ "45 0 R": {
+ "/Length": "46 0 R"
+ },
+ "46 0 R": 46,
+ "47 0 R": {
+ "/Length": "48 0 R"
+ },
+ "48 0 R": 46,
+ "49 0 R": {
+ "/Length": "50 0 R"
+ },
+ "5 0 R": {
+ "/Contents": "39 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "50 0 R": 46,
+ "51 0 R": {
+ "/Length": "52 0 R"
+ },
+ "52 0 R": 46,
+ "53 0 R": {
+ "/Length": "54 0 R"
+ },
+ "54 0 R": 46,
+ "55 0 R": {
+ "/Length": "56 0 R"
+ },
+ "56 0 R": 47,
+ "57 0 R": {
+ "/Length": "58 0 R"
+ },
+ "58 0 R": 47,
+ "59 0 R": {
+ "/Length": "60 0 R"
+ },
+ "6 0 R": {
+ "/Contents": "41 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "60 0 R": 47,
+ "61 0 R": {
+ "/Length": "62 0 R"
+ },
+ "62 0 R": 47,
+ "63 0 R": {
+ "/Length": "64 0 R"
+ },
+ "64 0 R": 47,
+ "65 0 R": {
+ "/Length": "66 0 R"
+ },
+ "66 0 R": 47,
+ "67 0 R": {
+ "/Length": "68 0 R"
+ },
+ "68 0 R": 47,
+ "69 0 R": {
+ "/Length": "70 0 R"
+ },
+ "7 0 R": {
+ "/Contents": "43 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "70 0 R": 47,
+ "71 0 R": {
+ "/Length": "72 0 R"
+ },
+ "72 0 R": 47,
+ "73 0 R": {
+ "/Length": "74 0 R"
+ },
+ "74 0 R": 47,
+ "75 0 R": {
+ "/Length": "76 0 R"
+ },
+ "76 0 R": 47,
+ "77 0 R": {
+ "/Length": "78 0 R"
+ },
+ "78 0 R": 47,
+ "79 0 R": {
+ "/Length": "80 0 R"
+ },
+ "8 0 R": {
+ "/Contents": "45 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "80 0 R": 47,
+ "81 0 R": {
+ "/Length": "82 0 R"
+ },
+ "82 0 R": 47,
+ "83 0 R": {
+ "/Length": "84 0 R"
+ },
+ "84 0 R": 47,
+ "85 0 R": {
+ "/Length": "86 0 R"
+ },
+ "86 0 R": 47,
+ "87 0 R": {
+ "/Length": "88 0 R"
+ },
+ "88 0 R": 47,
+ "89 0 R": {
+ "/Length": "90 0 R"
+ },
+ "9 0 R": {
+ "/Contents": "47 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "90 0 R": 47,
+ "91 0 R": {
+ "/Length": "92 0 R"
+ },
+ "92 0 R": 47,
+ "93 0 R": {
+ "/Length": "94 0 R"
+ },
+ "94 0 R": 47,
+ "95 0 R": {
+ "/Count": 6,
+ "/First": "96 0 R",
+ "/Last": "97 0 R",
+ "/Type": "/Outlines"
+ },
+ "96 0 R": {
+ "/Count": 4,
+ "/Dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "98 0 R",
+ "/Last": "99 0 R",
+ "/Next": "97 0 R",
+ "/Parent": "95 0 R",
+ "/Title": "Isís 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "97 0 R": {
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "95 0 R",
+ "/Prev": "96 0 R",
+ "/Title": "Trepak 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ },
+ "98 0 R": {
+ "/Count": -3,
+ "/Dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "99 0 R",
+ "/Parent": "96 0 R",
+ "/Title": "Amanda 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ },
+ "99 0 R": {
+ "/Count": 2,
+ "/Dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "105 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "96 0 R",
+ "/Prev": "98 0 R",
+ "/Title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ },
+ "trailer": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
+ },
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines-pages.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines-pages.out
new file mode 100644
index 00000000..f57dca17
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines-pages.out
@@ -0,0 +1,678 @@
+{
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 6,
+ "kids": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "destpageposfrom1": 12,
+ "kids": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 19,
+ "kids": [],
+ "object": "102 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 20,
+ "kids": [],
+ "object": "103 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "object": "100 0 R",
+ "open": false,
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 23,
+ "kids": [],
+ "object": "104 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "object": "101 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "object": "98 0 R",
+ "open": false,
+ "title": "Amanda 1.1 -> 11: /Fit"
+ },
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "destpageposfrom1": 14,
+ "kids": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "destpageposfrom1": 2,
+ "kids": [],
+ "object": "105 0 R",
+ "open": true,
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ },
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 1,
+ "kids": [],
+ "object": "106 0 R",
+ "open": true,
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "object": "99 0 R",
+ "open": true,
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "object": "96 0 R",
+ "open": true,
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "destpageposfrom1": 16,
+ "kids": [],
+ "object": "97 0 R",
+ "open": true,
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pages": [
+ {
+ "contents": [
+ "33 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "3 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "106 0 R",
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "37 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "4 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "object": "105 0 R",
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ }
+ ],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "39 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ },
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "41 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 2
+ },
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "43 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 3
+ },
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "45 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 4
+ },
+ "object": "8 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "96 0 R",
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "47 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 5
+ },
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "49 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "51 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "53 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 6
+ },
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "55 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 7
+ },
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "57 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "14 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "object": "98 0 R",
+ "title": "Amanda 1.1 -> 11: /Fit"
+ }
+ ],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "59 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ },
+ "object": "15 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "object": "100 0 R",
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "101 0 R",
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "61 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 3
+ },
+ "object": "16 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "object": "99 0 R",
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "63 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 4
+ },
+ "object": "17 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "65 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 6
+ },
+ "object": "18 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "object": "97 0 R",
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "67 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 7
+ },
+ "object": "19 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "69 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 8
+ },
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "71 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 9
+ },
+ "object": "21 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "102 0 R",
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "73 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "22 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "103 0 R",
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "75 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ },
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "77 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 13
+ },
+ "object": "24 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "79 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ },
+ "object": "25 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "104 0 R",
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "81 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 50
+ },
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "83 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 51
+ },
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "85 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 52
+ },
+ "object": "28 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "87 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 53
+ },
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "89 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "91 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 55
+ },
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "93 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines.out
new file mode 100644
index 00000000..7b1394ad
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines.out
@@ -0,0 +1,161 @@
+{
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 6,
+ "kids": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "destpageposfrom1": 12,
+ "kids": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 19,
+ "kids": [],
+ "object": "102 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 20,
+ "kids": [],
+ "object": "103 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "object": "100 0 R",
+ "open": false,
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 23,
+ "kids": [],
+ "object": "104 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "object": "101 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "object": "98 0 R",
+ "open": false,
+ "title": "Amanda 1.1 -> 11: /Fit"
+ },
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "destpageposfrom1": 14,
+ "kids": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "destpageposfrom1": 2,
+ "kids": [],
+ "object": "105 0 R",
+ "open": true,
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ },
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 1,
+ "kids": [],
+ "object": "106 0 R",
+ "open": true,
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "object": "99 0 R",
+ "open": true,
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "object": "96 0 R",
+ "open": true,
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "destpageposfrom1": 16,
+ "kids": [],
+ "object": "97 0 R",
+ "open": true,
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-pagelabels.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-pagelabels.out
new file mode 100644
index 00000000..54f3db92
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-pagelabels.out
@@ -0,0 +1,92 @@
+{
+ "pagelabels": [
+ {
+ "index": 0,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 2,
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ }
+ },
+ {
+ "index": 7,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 9,
+ "label": {
+ "/S": "/r",
+ "/St": 6
+ }
+ },
+ {
+ "index": 11,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 12,
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ }
+ },
+ {
+ "index": 15,
+ "label": {
+ "/S": "/D",
+ "/St": 6
+ }
+ },
+ {
+ "index": 19,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 20,
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ }
+ },
+ {
+ "index": 22,
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ }
+ },
+ {
+ "index": 23,
+ "label": {
+ "/S": "/r",
+ "/St": 50
+ }
+ },
+ {
+ "index": 29,
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ }
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-pages.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-pages.out
new file mode 100644
index 00000000..b3f9dc4c
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-pages.out
@@ -0,0 +1,523 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "33 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "3 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "106 0 R",
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "37 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "4 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "object": "105 0 R",
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ }
+ ],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "39 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ },
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "41 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 2
+ },
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "43 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 3
+ },
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "45 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 4
+ },
+ "object": "8 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "96 0 R",
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "47 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 5
+ },
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "49 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "51 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "53 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 6
+ },
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "55 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 7
+ },
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "57 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "14 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "object": "98 0 R",
+ "title": "Amanda 1.1 -> 11: /Fit"
+ }
+ ],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "59 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ },
+ "object": "15 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "object": "100 0 R",
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "101 0 R",
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "61 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 3
+ },
+ "object": "16 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "object": "99 0 R",
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "63 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 4
+ },
+ "object": "17 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "65 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 6
+ },
+ "object": "18 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "object": "97 0 R",
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "67 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 7
+ },
+ "object": "19 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "69 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 8
+ },
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "71 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 9
+ },
+ "object": "21 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "102 0 R",
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "73 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "22 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "103 0 R",
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "75 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ },
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "77 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 13
+ },
+ "object": "24 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "79 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ },
+ "object": "25 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "104 0 R",
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "81 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 50
+ },
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "83 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 51
+ },
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "85 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 52
+ },
+ "object": "28 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "87 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 53
+ },
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "89 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "91 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 55
+ },
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "93 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines.out
new file mode 100644
index 00000000..41e148f6
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines.out
@@ -0,0 +1,1675 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Outlines": "95 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": ""
+ },
+ 2,
+ {
+ "/S": "/r",
+ "/St": 1
+ },
+ 7,
+ {
+ "/P": ""
+ },
+ 9,
+ {
+ "/S": "/r",
+ "/St": 6
+ },
+ 11,
+ {
+ "/P": ""
+ },
+ 12,
+ {
+ "/S": "/D",
+ "/St": 2
+ },
+ 15,
+ {
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": ""
+ },
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/r",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "49 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "100 0 R": {
+ "/Count": -2,
+ "/Dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "98 0 R",
+ "/Title": "Isosicle 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ },
+ "101 0 R": {
+ "/Count": 1,
+ "/Dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "104 0 R",
+ "/Last": "104 0 R",
+ "/Parent": "98 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "Isosicle 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "102 0 R": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Next": "103 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "103 0 R": {
+ "/Dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "104 0 R": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "105 0 R": {
+ "/Dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/Next": "106 0 R",
+ "/Parent": "99 0 R",
+ "/Title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ },
+ "106 0 R": {
+ "/Dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "99 0 R",
+ "/Prev": "105 0 R",
+ "/Title": "Trepsicle 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "11 0 R": {
+ "/Contents": "51 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Contents": "53 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "13 0 R": {
+ "/Contents": "55 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "14 0 R": {
+ "/Contents": "57 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "15 0 R": {
+ "/Contents": "59 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "16 0 R": {
+ "/Contents": "61 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "17 0 R": {
+ "/Contents": "63 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "18 0 R": {
+ "/Contents": "65 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "19 0 R": {
+ "/Contents": "67 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "2 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "20 0 R": {
+ "/Contents": "69 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "21 0 R": {
+ "/Contents": "71 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "22 0 R": {
+ "/Contents": "73 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "23 0 R": {
+ "/Contents": "75 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "24 0 R": {
+ "/Contents": "77 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "25 0 R": {
+ "/Contents": "79 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "26 0 R": {
+ "/Contents": "81 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "27 0 R": {
+ "/Contents": "83 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "28 0 R": {
+ "/Contents": "85 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "29 0 R": {
+ "/Contents": "87 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "3 0 R": {
+ "/Contents": "33 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "30 0 R": {
+ "/Contents": "89 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "31 0 R": {
+ "/Contents": "91 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "32 0 R": {
+ "/Contents": "93 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "33 0 R": {
+ "/Length": "34 0 R"
+ },
+ "34 0 R": 46,
+ "35 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "36 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "37 0 R": {
+ "/Length": "38 0 R"
+ },
+ "38 0 R": 46,
+ "39 0 R": {
+ "/Length": "40 0 R"
+ },
+ "4 0 R": {
+ "/Contents": "37 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "40 0 R": 46,
+ "41 0 R": {
+ "/Length": "42 0 R"
+ },
+ "42 0 R": 46,
+ "43 0 R": {
+ "/Length": "44 0 R"
+ },
+ "44 0 R": 46,
+ "45 0 R": {
+ "/Length": "46 0 R"
+ },
+ "46 0 R": 46,
+ "47 0 R": {
+ "/Length": "48 0 R"
+ },
+ "48 0 R": 46,
+ "49 0 R": {
+ "/Length": "50 0 R"
+ },
+ "5 0 R": {
+ "/Contents": "39 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "50 0 R": 46,
+ "51 0 R": {
+ "/Length": "52 0 R"
+ },
+ "52 0 R": 46,
+ "53 0 R": {
+ "/Length": "54 0 R"
+ },
+ "54 0 R": 46,
+ "55 0 R": {
+ "/Length": "56 0 R"
+ },
+ "56 0 R": 47,
+ "57 0 R": {
+ "/Length": "58 0 R"
+ },
+ "58 0 R": 47,
+ "59 0 R": {
+ "/Length": "60 0 R"
+ },
+ "6 0 R": {
+ "/Contents": "41 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "60 0 R": 47,
+ "61 0 R": {
+ "/Length": "62 0 R"
+ },
+ "62 0 R": 47,
+ "63 0 R": {
+ "/Length": "64 0 R"
+ },
+ "64 0 R": 47,
+ "65 0 R": {
+ "/Length": "66 0 R"
+ },
+ "66 0 R": 47,
+ "67 0 R": {
+ "/Length": "68 0 R"
+ },
+ "68 0 R": 47,
+ "69 0 R": {
+ "/Length": "70 0 R"
+ },
+ "7 0 R": {
+ "/Contents": "43 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "70 0 R": 47,
+ "71 0 R": {
+ "/Length": "72 0 R"
+ },
+ "72 0 R": 47,
+ "73 0 R": {
+ "/Length": "74 0 R"
+ },
+ "74 0 R": 47,
+ "75 0 R": {
+ "/Length": "76 0 R"
+ },
+ "76 0 R": 47,
+ "77 0 R": {
+ "/Length": "78 0 R"
+ },
+ "78 0 R": 47,
+ "79 0 R": {
+ "/Length": "80 0 R"
+ },
+ "8 0 R": {
+ "/Contents": "45 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "80 0 R": 47,
+ "81 0 R": {
+ "/Length": "82 0 R"
+ },
+ "82 0 R": 47,
+ "83 0 R": {
+ "/Length": "84 0 R"
+ },
+ "84 0 R": 47,
+ "85 0 R": {
+ "/Length": "86 0 R"
+ },
+ "86 0 R": 47,
+ "87 0 R": {
+ "/Length": "88 0 R"
+ },
+ "88 0 R": 47,
+ "89 0 R": {
+ "/Length": "90 0 R"
+ },
+ "9 0 R": {
+ "/Contents": "47 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "90 0 R": 47,
+ "91 0 R": {
+ "/Length": "92 0 R"
+ },
+ "92 0 R": 47,
+ "93 0 R": {
+ "/Length": "94 0 R"
+ },
+ "94 0 R": 47,
+ "95 0 R": {
+ "/Count": 6,
+ "/First": "96 0 R",
+ "/Last": "97 0 R",
+ "/Type": "/Outlines"
+ },
+ "96 0 R": {
+ "/Count": 4,
+ "/Dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "98 0 R",
+ "/Last": "99 0 R",
+ "/Next": "97 0 R",
+ "/Parent": "95 0 R",
+ "/Title": "Isís 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ },
+ "97 0 R": {
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "95 0 R",
+ "/Prev": "96 0 R",
+ "/Title": "Trepak 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ },
+ "98 0 R": {
+ "/Count": -3,
+ "/Dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "99 0 R",
+ "/Parent": "96 0 R",
+ "/Title": "Amanda 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ },
+ "99 0 R": {
+ "/Count": 2,
+ "/Dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "105 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "96 0 R",
+ "/Prev": "98 0 R",
+ "/Title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ },
+ "trailer": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
+ },
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 6,
+ "kids": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "destpageposfrom1": 12,
+ "kids": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 19,
+ "kids": [],
+ "object": "102 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 20,
+ "kids": [],
+ "object": "103 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "object": "100 0 R",
+ "open": false,
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 13,
+ "kids": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 23,
+ "kids": [],
+ "object": "104 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "object": "101 0 R",
+ "open": true,
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "object": "98 0 R",
+ "open": false,
+ "title": "Amanda 1.1 -> 11: /Fit"
+ },
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "destpageposfrom1": 14,
+ "kids": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "destpageposfrom1": 2,
+ "kids": [],
+ "object": "105 0 R",
+ "open": true,
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ },
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "destpageposfrom1": 1,
+ "kids": [],
+ "object": "106 0 R",
+ "open": true,
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "object": "99 0 R",
+ "open": true,
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "object": "96 0 R",
+ "open": true,
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ },
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "destpageposfrom1": 16,
+ "kids": [],
+ "object": "97 0 R",
+ "open": true,
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pagelabels": [
+ {
+ "index": 0,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 2,
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ }
+ },
+ {
+ "index": 7,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 9,
+ "label": {
+ "/S": "/r",
+ "/St": 6
+ }
+ },
+ {
+ "index": 11,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 12,
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ }
+ },
+ {
+ "index": 15,
+ "label": {
+ "/S": "/D",
+ "/St": 6
+ }
+ },
+ {
+ "index": 19,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 20,
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ }
+ },
+ {
+ "index": 22,
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ }
+ },
+ {
+ "index": 23,
+ "label": {
+ "/S": "/r",
+ "/St": 50
+ }
+ },
+ {
+ "index": 29,
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ }
+ }
+ ],
+ "pages": [
+ {
+ "contents": [
+ "33 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "3 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "106 0 R",
+ "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "37 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "4 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "object": "105 0 R",
+ "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
+ }
+ ],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "39 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ },
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "41 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 2
+ },
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "43 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 3
+ },
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "45 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 4
+ },
+ "object": "8 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "96 0 R",
+ "title": "Isís 1 -> 5: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "47 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 5
+ },
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "49 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "51 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 2
+ },
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "53 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 6
+ },
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "55 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 7
+ },
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "57 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "14 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "object": "98 0 R",
+ "title": "Amanda 1.1 -> 11: /Fit"
+ }
+ ],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "59 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ },
+ "object": "15 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "object": "100 0 R",
+ "title": "Isosicle 1.1.1 -> 12: /FitV 100"
+ },
+ {
+ "dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "101 0 R",
+ "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "61 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 3
+ },
+ "object": "16 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "object": "99 0 R",
+ "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
+ }
+ ],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "63 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 4
+ },
+ "object": "17 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "65 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 6
+ },
+ "object": "18 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "object": "97 0 R",
+ "title": "Trepak 2 -> 15: /XYZ 66 756 3"
+ }
+ ],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "67 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 7
+ },
+ "object": "19 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "69 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 8
+ },
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "71 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 9
+ },
+ "object": "21 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "102 0 R",
+ "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "73 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "22 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "103 0 R",
+ "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "75 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ },
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "77 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 13
+ },
+ "object": "24 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "79 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ },
+ "object": "25 0 R",
+ "outlines": [
+ {
+ "dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "object": "104 0 R",
+ "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
+ }
+ ],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "81 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 50
+ },
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "83 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 51
+ },
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "85 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 52
+ },
+ "object": "28 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "87 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 53
+ },
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "89 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "91 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 55
+ },
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "93 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/json-page-labels-num-tree.out b/qpdf/qtest/qpdf/json-page-labels-num-tree.out
new file mode 100644
index 00000000..2c0c198d
--- /dev/null
+++ b/qpdf/qtest/qpdf/json-page-labels-num-tree.out
@@ -0,0 +1,1310 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/PageLabels": "2 0 R",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "11 0 R": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "12 0 R": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "13 0 R": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "14 0 R": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "15 0 R": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "16 0 R": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "17 0 R": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "18 0 R": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "19 0 R": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "2 0 R": {
+ "/Kids": [
+ "4 0 R",
+ "5 0 R"
+ ]
+ },
+ "20 0 R": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "21 0 R": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "22 0 R": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "23 0 R": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "24 0 R": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "25 0 R": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "26 0 R": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "27 0 R": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "28 0 R": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "29 0 R": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "3 0 R": {
+ "/Count": 30,
+ "/Kids": [
+ "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",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "30 0 R": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "31 0 R": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "32 0 R": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "33 0 R": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "34 0 R": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "35 0 R": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "36 0 R": {
+ "/Limits": [
+ 0,
+ 9
+ ],
+ "/Nums": [
+ 0,
+ {
+ "/S": "/r"
+ },
+ 2,
+ {
+ "/P": "blank"
+ },
+ 3,
+ {
+ "/P": "X-",
+ "/S": "/A",
+ "/St": 17
+ },
+ 5,
+ {
+ "/P": ""
+ },
+ 6,
+ {
+ "/S": "/R",
+ "/St": 3
+ },
+ 9,
+ {
+ "/S": "/D"
+ }
+ ]
+ },
+ "37 0 R": {
+ "/Limits": [
+ 11,
+ 19
+ ],
+ "/Nums": [
+ 11,
+ {
+ "/S": "/a"
+ },
+ 12,
+ {
+ "/S": "/a",
+ "/St": 3
+ },
+ 15,
+ {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": "www"
+ }
+ ]
+ },
+ "38 0 R": {
+ "/Length": "39 0 R"
+ },
+ "39 0 R": 46,
+ "4 0 R": {
+ "/Kids": [
+ "36 0 R",
+ "37 0 R"
+ ],
+ "/Limits": [
+ 0,
+ 19
+ ]
+ },
+ "40 0 R": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "41 0 R": [
+ "/PDF",
+ "/Text"
+ ],
+ "42 0 R": {
+ "/Length": "43 0 R"
+ },
+ "43 0 R": 46,
+ "44 0 R": {
+ "/Length": "45 0 R"
+ },
+ "45 0 R": 46,
+ "46 0 R": {
+ "/Length": "47 0 R"
+ },
+ "47 0 R": 46,
+ "48 0 R": {
+ "/Length": "49 0 R"
+ },
+ "49 0 R": 46,
+ "5 0 R": {
+ "/Limits": [
+ 20,
+ 29
+ ],
+ "/Nums": [
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/R",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ },
+ "50 0 R": {
+ "/Length": "51 0 R"
+ },
+ "51 0 R": 46,
+ "52 0 R": {
+ "/Length": "53 0 R"
+ },
+ "53 0 R": 46,
+ "54 0 R": {
+ "/Length": "55 0 R"
+ },
+ "55 0 R": 46,
+ "56 0 R": {
+ "/Length": "57 0 R"
+ },
+ "57 0 R": 46,
+ "58 0 R": {
+ "/Length": "59 0 R"
+ },
+ "59 0 R": 46,
+ "6 0 R": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "60 0 R": {
+ "/Length": "61 0 R"
+ },
+ "61 0 R": 47,
+ "62 0 R": {
+ "/Length": "63 0 R"
+ },
+ "63 0 R": 47,
+ "64 0 R": {
+ "/Length": "65 0 R"
+ },
+ "65 0 R": 47,
+ "66 0 R": {
+ "/Length": "67 0 R"
+ },
+ "67 0 R": 47,
+ "68 0 R": {
+ "/Length": "69 0 R"
+ },
+ "69 0 R": 47,
+ "7 0 R": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "70 0 R": {
+ "/Length": "71 0 R"
+ },
+ "71 0 R": 47,
+ "72 0 R": {
+ "/Length": "73 0 R"
+ },
+ "73 0 R": 47,
+ "74 0 R": {
+ "/Length": "75 0 R"
+ },
+ "75 0 R": 47,
+ "76 0 R": {
+ "/Length": "77 0 R"
+ },
+ "77 0 R": 47,
+ "78 0 R": {
+ "/Length": "79 0 R"
+ },
+ "79 0 R": 47,
+ "8 0 R": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "80 0 R": {
+ "/Length": "81 0 R"
+ },
+ "81 0 R": 47,
+ "82 0 R": {
+ "/Length": "83 0 R"
+ },
+ "83 0 R": 47,
+ "84 0 R": {
+ "/Length": "85 0 R"
+ },
+ "85 0 R": 47,
+ "86 0 R": {
+ "/Length": "87 0 R"
+ },
+ "87 0 R": 47,
+ "88 0 R": {
+ "/Length": "89 0 R"
+ },
+ "89 0 R": 47,
+ "9 0 R": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
+ },
+ "90 0 R": {
+ "/Length": "91 0 R"
+ },
+ "91 0 R": 47,
+ "92 0 R": {
+ "/Length": "93 0 R"
+ },
+ "93 0 R": 47,
+ "94 0 R": {
+ "/Length": "95 0 R"
+ },
+ "95 0 R": 47,
+ "96 0 R": {
+ "/Length": "97 0 R"
+ },
+ "97 0 R": 47,
+ "98 0 R": {
+ "/Length": "99 0 R"
+ },
+ "99 0 R": 47,
+ "trailer": {
+ "/ID": [
+ "’ù\u0019Þxtó¼\\·¯½\u001eÅ7»",
+ "\rþ\u0018©LÞ\u000fKýÈl\u0003¯\u0019\u0001\u000e"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 100
+ }
+ },
+ "outlines": [],
+ "pagelabels": [
+ {
+ "index": 0,
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ }
+ },
+ {
+ "index": 2,
+ "label": {
+ "/P": "blank",
+ "/St": 1
+ }
+ },
+ {
+ "index": 3,
+ "label": {
+ "/P": "X-",
+ "/S": "/A",
+ "/St": 17
+ }
+ },
+ {
+ "index": 5,
+ "label": {
+ "/P": "",
+ "/St": 1
+ }
+ },
+ {
+ "index": 6,
+ "label": {
+ "/S": "/R",
+ "/St": 3
+ }
+ },
+ {
+ "index": 9,
+ "label": {
+ "/S": "/D",
+ "/St": 1
+ }
+ },
+ {
+ "index": 11,
+ "label": {
+ "/S": "/a",
+ "/St": 1
+ }
+ },
+ {
+ "index": 12,
+ "label": {
+ "/S": "/a",
+ "/St": 3
+ }
+ },
+ {
+ "index": 15,
+ "label": {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 6
+ }
+ },
+ {
+ "index": 19,
+ "label": {
+ "/P": "www",
+ "/St": 1
+ }
+ },
+ {
+ "index": 20,
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ }
+ },
+ {
+ "index": 22,
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ }
+ },
+ {
+ "index": 23,
+ "label": {
+ "/S": "/R",
+ "/St": 50
+ }
+ },
+ {
+ "index": 29,
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ }
+ }
+ ],
+ "pages": [
+ {
+ "contents": [
+ "38 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 1
+ },
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "42 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 2
+ },
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "44 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "blank",
+ "/St": 1
+ },
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "46 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "X-",
+ "/S": "/A",
+ "/St": 17
+ },
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "48 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "X-",
+ "/S": "/A",
+ "/St": 18
+ },
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "50 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "",
+ "/St": 1
+ },
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "52 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 3
+ },
+ "object": "12 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "54 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 4
+ },
+ "object": "13 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "56 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 5
+ },
+ "object": "14 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ },
+ {
+ "contents": [
+ "58 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 1
+ },
+ "object": "15 0 R",
+ "outlines": [],
+ "pageposfrom1": 10
+ },
+ {
+ "contents": [
+ "60 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 2
+ },
+ "object": "16 0 R",
+ "outlines": [],
+ "pageposfrom1": 11
+ },
+ {
+ "contents": [
+ "62 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/a",
+ "/St": 1
+ },
+ "object": "17 0 R",
+ "outlines": [],
+ "pageposfrom1": 12
+ },
+ {
+ "contents": [
+ "64 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/a",
+ "/St": 3
+ },
+ "object": "18 0 R",
+ "outlines": [],
+ "pageposfrom1": 13
+ },
+ {
+ "contents": [
+ "66 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/a",
+ "/St": 4
+ },
+ "object": "19 0 R",
+ "outlines": [],
+ "pageposfrom1": 14
+ },
+ {
+ "contents": [
+ "68 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/a",
+ "/St": 5
+ },
+ "object": "20 0 R",
+ "outlines": [],
+ "pageposfrom1": 15
+ },
+ {
+ "contents": [
+ "70 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 6
+ },
+ "object": "21 0 R",
+ "outlines": [],
+ "pageposfrom1": 16
+ },
+ {
+ "contents": [
+ "72 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 7
+ },
+ "object": "22 0 R",
+ "outlines": [],
+ "pageposfrom1": 17
+ },
+ {
+ "contents": [
+ "74 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 8
+ },
+ "object": "23 0 R",
+ "outlines": [],
+ "pageposfrom1": 18
+ },
+ {
+ "contents": [
+ "76 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "q.",
+ "/S": "/D",
+ "/St": 9
+ },
+ "object": "24 0 R",
+ "outlines": [],
+ "pageposfrom1": 19
+ },
+ {
+ "contents": [
+ "78 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/P": "www",
+ "/St": 1
+ },
+ "object": "25 0 R",
+ "outlines": [],
+ "pageposfrom1": 20
+ },
+ {
+ "contents": [
+ "80 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 12
+ },
+ "object": "26 0 R",
+ "outlines": [],
+ "pageposfrom1": 21
+ },
+ {
+ "contents": [
+ "82 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 13
+ },
+ "object": "27 0 R",
+ "outlines": [],
+ "pageposfrom1": 22
+ },
+ {
+ "contents": [
+ "84 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/D",
+ "/St": 16059
+ },
+ "object": "28 0 R",
+ "outlines": [],
+ "pageposfrom1": 23
+ },
+ {
+ "contents": [
+ "86 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 50
+ },
+ "object": "29 0 R",
+ "outlines": [],
+ "pageposfrom1": 24
+ },
+ {
+ "contents": [
+ "88 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 51
+ },
+ "object": "30 0 R",
+ "outlines": [],
+ "pageposfrom1": 25
+ },
+ {
+ "contents": [
+ "90 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 52
+ },
+ "object": "31 0 R",
+ "outlines": [],
+ "pageposfrom1": 26
+ },
+ {
+ "contents": [
+ "92 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 53
+ },
+ "object": "32 0 R",
+ "outlines": [],
+ "pageposfrom1": 27
+ },
+ {
+ "contents": [
+ "94 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 54
+ },
+ "object": "33 0 R",
+ "outlines": [],
+ "pageposfrom1": 28
+ },
+ {
+ "contents": [
+ "96 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/R",
+ "/St": 55
+ },
+ "object": "34 0 R",
+ "outlines": [],
+ "pageposfrom1": 29
+ },
+ {
+ "contents": [
+ "98 0 R"
+ ],
+ "images": [],
+ "label": {
+ "/S": "/r",
+ "/St": 54
+ },
+ "object": "35 0 R",
+ "outlines": [],
+ "pageposfrom1": 30
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/kfo-n.out b/qpdf/qtest/qpdf/kfo-n.out
new file mode 100644
index 00000000..0fe71ca0
--- /dev/null
+++ b/qpdf/qtest/qpdf/kfo-n.out
@@ -0,0 +1,20 @@
+qpdf: processing 001-kfo.pdf
+qpdf: processing 002-kfo.pdf
+qpdf: processing 003-kfo.pdf
+qpdf: processing 004-kfo.pdf
+qpdf: processing 005-kfo.pdf
+qpdf: processing 006-kfo.pdf
+qpdf: processing 007-kfo.pdf
+qpdf: processing 008-kfo.pdf
+qpdf: processing 009-kfo.pdf
+qpdf: removing unreferenced pages from primary input
+qpdf: adding pages from 001-kfo.pdf
+qpdf: adding pages from 002-kfo.pdf
+qpdf: adding pages from 003-kfo.pdf
+qpdf: adding pages from 004-kfo.pdf
+qpdf: adding pages from 005-kfo.pdf
+qpdf: adding pages from 006-kfo.pdf
+qpdf: adding pages from 007-kfo.pdf
+qpdf: adding pages from 008-kfo.pdf
+qpdf: adding pages from 009-kfo.pdf
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/kfo-y.out b/qpdf/qtest/qpdf/kfo-y.out
new file mode 100644
index 00000000..0fe71ca0
--- /dev/null
+++ b/qpdf/qtest/qpdf/kfo-y.out
@@ -0,0 +1,20 @@
+qpdf: processing 001-kfo.pdf
+qpdf: processing 002-kfo.pdf
+qpdf: processing 003-kfo.pdf
+qpdf: processing 004-kfo.pdf
+qpdf: processing 005-kfo.pdf
+qpdf: processing 006-kfo.pdf
+qpdf: processing 007-kfo.pdf
+qpdf: processing 008-kfo.pdf
+qpdf: processing 009-kfo.pdf
+qpdf: removing unreferenced pages from primary input
+qpdf: adding pages from 001-kfo.pdf
+qpdf: adding pages from 002-kfo.pdf
+qpdf: adding pages from 003-kfo.pdf
+qpdf: adding pages from 004-kfo.pdf
+qpdf: adding pages from 005-kfo.pdf
+qpdf: adding pages from 006-kfo.pdf
+qpdf: adding pages from 007-kfo.pdf
+qpdf: adding pages from 008-kfo.pdf
+qpdf: adding pages from 009-kfo.pdf
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/labels-split-01-06.pdf b/qpdf/qtest/qpdf/labels-split-01-06.pdf
new file mode 100644
index 00000000..1058eba1
--- /dev/null
+++ b/qpdf/qtest/qpdf/labels-split-01-06.pdf
@@ -0,0 +1,324 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /PageLabels <<
+ /Nums [
+ 0
+ <<
+ /P (pre-)
+ /St 1
+ >>
+ 4
+ <<
+ /S /r
+ /St 4
+ >>
+ ]
+ >>
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 6
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents 9 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 6 0
+4 0 obj
+<<
+ /Contents 12 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 8 0
+5 0 obj
+<<
+ /Contents 14 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 10 0
+6 0 obj
+<<
+ /Contents 16 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 12 0
+7 0 obj
+<<
+ /Contents 18 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 14 0
+8 0 obj
+<<
+ /Contents 20 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 11 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+9 0 obj
+<<
+ /Length 10 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 1) Tj ET
+endstream
+endobj
+
+10 0 obj
+47
+endobj
+
+%% Original object ID: 5 0
+11 0 obj
+<<
+ /BaseFont /Times-Roman
+ /Encoding /WinAnsiEncoding
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Contents for page 2
+%% Original object ID: 7 0
+12 0 obj
+<<
+ /Length 13 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 2) Tj ET
+endstream
+endobj
+
+13 0 obj
+47
+endobj
+
+%% Contents for page 3
+%% Original object ID: 9 0
+14 0 obj
+<<
+ /Length 15 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 3) Tj ET
+endstream
+endobj
+
+15 0 obj
+47
+endobj
+
+%% Contents for page 4
+%% Original object ID: 11 0
+16 0 obj
+<<
+ /Length 17 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 4) Tj ET
+endstream
+endobj
+
+17 0 obj
+47
+endobj
+
+%% Contents for page 5
+%% Original object ID: 13 0
+18 0 obj
+<<
+ /Length 19 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 5) Tj ET
+endstream
+endobj
+
+19 0 obj
+47
+endobj
+
+%% Contents for page 6
+%% Original object ID: 15 0
+20 0 obj
+<<
+ /Length 21 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 6) Tj ET
+endstream
+endobj
+
+21 0 obj
+47
+endobj
+
+xref
+0 22
+0000000000 65535 f
+0000000052 00000 n
+0000000285 00000 n
+0000000444 00000 n
+0000000699 00000 n
+0000000955 00000 n
+0000001212 00000 n
+0000001469 00000 n
+0000001726 00000 n
+0000001995 00000 n
+0000002098 00000 n
+0000002145 00000 n
+0000002304 00000 n
+0000002408 00000 n
+0000002478 00000 n
+0000002582 00000 n
+0000002653 00000 n
+0000002757 00000 n
+0000002828 00000 n
+0000002932 00000 n
+0000003003 00000 n
+0000003107 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 22
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+3127
+%%EOF
diff --git a/qpdf/qtest/qpdf/labels-split-07-11.pdf b/qpdf/qtest/qpdf/labels-split-07-11.pdf
new file mode 100644
index 00000000..42120fed
--- /dev/null
+++ b/qpdf/qtest/qpdf/labels-split-07-11.pdf
@@ -0,0 +1,280 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /PageLabels <<
+ /Nums [
+ 0
+ <<
+ /S /r
+ /St 6
+ >>
+ 2
+ <<
+ /S /a
+ /St 16
+ >>
+ ]
+ >>
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 5
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ 7 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents 8 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 6 0
+4 0 obj
+<<
+ /Contents 11 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 8 0
+5 0 obj
+<<
+ /Contents 13 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 10 0
+6 0 obj
+<<
+ /Contents 15 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 12 0
+7 0 obj
+<<
+ /Contents 17 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 7) Tj ET
+endstream
+endobj
+
+9 0 obj
+47
+endobj
+
+%% Original object ID: 5 0
+10 0 obj
+<<
+ /BaseFont /Times-Roman
+ /Encoding /WinAnsiEncoding
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Contents for page 2
+%% Original object ID: 7 0
+11 0 obj
+<<
+ /Length 12 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 8) Tj ET
+endstream
+endobj
+
+12 0 obj
+47
+endobj
+
+%% Contents for page 3
+%% Original object ID: 9 0
+13 0 obj
+<<
+ /Length 14 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 9) Tj ET
+endstream
+endobj
+
+14 0 obj
+47
+endobj
+
+%% Contents for page 4
+%% Original object ID: 11 0
+15 0 obj
+<<
+ /Length 16 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 10) Tj ET
+endstream
+endobj
+
+16 0 obj
+48
+endobj
+
+%% Contents for page 5
+%% Original object ID: 13 0
+17 0 obj
+<<
+ /Length 18 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 11) Tj ET
+endstream
+endobj
+
+18 0 obj
+48
+endobj
+
+xref
+0 19
+0000000000 65535 f
+0000000052 00000 n
+0000000282 00000 n
+0000000431 00000 n
+0000000686 00000 n
+0000000942 00000 n
+0000001199 00000 n
+0000001456 00000 n
+0000001725 00000 n
+0000001827 00000 n
+0000001873 00000 n
+0000002032 00000 n
+0000002136 00000 n
+0000002206 00000 n
+0000002310 00000 n
+0000002381 00000 n
+0000002486 00000 n
+0000002557 00000 n
+0000002662 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 19
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+2682
+%%EOF
diff --git a/qpdf/qtest/qpdf/large-inline-image-ii-all.pdf b/qpdf/qtest/qpdf/large-inline-image-ii-all.pdf
new file mode 100644
index 00000000..c8d0659c
--- /dev/null
+++ b/qpdf/qtest/qpdf/large-inline-image-ii-all.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/large-inline-image-ii-some.pdf b/qpdf/qtest/qpdf/large-inline-image-ii-some.pdf
new file mode 100644
index 00000000..73bef749
--- /dev/null
+++ b/qpdf/qtest/qpdf/large-inline-image-ii-some.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/large-inline-image.pdf b/qpdf/qtest/qpdf/large-inline-image.pdf
new file mode 100644
index 00000000..0a47c192
--- /dev/null
+++ b/qpdf/qtest/qpdf/large-inline-image.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/large-inline-image.qdf b/qpdf/qtest/qpdf/large-inline-image.qdf
new file mode 100644
index 00000000..a82ea105
--- /dev/null
+++ b/qpdf/qtest/qpdf/large-inline-image.qdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/linearize-duplicate-page.pdf b/qpdf/qtest/qpdf/linearize-duplicate-page.pdf
new file mode 100644
index 00000000..27a8898e
--- /dev/null
+++ b/qpdf/qtest/qpdf/linearize-duplicate-page.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/manual-appearances-out.pdf b/qpdf/qtest/qpdf/manual-appearances-out.pdf
new file mode 100644
index 00000000..55d6f575
--- /dev/null
+++ b/qpdf/qtest/qpdf/manual-appearances-out.pdf
@@ -0,0 +1,2339 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20181224113354-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo2 15 0 R
+ /Fxo3 17 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 9
+ /Kids [
+ 3 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 27 0 R
+ ]
+ /ParentTree 28 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+240
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+11 0 obj
+207
+endobj
+
+12 0 obj
+<<
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+14 0 obj
+61
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+16 0 obj
+113
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+18 0 obj
+58
+endobj
+
+%% Page 2
+19 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 35 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 36 0 R
+ /Fxo2 38 0 R
+ /Fxo3 40 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+20 0 obj
+<<
+ /Contents [
+ 42 0 R
+ 44 0 R
+ 46 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 48 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 49 0 R
+ /Fxo2 51 0 R
+ /Fxo3 53 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+21 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 61 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 62 0 R
+ /Fxo2 64 0 R
+ /Fxo3 66 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+22 0 obj
+<<
+ /Contents [
+ 68 0 R
+ 70 0 R
+ 72 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 74 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 75 0 R
+ /Fxo2 77 0 R
+ /Fxo3 79 0 R
+ >>
+ >>
+ /Rotate 180
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+23 0 obj
+<<
+ /Contents [
+ 81 0 R
+ 83 0 R
+ 85 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 87 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 88 0 R
+ /Fxo2 90 0 R
+ /Fxo3 92 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+24 0 obj
+<<
+ /Contents [
+ 94 0 R
+ 96 0 R
+ 98 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 100 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 101 0 R
+ /Fxo2 103 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+25 0 obj
+<<
+ /Contents [
+ 105 0 R
+ 107 0 R
+ 109 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 111 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 112 0 R
+ /Fxo2 114 0 R
+ /Fxo3 116 0 R
+ >>
+ >>
+ /Rotate 270
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+26 0 obj
+<<
+ /Contents [
+ 118 0 R
+ 120 0 R
+ 122 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 124 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 125 0 R
+ /Fxo2 127 0 R
+ /Fxo3 129 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+27 0 obj
+<<
+ /K [
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+28 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Contents for page 2
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+32 0 obj
+240
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+34 0 obj
+208
+endobj
+
+35 0 obj
+<<
+>>
+endobj
+
+36 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 37 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+37 0 obj
+61
+endobj
+
+38 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 39 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+39 0 obj
+113
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+41 0 obj
+58
+endobj
+
+%% Contents for page 3
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+q
+endstream
+endobj
+
+43 0 obj
+2
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+45 0 obj
+240
+endobj
+
+%% Contents for page 3
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+47 0 obj
+207
+endobj
+
+48 0 obj
+<<
+>>
+endobj
+
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+50 0 obj
+61
+endobj
+
+51 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 52 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+52 0 obj
+113
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+54 0 obj
+58
+endobj
+
+%% Contents for page 4
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 4
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+58 0 obj
+240
+endobj
+
+%% Contents for page 4
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+60 0 obj
+207
+endobj
+
+61 0 obj
+<<
+>>
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+63 0 obj
+61
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+65 0 obj
+113
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+67 0 obj
+58
+endobj
+
+%% Contents for page 5
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+q
+endstream
+endobj
+
+69 0 obj
+2
+endobj
+
+%% Contents for page 5
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+240
+endobj
+
+%% Contents for page 5
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+-1.00003 0.00000 0.00000 -0.99998 294.14900 626.24700 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+73 0 obj
+209
+endobj
+
+74 0 obj
+<<
+>>
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+76 0 obj
+61
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+78 0 obj
+113
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+80 0 obj
+58
+endobj
+
+%% Contents for page 6
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+q
+endstream
+endobj
+
+82 0 obj
+2
+endobj
+
+%% Contents for page 6
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+84 0 obj
+240
+endobj
+
+%% Contents for page 6
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.92124 -0.73126 0.00000 180.79700 725.56752 cm
+/Fxo1 Do
+Q
+q
+0.00000 0.44193 -0.23955 0.00000 254.71087 551.55555 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+86 0 obj
+210
+endobj
+
+87 0 obj
+<<
+>>
+endobj
+
+88 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 89 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+89 0 obj
+61
+endobj
+
+90 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 2
+ 1.114
+ .513
+ 2
+ 100
+ 300
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 91 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+91 0 obj
+113
+endobj
+
+92 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 93 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+93 0 obj
+58
+endobj
+
+%% Contents for page 7
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+q
+endstream
+endobj
+
+95 0 obj
+2
+endobj
+
+%% Contents for page 7
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+97 0 obj
+240
+endobj
+
+%% Contents for page 7
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+endstream
+endobj
+
+99 0 obj
+139
+endobj
+
+100 0 obj
+<<
+>>
+endobj
+
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+102 0 obj
+61
+endobj
+
+103 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 104 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+104 0 obj
+113
+endobj
+
+%% Contents for page 8
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+q
+endstream
+endobj
+
+106 0 obj
+2
+endobj
+
+%% Contents for page 8
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+108 0 obj
+240
+endobj
+
+%% Contents for page 8
+109 0 obj
+<<
+ /Length 110 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 -1.00003 0.99998 0.00000 196.15100 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+110 0 obj
+208
+endobj
+
+111 0 obj
+<<
+>>
+endobj
+
+112 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 113 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+113 0 obj
+61
+endobj
+
+114 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 115 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+115 0 obj
+113
+endobj
+
+116 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 117 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+117 0 obj
+58
+endobj
+
+%% Contents for page 9
+118 0 obj
+<<
+ /Length 119 0 R
+>>
+stream
+q
+endstream
+endobj
+
+119 0 obj
+2
+endobj
+
+%% Contents for page 9
+120 0 obj
+<<
+ /Length 121 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+121 0 obj
+240
+endobj
+
+%% Contents for page 9
+122 0 obj
+<<
+ /Length 123 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+123 0 obj
+207
+endobj
+
+124 0 obj
+<<
+>>
+endobj
+
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+126 0 obj
+61
+endobj
+
+127 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 128 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+128 0 obj
+113
+endobj
+
+129 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 130 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+130 0 obj
+58
+endobj
+
+131 0 obj
+<<
+ /A 135 0 R
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 0
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 1
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 2
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+xref
+0 136
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000000811 00000 n
+0000000971 00000 n
+0000001143 00000 n
+0000001200 00000 n
+0000001241 00000 n
+0000001558 00000 n
+0000001601 00000 n
+0000001865 00000 n
+0000001886 00000 n
+0000001909 00000 n
+0000002191 00000 n
+0000002211 00000 n
+0000002544 00000 n
+0000002565 00000 n
+0000002841 00000 n
+0000002871 00000 n
+0000003294 00000 n
+0000003704 00000 n
+0000004127 00000 n
+0000004551 00000 n
+0000004974 00000 n
+0000005368 00000 n
+0000005799 00000 n
+0000006206 00000 n
+0000006346 00000 n
+0000006466 00000 n
+0000006525 00000 n
+0000006567 00000 n
+0000006886 00000 n
+0000006930 00000 n
+0000007195 00000 n
+0000007216 00000 n
+0000007239 00000 n
+0000007521 00000 n
+0000007541 00000 n
+0000007874 00000 n
+0000007895 00000 n
+0000008171 00000 n
+0000008214 00000 n
+0000008273 00000 n
+0000008315 00000 n
+0000008634 00000 n
+0000008678 00000 n
+0000008942 00000 n
+0000008963 00000 n
+0000008986 00000 n
+0000009329 00000 n
+0000009349 00000 n
+0000009740 00000 n
+0000009761 00000 n
+0000010037 00000 n
+0000010080 00000 n
+0000010139 00000 n
+0000010181 00000 n
+0000010500 00000 n
+0000010544 00000 n
+0000010808 00000 n
+0000010829 00000 n
+0000010852 00000 n
+0000011195 00000 n
+0000011215 00000 n
+0000011606 00000 n
+0000011627 00000 n
+0000011903 00000 n
+0000011946 00000 n
+0000012005 00000 n
+0000012047 00000 n
+0000012366 00000 n
+0000012410 00000 n
+0000012676 00000 n
+0000012697 00000 n
+0000012720 00000 n
+0000013002 00000 n
+0000013022 00000 n
+0000013355 00000 n
+0000013376 00000 n
+0000013652 00000 n
+0000013695 00000 n
+0000013754 00000 n
+0000013796 00000 n
+0000014115 00000 n
+0000014159 00000 n
+0000014426 00000 n
+0000014447 00000 n
+0000014470 00000 n
+0000014813 00000 n
+0000014833 00000 n
+0000015229 00000 n
+0000015250 00000 n
+0000015526 00000 n
+0000015569 00000 n
+0000015628 00000 n
+0000015670 00000 n
+0000015989 00000 n
+0000016033 00000 n
+0000016229 00000 n
+0000016250 00000 n
+0000016274 00000 n
+0000016558 00000 n
+0000016579 00000 n
+0000016914 00000 n
+0000016959 00000 n
+0000017020 00000 n
+0000017063 00000 n
+0000017384 00000 n
+0000017429 00000 n
+0000017696 00000 n
+0000017718 00000 n
+0000017742 00000 n
+0000018026 00000 n
+0000018047 00000 n
+0000018382 00000 n
+0000018404 00000 n
+0000018682 00000 n
+0000018726 00000 n
+0000018787 00000 n
+0000018830 00000 n
+0000019151 00000 n
+0000019196 00000 n
+0000019462 00000 n
+0000019484 00000 n
+0000019508 00000 n
+0000019792 00000 n
+0000019813 00000 n
+0000020148 00000 n
+0000020170 00000 n
+0000020448 00000 n
+0000020469 00000 n
+0000020565 00000 n
+0000020661 00000 n
+0000020757 00000 n
+0000020853 00000 n
+trailer <<
+ /DocChecksum /DA785F789D02970D387C264D0A6C8CB0
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 136
+ /ID [<976442cb303b8d5e88a36a127de2a19f><31415926535897932384626433832795>]
+>>
+startxref
+20910
+%%EOF
diff --git a/qpdf/qtest/qpdf/manual-appearances-print-out.pdf b/qpdf/qtest/qpdf/manual-appearances-print-out.pdf
new file mode 100644
index 00000000..87545af4
--- /dev/null
+++ b/qpdf/qtest/qpdf/manual-appearances-print-out.pdf
@@ -0,0 +1,2290 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20181224113354-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo2 15 0 R
+ /Fxo3 17 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 9
+ /Kids [
+ 3 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 27 0 R
+ ]
+ /ParentTree 28 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+240
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+11 0 obj
+207
+endobj
+
+12 0 obj
+<<
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+14 0 obj
+61
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+16 0 obj
+113
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+18 0 obj
+58
+endobj
+
+%% Page 2
+19 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 35 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 36 0 R
+ /Fxo2 38 0 R
+ /Fxo3 40 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+20 0 obj
+<<
+ /Contents [
+ 42 0 R
+ 44 0 R
+ 46 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 48 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 49 0 R
+ /Fxo2 51 0 R
+ /Fxo3 53 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+21 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 61 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 62 0 R
+ /Fxo2 64 0 R
+ /Fxo3 66 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+22 0 obj
+<<
+ /Contents [
+ 68 0 R
+ 70 0 R
+ 72 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 74 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 75 0 R
+ /Fxo2 77 0 R
+ /Fxo3 79 0 R
+ >>
+ >>
+ /Rotate 180
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+23 0 obj
+<<
+ /Contents [
+ 81 0 R
+ 83 0 R
+ 85 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 87 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 88 0 R
+ /Fxo2 90 0 R
+ /Fxo3 92 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+24 0 obj
+<<
+ /Contents [
+ 94 0 R
+ 96 0 R
+ 98 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 100 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 101 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+25 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 109 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 110 0 R
+ /Fxo2 112 0 R
+ /Fxo3 114 0 R
+ >>
+ >>
+ /Rotate 270
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+26 0 obj
+<<
+ /Contents [
+ 116 0 R
+ 118 0 R
+ 120 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 122 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 123 0 R
+ /Fxo2 125 0 R
+ /Fxo3 127 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+27 0 obj
+<<
+ /K [
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+28 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Contents for page 2
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+32 0 obj
+240
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+34 0 obj
+208
+endobj
+
+35 0 obj
+<<
+>>
+endobj
+
+36 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 37 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+37 0 obj
+61
+endobj
+
+38 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 39 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+39 0 obj
+113
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+41 0 obj
+58
+endobj
+
+%% Contents for page 3
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+q
+endstream
+endobj
+
+43 0 obj
+2
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+45 0 obj
+240
+endobj
+
+%% Contents for page 3
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+47 0 obj
+207
+endobj
+
+48 0 obj
+<<
+>>
+endobj
+
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+50 0 obj
+61
+endobj
+
+51 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 52 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+52 0 obj
+113
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+54 0 obj
+58
+endobj
+
+%% Contents for page 4
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 4
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+58 0 obj
+240
+endobj
+
+%% Contents for page 4
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+60 0 obj
+207
+endobj
+
+61 0 obj
+<<
+>>
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+63 0 obj
+61
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+65 0 obj
+113
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+67 0 obj
+58
+endobj
+
+%% Contents for page 5
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+q
+endstream
+endobj
+
+69 0 obj
+2
+endobj
+
+%% Contents for page 5
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+240
+endobj
+
+%% Contents for page 5
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+-1.00003 0.00000 0.00000 -0.99998 294.14900 626.24700 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+73 0 obj
+209
+endobj
+
+74 0 obj
+<<
+>>
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+76 0 obj
+61
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+78 0 obj
+113
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+80 0 obj
+58
+endobj
+
+%% Contents for page 6
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+q
+endstream
+endobj
+
+82 0 obj
+2
+endobj
+
+%% Contents for page 6
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+84 0 obj
+240
+endobj
+
+%% Contents for page 6
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.92124 -0.73126 0.00000 180.79700 725.56752 cm
+/Fxo1 Do
+Q
+q
+0.00000 0.44193 -0.23955 0.00000 254.71087 551.55555 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+86 0 obj
+210
+endobj
+
+87 0 obj
+<<
+>>
+endobj
+
+88 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 89 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+89 0 obj
+61
+endobj
+
+90 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 2
+ 1.114
+ .513
+ 2
+ 100
+ 300
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 91 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+91 0 obj
+113
+endobj
+
+92 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 93 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+93 0 obj
+58
+endobj
+
+%% Contents for page 7
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+q
+endstream
+endobj
+
+95 0 obj
+2
+endobj
+
+%% Contents for page 7
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+97 0 obj
+240
+endobj
+
+%% Contents for page 7
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+99 0 obj
+71
+endobj
+
+100 0 obj
+<<
+>>
+endobj
+
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+102 0 obj
+61
+endobj
+
+%% Contents for page 8
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 8
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+106 0 obj
+240
+endobj
+
+%% Contents for page 8
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 -1.00003 0.99998 0.00000 196.15100 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+108 0 obj
+208
+endobj
+
+109 0 obj
+<<
+>>
+endobj
+
+110 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 111 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+111 0 obj
+61
+endobj
+
+112 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 113 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+113 0 obj
+113
+endobj
+
+114 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 115 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+115 0 obj
+58
+endobj
+
+%% Contents for page 9
+116 0 obj
+<<
+ /Length 117 0 R
+>>
+stream
+q
+endstream
+endobj
+
+117 0 obj
+2
+endobj
+
+%% Contents for page 9
+118 0 obj
+<<
+ /Length 119 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+119 0 obj
+240
+endobj
+
+%% Contents for page 9
+120 0 obj
+<<
+ /Length 121 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+121 0 obj
+207
+endobj
+
+122 0 obj
+<<
+>>
+endobj
+
+123 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 124 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+124 0 obj
+61
+endobj
+
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+126 0 obj
+113
+endobj
+
+127 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 128 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+128 0 obj
+58
+endobj
+
+129 0 obj
+<<
+ /A 133 0 R
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 0
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 1
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 2
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+xref
+0 134
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000000811 00000 n
+0000000971 00000 n
+0000001143 00000 n
+0000001200 00000 n
+0000001241 00000 n
+0000001558 00000 n
+0000001601 00000 n
+0000001865 00000 n
+0000001886 00000 n
+0000001909 00000 n
+0000002191 00000 n
+0000002211 00000 n
+0000002544 00000 n
+0000002565 00000 n
+0000002841 00000 n
+0000002871 00000 n
+0000003294 00000 n
+0000003704 00000 n
+0000004127 00000 n
+0000004551 00000 n
+0000004974 00000 n
+0000005348 00000 n
+0000005779 00000 n
+0000006186 00000 n
+0000006326 00000 n
+0000006446 00000 n
+0000006505 00000 n
+0000006547 00000 n
+0000006866 00000 n
+0000006910 00000 n
+0000007175 00000 n
+0000007196 00000 n
+0000007219 00000 n
+0000007501 00000 n
+0000007521 00000 n
+0000007854 00000 n
+0000007875 00000 n
+0000008151 00000 n
+0000008194 00000 n
+0000008253 00000 n
+0000008295 00000 n
+0000008614 00000 n
+0000008658 00000 n
+0000008922 00000 n
+0000008943 00000 n
+0000008966 00000 n
+0000009309 00000 n
+0000009329 00000 n
+0000009720 00000 n
+0000009741 00000 n
+0000010017 00000 n
+0000010060 00000 n
+0000010119 00000 n
+0000010161 00000 n
+0000010480 00000 n
+0000010524 00000 n
+0000010788 00000 n
+0000010809 00000 n
+0000010832 00000 n
+0000011175 00000 n
+0000011195 00000 n
+0000011586 00000 n
+0000011607 00000 n
+0000011883 00000 n
+0000011926 00000 n
+0000011985 00000 n
+0000012027 00000 n
+0000012346 00000 n
+0000012390 00000 n
+0000012656 00000 n
+0000012677 00000 n
+0000012700 00000 n
+0000012982 00000 n
+0000013002 00000 n
+0000013335 00000 n
+0000013356 00000 n
+0000013632 00000 n
+0000013675 00000 n
+0000013734 00000 n
+0000013776 00000 n
+0000014095 00000 n
+0000014139 00000 n
+0000014406 00000 n
+0000014427 00000 n
+0000014450 00000 n
+0000014793 00000 n
+0000014813 00000 n
+0000015209 00000 n
+0000015230 00000 n
+0000015506 00000 n
+0000015549 00000 n
+0000015608 00000 n
+0000015650 00000 n
+0000015969 00000 n
+0000016013 00000 n
+0000016141 00000 n
+0000016161 00000 n
+0000016185 00000 n
+0000016469 00000 n
+0000016513 00000 n
+0000016574 00000 n
+0000016617 00000 n
+0000016938 00000 n
+0000016983 00000 n
+0000017250 00000 n
+0000017272 00000 n
+0000017296 00000 n
+0000017580 00000 n
+0000017601 00000 n
+0000017936 00000 n
+0000017958 00000 n
+0000018236 00000 n
+0000018280 00000 n
+0000018341 00000 n
+0000018384 00000 n
+0000018705 00000 n
+0000018750 00000 n
+0000019016 00000 n
+0000019038 00000 n
+0000019062 00000 n
+0000019346 00000 n
+0000019367 00000 n
+0000019702 00000 n
+0000019724 00000 n
+0000020002 00000 n
+0000020023 00000 n
+0000020119 00000 n
+0000020215 00000 n
+0000020311 00000 n
+0000020407 00000 n
+trailer <<
+ /DocChecksum /DA785F789D02970D387C264D0A6C8CB0
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 134
+ /ID [<976442cb303b8d5e88a36a127de2a19f><31415926535897932384626433832795>]
+>>
+startxref
+20464
+%%EOF
diff --git a/qpdf/qtest/qpdf/manual-appearances-screen-out.pdf b/qpdf/qtest/qpdf/manual-appearances-screen-out.pdf
new file mode 100644
index 00000000..dea94f71
--- /dev/null
+++ b/qpdf/qtest/qpdf/manual-appearances-screen-out.pdf
@@ -0,0 +1,2297 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 3 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 4 0 R
+ /StructTreeRoot 5 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20181224113354-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 6 0 R
+ 8 0 R
+ 10 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 12 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 13 0 R
+ /Fxo2 15 0 R
+ /Fxo3 17 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 9
+ /Kids [
+ 3 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+5 0 obj
+<<
+ /K [
+ 27 0 R
+ ]
+ /ParentTree 28 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+q
+endstream
+endobj
+
+7 0 obj
+2
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+240
+endobj
+
+%% Contents for page 1
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+11 0 obj
+207
+endobj
+
+12 0 obj
+<<
+>>
+endobj
+
+13 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 14 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+14 0 obj
+61
+endobj
+
+15 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 16 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+16 0 obj
+113
+endobj
+
+17 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 18 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+18 0 obj
+58
+endobj
+
+%% Page 2
+19 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 35 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 36 0 R
+ /Fxo2 38 0 R
+ /Fxo3 40 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+20 0 obj
+<<
+ /Contents [
+ 42 0 R
+ 44 0 R
+ 46 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 48 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 49 0 R
+ /Fxo2 51 0 R
+ /Fxo3 53 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+21 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 61 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 62 0 R
+ /Fxo2 64 0 R
+ /Fxo3 66 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+22 0 obj
+<<
+ /Contents [
+ 68 0 R
+ 70 0 R
+ 72 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 74 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 75 0 R
+ /Fxo2 77 0 R
+ /Fxo3 79 0 R
+ >>
+ >>
+ /Rotate 180
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+23 0 obj
+<<
+ /Contents [
+ 81 0 R
+ 83 0 R
+ 85 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 87 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 88 0 R
+ /Fxo2 90 0 R
+ /Fxo3 92 0 R
+ >>
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+24 0 obj
+<<
+ /Contents [
+ 94 0 R
+ 96 0 R
+ 98 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 100 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 101 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+25 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 109 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 110 0 R
+ /Fxo2 112 0 R
+ /Fxo3 114 0 R
+ >>
+ >>
+ /Rotate 270
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+26 0 obj
+<<
+ /Contents [
+ 116 0 R
+ 118 0 R
+ 120 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font 122 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 123 0 R
+ /Fxo2 125 0 R
+ /Fxo3 127 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+27 0 obj
+<<
+ /K [
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ ]
+ /P 5 0 R
+ /Pg 3 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+28 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Contents for page 2
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+32 0 obj
+240
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+34 0 obj
+208
+endobj
+
+35 0 obj
+<<
+>>
+endobj
+
+36 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 37 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+37 0 obj
+61
+endobj
+
+38 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 39 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+39 0 obj
+113
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+41 0 obj
+58
+endobj
+
+%% Contents for page 3
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+q
+endstream
+endobj
+
+43 0 obj
+2
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+45 0 obj
+240
+endobj
+
+%% Contents for page 3
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+47 0 obj
+207
+endobj
+
+48 0 obj
+<<
+>>
+endobj
+
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+50 0 obj
+61
+endobj
+
+51 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 52 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+52 0 obj
+113
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+54 0 obj
+58
+endobj
+
+%% Contents for page 4
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 4
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+58 0 obj
+240
+endobj
+
+%% Contents for page 4
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.92124 0.00000 0.00000 0.73126 153.31752 651.15100 cm
+/Fxo1 Do
+Q
+q
+0.88367 0.00000 0.00000 0.47909 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+60 0 obj
+207
+endobj
+
+61 0 obj
+<<
+>>
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+63 0 obj
+61
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+65 0 obj
+113
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+67 0 obj
+58
+endobj
+
+%% Contents for page 5
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+q
+endstream
+endobj
+
+69 0 obj
+2
+endobj
+
+%% Contents for page 5
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+71 0 obj
+240
+endobj
+
+%% Contents for page 5
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+-1.00003 0.00000 0.00000 -0.99998 294.14900 626.24700 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+73 0 obj
+209
+endobj
+
+74 0 obj
+<<
+>>
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+76 0 obj
+61
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+78 0 obj
+113
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+80 0 obj
+58
+endobj
+
+%% Contents for page 6
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+q
+endstream
+endobj
+
+82 0 obj
+2
+endobj
+
+%% Contents for page 6
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+84 0 obj
+240
+endobj
+
+%% Contents for page 6
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.92124 -0.73126 0.00000 180.79700 725.56752 cm
+/Fxo1 Do
+Q
+q
+0.00000 0.44193 -0.23955 0.00000 254.71087 551.55555 cm
+/Fxo2 Do
+Q
+q
+0.00000 1.00003 -0.99998 0.00000 392.14700 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+86 0 obj
+210
+endobj
+
+87 0 obj
+<<
+>>
+endobj
+
+88 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 89 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+89 0 obj
+61
+endobj
+
+90 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 2
+ 1.114
+ .513
+ 2
+ 100
+ 300
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 91 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+91 0 obj
+113
+endobj
+
+92 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 93 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+93 0 obj
+58
+endobj
+
+%% Contents for page 7
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+q
+endstream
+endobj
+
+95 0 obj
+2
+endobj
+
+%% Contents for page 7
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+97 0 obj
+240
+endobj
+
+%% Contents for page 7
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+99 0 obj
+71
+endobj
+
+100 0 obj
+<<
+>>
+endobj
+
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+102 0 obj
+113
+endobj
+
+%% Contents for page 8
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 8
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+106 0 obj
+240
+endobj
+
+%% Contents for page 8
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+0.00000 -1.00003 0.99998 0.00000 196.15100 528.24900 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+108 0 obj
+208
+endobj
+
+109 0 obj
+<<
+>>
+endobj
+
+110 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 111 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+111 0 obj
+61
+endobj
+
+112 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 113 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+113 0 obj
+113
+endobj
+
+114 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 115 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+115 0 obj
+58
+endobj
+
+%% Contents for page 9
+116 0 obj
+<<
+ /Length 117 0 R
+>>
+stream
+q
+endstream
+endobj
+
+117 0 obj
+2
+endobj
+
+%% Contents for page 9
+118 0 obj
+<<
+ /Length 119 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+119 0 obj
+240
+endobj
+
+%% Contents for page 9
+120 0 obj
+<<
+ /Length 121 0 R
+>>
+stream
+
+Q
+q
+1.00003 0.00000 0.00000 0.99996 129.84900 651.15100 cm
+/Fxo1 Do
+Q
+q
+1.00002 0.00000 0.00000 0.99996 129.84900 542.75100 cm
+/Fxo2 Do
+Q
+q
+1.00003 0.00000 0.00000 0.99998 294.14900 430.25100 cm
+/Fxo3 Do
+Q
+endstream
+endobj
+
+121 0 obj
+207
+endobj
+
+122 0 obj
+<<
+>>
+endobj
+
+123 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 124 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+124 0 obj
+61
+endobj
+
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+126 0 obj
+113
+endobj
+
+127 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources <<
+ /Font <<
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 128 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+128 0 obj
+58
+endobj
+
+129 0 obj
+<<
+ /A 133 0 R
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 0
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 1
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 2
+ ]
+ /P 27 0 R
+ /Pg 3 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+xref
+0 134
+0000000000 65535 f
+0000000025 00000 n
+0000000219 00000 n
+0000000414 00000 n
+0000000811 00000 n
+0000000971 00000 n
+0000001143 00000 n
+0000001200 00000 n
+0000001241 00000 n
+0000001558 00000 n
+0000001601 00000 n
+0000001865 00000 n
+0000001886 00000 n
+0000001909 00000 n
+0000002191 00000 n
+0000002211 00000 n
+0000002544 00000 n
+0000002565 00000 n
+0000002841 00000 n
+0000002871 00000 n
+0000003294 00000 n
+0000003704 00000 n
+0000004127 00000 n
+0000004551 00000 n
+0000004974 00000 n
+0000005348 00000 n
+0000005779 00000 n
+0000006186 00000 n
+0000006326 00000 n
+0000006446 00000 n
+0000006505 00000 n
+0000006547 00000 n
+0000006866 00000 n
+0000006910 00000 n
+0000007175 00000 n
+0000007196 00000 n
+0000007219 00000 n
+0000007501 00000 n
+0000007521 00000 n
+0000007854 00000 n
+0000007875 00000 n
+0000008151 00000 n
+0000008194 00000 n
+0000008253 00000 n
+0000008295 00000 n
+0000008614 00000 n
+0000008658 00000 n
+0000008922 00000 n
+0000008943 00000 n
+0000008966 00000 n
+0000009309 00000 n
+0000009329 00000 n
+0000009720 00000 n
+0000009741 00000 n
+0000010017 00000 n
+0000010060 00000 n
+0000010119 00000 n
+0000010161 00000 n
+0000010480 00000 n
+0000010524 00000 n
+0000010788 00000 n
+0000010809 00000 n
+0000010832 00000 n
+0000011175 00000 n
+0000011195 00000 n
+0000011586 00000 n
+0000011607 00000 n
+0000011883 00000 n
+0000011926 00000 n
+0000011985 00000 n
+0000012027 00000 n
+0000012346 00000 n
+0000012390 00000 n
+0000012656 00000 n
+0000012677 00000 n
+0000012700 00000 n
+0000012982 00000 n
+0000013002 00000 n
+0000013335 00000 n
+0000013356 00000 n
+0000013632 00000 n
+0000013675 00000 n
+0000013734 00000 n
+0000013776 00000 n
+0000014095 00000 n
+0000014139 00000 n
+0000014406 00000 n
+0000014427 00000 n
+0000014450 00000 n
+0000014793 00000 n
+0000014813 00000 n
+0000015209 00000 n
+0000015230 00000 n
+0000015506 00000 n
+0000015549 00000 n
+0000015608 00000 n
+0000015650 00000 n
+0000015969 00000 n
+0000016013 00000 n
+0000016141 00000 n
+0000016161 00000 n
+0000016185 00000 n
+0000016520 00000 n
+0000016565 00000 n
+0000016626 00000 n
+0000016669 00000 n
+0000016990 00000 n
+0000017035 00000 n
+0000017302 00000 n
+0000017324 00000 n
+0000017348 00000 n
+0000017632 00000 n
+0000017653 00000 n
+0000017988 00000 n
+0000018010 00000 n
+0000018288 00000 n
+0000018332 00000 n
+0000018393 00000 n
+0000018436 00000 n
+0000018757 00000 n
+0000018802 00000 n
+0000019068 00000 n
+0000019090 00000 n
+0000019114 00000 n
+0000019398 00000 n
+0000019419 00000 n
+0000019754 00000 n
+0000019776 00000 n
+0000020054 00000 n
+0000020075 00000 n
+0000020171 00000 n
+0000020267 00000 n
+0000020363 00000 n
+0000020459 00000 n
+trailer <<
+ /DocChecksum /DA785F789D02970D387C264D0A6C8CB0
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 134
+ /ID [<976442cb303b8d5e88a36a127de2a19f><31415926535897932384626433832795>]
+>>
+startxref
+20516
+%%EOF
diff --git a/qpdf/qtest/qpdf/manual-appearances.pdf b/qpdf/qtest/qpdf/manual-appearances.pdf
new file mode 100644
index 00000000..dbce982b
--- /dev/null
+++ b/qpdf/qtest/qpdf/manual-appearances.pdf
@@ -0,0 +1,2740 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ 30 0 R
+ ]
+ /NeedAppearances false
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 31 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 32 0 R
+ /StructTreeRoot 33 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /CreationDate (D:20181224113354-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Font 34 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /AP <<
+ /N 35 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 34 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 31 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /AP <<
+ /N 37 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 34 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 31 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /AP <<
+ /N 39 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 34 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 31 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 7 0
+7 0 obj
+<<
+ /AP <<
+ /N 41 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 43 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 44 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 8 0
+8 0 obj
+<<
+ /AP <<
+ /N 45 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 43 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 44 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 9 0
+9 0 obj
+<<
+ /AP <<
+ /N 47 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 43 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 44 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 10 0
+10 0 obj
+<<
+ /AP <<
+ /N 49 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 51 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 52 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 11 0
+11 0 obj
+<<
+ /AP <<
+ /N 53 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 51 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 52 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 12 0
+12 0 obj
+<<
+ /AP <<
+ /N 55 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 51 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 52 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 13 0
+13 0 obj
+<<
+ /AP <<
+ /N 57 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 59 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 60 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 14 0
+14 0 obj
+<<
+ /AP <<
+ /N 61 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 59 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 60 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 15 0
+15 0 obj
+<<
+ /AP <<
+ /N 63 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 59 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 60 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 16 0
+16 0 obj
+<<
+ /AP <<
+ /N 65 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 67 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 68 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 17 0
+17 0 obj
+<<
+ /AP <<
+ /N 69 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 67 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 68 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 18 0
+18 0 obj
+<<
+ /AP <<
+ /N 71 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 67 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 68 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 19 0
+19 0 obj
+<<
+ /AP <<
+ /N 73 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 75 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 76 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 20 0
+20 0 obj
+<<
+ /AP <<
+ /N 77 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 75 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 76 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 21 0
+21 0 obj
+<<
+ /AP <<
+ /N 79 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 75 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 76 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 22 0
+22 0 obj
+<<
+ /AP <<
+ /N 81 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 83 0 R
+ >>
+ /DV <feff>
+ /F 36
+ /FT /Tx
+ /Ff 4096
+ /P 84 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 23 0
+23 0 obj
+<<
+ /AP <<
+ /N 85 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 83 0 R
+ >>
+ /DV <feff>
+ /F 0
+ /FT /Tx
+ /Ff 4096
+ /P 84 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 24 0
+24 0 obj
+<<
+ /AP <<
+ /N 87 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 83 0 R
+ >>
+ /DV <feff>
+ /F 2
+ /FT /Tx
+ /Ff 4096
+ /P 84 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 25 0
+25 0 obj
+<<
+ /AP <<
+ /N 89 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 91 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 92 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 26 0
+26 0 obj
+<<
+ /AP <<
+ /N 93 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 91 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 92 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 27 0
+27 0 obj
+<<
+ /AP <<
+ /N 95 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 91 0 R
+ >>
+ /DV <feff>
+ /F 20
+ /FT /Tx
+ /Ff 4096
+ /P 92 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 28 0
+28 0 obj
+<<
+ /AP <<
+ /N 97 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 99 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 100 0 R
+ /Rect [
+ 129.849
+ 651.151
+ 197.151
+ 702.099
+ ]
+ /Subtype /Widget
+ /T (Text Box 1)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 29 0
+29 0 obj
+<<
+ /AP <<
+ /N 101 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 99 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 100 0 R
+ /Rect [
+ 129.849
+ 542.751
+ 233.301
+ 595.749
+ ]
+ /Subtype /Widget
+ /T (Text Box 2)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Original object ID: 30 0
+30 0 obj
+<<
+ /AP <<
+ /N 103 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F1 10 Tf)
+ /DR <<
+ /Font 99 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /Ff 4096
+ /P 100 0 R
+ /Rect [
+ 294.149
+ 430.251
+ 366.951
+ 528.249
+ ]
+ /Subtype /Widget
+ /T (Text Box 3)
+ /Type /Annot
+ /V <feff>
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 31 0
+31 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ ]
+ /Contents 105 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 34 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 32 0
+32 0 obj
+<<
+ /Count 9
+ /Kids [
+ 31 0 R
+ 44 0 R
+ 52 0 R
+ 60 0 R
+ 68 0 R
+ 76 0 R
+ 84 0 R
+ 92 0 R
+ 100 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 33 0
+33 0 obj
+<<
+ /K [
+ 107 0 R
+ ]
+ /ParentTree 108 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+%% Original object ID: 34 0
+34 0 obj
+<<
+>>
+endobj
+
+%% Original object ID: 35 0
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+36 0 obj
+61
+endobj
+
+%% Original object ID: 37 0
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+38 0 obj
+113
+endobj
+
+%% Original object ID: 39 0
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+40 0 obj
+58
+endobj
+
+%% Original object ID: 41 0
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 109 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+42 0 obj
+61
+endobj
+
+%% Original object ID: 43 0
+43 0 obj
+<<
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 44 0
+44 0 obj
+<<
+ /Annots [
+ 7 0 R
+ 8 0 R
+ 9 0 R
+ ]
+ /Contents 110 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 43 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 45 0
+45 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 109 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+46 0 obj
+113
+endobj
+
+%% Original object ID: 47 0
+47 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 109 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 48 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+48 0 obj
+58
+endobj
+
+%% Original object ID: 49 0
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources 112 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+50 0 obj
+61
+endobj
+
+%% Original object ID: 51 0
+51 0 obj
+<<
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 52 0
+52 0 obj
+<<
+ /Annots [
+ 10 0 R
+ 11 0 R
+ 12 0 R
+ ]
+ /Contents 113 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 51 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 53 0
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources 112 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+54 0 obj
+113
+endobj
+
+%% Original object ID: 55 0
+55 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 112 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 56 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+56 0 obj
+58
+endobj
+
+%% Original object ID: 57 0
+57 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources 115 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 58 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+58 0 obj
+61
+endobj
+
+%% Original object ID: 59 0
+59 0 obj
+<<
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 60 0
+60 0 obj
+<<
+ /Annots [
+ 13 0 R
+ 14 0 R
+ 15 0 R
+ ]
+ /Contents 116 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 59 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 61 0
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 1
+ .557
+ .257
+ 1
+ 0
+ 0
+ ]
+ /Resources 115 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+62 0 obj
+113
+endobj
+
+%% Original object ID: 63 0
+63 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 115 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 64 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+64 0 obj
+58
+endobj
+
+%% Original object ID: 65 0
+65 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 118 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 66 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+66 0 obj
+61
+endobj
+
+%% Original object ID: 67 0
+67 0 obj
+<<
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 68 0
+68 0 obj
+<<
+ /Annots [
+ 16 0 R
+ 17 0 R
+ 18 0 R
+ ]
+ /Contents 119 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 67 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Rotate 180
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 69 0
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 118 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+70 0 obj
+113
+endobj
+
+%% Original object ID: 71 0
+71 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 118 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 72 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+72 0 obj
+58
+endobj
+
+%% Original object ID: 73 0
+73 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Matrix [
+ .707
+ .5
+ -.5
+ .707
+ 0
+ 0
+ ]
+ /Resources 121 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 74 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+74 0 obj
+61
+endobj
+
+%% Original object ID: 75 0
+75 0 obj
+<<
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 76 0
+76 0 obj
+<<
+ /Annots [
+ 19 0 R
+ 20 0 R
+ 21 0 R
+ ]
+ /Contents 122 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 75 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Rotate 90
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 77 0
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Matrix [
+ 2
+ 1.114
+ .513
+ 2
+ 100
+ 300
+ ]
+ /Resources 121 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+78 0 obj
+113
+endobj
+
+%% Original object ID: 79 0
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 121 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+80 0 obj
+58
+endobj
+
+%% Original object ID: 81 0
+81 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 124 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 82 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+82 0 obj
+61
+endobj
+
+%% Original object ID: 83 0
+83 0 obj
+<<
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 84 0
+84 0 obj
+<<
+ /Annots [
+ 22 0 R
+ 23 0 R
+ 24 0 R
+ ]
+ /Contents 125 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 83 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 85 0
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 124 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+86 0 obj
+113
+endobj
+
+%% Original object ID: 87 0
+87 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 124 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 88 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+88 0 obj
+58
+endobj
+
+%% Original object ID: 89 0
+89 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 127 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 90 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+90 0 obj
+61
+endobj
+
+%% Original object ID: 91 0
+91 0 obj
+<<
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 92 0
+92 0 obj
+<<
+ /Annots [
+ 25 0 R
+ 26 0 R
+ 27 0 R
+ ]
+ /Contents 128 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 91 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Rotate 270
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 93 0
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 127 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+94 0 obj
+113
+endobj
+
+%% Original object ID: 95 0
+95 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 127 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 96 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+96 0 obj
+58
+endobj
+
+%% Original object ID: 97 0
+97 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 67.3
+ 50.95
+ ]
+ /Resources 130 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 98 0 R
+>>
+stream
+q
+1 0 0 RG
+5 w
+0 0 67.3 50.95 re s
+0 1 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+98 0 obj
+61
+endobj
+
+%% Original object ID: 99 0
+99 0 obj
+<<
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 100 0
+100 0 obj
+<<
+ /Annots [
+ 28 0 R
+ 29 0 R
+ 30 0 R
+ ]
+ /Contents 131 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 32 0 R
+ /Resources <<
+ /Font 99 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 101 0
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 103.45
+ 53
+ ]
+ /Resources 130 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+q
+0 1 0 RG
+5 w
+0 0 103.45 53 re s
+0 0 1 RG
+5 5 15 15 re s
+1 w
+1 0 0 RG
+-10 25 m
+113.45 25 l
+52 -10 m
+52 63 l
+s
+Q
+endstream
+endobj
+
+102 0 obj
+113
+endobj
+
+%% Original object ID: 103 0
+103 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 98
+ ]
+ /Resources 130 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 104 0 R
+>>
+stream
+q
+0 0 1 RG
+5 w
+0 0 72.8 98 re s
+1 0 0 RG
+5 5 15 15 re s
+Q
+endstream
+endobj
+
+104 0 obj
+58
+endobj
+
+%% Contents for page 1
+%% Original object ID: 105 0
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+106 0 obj
+240
+endobj
+
+%% Original object ID: 107 0
+107 0 obj
+<<
+ /K [
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ ]
+ /P 33 0 R
+ /Pg 31 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 108 0
+108 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 109 0
+109 0 obj
+<<
+ /Font 43 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 2
+%% Original object ID: 110 0
+110 0 obj
+<<
+ /Length 111 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+111 0 obj
+240
+endobj
+
+%% Original object ID: 112 0
+112 0 obj
+<<
+ /Font 51 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 3
+%% Original object ID: 113 0
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+114 0 obj
+240
+endobj
+
+%% Original object ID: 115 0
+115 0 obj
+<<
+ /Font 59 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 4
+%% Original object ID: 116 0
+116 0 obj
+<<
+ /Length 117 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+117 0 obj
+240
+endobj
+
+%% Original object ID: 118 0
+118 0 obj
+<<
+ /Font 67 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 5
+%% Original object ID: 119 0
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+120 0 obj
+240
+endobj
+
+%% Original object ID: 121 0
+121 0 obj
+<<
+ /Font 75 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 6
+%% Original object ID: 122 0
+122 0 obj
+<<
+ /Length 123 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+123 0 obj
+240
+endobj
+
+%% Original object ID: 124 0
+124 0 obj
+<<
+ /Font 83 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 7
+%% Original object ID: 125 0
+125 0 obj
+<<
+ /Length 126 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+126 0 obj
+240
+endobj
+
+%% Original object ID: 127 0
+127 0 obj
+<<
+ /Font 91 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 8
+%% Original object ID: 128 0
+128 0 obj
+<<
+ /Length 129 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+129 0 obj
+240
+endobj
+
+%% Original object ID: 130 0
+130 0 obj
+<<
+ /Font 99 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+%% Contents for page 9
+%% Original object ID: 131 0
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Form<</MCID 0>>BDC
+0 0 0 RG
+1 1 1 rg
+127.35 648.65 72.3 55.95 re B*
+EMC
+/Form<</MCID 1>>BDC
+127.35 540.25 108.45 58 re B*
+EMC
+/Form<</MCID 2>>BDC
+291.65 427.75 77.8 103 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+132 0 obj
+240
+endobj
+
+%% Original object ID: 133 0
+133 0 obj
+<<
+ /A 137 0 R
+ /P 107 0 R
+ /Pg 31 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 134 0
+134 0 obj
+<<
+ /K [
+ 0
+ ]
+ /P 107 0 R
+ /Pg 31 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 135 0
+135 0 obj
+<<
+ /K [
+ 1
+ ]
+ /P 107 0 R
+ /Pg 31 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 136 0
+136 0 obj
+<<
+ /K [
+ 2
+ ]
+ /P 107 0 R
+ /Pg 31 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+%% Original object ID: 137 0
+137 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+xref
+0 138
+0000000000 65535 f
+0000000052 00000 n
+0000000702 00000 n
+0000000914 00000 n
+0000001014 00000 n
+0000001346 00000 n
+0000001678 00000 n
+0000002010 00000 n
+0000002342 00000 n
+0000002674 00000 n
+0000003008 00000 n
+0000003342 00000 n
+0000003676 00000 n
+0000004010 00000 n
+0000004344 00000 n
+0000004678 00000 n
+0000005012 00000 n
+0000005346 00000 n
+0000005680 00000 n
+0000006015 00000 n
+0000006350 00000 n
+0000006685 00000 n
+0000007020 00000 n
+0000007355 00000 n
+0000007689 00000 n
+0000008023 00000 n
+0000008357 00000 n
+0000008691 00000 n
+0000009026 00000 n
+0000009361 00000 n
+0000009697 00000 n
+0000010043 00000 n
+0000010407 00000 n
+0000010598 00000 n
+0000010778 00000 n
+0000010829 00000 n
+0000011045 00000 n
+0000011093 00000 n
+0000011360 00000 n
+0000011409 00000 n
+0000011619 00000 n
+0000011667 00000 n
+0000011885 00000 n
+0000011933 00000 n
+0000011994 00000 n
+0000012371 00000 n
+0000012640 00000 n
+0000012689 00000 n
+0000012901 00000 n
+0000012949 00000 n
+0000013228 00000 n
+0000013276 00000 n
+0000013337 00000 n
+0000013704 00000 n
+0000014031 00000 n
+0000014080 00000 n
+0000014292 00000 n
+0000014340 00000 n
+0000014619 00000 n
+0000014667 00000 n
+0000014728 00000 n
+0000015108 00000 n
+0000015435 00000 n
+0000015484 00000 n
+0000015696 00000 n
+0000015744 00000 n
+0000015962 00000 n
+0000016010 00000 n
+0000016071 00000 n
+0000016452 00000 n
+0000016721 00000 n
+0000016770 00000 n
+0000016982 00000 n
+0000017030 00000 n
+0000017309 00000 n
+0000017357 00000 n
+0000017418 00000 n
+0000017798 00000 n
+0000018130 00000 n
+0000018179 00000 n
+0000018391 00000 n
+0000018439 00000 n
+0000018657 00000 n
+0000018705 00000 n
+0000018766 00000 n
+0000019133 00000 n
+0000019402 00000 n
+0000019451 00000 n
+0000019663 00000 n
+0000019711 00000 n
+0000019929 00000 n
+0000019977 00000 n
+0000020038 00000 n
+0000020419 00000 n
+0000020688 00000 n
+0000020737 00000 n
+0000020949 00000 n
+0000020997 00000 n
+0000021215 00000 n
+0000021263 00000 n
+0000021325 00000 n
+0000021694 00000 n
+0000021965 00000 n
+0000022016 00000 n
+0000022230 00000 n
+0000022303 00000 n
+0000022624 00000 n
+0000022675 00000 n
+0000022847 00000 n
+0000022974 00000 n
+0000023101 00000 n
+0000023422 00000 n
+0000023473 00000 n
+0000023600 00000 n
+0000023921 00000 n
+0000023972 00000 n
+0000024099 00000 n
+0000024420 00000 n
+0000024471 00000 n
+0000024598 00000 n
+0000024919 00000 n
+0000024970 00000 n
+0000025097 00000 n
+0000025418 00000 n
+0000025469 00000 n
+0000025596 00000 n
+0000025917 00000 n
+0000025968 00000 n
+0000026095 00000 n
+0000026416 00000 n
+0000026467 00000 n
+0000026594 00000 n
+0000026915 00000 n
+0000026966 00000 n
+0000027093 00000 n
+0000027220 00000 n
+0000027347 00000 n
+0000027474 00000 n
+trailer <<
+ /DocChecksum /DA785F789D02970D387C264D0A6C8CB0
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 138
+ /ID [<976442cb303b8d5e88a36a127de2a19f><1f7f023bcea1641cee1f72048a9d0676>]
+>>
+startxref
+27531
+%%EOF
diff --git a/qpdf/qtest/qpdf/merge-dict.out b/qpdf/qtest/qpdf/merge-dict.out
new file mode 100644
index 00000000..e0b6dc3e
--- /dev/null
+++ b/qpdf/qtest/qpdf/merge-dict.out
@@ -0,0 +1,44 @@
+{
+ "/k1": "scalar1",
+ "/k2": 16059,
+ "/k3": {
+ "/a": "a",
+ "/b": "conflict: seen",
+ "/c": [
+ 2,
+ 3
+ ],
+ "/d": {
+ "/y": 25,
+ "/z": 26
+ },
+ "/e": "e"
+ },
+ "/k4": {
+ "/A": 65,
+ "/B": 66,
+ "/C": 67,
+ "/indirect2": "8 0 R",
+ "/recursive": "9 0 R"
+ },
+ "/k5": [
+ "/one",
+ 2,
+ "three",
+ [
+ "/four"
+ ],
+ "two"
+ ]
+}
+/A
+/B
+/C
+/a
+/b
+/c
+/d
+/e
+/indirect2
+/recursive
+test 50 done
diff --git a/qpdf/qtest/qpdf/merge-dict.pdf b/qpdf/qtest/qpdf/merge-dict.pdf
new file mode 100644
index 00000000..1061ef51
--- /dev/null
+++ b/qpdf/qtest/qpdf/merge-dict.pdf
@@ -0,0 +1,148 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 6 0 R
+ >>
+ /ProcSet 7 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+5 0 obj
+44
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+8 0 obj
+<<
+ /a (a)
+ /b (b)
+ /c [1 2]
+ /d << /x 24 /y (not seen) >>
+>>
+endobj
+
+9 0 obj
+<<
+ /A 65
+ /B 66
+ /indirect2 8 0 R
+ /recursive 9 0 R
+>>
+endobj
+
+xref
+0 10
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000376 00000 n
+0000000475 00000 n
+0000000494 00000 n
+0000000612 00000 n
+0000000647 00000 n
+0000000729 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 10
+ /ID [<f8c8da17f88e0dccac9f73ad9d0ee411><f8c8da17f88e0dccac9f73ad9d0ee411>]
+ /Dict1 <<
+ /k1 (scalar1)
+ /k3 <<
+ /b (conflict: seen)
+ /c [2 3]
+ /d << /y 25 /z 26 >>
+ /e (e)
+ >>
+ /k4 9 0 R
+ /k5 [
+ /one
+ 2
+ (three)
+ [ /four ]
+ ]
+ >>
+ /Dict2 <<
+ /k1 (other: conflict: not seen)
+ /k2 16059
+ /k3 8 0 R
+ /k4 <<
+ /B (not seen)
+ /C 67
+ /indirect2 8 0 R
+ /recursive 8 0 R
+ >>
+ /k5 [
+ /one
+ (two)
+ << /six 6 >>
+ [ /five ]
+ ]
+ >>
+>>
+startxref
+805
+%%EOF
diff --git a/qpdf/qtest/qpdf/merge-implicit-ranges.pdf b/qpdf/qtest/qpdf/merge-implicit-ranges.pdf
index da523cad..be17bf46 100644
--- a/qpdf/qtest/qpdf/merge-implicit-ranges.pdf
+++ b/qpdf/qtest/qpdf/merge-implicit-ranges.pdf
@@ -1,7 +1,7 @@
%PDF-1.3
%¿÷¢þ
1 0 obj
-<< /Pages 2 0 R /Type /Catalog >>
+<< /PageLabels << /Nums [ 0 << /St 1 >> 21 << /P () /St 1 >> 23 << /S /r /St 1 >> 28 << /P () /St 1 >> 30 << /S /r /St 6 >> 32 << /P () /St 1 >> 33 << /S /D /St 2 >> 36 << /S /D /St 6 >> 40 << /P () /St 1 >> 41 << /S /D /St 12 >> 43 << /S /D /St 16059 >> 44 << /S /r /St 50 >> 50 << /S /r /St 54 >> ] >> /Pages 2 0 R /Type /Catalog >>
endobj
2 0 obj
<< /Count 51 /Kids [ 3 0 R 4 0 R 5 0 R 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 30 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 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R ] /Type /Pages >>
@@ -514,115 +514,115 @@ xref
0 110
0000000000 65535 f
0000000015 00000 n
-0000000064 00000 n
-0000000468 00000 n
-0000000614 00000 n
-0000000768 00000 n
-0000000922 00000 n
-0000001076 00000 n
-0000001230 00000 n
-0000001384 00000 n
-0000001538 00000 n
-0000001693 00000 n
-0000001848 00000 n
-0000002003 00000 n
-0000002158 00000 n
-0000002313 00000 n
-0000002468 00000 n
-0000002623 00000 n
-0000002778 00000 n
-0000002933 00000 n
-0000003088 00000 n
-0000003243 00000 n
-0000003398 00000 n
-0000003553 00000 n
-0000003708 00000 n
-0000003855 00000 n
-0000004002 00000 n
-0000004149 00000 n
-0000004296 00000 n
-0000004443 00000 n
-0000004590 00000 n
-0000004737 00000 n
-0000004884 00000 n
-0000005031 00000 n
-0000005178 00000 n
-0000005325 00000 n
-0000005472 00000 n
-0000005619 00000 n
-0000005766 00000 n
-0000005913 00000 n
-0000006060 00000 n
-0000006207 00000 n
-0000006354 00000 n
-0000006501 00000 n
-0000006648 00000 n
-0000006796 00000 n
-0000006944 00000 n
-0000007092 00000 n
-0000007240 00000 n
-0000007388 00000 n
-0000007536 00000 n
-0000007684 00000 n
-0000007832 00000 n
-0000007980 00000 n
-0000008128 00000 n
-0000008247 00000 n
-0000008355 00000 n
-0000008386 00000 n
-0000008510 00000 n
-0000008610 00000 n
-0000008734 00000 n
-0000008858 00000 n
-0000008982 00000 n
-0000009106 00000 n
-0000009230 00000 n
-0000009354 00000 n
-0000009478 00000 n
-0000009602 00000 n
-0000009726 00000 n
-0000009851 00000 n
-0000009976 00000 n
-0000010101 00000 n
-0000010226 00000 n
-0000010351 00000 n
-0000010475 00000 n
-0000010600 00000 n
-0000010725 00000 n
-0000010850 00000 n
-0000010975 00000 n
-0000011096 00000 n
-0000011204 00000 n
-0000011235 00000 n
-0000011356 00000 n
-0000011477 00000 n
-0000011598 00000 n
-0000011719 00000 n
-0000011840 00000 n
-0000011961 00000 n
-0000012082 00000 n
-0000012203 00000 n
-0000012324 00000 n
-0000012446 00000 n
-0000012568 00000 n
-0000012690 00000 n
-0000012812 00000 n
-0000012934 00000 n
-0000013056 00000 n
-0000013178 00000 n
-0000013300 00000 n
-0000013422 00000 n
-0000013544 00000 n
-0000013667 00000 n
-0000013790 00000 n
-0000013913 00000 n
-0000014036 00000 n
-0000014158 00000 n
-0000014281 00000 n
-0000014404 00000 n
-0000014527 00000 n
-0000014650 00000 n
+0000000365 00000 n
+0000000769 00000 n
+0000000915 00000 n
+0000001069 00000 n
+0000001223 00000 n
+0000001377 00000 n
+0000001531 00000 n
+0000001685 00000 n
+0000001839 00000 n
+0000001994 00000 n
+0000002149 00000 n
+0000002304 00000 n
+0000002459 00000 n
+0000002614 00000 n
+0000002769 00000 n
+0000002924 00000 n
+0000003079 00000 n
+0000003234 00000 n
+0000003389 00000 n
+0000003544 00000 n
+0000003699 00000 n
+0000003854 00000 n
+0000004009 00000 n
+0000004156 00000 n
+0000004303 00000 n
+0000004450 00000 n
+0000004597 00000 n
+0000004744 00000 n
+0000004891 00000 n
+0000005038 00000 n
+0000005185 00000 n
+0000005332 00000 n
+0000005479 00000 n
+0000005626 00000 n
+0000005773 00000 n
+0000005920 00000 n
+0000006067 00000 n
+0000006214 00000 n
+0000006361 00000 n
+0000006508 00000 n
+0000006655 00000 n
+0000006802 00000 n
+0000006949 00000 n
+0000007097 00000 n
+0000007245 00000 n
+0000007393 00000 n
+0000007541 00000 n
+0000007689 00000 n
+0000007837 00000 n
+0000007985 00000 n
+0000008133 00000 n
+0000008281 00000 n
+0000008429 00000 n
+0000008548 00000 n
+0000008656 00000 n
+0000008687 00000 n
+0000008811 00000 n
+0000008911 00000 n
+0000009035 00000 n
+0000009159 00000 n
+0000009283 00000 n
+0000009407 00000 n
+0000009531 00000 n
+0000009655 00000 n
+0000009779 00000 n
+0000009903 00000 n
+0000010027 00000 n
+0000010152 00000 n
+0000010277 00000 n
+0000010402 00000 n
+0000010527 00000 n
+0000010652 00000 n
+0000010776 00000 n
+0000010901 00000 n
+0000011026 00000 n
+0000011151 00000 n
+0000011276 00000 n
+0000011397 00000 n
+0000011505 00000 n
+0000011536 00000 n
+0000011657 00000 n
+0000011778 00000 n
+0000011899 00000 n
+0000012020 00000 n
+0000012141 00000 n
+0000012262 00000 n
+0000012383 00000 n
+0000012504 00000 n
+0000012625 00000 n
+0000012747 00000 n
+0000012869 00000 n
+0000012991 00000 n
+0000013113 00000 n
+0000013235 00000 n
+0000013357 00000 n
+0000013479 00000 n
+0000013601 00000 n
+0000013723 00000 n
+0000013845 00000 n
+0000013968 00000 n
+0000014091 00000 n
+0000014214 00000 n
+0000014337 00000 n
+0000014459 00000 n
+0000014582 00000 n
+0000014705 00000 n
+0000014828 00000 n
+0000014951 00000 n
trailer << /Root 1 0 R /Size 110 /ID [<31415926535897932384626433832795><31415926535897932384626433832795>] >>
startxref
-14773
+15074
%%EOF
diff --git a/qpdf/qtest/qpdf/merge-multiple-labels.pdf b/qpdf/qtest/qpdf/merge-multiple-labels.pdf
new file mode 100644
index 00000000..d767e760
--- /dev/null
+++ b/qpdf/qtest/qpdf/merge-multiple-labels.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/merge-three-files-1.pdf b/qpdf/qtest/qpdf/merge-three-files-1.pdf
index 709f21ed..d90b97d7 100644
--- a/qpdf/qtest/qpdf/merge-three-files-1.pdf
+++ b/qpdf/qtest/qpdf/merge-three-files-1.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/merge-three-files-2.pdf b/qpdf/qtest/qpdf/merge-three-files-2.pdf
index c8b717e6..2d472ac6 100644
--- a/qpdf/qtest/qpdf/merge-three-files-2.pdf
+++ b/qpdf/qtest/qpdf/merge-three-files-2.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/minimal-dangling-out.pdf b/qpdf/qtest/qpdf/minimal-dangling-out.pdf
new file mode 100644
index 00000000..48dff413
--- /dev/null
+++ b/qpdf/qtest/qpdf/minimal-dangling-out.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/minimal-dangling.out b/qpdf/qtest/qpdf/minimal-dangling.out
new file mode 100644
index 00000000..6f656850
--- /dev/null
+++ b/qpdf/qtest/qpdf/minimal-dangling.out
@@ -0,0 +1,9 @@
+all objects
+1 0 R
+2 0 R
+3 0 R
+4 0 R
+5 0 R
+6 0 R
+7 0 R
+test 53 done
diff --git a/qpdf/qtest/qpdf/more-choices.pdf b/qpdf/qtest/qpdf/more-choices.pdf
new file mode 100644
index 00000000..b546a0b8
--- /dev/null
+++ b/qpdf/qtest/qpdf/more-choices.pdf
@@ -0,0 +1,3788 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0031>
+ <feff0032>
+ <feff0033>
+ <feff0034>
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ <feff0039>
+ <feff0031003000f7>
+ <feff00310031>
+ <feff00310032>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 197 0 R
+ 198 0 R
+ ]
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N 199 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 198 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 197 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+199 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 200 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+200 0 obj
+929
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000997 00000 n
+0000001128 00000 n
+0000001517 00000 n
+0000001906 00000 n
+0000002295 00000 n
+0000002426 00000 n
+0000002784 00000 n
+0000003347 00000 n
+0000003823 00000 n
+0000004244 00000 n
+0000004715 00000 n
+0000005142 00000 n
+0000005281 00000 n
+0000005431 00000 n
+0000005521 00000 n
+0000005688 00000 n
+0000005708 00000 n
+0000006072 00000 n
+0000006438 00000 n
+0000006804 00000 n
+0000006972 00000 n
+0000006992 00000 n
+0000007230 00000 n
+0000007250 00000 n
+0000007331 00000 n
+0000007499 00000 n
+0000007519 00000 n
+0000007757 00000 n
+0000007777 00000 n
+0000007945 00000 n
+0000007965 00000 n
+0000008203 00000 n
+0000008223 00000 n
+0000008589 00000 n
+0000008953 00000 n
+0000009319 00000 n
+0000009488 00000 n
+0000009508 00000 n
+0000009709 00000 n
+0000009729 00000 n
+0000009930 00000 n
+0000009950 00000 n
+0000010153 00000 n
+0000010173 00000 n
+0000010372 00000 n
+0000010415 00000 n
+0000015241 00000 n
+0000015263 00000 n
+0000016047 00000 n
+0000016448 00000 n
+0000016899 00000 n
+0000018816 00000 n
+0000019186 00000 n
+0000021100 00000 n
+0000021476 00000 n
+0000021497 00000 n
+0000021665 00000 n
+0000021685 00000 n
+0000022061 00000 n
+0000022082 00000 n
+0000022250 00000 n
+0000022270 00000 n
+0000022646 00000 n
+0000022667 00000 n
+0000022835 00000 n
+0000022855 00000 n
+0000023231 00000 n
+0000023252 00000 n
+0000023420 00000 n
+0000023440 00000 n
+0000023816 00000 n
+0000023837 00000 n
+0000024005 00000 n
+0000024025 00000 n
+0000024401 00000 n
+0000024422 00000 n
+0000024590 00000 n
+0000024610 00000 n
+0000024723 00000 n
+0000024819 00000 n
+0000024932 00000 n
+0000025028 00000 n
+0000025141 00000 n
+0000025237 00000 n
+0000025333 00000 n
+0000025429 00000 n
+0000025525 00000 n
+0000025621 00000 n
+0000025717 00000 n
+0000025830 00000 n
+0000025926 00000 n
+0000026022 00000 n
+0000026118 00000 n
+0000026214 00000 n
+0000026310 00000 n
+0000026406 00000 n
+0000026503 00000 n
+0000026600 00000 n
+0000026697 00000 n
+0000026794 00000 n
+0000026908 00000 n
+0000027005 00000 n
+0000027102 00000 n
+0000027199 00000 n
+0000027296 00000 n
+0000027393 00000 n
+0000027490 00000 n
+0000027587 00000 n
+0000027684 00000 n
+0000027781 00000 n
+0000027878 00000 n
+0000027992 00000 n
+0000028089 00000 n
+0000028186 00000 n
+0000028283 00000 n
+0000028403 00000 n
+0000028500 00000 n
+0000028597 00000 n
+0000028694 00000 n
+0000028791 00000 n
+0000028888 00000 n
+0000029008 00000 n
+0000029106 00000 n
+0000029204 00000 n
+0000029302 00000 n
+0000029400 00000 n
+0000029498 00000 n
+0000029596 00000 n
+0000029694 00000 n
+0000029792 00000 n
+0000029890 00000 n
+0000029988 00000 n
+0000030086 00000 n
+0000030184 00000 n
+0000030282 00000 n
+0000030380 00000 n
+0000030478 00000 n
+0000030723 00000 n
+0000031484 00000 n
+0000031506 00000 n
+0000031722 00000 n
+0000031966 00000 n
+0000032607 00000 n
+0000032629 00000 n
+0000032844 00000 n
+0000032901 00000 n
+0000032958 00000 n
+0000033015 00000 n
+0000033072 00000 n
+0000033129 00000 n
+0000033186 00000 n
+0000033243 00000 n
+0000033300 00000 n
+0000033357 00000 n
+0000033414 00000 n
+0000033471 00000 n
+0000033528 00000 n
+0000033585 00000 n
+0000033642 00000 n
+0000033699 00000 n
+0000033756 00000 n
+0000033813 00000 n
+0000033870 00000 n
+0000033927 00000 n
+0000033984 00000 n
+0000034041 00000 n
+0000034098 00000 n
+0000034155 00000 n
+0000034212 00000 n
+0000034269 00000 n
+0000034326 00000 n
+0000034383 00000 n
+0000034440 00000 n
+0000034497 00000 n
+0000034554 00000 n
+0000034611 00000 n
+0000034668 00000 n
+0000034725 00000 n
+0000034782 00000 n
+0000034839 00000 n
+0000034896 00000 n
+0000034953 00000 n
+0000035010 00000 n
+0000035067 00000 n
+0000035124 00000 n
+0000035181 00000 n
+0000035238 00000 n
+0000035295 00000 n
+0000035352 00000 n
+0000051634 00000 n
+0000051658 00000 n
+0000062844 00000 n
+0000062868 00000 n
+0000063203 00000 n
+0000063346 00000 n
+0000064571 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><45201f7a345625a01ccb53b240a8ba8d>]
+>>
+startxref
+64593
+%%EOF
diff --git a/qpdf/qtest/qpdf/name-tree.out b/qpdf/qtest/qpdf/name-tree.out
new file mode 100644
index 00000000..c50e8806
--- /dev/null
+++ b/qpdf/qtest/qpdf/name-tree.out
@@ -0,0 +1,10 @@
+01 one -> one!
+06 σιχ -> six!
+07 sev•n -> seven!
+11 elephant -> elephant?
+12 twelve -> twelve!
+15 fifteen -> fifteen!
+20 twenty -> twenty.
+22 twenty-two -> twenty-two!
+29 twenty-nine -> twenty-nine!
+test 48 done
diff --git a/qpdf/qtest/qpdf/name-tree.pdf b/qpdf/qtest/qpdf/name-tree.pdf
new file mode 100644
index 00000000..af640119
--- /dev/null
+++ b/qpdf/qtest/qpdf/name-tree.pdf
@@ -0,0 +1,166 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 6 0 R
+ >>
+ /ProcSet 7 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+5 0 obj
+44
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+8 0 obj
+<<
+ /Kids [
+ 9 0 R
+ 10 0 R
+ ]
+>>
+endobj
+
+9 0 obj
+<<
+ /Kids [
+ 11 0 R
+ 12 0 R
+ ]
+ /Limits [
+ 0
+ 19
+ ]
+>>
+endobj
+
+10 0 obj
+<<
+ /Limits [
+ 20
+ 29
+ ]
+ /Names [
+ (20 twenty) (twenty.)
+ (22 twenty-two) (twenty-two!)
+ (29 twenty-nine) (twenty-nine!)
+ ]
+>>
+endobj
+
+11 0 obj
+<<
+ /Limits [
+ (01 one)
+ <feff0030003700200073006500762022006e>
+ ]
+ /Names [
+ (01 one) (one!)
+ <feff00300036002003C303B903C7> (six!)
+ (07 sev€n) (seven!)
+ ]
+>>
+endobj
+
+12 0 obj
+<<
+ /Limits [
+ (11 elephant)
+ (15 fifteen)
+ ]
+ /Names [
+ (11 elephant) (elephant?)
+ (12 twelve) (twelve!)
+ (15 fifteen) (fifteen!)
+ ]
+>>
+endobj
+
+
+xref
+0 13
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000376 00000 n
+0000000475 00000 n
+0000000494 00000 n
+0000000612 00000 n
+0000000647 00000 n
+0000000704 00000 n
+0000000791 00000 n
+0000000955 00000 n
+0000001151 00000 n
+trailer <<
+ /Root 1 0 R
+ /QTest 8 0 R
+ /Size 13
+ /ID [<2c3b7a6ec7fc61db8a5db4eebf57f540><2c3b7a6ec7fc61db8a5db4eebf57f540>]
+>>
+startxref
+1325
+%%EOF
diff --git a/qpdf/qtest/qpdf/need-appearances-more-out.pdf b/qpdf/qtest/qpdf/need-appearances-more-out.pdf
new file mode 100644
index 00000000..6467baae
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-more-out.pdf
@@ -0,0 +1,3731 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Yes 24 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 27 0 R
+ /Yes 29 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 31 0 R
+ /Yes 33 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 35 0 R
+ 36 0 R
+ 37 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 38 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots 46 0 R
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources <<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 53 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 55 0 R
+ ]
+ /ParentTree 56 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 57 0 R
+ /F2 58 0 R
+ /F3 59 0 R
+ /F4 60 0 R
+ /ZaDi 26 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+
+endstream
+endobj
+
+%QDF: ignore_newline
+20 0 obj
+0
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 61 0 R
+ /Off 63 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 65 0 R
+ /Off 67 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 69 0 R
+ /Off 71 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+25 0 obj
+82
+endobj
+
+26 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+28 0 obj
+12
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+30 0 obj
+82
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+32 0 obj
+12
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+34 0 obj
+82
+endobj
+
+35 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 73 0 R
+ /Off 75 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+36 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 77 0 R
+ /Off 79 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 81 0 R
+ /Off 83 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 26 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 39 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+39 0 obj
+46
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+46
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+47
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+45
+endobj
+
+46 0 obj
+[
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 35 0 R
+ 36 0 R
+ 37 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+]
+endobj
+
+%% Contents for page 1
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 1
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+50 0 obj
+4747
+endobj
+
+%% Contents for page 1
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 435.00000 703.00000 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+71
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+54 0 obj
+929
+endobj
+
+55 0 obj
+<<
+ /K [
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+56 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 85 0 R
+ 87 0 R
+ 89 0 R
+ 96 0 R
+ 107 0 R
+ 118 0 R
+ 122 0 R
+ 122 0 R
+ 128 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ ]
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 144 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 145 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 147 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+59 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 148 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 149 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 151 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+62 0 obj
+220
+endobj
+
+63 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 64 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+64 0 obj
+12
+endobj
+
+65 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 66 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+66 0 obj
+220
+endobj
+
+67 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 68 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+68 0 obj
+12
+endobj
+
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+70 0 obj
+220
+endobj
+
+71 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 72 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+72 0 obj
+12
+endobj
+
+73 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 74 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+74 0 obj
+220
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+76 0 obj
+12
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+78 0 obj
+220
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+80 0 obj
+12
+endobj
+
+81 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 82 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+82 0 obj
+220
+endobj
+
+83 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 84 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+84 0 obj
+12
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /K [
+ 0
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /K [
+ 1
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /K [
+ 2
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /K [
+ 3
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /K [
+ 4
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /K [
+ 5
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 55 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 196 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+146 0 obj
+702
+endobj
+
+147 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+148 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 198 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /Length 150 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+150 0 obj
+582
+endobj
+
+151 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /Length1 16184
+ /Length 197 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+197 0 obj
+16184
+endobj
+
+198 0 obj
+<<
+ /Length1 11088
+ /Length 199 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+199 0 obj
+11088
+endobj
+
+xref
+0 200
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000997 00000 n
+0000001128 00000 n
+0000001499 00000 n
+0000001888 00000 n
+0000002277 00000 n
+0000002408 00000 n
+0000002738 00000 n
+0000003165 00000 n
+0000003641 00000 n
+0000004062 00000 n
+0000004533 00000 n
+0000004913 00000 n
+0000005052 00000 n
+0000005202 00000 n
+0000005292 00000 n
+0000005469 00000 n
+0000005488 00000 n
+0000005852 00000 n
+0000006218 00000 n
+0000006584 00000 n
+0000006822 00000 n
+0000006842 00000 n
+0000006923 00000 n
+0000007091 00000 n
+0000007111 00000 n
+0000007349 00000 n
+0000007369 00000 n
+0000007537 00000 n
+0000007557 00000 n
+0000007795 00000 n
+0000007815 00000 n
+0000008181 00000 n
+0000008545 00000 n
+0000008911 00000 n
+0000009112 00000 n
+0000009132 00000 n
+0000009333 00000 n
+0000009353 00000 n
+0000009556 00000 n
+0000009576 00000 n
+0000009775 00000 n
+0000009795 00000 n
+0000009970 00000 n
+0000010029 00000 n
+0000010071 00000 n
+0000014897 00000 n
+0000014942 00000 n
+0000015070 00000 n
+0000015090 00000 n
+0000016313 00000 n
+0000016334 00000 n
+0000017121 00000 n
+0000017522 00000 n
+0000017973 00000 n
+0000019890 00000 n
+0000020260 00000 n
+0000022174 00000 n
+0000022550 00000 n
+0000022571 00000 n
+0000022739 00000 n
+0000022759 00000 n
+0000023135 00000 n
+0000023156 00000 n
+0000023324 00000 n
+0000023344 00000 n
+0000023720 00000 n
+0000023741 00000 n
+0000023909 00000 n
+0000023929 00000 n
+0000024305 00000 n
+0000024326 00000 n
+0000024494 00000 n
+0000024514 00000 n
+0000024890 00000 n
+0000024911 00000 n
+0000025079 00000 n
+0000025099 00000 n
+0000025475 00000 n
+0000025496 00000 n
+0000025664 00000 n
+0000025684 00000 n
+0000025797 00000 n
+0000025893 00000 n
+0000026006 00000 n
+0000026102 00000 n
+0000026215 00000 n
+0000026311 00000 n
+0000026407 00000 n
+0000026503 00000 n
+0000026599 00000 n
+0000026695 00000 n
+0000026791 00000 n
+0000026904 00000 n
+0000027000 00000 n
+0000027096 00000 n
+0000027192 00000 n
+0000027289 00000 n
+0000027386 00000 n
+0000027483 00000 n
+0000027580 00000 n
+0000027677 00000 n
+0000027774 00000 n
+0000027871 00000 n
+0000027985 00000 n
+0000028082 00000 n
+0000028179 00000 n
+0000028276 00000 n
+0000028373 00000 n
+0000028470 00000 n
+0000028567 00000 n
+0000028664 00000 n
+0000028761 00000 n
+0000028858 00000 n
+0000028955 00000 n
+0000029069 00000 n
+0000029166 00000 n
+0000029263 00000 n
+0000029360 00000 n
+0000029480 00000 n
+0000029577 00000 n
+0000029674 00000 n
+0000029771 00000 n
+0000029868 00000 n
+0000029965 00000 n
+0000030085 00000 n
+0000030183 00000 n
+0000030281 00000 n
+0000030379 00000 n
+0000030477 00000 n
+0000030575 00000 n
+0000030673 00000 n
+0000030771 00000 n
+0000030869 00000 n
+0000030967 00000 n
+0000031065 00000 n
+0000031163 00000 n
+0000031261 00000 n
+0000031359 00000 n
+0000031457 00000 n
+0000031555 00000 n
+0000031800 00000 n
+0000032561 00000 n
+0000032583 00000 n
+0000032799 00000 n
+0000033043 00000 n
+0000033684 00000 n
+0000033706 00000 n
+0000033921 00000 n
+0000033978 00000 n
+0000034035 00000 n
+0000034092 00000 n
+0000034149 00000 n
+0000034206 00000 n
+0000034263 00000 n
+0000034320 00000 n
+0000034377 00000 n
+0000034434 00000 n
+0000034491 00000 n
+0000034548 00000 n
+0000034605 00000 n
+0000034662 00000 n
+0000034719 00000 n
+0000034776 00000 n
+0000034833 00000 n
+0000034890 00000 n
+0000034947 00000 n
+0000035004 00000 n
+0000035061 00000 n
+0000035118 00000 n
+0000035175 00000 n
+0000035232 00000 n
+0000035289 00000 n
+0000035346 00000 n
+0000035403 00000 n
+0000035460 00000 n
+0000035517 00000 n
+0000035574 00000 n
+0000035631 00000 n
+0000035688 00000 n
+0000035745 00000 n
+0000035802 00000 n
+0000035859 00000 n
+0000035916 00000 n
+0000035973 00000 n
+0000036030 00000 n
+0000036087 00000 n
+0000036144 00000 n
+0000036201 00000 n
+0000036258 00000 n
+0000036315 00000 n
+0000036372 00000 n
+0000036429 00000 n
+0000052711 00000 n
+0000052735 00000 n
+0000063921 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 200
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+63945
+%%EOF
diff --git a/qpdf/qtest/qpdf/need-appearances-more-warn.out b/qpdf/qtest/qpdf/need-appearances-more-warn.out
new file mode 100644
index 00000000..e63f5bc9
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-more-warn.out
@@ -0,0 +1,2 @@
+WARNING: need-appearances-more.pdf, object 1 0 at offset 50: document does not have updated appearance streams, so form fields will not be flattened
+qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/need-appearances-more.pdf b/qpdf/qtest/qpdf/need-appearances-more.pdf
new file mode 100644
index 00000000..8a4e0854
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-more.pdf
@@ -0,0 +1,3779 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots 201 0 R
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+endstream
+endobj
+
+20 0 obj
+0
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N 199 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 198 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 197 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+199 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 200 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+200 0 obj
+929
+endobj
+
+201 0 obj
+[
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 197 0 R
+ 198 0 R
+]
+endobj
+
+xref
+0 202
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000997 00000 n
+0000001128 00000 n
+0000001499 00000 n
+0000001888 00000 n
+0000002277 00000 n
+0000002408 00000 n
+0000002738 00000 n
+0000003165 00000 n
+0000003641 00000 n
+0000004062 00000 n
+0000004533 00000 n
+0000004777 00000 n
+0000004916 00000 n
+0000005066 00000 n
+0000005156 00000 n
+0000005311 00000 n
+0000005330 00000 n
+0000005694 00000 n
+0000006060 00000 n
+0000006426 00000 n
+0000006594 00000 n
+0000006614 00000 n
+0000006852 00000 n
+0000006872 00000 n
+0000006953 00000 n
+0000007121 00000 n
+0000007141 00000 n
+0000007379 00000 n
+0000007399 00000 n
+0000007567 00000 n
+0000007587 00000 n
+0000007825 00000 n
+0000007845 00000 n
+0000008211 00000 n
+0000008575 00000 n
+0000008941 00000 n
+0000009110 00000 n
+0000009130 00000 n
+0000009331 00000 n
+0000009351 00000 n
+0000009552 00000 n
+0000009572 00000 n
+0000009775 00000 n
+0000009795 00000 n
+0000009994 00000 n
+0000010037 00000 n
+0000014863 00000 n
+0000014885 00000 n
+0000015669 00000 n
+0000016070 00000 n
+0000016521 00000 n
+0000018438 00000 n
+0000018808 00000 n
+0000020722 00000 n
+0000021098 00000 n
+0000021119 00000 n
+0000021287 00000 n
+0000021307 00000 n
+0000021683 00000 n
+0000021704 00000 n
+0000021872 00000 n
+0000021892 00000 n
+0000022268 00000 n
+0000022289 00000 n
+0000022457 00000 n
+0000022477 00000 n
+0000022853 00000 n
+0000022874 00000 n
+0000023042 00000 n
+0000023062 00000 n
+0000023438 00000 n
+0000023459 00000 n
+0000023627 00000 n
+0000023647 00000 n
+0000024023 00000 n
+0000024044 00000 n
+0000024212 00000 n
+0000024232 00000 n
+0000024345 00000 n
+0000024441 00000 n
+0000024554 00000 n
+0000024650 00000 n
+0000024763 00000 n
+0000024859 00000 n
+0000024955 00000 n
+0000025051 00000 n
+0000025147 00000 n
+0000025243 00000 n
+0000025339 00000 n
+0000025452 00000 n
+0000025548 00000 n
+0000025644 00000 n
+0000025740 00000 n
+0000025836 00000 n
+0000025932 00000 n
+0000026028 00000 n
+0000026125 00000 n
+0000026222 00000 n
+0000026319 00000 n
+0000026416 00000 n
+0000026530 00000 n
+0000026627 00000 n
+0000026724 00000 n
+0000026821 00000 n
+0000026918 00000 n
+0000027015 00000 n
+0000027112 00000 n
+0000027209 00000 n
+0000027306 00000 n
+0000027403 00000 n
+0000027500 00000 n
+0000027614 00000 n
+0000027711 00000 n
+0000027808 00000 n
+0000027905 00000 n
+0000028025 00000 n
+0000028122 00000 n
+0000028219 00000 n
+0000028316 00000 n
+0000028413 00000 n
+0000028510 00000 n
+0000028630 00000 n
+0000028728 00000 n
+0000028826 00000 n
+0000028924 00000 n
+0000029022 00000 n
+0000029120 00000 n
+0000029218 00000 n
+0000029316 00000 n
+0000029414 00000 n
+0000029512 00000 n
+0000029610 00000 n
+0000029708 00000 n
+0000029806 00000 n
+0000029904 00000 n
+0000030002 00000 n
+0000030100 00000 n
+0000030345 00000 n
+0000031106 00000 n
+0000031128 00000 n
+0000031344 00000 n
+0000031588 00000 n
+0000032229 00000 n
+0000032251 00000 n
+0000032466 00000 n
+0000032523 00000 n
+0000032580 00000 n
+0000032637 00000 n
+0000032694 00000 n
+0000032751 00000 n
+0000032808 00000 n
+0000032865 00000 n
+0000032922 00000 n
+0000032979 00000 n
+0000033036 00000 n
+0000033093 00000 n
+0000033150 00000 n
+0000033207 00000 n
+0000033264 00000 n
+0000033321 00000 n
+0000033378 00000 n
+0000033435 00000 n
+0000033492 00000 n
+0000033549 00000 n
+0000033606 00000 n
+0000033663 00000 n
+0000033720 00000 n
+0000033777 00000 n
+0000033834 00000 n
+0000033891 00000 n
+0000033948 00000 n
+0000034005 00000 n
+0000034062 00000 n
+0000034119 00000 n
+0000034176 00000 n
+0000034233 00000 n
+0000034290 00000 n
+0000034347 00000 n
+0000034404 00000 n
+0000034461 00000 n
+0000034518 00000 n
+0000034575 00000 n
+0000034632 00000 n
+0000034689 00000 n
+0000034746 00000 n
+0000034803 00000 n
+0000034860 00000 n
+0000034917 00000 n
+0000034974 00000 n
+0000051256 00000 n
+0000051280 00000 n
+0000062466 00000 n
+0000062490 00000 n
+0000062825 00000 n
+0000062968 00000 n
+0000064193 00000 n
+0000064215 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 202
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><45201f7a345625a01ccb53b240a8ba8d>]
+>>
+startxref
+64388
+%%EOF
diff --git a/qpdf/qtest/qpdf/need-appearances-more2.pdf b/qpdf/qtest/qpdf/need-appearances-more2.pdf
new file mode 100644
index 00000000..b78fc53e
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-more2.pdf
@@ -0,0 +1,3781 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 0 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots 201 0 R
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+endstream
+endobj
+
+20 0 obj
+0
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N 199 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 198 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 197 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+199 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 200 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+200 0 obj
+929
+endobj
+
+201 0 obj
+[
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 197 0 R
+ 198 0 R
+]
+endobj
+
+xref
+0 202
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000996 00000 n
+0000001127 00000 n
+0000001498 00000 n
+0000001887 00000 n
+0000002276 00000 n
+0000002407 00000 n
+0000002751 00000 n
+0000003178 00000 n
+0000003654 00000 n
+0000004075 00000 n
+0000004546 00000 n
+0000004790 00000 n
+0000004929 00000 n
+0000005079 00000 n
+0000005169 00000 n
+0000005324 00000 n
+0000005343 00000 n
+0000005707 00000 n
+0000006073 00000 n
+0000006439 00000 n
+0000006607 00000 n
+0000006627 00000 n
+0000006865 00000 n
+0000006885 00000 n
+0000006966 00000 n
+0000007134 00000 n
+0000007154 00000 n
+0000007392 00000 n
+0000007412 00000 n
+0000007580 00000 n
+0000007600 00000 n
+0000007838 00000 n
+0000007858 00000 n
+0000008224 00000 n
+0000008588 00000 n
+0000008954 00000 n
+0000009123 00000 n
+0000009143 00000 n
+0000009344 00000 n
+0000009364 00000 n
+0000009565 00000 n
+0000009585 00000 n
+0000009788 00000 n
+0000009808 00000 n
+0000010007 00000 n
+0000010050 00000 n
+0000014876 00000 n
+0000014898 00000 n
+0000015682 00000 n
+0000016083 00000 n
+0000016534 00000 n
+0000018451 00000 n
+0000018821 00000 n
+0000020735 00000 n
+0000021111 00000 n
+0000021132 00000 n
+0000021300 00000 n
+0000021320 00000 n
+0000021696 00000 n
+0000021717 00000 n
+0000021885 00000 n
+0000021905 00000 n
+0000022281 00000 n
+0000022302 00000 n
+0000022470 00000 n
+0000022490 00000 n
+0000022866 00000 n
+0000022887 00000 n
+0000023055 00000 n
+0000023075 00000 n
+0000023451 00000 n
+0000023472 00000 n
+0000023640 00000 n
+0000023660 00000 n
+0000024036 00000 n
+0000024057 00000 n
+0000024225 00000 n
+0000024245 00000 n
+0000024358 00000 n
+0000024454 00000 n
+0000024567 00000 n
+0000024663 00000 n
+0000024776 00000 n
+0000024872 00000 n
+0000024968 00000 n
+0000025064 00000 n
+0000025160 00000 n
+0000025256 00000 n
+0000025352 00000 n
+0000025465 00000 n
+0000025561 00000 n
+0000025657 00000 n
+0000025753 00000 n
+0000025849 00000 n
+0000025945 00000 n
+0000026041 00000 n
+0000026138 00000 n
+0000026235 00000 n
+0000026332 00000 n
+0000026429 00000 n
+0000026543 00000 n
+0000026640 00000 n
+0000026737 00000 n
+0000026834 00000 n
+0000026931 00000 n
+0000027028 00000 n
+0000027125 00000 n
+0000027222 00000 n
+0000027319 00000 n
+0000027416 00000 n
+0000027513 00000 n
+0000027627 00000 n
+0000027724 00000 n
+0000027821 00000 n
+0000027918 00000 n
+0000028038 00000 n
+0000028135 00000 n
+0000028232 00000 n
+0000028329 00000 n
+0000028426 00000 n
+0000028523 00000 n
+0000028643 00000 n
+0000028741 00000 n
+0000028839 00000 n
+0000028937 00000 n
+0000029035 00000 n
+0000029133 00000 n
+0000029231 00000 n
+0000029329 00000 n
+0000029427 00000 n
+0000029525 00000 n
+0000029623 00000 n
+0000029721 00000 n
+0000029819 00000 n
+0000029917 00000 n
+0000030015 00000 n
+0000030113 00000 n
+0000030358 00000 n
+0000031119 00000 n
+0000031141 00000 n
+0000031357 00000 n
+0000031601 00000 n
+0000032242 00000 n
+0000032264 00000 n
+0000032479 00000 n
+0000032536 00000 n
+0000032593 00000 n
+0000032650 00000 n
+0000032707 00000 n
+0000032764 00000 n
+0000032821 00000 n
+0000032878 00000 n
+0000032935 00000 n
+0000032992 00000 n
+0000033049 00000 n
+0000033106 00000 n
+0000033163 00000 n
+0000033220 00000 n
+0000033277 00000 n
+0000033334 00000 n
+0000033391 00000 n
+0000033448 00000 n
+0000033505 00000 n
+0000033562 00000 n
+0000033619 00000 n
+0000033676 00000 n
+0000033733 00000 n
+0000033790 00000 n
+0000033847 00000 n
+0000033904 00000 n
+0000033961 00000 n
+0000034018 00000 n
+0000034075 00000 n
+0000034132 00000 n
+0000034189 00000 n
+0000034246 00000 n
+0000034303 00000 n
+0000034360 00000 n
+0000034417 00000 n
+0000034474 00000 n
+0000034531 00000 n
+0000034588 00000 n
+0000034645 00000 n
+0000034702 00000 n
+0000034759 00000 n
+0000034816 00000 n
+0000034873 00000 n
+0000034930 00000 n
+0000034987 00000 n
+0000051269 00000 n
+0000051293 00000 n
+0000062479 00000 n
+0000062503 00000 n
+0000062838 00000 n
+0000062981 00000 n
+0000064206 00000 n
+0000064228 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 202
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><45201f7a345625a01ccb53b240a8ba8d>]
+>>
+startxref
+64401
+%%EOF
diff --git a/qpdf/qtest/qpdf/need-appearances-out.pdf b/qpdf/qtest/qpdf/need-appearances-out.pdf
new file mode 100644
index 00000000..09e38072
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-out.pdf
@@ -0,0 +1,3780 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ ]
+ /Contents [
+ 50 0 R
+ 52 0 R
+ 54 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources <<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ /XObject <<
+ /Fxo1 56 0 R
+ >>
+ >>
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 58 0 R
+ ]
+ /ParentTree 59 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 60 0 R
+ /F2 61 0 R
+ /F3 62 0 R
+ /F4 63 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 64 0 R
+ /Off 66 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 68 0 R
+ /Off 70 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 72 0 R
+ /Off 74 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 76 0 R
+ /Off 78 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 80 0 R
+ /Off 82 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 84 0 R
+ /Off 86 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+q
+endstream
+endobj
+
+51 0 obj
+2
+endobj
+
+%% Contents for page 1
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+4747
+endobj
+
+%% Contents for page 1
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 435.00000 703.00000 cm
+/Fxo1 Do
+Q
+endstream
+endobj
+
+55 0 obj
+71
+endobj
+
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 57 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+57 0 obj
+929
+endobj
+
+58 0 obj
+<<
+ /K [
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ 145 0 R
+ 146 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+59 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 88 0 R
+ 90 0 R
+ 92 0 R
+ 99 0 R
+ 110 0 R
+ 121 0 R
+ 125 0 R
+ 125 0 R
+ 131 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ 141 0 R
+ 142 0 R
+ 143 0 R
+ 144 0 R
+ 145 0 R
+ 146 0 R
+ ]
+ ]
+>>
+endobj
+
+60 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 147 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 148 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+61 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 150 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+62 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 151 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 152 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+63 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 154 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+65 0 obj
+220
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+67 0 obj
+12
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+69 0 obj
+220
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+71 0 obj
+12
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+73 0 obj
+220
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+75 0 obj
+12
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+77 0 obj
+220
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+79 0 obj
+12
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+81 0 obj
+220
+endobj
+
+82 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 83 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+83 0 obj
+12
+endobj
+
+84 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 85 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+85 0 obj
+220
+endobj
+
+86 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 87 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+87 0 obj
+12
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /K [
+ 0
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /K [
+ 1
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /K [
+ 2
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /K [
+ 3
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /K [
+ 4
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /K [
+ 5
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /A 193 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /A 194 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /A 195 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /A 196 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /A 197 0 R
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /A 198 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+142 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+143 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+144 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+145 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+146 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 58 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+147 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 199 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+148 0 obj
+<<
+ /Length 149 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+149 0 obj
+702
+endobj
+
+150 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+151 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 201 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+152 0 obj
+<<
+ /Length 153 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+153 0 obj
+582
+endobj
+
+154 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+194 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+195 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+196 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+197 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+198 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+199 0 obj
+<<
+ /Length1 16184
+ /Length 200 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+200 0 obj
+16184
+endobj
+
+201 0 obj
+<<
+ /Length1 11088
+ /Length 202 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+202 0 obj
+11088
+endobj
+
+xref
+0 203
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000997 00000 n
+0000001128 00000 n
+0000001517 00000 n
+0000001906 00000 n
+0000002295 00000 n
+0000002426 00000 n
+0000002784 00000 n
+0000003211 00000 n
+0000003687 00000 n
+0000004108 00000 n
+0000004579 00000 n
+0000005119 00000 n
+0000005258 00000 n
+0000005408 00000 n
+0000005498 00000 n
+0000005665 00000 n
+0000005685 00000 n
+0000006049 00000 n
+0000006415 00000 n
+0000006781 00000 n
+0000006949 00000 n
+0000006969 00000 n
+0000007207 00000 n
+0000007227 00000 n
+0000007308 00000 n
+0000007476 00000 n
+0000007496 00000 n
+0000007734 00000 n
+0000007754 00000 n
+0000007922 00000 n
+0000007942 00000 n
+0000008180 00000 n
+0000008200 00000 n
+0000008566 00000 n
+0000008930 00000 n
+0000009296 00000 n
+0000009465 00000 n
+0000009485 00000 n
+0000009686 00000 n
+0000009706 00000 n
+0000009907 00000 n
+0000009927 00000 n
+0000010130 00000 n
+0000010150 00000 n
+0000010349 00000 n
+0000010392 00000 n
+0000010451 00000 n
+0000010493 00000 n
+0000015319 00000 n
+0000015364 00000 n
+0000015492 00000 n
+0000015512 00000 n
+0000016735 00000 n
+0000016756 00000 n
+0000017546 00000 n
+0000017947 00000 n
+0000018398 00000 n
+0000020315 00000 n
+0000020685 00000 n
+0000022599 00000 n
+0000022975 00000 n
+0000022996 00000 n
+0000023164 00000 n
+0000023184 00000 n
+0000023560 00000 n
+0000023581 00000 n
+0000023749 00000 n
+0000023769 00000 n
+0000024145 00000 n
+0000024166 00000 n
+0000024334 00000 n
+0000024354 00000 n
+0000024730 00000 n
+0000024751 00000 n
+0000024919 00000 n
+0000024939 00000 n
+0000025315 00000 n
+0000025336 00000 n
+0000025504 00000 n
+0000025524 00000 n
+0000025900 00000 n
+0000025921 00000 n
+0000026089 00000 n
+0000026109 00000 n
+0000026222 00000 n
+0000026318 00000 n
+0000026431 00000 n
+0000026527 00000 n
+0000026640 00000 n
+0000026736 00000 n
+0000026832 00000 n
+0000026928 00000 n
+0000027024 00000 n
+0000027120 00000 n
+0000027216 00000 n
+0000027329 00000 n
+0000027426 00000 n
+0000027523 00000 n
+0000027620 00000 n
+0000027717 00000 n
+0000027814 00000 n
+0000027911 00000 n
+0000028008 00000 n
+0000028105 00000 n
+0000028202 00000 n
+0000028299 00000 n
+0000028413 00000 n
+0000028510 00000 n
+0000028607 00000 n
+0000028704 00000 n
+0000028801 00000 n
+0000028898 00000 n
+0000028995 00000 n
+0000029092 00000 n
+0000029189 00000 n
+0000029286 00000 n
+0000029383 00000 n
+0000029497 00000 n
+0000029594 00000 n
+0000029691 00000 n
+0000029788 00000 n
+0000029908 00000 n
+0000030005 00000 n
+0000030102 00000 n
+0000030199 00000 n
+0000030296 00000 n
+0000030393 00000 n
+0000030513 00000 n
+0000030611 00000 n
+0000030709 00000 n
+0000030807 00000 n
+0000030905 00000 n
+0000031003 00000 n
+0000031101 00000 n
+0000031199 00000 n
+0000031297 00000 n
+0000031395 00000 n
+0000031493 00000 n
+0000031591 00000 n
+0000031689 00000 n
+0000031787 00000 n
+0000031885 00000 n
+0000031983 00000 n
+0000032228 00000 n
+0000032989 00000 n
+0000033011 00000 n
+0000033227 00000 n
+0000033471 00000 n
+0000034112 00000 n
+0000034134 00000 n
+0000034349 00000 n
+0000034406 00000 n
+0000034463 00000 n
+0000034520 00000 n
+0000034577 00000 n
+0000034634 00000 n
+0000034691 00000 n
+0000034748 00000 n
+0000034805 00000 n
+0000034862 00000 n
+0000034919 00000 n
+0000034976 00000 n
+0000035033 00000 n
+0000035090 00000 n
+0000035147 00000 n
+0000035204 00000 n
+0000035261 00000 n
+0000035318 00000 n
+0000035375 00000 n
+0000035432 00000 n
+0000035489 00000 n
+0000035546 00000 n
+0000035603 00000 n
+0000035660 00000 n
+0000035717 00000 n
+0000035774 00000 n
+0000035831 00000 n
+0000035888 00000 n
+0000035945 00000 n
+0000036002 00000 n
+0000036059 00000 n
+0000036116 00000 n
+0000036173 00000 n
+0000036230 00000 n
+0000036287 00000 n
+0000036344 00000 n
+0000036401 00000 n
+0000036458 00000 n
+0000036515 00000 n
+0000036572 00000 n
+0000036629 00000 n
+0000036686 00000 n
+0000036743 00000 n
+0000036800 00000 n
+0000036857 00000 n
+0000053139 00000 n
+0000053163 00000 n
+0000064349 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 203
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><31415926535897932384626433832795>]
+>>
+startxref
+64373
+%%EOF
diff --git a/qpdf/qtest/qpdf/need-appearances-warn.out b/qpdf/qtest/qpdf/need-appearances-warn.out
new file mode 100644
index 00000000..a9104989
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances-warn.out
@@ -0,0 +1,2 @@
+WARNING: need-appearances.pdf, object 1 0 at offset 50: document does not have updated appearance streams, so form fields will not be flattened
+qpdf: operation succeeded with warnings; resulting file may have some problems
diff --git a/qpdf/qtest/qpdf/need-appearances.pdf b/qpdf/qtest/qpdf/need-appearances.pdf
new file mode 100644
index 00000000..7742b8a4
--- /dev/null
+++ b/qpdf/qtest/qpdf/need-appearances.pdf
@@ -0,0 +1,3780 @@
+%PDF-1.5
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DR 3 0 R
+ /Fields [
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /NeedAppearances true
+ >>
+ /Lang (en-US)
+ /MarkInfo <<
+ /Marked true
+ >>
+ /OpenAction [
+ 15 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 16 0 R
+ /StructTreeRoot 17 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /CreationDate (D:20190103125434-05'00')
+ /Creator <feff005700720069007400650072>
+ /Producer <feff004c0069006200720065004f0066006600690063006500200036002e0031>
+>>
+endobj
+
+3 0 obj
+<<
+ /Font 18 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+>>
+endobj
+
+4 0 obj
+<<
+ /AP <<
+ /N 19 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 123.499
+ 689.901
+ 260.801
+ 704.699
+ ]
+ /Subtype /Widget
+ /T (text)
+ /Type /Annot
+ /V <feff006100620063>
+>>
+endobj
+
+5 0 obj
+<<
+ /DV /1
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ ]
+ /P 15 0 R
+ /T (r1)
+ /V /2
+>>
+endobj
+
+6 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 24 0 R
+ /Yes 26 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 554.301
+ 130.701
+ 566.349
+ ]
+ /Subtype /Widget
+ /T (checkbox1)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+7 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 29 0 R
+ /Yes 31 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 527.751
+ 130.701
+ 539.799
+ ]
+ /Subtype /Widget
+ /T (checkbox2)
+ /Type /Annot
+ /V /Yes
+>>
+endobj
+
+8 0 obj
+<<
+ /AP <<
+ /N <<
+ /Off 33 0 R
+ /Yes 35 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 15 0 R
+ /Rect [
+ 118.649
+ 500.501
+ 130.701
+ 512.549
+ ]
+ /Subtype /Widget
+ /T (checkbox3)
+ /Type /Annot
+ /V /Off
+>>
+endobj
+
+9 0 obj
+<<
+ /DV /2
+ /FT /Btn
+ /Ff 49152
+ /Kids [
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ ]
+ /P 15 0 R
+ /T (r2)
+ /V /2
+>>
+endobj
+
+10 0 obj
+<<
+ /AP <<
+ /N 40 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F2 12 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff00730061006c00610064002003c002ac>
+ /F 4
+ /FT /Tx
+ /P 15 0 R
+ /Rect [
+ 113.649
+ 260.151
+ 351.101
+ 278.099
+ ]
+ /Subtype /Widget
+ /T (text2)
+ /Type /Annot
+ /V <feff00730061006c00610064002000f703c002ac>
+>>
+endobj
+
+11 0 obj
+<<
+ /AP <<
+ /N 42 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Opt [
+ <feff0066006900760065>
+ <feff007300690078>
+ <feff0073006500760065006e>
+ <feff00650069006700680074>
+ ]
+ /P 15 0 R
+ /Rect [
+ 158.449
+ 156.651
+ 221.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (list1)
+ /Type /Annot
+ /V <feff007300690078>
+>>
+endobj
+
+12 0 obj
+<<
+ /AP <<
+ /N 44 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff006e0069006e0065>
+ <feff00740065006e>
+ <feff0065006c0065007000680061006e0074>
+ <feff007400770065006c00760065>
+ ]
+ /P 15 0 R
+ /Rect [
+ 159.149
+ 107.251
+ 244.201
+ 130.949
+ ]
+ /Subtype /Widget
+ /T (drop1)
+ /Type /Annot
+ /V <feff0065006c0065007000680061006e0074>
+>>
+endobj
+
+13 0 obj
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff006f006e0065>
+ <feff00740077006f>
+ <feff00700069>
+ <feff0066006f00750072>
+ ]
+ /P 15 0 R
+ /Rect [
+ 403.949
+ 159.401
+ 459.001
+ 232.849
+ ]
+ /Subtype /Widget
+ /T (combolist1)
+ /Type /Annot
+ /V <feff00700069>
+>>
+endobj
+
+14 0 obj
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0.18039 0.20392 0.21176 rg /F4 10 Tf)
+ /DR <<
+ /Font 18 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0061006c007000680061>
+ <feff0062006500740061>
+ <feff00670061006d006d0061>
+ <feff00640065006c00740061>
+ ]
+ /P 15 0 R
+ /Rect [
+ 404.599
+ 101.451
+ 476.701
+ 135.349
+ ]
+ /Subtype /Widget
+ /T (combodrop1)
+ /Type /Annot
+ /V <feff00640065006c00740061>
+>>
+endobj
+
+%% Page 1
+15 0 obj
+<<
+ /Annots [
+ 4 0 R
+ 21 0 R
+ 22 0 R
+ 23 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 37 0 R
+ 38 0 R
+ 39 0 R
+ 10 0 R
+ 13 0 R
+ 11 0 R
+ 12 0 R
+ 14 0 R
+ 197 0 R
+ 198 0 R
+ ]
+ /Contents 50 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 16 0 R
+ /Resources 3 0 R
+ /StructParents 0
+ /Type /Page
+>>
+endobj
+
+16 0 obj
+<<
+ /Count 1
+ /Kids [
+ 15 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources 3 0 R
+ /Type /Pages
+>>
+endobj
+
+17 0 obj
+<<
+ /K [
+ 52 0 R
+ ]
+ /ParentTree 53 0 R
+ /RoleMap <<
+ /Document /Document
+ /Standard /P
+ >>
+ /Type /StructTreeRoot
+>>
+endobj
+
+18 0 obj
+<<
+ /F1 54 0 R
+ /F2 55 0 R
+ /F3 56 0 R
+ /F4 57 0 R
+ /ZaDi 28 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 137.3
+ 14.8
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 20 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+20 0 obj
+12
+endobj
+
+21 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 58 0 R
+ /Off 60 0 R
+ >>
+ >>
+ /AS /1
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 648.501
+ 164.801
+ 660.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+22 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 62 0 R
+ /Off 64 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 152.749
+ 627.301
+ 164.801
+ 639.349
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+23 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 66 0 R
+ /Off 68 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 5 0 R
+ /Rect [
+ 151.399
+ 606.501
+ 163.451
+ 618.549
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+24 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 25 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+25 0 obj
+12
+endobj
+
+26 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 27 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+27 0 obj
+82
+endobj
+
+28 0 obj
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+30 0 obj
+12
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+32 0 obj
+82
+endobj
+
+33 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 34 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+34 0 obj
+12
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+1.9 1.9 Td (8) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+36 0 obj
+82
+endobj
+
+37 0 obj
+<<
+ /AP <<
+ /N <<
+ /1 70 0 R
+ /Off 72 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 118.649
+ 388.101
+ 130.701
+ 400.149
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+38 0 obj
+<<
+ /AP <<
+ /N <<
+ /2 74 0 R
+ /Off 76 0 R
+ >>
+ >>
+ /AS /2
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 362.201
+ 131.401
+ 374.249
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+39 0 obj
+<<
+ /AP <<
+ /N <<
+ /3 78 0 R
+ /Off 80 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0.18039 0.20392 0.21176 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 28 0 R
+ >>
+ >>
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (l)
+ >>
+ /P 15 0 R
+ /Parent 9 0 R
+ /Rect [
+ 119.349
+ 333.551
+ 131.401
+ 345.599
+ ]
+ /Subtype /Widget
+ /Type /Annot
+>>
+endobj
+
+40 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 237.45
+ 17.95
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 41 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+41 0 obj
+12
+endobj
+
+42 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 62.55
+ 76.2
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 43 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 62.55 76.2 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+44 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 85.05
+ 23.7
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 45 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 85.05 23.7 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 55.05
+ 73.45
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 47 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 55.05 73.45 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+47 0 obj
+47
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.1
+ 33.9
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 49 0 R
+>>
+stream
+1 1 1 rg
+0 -0.05 72.1 33.9 re f*
+/Tx BMC
+EMC
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 1
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+0.1 w
+/Artifact BMC
+q 0 0.028 611.971 791.971 re
+W* n
+EMC
+/Standard<</MCID 0>>BDC
+q 0 0 0 rg
+BT
+56.8 724.1 Td /F1 12 Tf[<01>1<0203>1<0403>1<05>58<06>-10<0708>2<09070a0b0408>2(\f)]TJ
+ET
+Q
+EMC
+/Standard<</MCID 1>>BDC
+q 0 0 0 rg
+BT
+56.8 693 Td /F1 12 Tf[(\r)68<03>1<0e0f>2<0710>-1<11>2<03>1<12>2<13>-7<0707070707>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 2>>BDC
+q 0 0 0 rg
+BT
+56.8 661.9 Td /F1 12 Tf[<0414>1<1311>2<0b0715>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 3>>BDC
+q 0 0 0 rg
+BT
+56.8 565.3 Td /F1 12 Tf[<16>1<0203>1<16>1<17>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 4>>BDC
+q 0 0 0 rg
+BT
+56.8 413.5 Td /F1 12 Tf[<0414>1<1311>2<0b0718>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 5>>BDC
+q 0 0 0 rg
+BT
+56.8 261.7 Td /F1 12 Tf[<19>-1<0b0f>2<14>1<0f>2<0b>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 6>>BDC
+q 0 0 0 rg
+BT
+56.8 206.5 Td /F1 12 Tf[<1a>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 7>>BDC
+q 0 0 0 rg
+BT
+269.5 206.5 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0712>2<11>2<06>-2<0f>]TJ
+ET
+Q
+EMC
+/Standard<</MCID 8>>BDC
+q 0 0 0 rg
+BT
+56.8 123.7 Td /F1 12 Tf[<1d>5<040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Standard<</MCID 9>>BDC
+q 0 0 0 rg
+BT
+269.5 123.7 Td /F1 12 Tf[<1b0b08>2<1c0b0714>1<06>-2<0713040b1e130b1f>-2( )]TJ
+ET
+Q
+EMC
+/Form<</MCID 10>>BDC
+0 0 0 RG
+1 1 1 rg
+120.5 686.9 143.3 20.8 re B*
+EMC
+/Form<</MCID 11>>BDC
+151.55 642.6 183.45 23.9 re f*
+q 1.2 w 0 0 0 RG
+158.75 660.55 m 162.1 660.55 164.8 657.9 164.8 654.55 c
+164.8 651.2 162.1 648.5 158.75 648.5 c
+155.4 648.5 152.75 651.2 152.75 654.55 c
+152.75 657.9 155.4 660.55 158.75 660.55 c s
+ Q
+q 169.6 642.6 164.25 23.9 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 650.3 Td /F3 12 Tf[<0102>-1<0304>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 12>>BDC
+1 1 1 rg
+151.55 624.8 125.5 17.1 re f*
+q 1.2 w 0 0 0 RG
+158.75 639.35 m 162.1 639.35 164.8 636.7 164.8 633.35 c
+164.8 630 162.1 627.3 158.75 627.3 c
+155.4 627.3 152.75 630 152.75 633.35 c
+152.75 636.7 155.4 639.35 158.75 639.35 c s
+ Q
+q 169.6 624.8 106.3 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+169.6 629.1 Td /F3 12 Tf[<0102>-1<0305>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 13>>BDC
+1 1 1 rg
+150.2 605.7 118.7 13.7 re f*
+q 1.2 w 0 0 0 RG
+157.4 618.55 m 160.75 618.55 163.45 615.9 163.45 612.55 c
+163.45 609.2 160.75 606.5 157.4 606.5 c
+154.05 606.5 151.4 609.2 151.4 612.55 c
+151.4 615.9 154.05 618.55 157.4 618.55 c s
+ Q
+q 168.25 605.7 99.5 13.7 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+168.3 608.3 Td /F3 12 Tf[<0102>-1<0306>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 14>>BDC
+1 1 1 rg
+117.45 544.3 86.65 32.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 554.3 12.05 12.05 re S
+ Q
+q 135.5 544.3 67.45 32.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 556.1 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 15>>BDC
+1 1 1 rg
+117.45 523.2 85.3 21.15 re f*
+q 1.2 w 0 0 0 RG
+118.65 527.75 12.05 12.05 re S
+ Q
+q 135.5 523.2 66.1 21.15 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 529.6 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 16>>BDC
+1 1 1 rg
+117.45 498 72.35 17.1 re f*
+q 1.2 w 0 0 0 RG
+118.65 500.5 12.05 12.05 re S
+ Q
+q 135.5 498 53.15 17.1 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 502.3 Td /F3 12 Tf[<07>-2(\b)-1(\t)-1<060a0b>2(\f\r)-1<0e0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 17>>BDC
+1 1 1 rg
+117.45 378.75 169.15 30.75 re f*
+q 1.2 w 0 0 0 RG
+124.65 400.15 m 128 400.15 130.7 397.5 130.7 394.15 c
+130.7 390.8 128 388.1 124.65 388.1 c
+121.3 388.1 118.65 390.8 118.65 394.15 c
+118.65 397.5 121.3 400.15 124.65 400.15 c s
+ Q
+q 135.5 378.75 149.95 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+135.5 389.9 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 18>>BDC
+1 1 1 rg
+118.15 352.85 180.7 30.75 re f*
+q 1.2 w 0 0 0 RG
+125.35 374.25 m 128.7 374.25 131.4 371.6 131.4 368.25 c
+131.4 364.9 128.7 362.2 125.35 362.2 c
+122 362.2 119.35 364.9 119.35 368.25 c
+119.35 371.6 122 374.25 125.35 374.25 c s
+ Q
+q 136.2 352.85 161.5 30.75 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 364 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<0f>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 19>>BDC
+1 1 1 rg
+118.15 322.85 139.15 33.5 re f*
+q 1.2 w 0 0 0 RG
+125.35 345.6 m 128.7 345.6 131.4 342.95 131.4 339.6 c
+131.4 336.25 128.7 333.55 125.35 333.55 c
+122 333.55 119.35 336.25 119.35 339.6 c
+119.35 342.95 122 345.6 125.35 345.6 c s
+ Q
+q 136.2 322.85 119.95 33.5 re W* n
+q 0.18039 0.20392 0.21176 rg
+BT
+136.2 335.4 Td /F3 12 Tf[<11>2<12>-1<13>2<14>-2(\r)-1<15>-1<0b>2<0c16>-1<13>2<13>2(\r)-1<15>-1<0b>2<10>]TJ
+ET
+Q
+Q
+EMC
+/Form<</MCID 20>>BDC
+0 0 0 RG
+1 1 1 rg
+110.65 257.15 243.45 23.95 re B*
+EMC
+/Form<</MCID 21>>BDC
+155.95 154.15 67.55 81.2 re B*
+EMC
+/Form<</MCID 22>>BDC
+156.65 104.75 90.05 28.7 re B*
+EMC
+/Form<</MCID 23>>BDC
+401.45 156.9 60.05 78.45 re B*
+EMC
+/Form<</MCID 24>>BDC
+402.1 98.95 77.1 38.9 re B*
+EMC
+Q
+endstream
+endobj
+
+%QDF: ignore_newline
+51 0 obj
+4747
+endobj
+
+52 0 obj
+<<
+ /K [
+ 82 0 R
+ 83 0 R
+ 84 0 R
+ 85 0 R
+ 86 0 R
+ 87 0 R
+ 88 0 R
+ 89 0 R
+ 90 0 R
+ 91 0 R
+ 92 0 R
+ 93 0 R
+ 94 0 R
+ 95 0 R
+ 96 0 R
+ 97 0 R
+ 98 0 R
+ 99 0 R
+ 100 0 R
+ 101 0 R
+ 102 0 R
+ 103 0 R
+ 104 0 R
+ 105 0 R
+ 106 0 R
+ 107 0 R
+ 108 0 R
+ 109 0 R
+ 110 0 R
+ 111 0 R
+ 112 0 R
+ 113 0 R
+ 114 0 R
+ 115 0 R
+ 116 0 R
+ 117 0 R
+ 118 0 R
+ 119 0 R
+ 120 0 R
+ 121 0 R
+ 122 0 R
+ 123 0 R
+ 124 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ /P 17 0 R
+ /Pg 15 0 R
+ /S /Document
+ /Type /StructElem
+>>
+endobj
+
+53 0 obj
+<<
+ /Nums [
+ 0
+ [
+ 82 0 R
+ 84 0 R
+ 86 0 R
+ 93 0 R
+ 104 0 R
+ 115 0 R
+ 119 0 R
+ 119 0 R
+ 125 0 R
+ 125 0 R
+ 126 0 R
+ 127 0 R
+ 128 0 R
+ 129 0 R
+ 130 0 R
+ 131 0 R
+ 132 0 R
+ 133 0 R
+ 134 0 R
+ 135 0 R
+ 136 0 R
+ 137 0 R
+ 138 0 R
+ 139 0 R
+ 140 0 R
+ ]
+ ]
+>>
+endobj
+
+54 0 obj
+<<
+ /BaseFont /BAAAAA+LiberationSerif
+ /FirstChar 0
+ /FontDescriptor 141 0 R
+ /LastChar 32
+ /Subtype /TrueType
+ /ToUnicode 142 0 R
+ /Type /Font
+ /Widths [
+ 777
+ 943
+ 500
+ 443
+ 333
+ 333
+ 389
+ 250
+ 777
+ 500
+ 333
+ 500
+ 443
+ 610
+ 500
+ 277
+ 556
+ 277
+ 277
+ 500
+ 443
+ 500
+ 443
+ 500
+ 500
+ 556
+ 610
+ 666
+ 500
+ 722
+ 500
+ 722
+ 500
+ ]
+>>
+endobj
+
+55 0 obj
+<<
+ /BaseFont /LiberationSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 144 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 333
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+endobj
+
+56 0 obj
+<<
+ /BaseFont /DAAAAA+LiberationSans
+ /FirstChar 0
+ /FontDescriptor 145 0 R
+ /LastChar 22
+ /Subtype /TrueType
+ /ToUnicode 146 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 333
+ 556
+ 333
+ 556
+ 556
+ 500
+ 722
+ 556
+ 556
+ 500
+ 277
+ 666
+ 556
+ 500
+ 556
+ 556
+ 777
+ 556
+ 277
+ 222
+ 556
+ 556
+ ]
+>>
+endobj
+
+57 0 obj
+<<
+ /BaseFont /DejaVuSans
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 148 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 317
+ 400
+ 459
+ 837
+ 636
+ 950
+ 779
+ 274
+ 390
+ 390
+ 500
+ 837
+ 317
+ 360
+ 317
+ 336
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 636
+ 336
+ 336
+ 837
+ 837
+ 837
+ 530
+ 1000
+ 684
+ 686
+ 698
+ 770
+ 631
+ 575
+ 774
+ 751
+ 294
+ 294
+ 655
+ 557
+ 862
+ 748
+ 787
+ 603
+ 787
+ 694
+ 634
+ 610
+ 731
+ 684
+ 988
+ 685
+ 610
+ 685
+ 390
+ 336
+ 390
+ 837
+ 500
+ 500
+ 612
+ 634
+ 549
+ 634
+ 615
+ 352
+ 634
+ 633
+ 277
+ 277
+ 579
+ 277
+ 974
+ 633
+ 611
+ 634
+ 634
+ 411
+ 520
+ 392
+ 633
+ 591
+ 817
+ 591
+ 591
+ 524
+ 636
+ 336
+ 636
+ 837
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 317
+ 400
+ 636
+ 636
+ 636
+ 636
+ 336
+ 500
+ 500
+ 1000
+ 471
+ 611
+ 837
+ 360
+ 1000
+ 500
+ 500
+ 837
+ 400
+ 400
+ 500
+ 636
+ 636
+ 317
+ 500
+ 400
+ 471
+ 611
+ 969
+ 969
+ 969
+ 530
+ 684
+ 684
+ 684
+ 684
+ 684
+ 684
+ 974
+ 698
+ 631
+ 631
+ 631
+ 631
+ 294
+ 294
+ 294
+ 294
+ 774
+ 748
+ 787
+ 787
+ 787
+ 787
+ 787
+ 837
+ 787
+ 731
+ 731
+ 731
+ 731
+ 610
+ 604
+ 629
+ 612
+ 612
+ 612
+ 612
+ 612
+ 612
+ 981
+ 549
+ 615
+ 615
+ 615
+ 615
+ 277
+ 277
+ 277
+ 277
+ 611
+ 633
+ 611
+ 611
+ 611
+ 611
+ 611
+ 837
+ 611
+ 633
+ 633
+ 633
+ 633
+ 591
+ 634
+ 591
+ ]
+>>
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 59 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+59 0 obj
+220
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 61 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+61 0 obj
+12
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+63 0 obj
+220
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+65 0 obj
+12
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+67 0 obj
+220
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 69 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+69 0 obj
+12
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 71 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+71 0 obj
+220
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 73 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+73 0 obj
+12
+endobj
+
+74 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 75 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+75 0 obj
+220
+endobj
+
+76 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 77 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+77 0 obj
+12
+endobj
+
+78 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 79 0 R
+>>
+stream
+/Tx BMC
+q BT
+0.18039 0.20392 0.21176 rg /ZaDi 12.05 Tf
+0 0 Td
+ET
+Q
+0.18039 0.20392 0.21176 rg
+6 8.4 m 7.35 8.4 8.45 7.35 8.45 6 c
+8.45 4.65 7.35 3.55 6 3.55 c
+4.65 3.55 3.6 4.65 3.6 6 c
+3.6 7.35 4.65 8.4 6 8.4 c f*
+
+EMC
+endstream
+endobj
+
+79 0 obj
+220
+endobj
+
+80 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 12.05
+ 12.05
+ ]
+ /Resources 3 0 R
+ /Subtype /Form
+ /Type /XObject
+ /Length 81 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+81 0 obj
+12
+endobj
+
+82 0 obj
+<<
+ /A 149 0 R
+ /K [
+ 0
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+83 0 obj
+<<
+ /A 150 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+84 0 obj
+<<
+ /A 151 0 R
+ /K [
+ 1
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+85 0 obj
+<<
+ /A 152 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+86 0 obj
+<<
+ /A 153 0 R
+ /K [
+ 2
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+87 0 obj
+<<
+ /A 154 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+88 0 obj
+<<
+ /A 155 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+89 0 obj
+<<
+ /A 156 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+90 0 obj
+<<
+ /A 157 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+91 0 obj
+<<
+ /A 158 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+92 0 obj
+<<
+ /A 159 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+93 0 obj
+<<
+ /A 160 0 R
+ /K [
+ 3
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+94 0 obj
+<<
+ /A 161 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+95 0 obj
+<<
+ /A 162 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+96 0 obj
+<<
+ /A 163 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+97 0 obj
+<<
+ /A 164 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+98 0 obj
+<<
+ /A 165 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+99 0 obj
+<<
+ /A 166 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+100 0 obj
+<<
+ /A 167 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+101 0 obj
+<<
+ /A 168 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+102 0 obj
+<<
+ /A 169 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+103 0 obj
+<<
+ /A 170 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+104 0 obj
+<<
+ /A 171 0 R
+ /K [
+ 4
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+105 0 obj
+<<
+ /A 172 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+106 0 obj
+<<
+ /A 173 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+107 0 obj
+<<
+ /A 174 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+108 0 obj
+<<
+ /A 175 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+109 0 obj
+<<
+ /A 176 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+110 0 obj
+<<
+ /A 177 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+111 0 obj
+<<
+ /A 178 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+112 0 obj
+<<
+ /A 179 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+113 0 obj
+<<
+ /A 180 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+114 0 obj
+<<
+ /A 181 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+115 0 obj
+<<
+ /A 182 0 R
+ /K [
+ 5
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+116 0 obj
+<<
+ /A 183 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+117 0 obj
+<<
+ /A 184 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+118 0 obj
+<<
+ /A 185 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+119 0 obj
+<<
+ /A 186 0 R
+ /K [
+ 6
+ 7
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+120 0 obj
+<<
+ /A 187 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+121 0 obj
+<<
+ /A 188 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+122 0 obj
+<<
+ /A 189 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+123 0 obj
+<<
+ /A 190 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+124 0 obj
+<<
+ /A 191 0 R
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+125 0 obj
+<<
+ /A 192 0 R
+ /K [
+ 8
+ 9
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Standard
+ /Type /StructElem
+>>
+endobj
+
+126 0 obj
+<<
+ /K [
+ 10
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+127 0 obj
+<<
+ /K [
+ 11
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+128 0 obj
+<<
+ /K [
+ 12
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+129 0 obj
+<<
+ /K [
+ 13
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+130 0 obj
+<<
+ /K [
+ 14
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+131 0 obj
+<<
+ /K [
+ 15
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+132 0 obj
+<<
+ /K [
+ 16
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+133 0 obj
+<<
+ /K [
+ 17
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+134 0 obj
+<<
+ /K [
+ 18
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+135 0 obj
+<<
+ /K [
+ 19
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+136 0 obj
+<<
+ /K [
+ 20
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+137 0 obj
+<<
+ /K [
+ 21
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+138 0 obj
+<<
+ /K [
+ 22
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+139 0 obj
+<<
+ /K [
+ 23
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+140 0 obj
+<<
+ /K [
+ 24
+ ]
+ /P 52 0 R
+ /Pg 15 0 R
+ /S /Form
+ /Type /StructElem
+>>
+endobj
+
+141 0 obj
+<<
+ /Ascent 891
+ /CapHeight 981
+ /Descent -216
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1277
+ 981
+ ]
+ /FontFile2 193 0 R
+ /FontName /BAAAAA+LiberationSerif
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+142 0 obj
+<<
+ /Length 143 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+32 beginbfchar
+<01> <0057>
+<02> <0068>
+<03> <0065>
+<04> <0072>
+<05> <2019>
+<06> <0073>
+<07> <0020>
+<08> <006D>
+<09> <0079>
+<0A> <0066>
+<0B> <006F>
+<0C> <003F>
+<0D> <0054>
+<0E> <0078>
+<0F> <0074>
+<10> <0046>
+<11> <0069>
+<12> <006C>
+<13> <0064>
+<14> <0061>
+<15> <0031>
+<16> <0063>
+<17> <006B>
+<18> <0032>
+<19> <0050>
+<1A> <004C>
+<1B> <0043>
+<1C> <0062>
+<1D> <0044>
+<1E> <0070>
+<1F> <0077>
+<20> <006E>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+143 0 obj
+702
+endobj
+
+144 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontName /LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+145 0 obj
+<<
+ /Ascent 905
+ /CapHeight 979
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -543
+ -303
+ 1300
+ 979
+ ]
+ /FontFile2 195 0 R
+ /FontName /DAAAAA+LiberationSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+146 0 obj
+<<
+ /Length 147 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+22 beginbfchar
+<01> <0072>
+<02> <0031>
+<03> <002D>
+<04> <0061>
+<05> <0062>
+<06> <0063>
+<07> <0043>
+<08> <0068>
+<09> <0065>
+<0A> <006B>
+<0B> <0020>
+<0C> <0042>
+<0D> <006F>
+<0E> <0078>
+<0F> <0032>
+<10> <0033>
+<11> <004F>
+<12> <0070>
+<13> <0074>
+<14> <0069>
+<15> <006E>
+<16> <0075>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+147 0 obj
+582
+endobj
+
+148 0 obj
+<<
+ /Ascent 928
+ /CapHeight 1232
+ /Descent -235
+ /Flags 4
+ /FontBBox [
+ -1020
+ -462
+ 1792
+ 1232
+ ]
+ /FontName /DejaVuSans
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+endobj
+
+149 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+150 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+151 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+152 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+153 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+154 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+155 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+156 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+157 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+158 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+159 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+160 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+161 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+162 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+163 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+164 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+165 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+166 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+167 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+168 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+169 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+170 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+171 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+172 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+173 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+174 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+175 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+176 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+177 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+178 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+179 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+180 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+181 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+182 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+183 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+184 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+185 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+186 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+187 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+188 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+189 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+190 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+191 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+192 0 obj
+<<
+ /O /Layout
+ /Placement /Block
+>>
+endobj
+
+193 0 obj
+<<
+ /Length1 16184
+ /Length 194 0 R
+>>
+stream
+true
+‰{
+ 
+
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+ H 
+_Y ¸ÿø@Ä
+ H 
+ PY
+_@qrr
+ 6Aý–--XSYý-- -
+PY
+
+@adH$4Dd„¤ÄÔä $D„¤´Ääô
+9$d„”¤$¤Ääô¸ÿÀ³!H¸ÿÀ@*H@
+ PY  
+¡þ …+ß,@@,-@@û:-- -
+ PY
+"QYPY 
+PY
+
+
+sYvY@
+
+ `Y `Y_Y
+ _Y o/ß¿ŸoO?/ÿßÏo_8ß¿¿/¯Ÿ?^]]]]]]qqqqrr^]]]]]]qqqqqqqrrrrr
+ 
+
+
+
+"#PY PY QY
+
+ H 
+PY ¸ÿø@ƒ
+ H 
+
+\
+ 4 ¦ ä : Ì * ´pÂ4Š¤2
+nQ
+Üú
+Copyright (c) 2012 Red Hat, Inc.Liberation SerifRegularAscender - Liberation SerifLiberation SerifVersion 2.00.2LiberationSerifLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Tinos, which was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Romanª. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+ì
+endstream
+endobj
+
+%QDF: ignore_newline
+194 0 obj
+16184
+endobj
+
+195 0 obj
+<<
+ /Length1 11088
+ /Length 196 0 R
+>>
+stream
+true
+ 
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+@@ @  ±CTX²@º
+#eB° #B°#?
+
+Á´ýÌ
+
+!PY°%?%%p%%ÿ%à%À%]]]qqqrr
+6©íþYAXhZþìþâãÄÐâÕËÉ
+
+PY
+]
+
+
+
+
+
+  „ v D T d 6 $   ö ä Ö Ä ¶ ¤ v † – d   & F V g F V † – Æ Ö æ ™ Ù d V D 6 $   Ö æ ö Ä  & 6 F 7f ¦ ¶ æ ö  ¸ÿÀ@6=BH9 " 
+
+
+
+
+r¶
+iN
+Òì
+Copyright (c) 2012 Red Hat, Inc.Liberation SansRegularAscender - Liberation SansLiberation SansVersion 2.00.2LiberationSansLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationSteve MattesonBased on Arimo, which was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arialª. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms.http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlLicensed under the SIL Open Font License, Version 1.1http://scripts.sil.org/OFL
+
+Oû ûõP(òF(ñF*ðF+_ïïïOï_ïï¯ï åäãâFâ@âFáàFÏàßàïà@à36FàFîíÿíèUìHëUê2
+endstream
+endobj
+
+%QDF: ignore_newline
+196 0 obj
+11088
+endobj
+
+197 0 obj
+<<
+ /AP <<
+ /N 199 0 R
+ >>
+ /C [
+ 1
+ 1
+ 0
+ ]
+ /CA 1
+ /Contents (Salad)
+ /CreationDate (D:20181231235455Z00'00)
+ /F 28
+ /M (D:20181231235455Z00'00)
+ /Name /Comment
+ /P 15 0 R
+ /Popup 198 0 R
+ /Rect [
+ 435
+ 703
+ 453
+ 721
+ ]
+ /Subtype /Text
+ /T (Jay Berkenbilt)
+ /Type /Annot
+>>
+endobj
+
+198 0 obj
+<<
+ /F 28
+ /Open false
+ /Parent 197 0 R
+ /Rect [
+ 612
+ 601
+ 792
+ 721
+ ]
+ /Subtype /Popup
+ /Type /Annot
+>>
+endobj
+
+199 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 18
+ 18
+ ]
+ /Resources <<
+ /ExtGState <<
+ /GS0 <<
+ /AIS false
+ /BM /Normal
+ /CA .6
+ /Type /ExtGState
+ /ca .6
+ >>
+ >>
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 200 0 R
+>>
+stream
+q 1 1 1 rg 0 i 1 w 4 M 1 j 0 J []0 d /GS0 gs 1 0 0 1 9 5.0908 cm 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c h f Q 0 G 1 1 0 rg 0 i 0.60 w 4 M 1 j 0 J []0 d 1 1 0 rg 0 G 0 i 0.59 w 4 M 1 j 0 J []0 d 1 0 0 1 9 5.0908 cm 0 0 m -0.142 0 -0.28 0.008 -0.418 0.015 c -2.199 -1.969 -5.555 -2.242 -4.642 -1.42 c -4.024 -0.862 -3.916 0.111 -3.954 0.916 c -5.658 1.795 -6.772 3.222 -6.772 4.839 c -6.772 7.509 -3.74 9.674 0 9.674 c 3.74 9.674 6.772 7.509 6.772 4.839 c 6.772 2.167 3.74 0 0 0 c 7.74 12.616 m -7.74 12.616 l -8.274 12.616 -8.707 12.184 -8.707 11.649 c -8.707 -3.831 l -8.707 -4.365 -8.274 -4.798 -7.74 -4.798 c 7.74 -4.798 l 8.274 -4.798 8.707 -4.365 8.707 -3.831 c 8.707 11.649 l 8.707 12.184 8.274 12.616 7.74 12.616 c b
+endstream
+endobj
+
+200 0 obj
+929
+endobj
+
+xref
+0 201
+0000000000 65535 f
+0000000025 00000 n
+0000000439 00000 n
+0000000624 00000 n
+0000000697 00000 n
+0000000997 00000 n
+0000001128 00000 n
+0000001517 00000 n
+0000001906 00000 n
+0000002295 00000 n
+0000002426 00000 n
+0000002784 00000 n
+0000003211 00000 n
+0000003687 00000 n
+0000004108 00000 n
+0000004579 00000 n
+0000005006 00000 n
+0000005145 00000 n
+0000005295 00000 n
+0000005385 00000 n
+0000005552 00000 n
+0000005572 00000 n
+0000005936 00000 n
+0000006302 00000 n
+0000006668 00000 n
+0000006836 00000 n
+0000006856 00000 n
+0000007094 00000 n
+0000007114 00000 n
+0000007195 00000 n
+0000007363 00000 n
+0000007383 00000 n
+0000007621 00000 n
+0000007641 00000 n
+0000007809 00000 n
+0000007829 00000 n
+0000008067 00000 n
+0000008087 00000 n
+0000008453 00000 n
+0000008817 00000 n
+0000009183 00000 n
+0000009352 00000 n
+0000009372 00000 n
+0000009573 00000 n
+0000009593 00000 n
+0000009794 00000 n
+0000009814 00000 n
+0000010017 00000 n
+0000010037 00000 n
+0000010236 00000 n
+0000010279 00000 n
+0000015105 00000 n
+0000015127 00000 n
+0000015911 00000 n
+0000016312 00000 n
+0000016763 00000 n
+0000018680 00000 n
+0000019050 00000 n
+0000020964 00000 n
+0000021340 00000 n
+0000021361 00000 n
+0000021529 00000 n
+0000021549 00000 n
+0000021925 00000 n
+0000021946 00000 n
+0000022114 00000 n
+0000022134 00000 n
+0000022510 00000 n
+0000022531 00000 n
+0000022699 00000 n
+0000022719 00000 n
+0000023095 00000 n
+0000023116 00000 n
+0000023284 00000 n
+0000023304 00000 n
+0000023680 00000 n
+0000023701 00000 n
+0000023869 00000 n
+0000023889 00000 n
+0000024265 00000 n
+0000024286 00000 n
+0000024454 00000 n
+0000024474 00000 n
+0000024587 00000 n
+0000024683 00000 n
+0000024796 00000 n
+0000024892 00000 n
+0000025005 00000 n
+0000025101 00000 n
+0000025197 00000 n
+0000025293 00000 n
+0000025389 00000 n
+0000025485 00000 n
+0000025581 00000 n
+0000025694 00000 n
+0000025790 00000 n
+0000025886 00000 n
+0000025982 00000 n
+0000026078 00000 n
+0000026174 00000 n
+0000026270 00000 n
+0000026367 00000 n
+0000026464 00000 n
+0000026561 00000 n
+0000026658 00000 n
+0000026772 00000 n
+0000026869 00000 n
+0000026966 00000 n
+0000027063 00000 n
+0000027160 00000 n
+0000027257 00000 n
+0000027354 00000 n
+0000027451 00000 n
+0000027548 00000 n
+0000027645 00000 n
+0000027742 00000 n
+0000027856 00000 n
+0000027953 00000 n
+0000028050 00000 n
+0000028147 00000 n
+0000028267 00000 n
+0000028364 00000 n
+0000028461 00000 n
+0000028558 00000 n
+0000028655 00000 n
+0000028752 00000 n
+0000028872 00000 n
+0000028970 00000 n
+0000029068 00000 n
+0000029166 00000 n
+0000029264 00000 n
+0000029362 00000 n
+0000029460 00000 n
+0000029558 00000 n
+0000029656 00000 n
+0000029754 00000 n
+0000029852 00000 n
+0000029950 00000 n
+0000030048 00000 n
+0000030146 00000 n
+0000030244 00000 n
+0000030342 00000 n
+0000030587 00000 n
+0000031348 00000 n
+0000031370 00000 n
+0000031586 00000 n
+0000031830 00000 n
+0000032471 00000 n
+0000032493 00000 n
+0000032708 00000 n
+0000032765 00000 n
+0000032822 00000 n
+0000032879 00000 n
+0000032936 00000 n
+0000032993 00000 n
+0000033050 00000 n
+0000033107 00000 n
+0000033164 00000 n
+0000033221 00000 n
+0000033278 00000 n
+0000033335 00000 n
+0000033392 00000 n
+0000033449 00000 n
+0000033506 00000 n
+0000033563 00000 n
+0000033620 00000 n
+0000033677 00000 n
+0000033734 00000 n
+0000033791 00000 n
+0000033848 00000 n
+0000033905 00000 n
+0000033962 00000 n
+0000034019 00000 n
+0000034076 00000 n
+0000034133 00000 n
+0000034190 00000 n
+0000034247 00000 n
+0000034304 00000 n
+0000034361 00000 n
+0000034418 00000 n
+0000034475 00000 n
+0000034532 00000 n
+0000034589 00000 n
+0000034646 00000 n
+0000034703 00000 n
+0000034760 00000 n
+0000034817 00000 n
+0000034874 00000 n
+0000034931 00000 n
+0000034988 00000 n
+0000035045 00000 n
+0000035102 00000 n
+0000035159 00000 n
+0000035216 00000 n
+0000051498 00000 n
+0000051522 00000 n
+0000062708 00000 n
+0000062732 00000 n
+0000063067 00000 n
+0000063210 00000 n
+0000064435 00000 n
+trailer <<
+ /DocChecksum /CC322E136FE95DECF8BC297B1A9B2C2E
+ /Info 2 0 R
+ /Root 1 0 R
+ /Size 201
+ /ID [<f8abc47bb1df544a0df9c15a75ef0046><45201f7a345625a01ccb53b240a8ba8d>]
+>>
+startxref
+64457
+%%EOF
diff --git a/qpdf/qtest/qpdf/no-page-labels.out b/qpdf/qtest/qpdf/no-page-labels.out
new file mode 100644
index 00000000..f8ebd91d
--- /dev/null
+++ b/qpdf/qtest/qpdf/no-page-labels.out
@@ -0,0 +1,2 @@
+1 << /St 2 >>
+test 47 done
diff --git a/qpdf/qtest/qpdf/number-tree.out b/qpdf/qtest/qpdf/number-tree.out
new file mode 100644
index 00000000..b4b16535
--- /dev/null
+++ b/qpdf/qtest/qpdf/number-tree.out
@@ -0,0 +1,15 @@
+1 one
+2 two
+3 three
+5 five
+6 six
+9 nine
+11 elephant
+12 twelve
+15 fifteen
+19 nineteen
+20 twenty
+22 twenty-two
+23 twenty-three
+29 twenty-nine
+test 46 done
diff --git a/qpdf/qtest/qpdf/number-tree.pdf b/qpdf/qtest/qpdf/number-tree.pdf
new file mode 100644
index 00000000..35c1e375
--- /dev/null
+++ b/qpdf/qtest/qpdf/number-tree.pdf
@@ -0,0 +1,171 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 6 0 R
+ >>
+ /ProcSet 7 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+5 0 obj
+44
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+8 0 obj
+<<
+ /Kids [
+ 9 0 R
+ 10 0 R
+ ]
+>>
+endobj
+
+9 0 obj
+<<
+ /Kids [
+ 11 0 R
+ 12 0 R
+ ]
+ /Limits [
+ 0
+ 19
+ ]
+>>
+endobj
+
+10 0 obj
+<<
+ /Limits [
+ 20
+ 29
+ ]
+ /Nums [
+ 20 (twenty)
+ 22 (twenty-two)
+ 23 (twenty-three)
+ 29 (twenty-nine)
+ ]
+>>
+endobj
+
+11 0 obj
+<<
+ /Limits [
+ 0
+ 9
+ ]
+ /Nums [
+ 1 (one)
+ 2 (two)
+ 3 (three)
+ 5 (five)
+ 6 (six)
+ 9 (nine)
+ ]
+>>
+endobj
+
+12 0 obj
+<<
+ /Limits [
+ 11
+ 19
+ ]
+ /Nums [
+ 11 (elephant)
+ 12 (twelve)
+ 15 (fifteen)
+ 19 (nineteen)
+ ]
+>>
+endobj
+
+
+xref
+0 13
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000376 00000 n
+0000000475 00000 n
+0000000494 00000 n
+0000000612 00000 n
+0000000647 00000 n
+0000000704 00000 n
+0000000791 00000 n
+0000000937 00000 n
+0000001078 00000 n
+trailer <<
+ /Root 1 0 R
+ /QTest 8 0 R
+ /Size 13
+ /ID [<2c3b7a6ec7fc61db8a5db4eebf57f540><2c3b7a6ec7fc61db8a5db4eebf57f540>]
+>>
+startxref
+1215
+%%EOF
diff --git a/qpdf/qtest/qpdf/optimize-images-defaults-json.out b/qpdf/qtest/qpdf/optimize-images-defaults-json.out
new file mode 100644
index 00000000..c53d2b02
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-defaults-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 100,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im3",
+ "object": "8 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-defaults.out b/qpdf/qtest/qpdf/optimize-images-defaults.out
new file mode 100644
index 00000000..08cd1be4
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-defaults.out
@@ -0,0 +1,4 @@
+qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-image-streams-json.out b/qpdf/qtest/qpdf/optimize-images-image-streams-json.out
new file mode 100644
index 00000000..9734fc9a
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-image-streams-json.out
@@ -0,0 +1,242 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "12 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "14 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "15 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "16 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "17 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceCMYK",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "18 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ },
+ {
+ "contents": [
+ "19 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "20 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "6 0 R",
+ "outlines": [],
+ "pageposfrom1": 4
+ },
+ {
+ "contents": [
+ "21 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "22 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 5
+ },
+ {
+ "contents": [
+ "23 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "24 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 6
+ },
+ {
+ "contents": [
+ "25 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "26 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "9 0 R",
+ "outlines": [],
+ "pageposfrom1": 7
+ },
+ {
+ "contents": [
+ "27 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "28 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "10 0 R",
+ "outlines": [],
+ "pageposfrom1": 8
+ },
+ {
+ "contents": [
+ "29 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 480,
+ "name": "/Im1",
+ "object": "30 0 R",
+ "width": 400
+ }
+ ],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 9
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-image-streams.out b/qpdf/qtest/qpdf/optimize-images-image-streams.out
new file mode 100644
index 00000000..82d444c1
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-image-streams.out
@@ -0,0 +1,10 @@
+qpdf: image /Im1 on page 1: optimizing image reduces size from 768000 to ...
+qpdf: image /Im1 on page 2: not optimizing because unable to decode data or data already uses DCT
+qpdf: image /Im1 on page 3: optimizing image reduces size from 768998 to ...
+qpdf: image /Im1 on page 4: optimizing image reduces size from 576000 to ...
+qpdf: image /Im1 on page 5: not optimizing because unable to decode data or data already uses DCT
+qpdf: image /Im1 on page 6: optimizing image reduces size from 641497 to ...
+qpdf: image /Im1 on page 7: optimizing image reduces size from 192000 to ...
+qpdf: image /Im1 on page 8: not optimizing because unable to decode data or data already uses DCT
+qpdf: image /Im1 on page 9: optimizing image reduces size from 3001 to ...
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-all-size-json.out b/qpdf/qtest/qpdf/optimize-images-inline-images-all-size-json.out
new file mode 100644
index 00000000..90b88d81
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-all-size-json.out
@@ -0,0 +1,79 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "7 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 56,
+ "name": "/IIm1",
+ "object": "8 0 R",
+ "width": 49
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 675,
+ "name": "/IIm2",
+ "object": "9 0 R",
+ "width": 1200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 56,
+ "name": "/IIm3",
+ "object": "10 0 R",
+ "width": 49
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 8,
+ "name": "/IIm4",
+ "object": "11 0 R",
+ "width": 8
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-all-size.out b/qpdf/qtest/qpdf/optimize-images-inline-images-all-size.out
new file mode 100644
index 00000000..76fbd3a0
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-all-size.out
@@ -0,0 +1,5 @@
+qpdf: image /IIm1 on page 1: optimizing image reduces size from 2392 to ...
+qpdf: image /IIm2 on page 1: optimizing image reduces size from 2134997 to ...
+qpdf: image /IIm3 on page 1: not optimizing because unable to decode data or data already uses DCT
+qpdf: image /IIm4 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-json.out b/qpdf/qtest/qpdf/optimize-images-inline-images-json.out
new file mode 100644
index 00000000..e605541b
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-json.out
@@ -0,0 +1,79 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "7 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 56,
+ "name": "/IIm1",
+ "object": "8 0 R",
+ "width": 49
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 675,
+ "name": "/IIm2",
+ "object": "9 0 R",
+ "width": 1200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 56,
+ "name": "/IIm3",
+ "object": "10 0 R",
+ "width": 49
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 8,
+ "name": "/IIm4",
+ "object": "11 0 R",
+ "width": 8
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all-json.out b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all-json.out
new file mode 100644
index 00000000..5d4477d1
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all-json.out
@@ -0,0 +1,18 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "7 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all.out b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all.out
new file mode 100644
index 00000000..4aee10e4
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-all.out
@@ -0,0 +1 @@
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some-json.out b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some-json.out
new file mode 100644
index 00000000..baf626ed
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "7 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 56,
+ "name": "/IIm1",
+ "object": "8 0 R",
+ "width": 49
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 675,
+ "name": "/IIm2",
+ "object": "9 0 R",
+ "width": 1200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceRGB",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 56,
+ "name": "/IIm3",
+ "object": "10 0 R",
+ "width": 49
+ }
+ ],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some.out b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some.out
new file mode 100644
index 00000000..1d581038
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images-keep-some.out
@@ -0,0 +1,4 @@
+qpdf: image /IIm1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /IIm2 on page 1: optimizing image reduces size from 2134997 to ...
+qpdf: image /IIm3 on page 1: not optimizing because unable to decode data or data already uses DCT
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-inline-images.out b/qpdf/qtest/qpdf/optimize-images-inline-images.out
new file mode 100644
index 00000000..1e677b19
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-inline-images.out
@@ -0,0 +1,5 @@
+qpdf: image /IIm1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /IIm2 on page 1: optimizing image reduces size from 2134997 to ...
+qpdf: image /IIm3 on page 1: not optimizing because unable to decode data or data already uses DCT
+qpdf: image /IIm4 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-min-area-all-json.out b/qpdf/qtest/qpdf/optimize-images-min-area-all-json.out
new file mode 100644
index 00000000..c53d2b02
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-area-all-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 100,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im3",
+ "object": "8 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-min-area-all.out b/qpdf/qtest/qpdf/optimize-images-min-area-all.out
new file mode 100644
index 00000000..08cd1be4
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-area-all.out
@@ -0,0 +1,4 @@
+qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-min-area-json.out b/qpdf/qtest/qpdf/optimize-images-min-area-json.out
new file mode 100644
index 00000000..c53d2b02
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-area-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 100,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im3",
+ "object": "8 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-min-area.out b/qpdf/qtest/qpdf/optimize-images-min-area.out
new file mode 100644
index 00000000..08cd1be4
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-area.out
@@ -0,0 +1,4 @@
+qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-min-height-json.out b/qpdf/qtest/qpdf/optimize-images-min-height-json.out
new file mode 100644
index 00000000..1c009cb4
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-height-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 100,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im3",
+ "object": "8 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-min-height.out b/qpdf/qtest/qpdf/optimize-images-min-height.out
new file mode 100644
index 00000000..9d8dcfb8
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-height.out
@@ -0,0 +1,4 @@
+qpdf: image /Im1 on page 1: optimizing image reduces size from 20000 to ...
+qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-min-width-json.out b/qpdf/qtest/qpdf/optimize-images-min-width-json.out
new file mode 100644
index 00000000..80ccffcc
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-width-json.out
@@ -0,0 +1,64 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/DCTDecode"
+ ],
+ "filterable": false,
+ "height": 100,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im3",
+ "object": "8 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-min-width.out b/qpdf/qtest/qpdf/optimize-images-min-width.out
new file mode 100644
index 00000000..801126cd
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-min-width.out
@@ -0,0 +1,4 @@
+qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
+qpdf: image /Im2 on page 1: optimizing image reduces size from 20000 to ...
+qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/optimize-images-unsupported-json.out b/qpdf/qtest/qpdf/optimize-images-unsupported-json.out
new file mode 100644
index 00000000..78026973
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-unsupported-json.out
@@ -0,0 +1,49 @@
+{
+ "pages": [
+ {
+ "contents": [
+ "4 0 R"
+ ],
+ "images": [
+ {
+ "bitspercomponent": 1,
+ "colorspace": "/DeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im1",
+ "object": "6 0 R",
+ "width": 100
+ },
+ {
+ "bitspercomponent": 8,
+ "colorspace": "/XeviceGray",
+ "decodeparms": [
+ null
+ ],
+ "filter": [
+ "/FlateDecode"
+ ],
+ "filterable": true,
+ "height": 200,
+ "name": "/Im2",
+ "object": "7 0 R",
+ "width": 200
+ }
+ ],
+ "label": null,
+ "object": "3 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/optimize-images-unsupported.out b/qpdf/qtest/qpdf/optimize-images-unsupported.out
new file mode 100644
index 00000000..2b281039
--- /dev/null
+++ b/qpdf/qtest/qpdf/optimize-images-unsupported.out
@@ -0,0 +1,3 @@
+qpdf: image /Im1 on page 1: not optimizing because image has other than 8 bits per component
+qpdf: image /Im2 on page 1: not optimizing because qpdf can't optimize images with this colorspace
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/outlines-split-01-10.pdf b/qpdf/qtest/qpdf/outlines-split-01-10.pdf
new file mode 100644
index 00000000..2a15df92
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-split-01-10.pdf
@@ -0,0 +1,760 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Names 2 0 R
+ /Outlines 3 0 R
+ /Pages 4 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 35 0
+2 0 obj
+<<
+ /Dests 5 0 R
+>>
+endobj
+
+%% Original object ID: 38 0
+3 0 obj
+<<
+ /Count 6
+ /First 6 0 R
+ /Last 7 0 R
+ /Type /Outlines
+>>
+endobj
+
+%% Original object ID: 2 0
+4 0 obj
+<<
+ /Count 10
+ /Kids [
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 36 0
+5 0 obj
+<<
+ /Names [
+ (gabeebee)
+ [
+ 9 0 R
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ (glarp)
+ [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 39 0
+6 0 obj
+<<
+ /Count 4
+ /Dest [
+ 13 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 18 0 R
+ /Last 19 0 R
+ /Next 7 0 R
+ /Parent 3 0 R
+ /Title (Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 50 0
+7 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 3 0 R
+ /Prev 6 0 R
+ /Title (Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+8 0 obj
+<<
+ /Contents 20 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 8 0
+9 0 obj
+<<
+ /Contents 24 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 11 0
+10 0 obj
+<<
+ /Contents 26 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 14 0
+11 0 obj
+<<
+ /Contents 28 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 17 0
+12 0 obj
+<<
+ /Contents 30 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 20 0
+13 0 obj
+<<
+ /Contents 32 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 23 0
+14 0 obj
+<<
+ /Contents 34 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 26 0
+15 0 obj
+<<
+ /Contents 36 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 29 0
+16 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 32 0
+17 0 obj
+<<
+ /Contents 40 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 40 0
+18 0 obj
+<<
+ /Count -3
+ /Dest [
+ null
+ /Fit
+ ]
+ /First 42 0 R
+ /Last 43 0 R
+ /Next 19 0 R
+ /Parent 6 0 R
+ /Title (Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 47 0
+19 0 obj
+<<
+ /Count 2
+ /Dest [
+ null
+ /FitH
+ 792
+ ]
+ /First 44 0 R
+ /Last 45 0 R
+ /Parent 6 0 R
+ /Prev 18 0 R
+ /Title <feff005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+20 0 obj
+<<
+ /Length 21 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 0) Tj
+ET
+endstream
+endobj
+
+21 0 obj
+45
+endobj
+
+%% Original object ID: 6 0
+22 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 7 0
+23 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+%% Original object ID: 9 0
+24 0 obj
+<<
+ /Length 25 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 1) Tj
+ET
+endstream
+endobj
+
+25 0 obj
+45
+endobj
+
+%% Contents for page 3
+%% Original object ID: 12 0
+26 0 obj
+<<
+ /Length 27 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 2) Tj
+ET
+endstream
+endobj
+
+27 0 obj
+45
+endobj
+
+%% Contents for page 4
+%% Original object ID: 15 0
+28 0 obj
+<<
+ /Length 29 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 3) Tj
+ET
+endstream
+endobj
+
+29 0 obj
+45
+endobj
+
+%% Contents for page 5
+%% Original object ID: 18 0
+30 0 obj
+<<
+ /Length 31 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 4) Tj
+ET
+endstream
+endobj
+
+31 0 obj
+45
+endobj
+
+%% Contents for page 6
+%% Original object ID: 21 0
+32 0 obj
+<<
+ /Length 33 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 5) Tj
+ET
+endstream
+endobj
+
+33 0 obj
+45
+endobj
+
+%% Contents for page 7
+%% Original object ID: 24 0
+34 0 obj
+<<
+ /Length 35 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 6) Tj
+ET
+endstream
+endobj
+
+35 0 obj
+45
+endobj
+
+%% Contents for page 8
+%% Original object ID: 27 0
+36 0 obj
+<<
+ /Length 37 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 7) Tj
+ET
+endstream
+endobj
+
+37 0 obj
+45
+endobj
+
+%% Contents for page 9
+%% Original object ID: 30 0
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 8) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+45
+endobj
+
+%% Contents for page 10
+%% Original object ID: 33 0
+40 0 obj
+<<
+ /Length 41 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 9) Tj
+ET
+endstream
+endobj
+
+41 0 obj
+45
+endobj
+
+%% Original object ID: 41 0
+42 0 obj
+<<
+ /Count -2
+ /Dest [
+ null
+ /FitV
+ 100
+ ]
+ /First 46 0 R
+ /Last 47 0 R
+ /Next 43 0 R
+ /Parent 18 0 R
+ /Title (Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 44 0
+43 0 obj
+<<
+ /Count 1
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 48 0 R
+ /Last 48 0 R
+ /Parent 18 0 R
+ /Prev 42 0 R
+ /Title (Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 48 0
+44 0 obj
+<<
+ /Dest (gabeebee)
+ /Next 45 0 R
+ /Parent 19 0 R
+ /Title (Gabeebeebee \(name\) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 49 0
+45 0 obj
+<<
+ /A <<
+ /D [
+ 8 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /S /GoTo
+ /Type /Action
+ >>
+ /Parent 19 0 R
+ /Prev 44 0 R
+ /Title (Merschqaberschq \(A\) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 42 0
+46 0 obj
+<<
+ /A <<
+ /D (glarp)
+ /S /GoTo
+ /Type /Action
+ >>
+ /Next 47 0 R
+ /Parent 42 0 R
+ /Title (Glarpenspliel \(A, name\) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 43 0
+47 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 42 0 R
+ /Prev 46 0 R
+ /Title (Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 45 0
+48 0 obj
+<<
+ /Dest 49 0 R
+ /Parent 43 0 R
+ /Title (Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 46 0
+49 0 obj
+[
+ null
+ /XYZ
+ null
+ null
+ null
+]
+endobj
+
+xref
+0 50
+0000000000 65535 f
+0000000052 00000 n
+0000000167 00000 n
+0000000232 00000 n
+0000000339 00000 n
+0000000538 00000 n
+0000000772 00000 n
+0000001018 00000 n
+0000001217 00000 n
+0000001449 00000 n
+0000001682 00000 n
+0000001916 00000 n
+0000002150 00000 n
+0000002384 00000 n
+0000002618 00000 n
+0000002852 00000 n
+0000003086 00000 n
+0000003321 00000 n
+0000003545 00000 n
+0000003751 00000 n
+0000004099 00000 n
+0000004201 00000 n
+0000004248 00000 n
+0000004394 00000 n
+0000004480 00000 n
+0000004582 00000 n
+0000004653 00000 n
+0000004755 00000 n
+0000004826 00000 n
+0000004928 00000 n
+0000004999 00000 n
+0000005101 00000 n
+0000005172 00000 n
+0000005274 00000 n
+0000005345 00000 n
+0000005447 00000 n
+0000005518 00000 n
+0000005620 00000 n
+0000005691 00000 n
+0000005793 00000 n
+0000005865 00000 n
+0000005967 00000 n
+0000006015 00000 n
+0000006244 00000 n
+0000006501 00000 n
+0000006685 00000 n
+0000006965 00000 n
+0000007196 00000 n
+0000007417 00000 n
+0000007581 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 50
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+7637
+%%EOF
diff --git a/qpdf/qtest/qpdf/outlines-split-11-20.pdf b/qpdf/qtest/qpdf/outlines-split-11-20.pdf
new file mode 100644
index 00000000..04263d57
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-split-11-20.pdf
@@ -0,0 +1,760 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Names 2 0 R
+ /Outlines 3 0 R
+ /Pages 4 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 35 0
+2 0 obj
+<<
+ /Dests 5 0 R
+>>
+endobj
+
+%% Original object ID: 38 0
+3 0 obj
+<<
+ /Count 6
+ /First 6 0 R
+ /Last 7 0 R
+ /Type /Outlines
+>>
+endobj
+
+%% Original object ID: 2 0
+4 0 obj
+<<
+ /Count 10
+ /Kids [
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 36 0
+5 0 obj
+<<
+ /Names [
+ (gabeebee)
+ [
+ null
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ (glarp)
+ [
+ 16 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 39 0
+6 0 obj
+<<
+ /Count 4
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 18 0 R
+ /Last 19 0 R
+ /Next 7 0 R
+ /Parent 3 0 R
+ /Title (Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 50 0
+7 0 obj
+<<
+ /Dest [
+ 13 0 R
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 3 0 R
+ /Prev 6 0 R
+ /Title (Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+8 0 obj
+<<
+ /Contents 20 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 8 0
+9 0 obj
+<<
+ /Contents 24 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 11 0
+10 0 obj
+<<
+ /Contents 26 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 14 0
+11 0 obj
+<<
+ /Contents 28 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 17 0
+12 0 obj
+<<
+ /Contents 30 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 20 0
+13 0 obj
+<<
+ /Contents 32 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 23 0
+14 0 obj
+<<
+ /Contents 34 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 26 0
+15 0 obj
+<<
+ /Contents 36 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 29 0
+16 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 32 0
+17 0 obj
+<<
+ /Contents 40 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 40 0
+18 0 obj
+<<
+ /Count -3
+ /Dest [
+ 9 0 R
+ /Fit
+ ]
+ /First 42 0 R
+ /Last 43 0 R
+ /Next 19 0 R
+ /Parent 6 0 R
+ /Title (Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 47 0
+19 0 obj
+<<
+ /Count 2
+ /Dest [
+ 11 0 R
+ /FitH
+ 792
+ ]
+ /First 44 0 R
+ /Last 45 0 R
+ /Parent 6 0 R
+ /Prev 18 0 R
+ /Title <feff005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+20 0 obj
+<<
+ /Length 21 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 10) Tj
+ET
+endstream
+endobj
+
+21 0 obj
+46
+endobj
+
+%% Original object ID: 6 0
+22 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 7 0
+23 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+%% Original object ID: 9 0
+24 0 obj
+<<
+ /Length 25 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 11) Tj
+ET
+endstream
+endobj
+
+25 0 obj
+46
+endobj
+
+%% Contents for page 3
+%% Original object ID: 12 0
+26 0 obj
+<<
+ /Length 27 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 12) Tj
+ET
+endstream
+endobj
+
+27 0 obj
+46
+endobj
+
+%% Contents for page 4
+%% Original object ID: 15 0
+28 0 obj
+<<
+ /Length 29 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 13) Tj
+ET
+endstream
+endobj
+
+29 0 obj
+46
+endobj
+
+%% Contents for page 5
+%% Original object ID: 18 0
+30 0 obj
+<<
+ /Length 31 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 14) Tj
+ET
+endstream
+endobj
+
+31 0 obj
+46
+endobj
+
+%% Contents for page 6
+%% Original object ID: 21 0
+32 0 obj
+<<
+ /Length 33 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 15) Tj
+ET
+endstream
+endobj
+
+33 0 obj
+46
+endobj
+
+%% Contents for page 7
+%% Original object ID: 24 0
+34 0 obj
+<<
+ /Length 35 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 16) Tj
+ET
+endstream
+endobj
+
+35 0 obj
+46
+endobj
+
+%% Contents for page 8
+%% Original object ID: 27 0
+36 0 obj
+<<
+ /Length 37 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 17) Tj
+ET
+endstream
+endobj
+
+37 0 obj
+46
+endobj
+
+%% Contents for page 9
+%% Original object ID: 30 0
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 18) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+46
+endobj
+
+%% Contents for page 10
+%% Original object ID: 33 0
+40 0 obj
+<<
+ /Length 41 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 19) Tj
+ET
+endstream
+endobj
+
+41 0 obj
+46
+endobj
+
+%% Original object ID: 41 0
+42 0 obj
+<<
+ /Count -2
+ /Dest [
+ 10 0 R
+ /FitV
+ 100
+ ]
+ /First 46 0 R
+ /Last 47 0 R
+ /Next 43 0 R
+ /Parent 18 0 R
+ /Title (Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 44 0
+43 0 obj
+<<
+ /Count 1
+ /Dest [
+ 10 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 48 0 R
+ /Last 48 0 R
+ /Parent 18 0 R
+ /Prev 42 0 R
+ /Title (Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 48 0
+44 0 obj
+<<
+ /Dest (gabeebee)
+ /Next 45 0 R
+ /Parent 19 0 R
+ /Title (Gabeebeebee \(name\) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 49 0
+45 0 obj
+<<
+ /A <<
+ /D [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /S /GoTo
+ /Type /Action
+ >>
+ /Parent 19 0 R
+ /Prev 44 0 R
+ /Title (Merschqaberschq \(A\) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 42 0
+46 0 obj
+<<
+ /A <<
+ /D (glarp)
+ /S /GoTo
+ /Type /Action
+ >>
+ /Next 47 0 R
+ /Parent 42 0 R
+ /Title (Glarpenspliel \(A, name\) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 43 0
+47 0 obj
+<<
+ /Dest [
+ 17 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 42 0 R
+ /Prev 46 0 R
+ /Title (Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 45 0
+48 0 obj
+<<
+ /Dest 49 0 R
+ /Parent 43 0 R
+ /Title (Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 46 0
+49 0 obj
+[
+ null
+ /XYZ
+ null
+ null
+ null
+]
+endobj
+
+xref
+0 50
+0000000000 65535 f
+0000000052 00000 n
+0000000167 00000 n
+0000000232 00000 n
+0000000339 00000 n
+0000000538 00000 n
+0000000773 00000 n
+0000001017 00000 n
+0000001218 00000 n
+0000001450 00000 n
+0000001683 00000 n
+0000001917 00000 n
+0000002151 00000 n
+0000002385 00000 n
+0000002619 00000 n
+0000002853 00000 n
+0000003087 00000 n
+0000003322 00000 n
+0000003546 00000 n
+0000003753 00000 n
+0000004103 00000 n
+0000004206 00000 n
+0000004253 00000 n
+0000004399 00000 n
+0000004485 00000 n
+0000004588 00000 n
+0000004659 00000 n
+0000004762 00000 n
+0000004833 00000 n
+0000004936 00000 n
+0000005007 00000 n
+0000005110 00000 n
+0000005181 00000 n
+0000005284 00000 n
+0000005355 00000 n
+0000005458 00000 n
+0000005529 00000 n
+0000005632 00000 n
+0000005703 00000 n
+0000005806 00000 n
+0000005878 00000 n
+0000005981 00000 n
+0000006029 00000 n
+0000006260 00000 n
+0000006519 00000 n
+0000006703 00000 n
+0000006982 00000 n
+0000007213 00000 n
+0000007436 00000 n
+0000007600 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 50
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+7656
+%%EOF
diff --git a/qpdf/qtest/qpdf/outlines-split-21-30.pdf b/qpdf/qtest/qpdf/outlines-split-21-30.pdf
new file mode 100644
index 00000000..b1a3566f
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-split-21-30.pdf
@@ -0,0 +1,760 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Names 2 0 R
+ /Outlines 3 0 R
+ /Pages 4 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 35 0
+2 0 obj
+<<
+ /Dests 5 0 R
+>>
+endobj
+
+%% Original object ID: 38 0
+3 0 obj
+<<
+ /Count 6
+ /First 6 0 R
+ /Last 7 0 R
+ /Type /Outlines
+>>
+endobj
+
+%% Original object ID: 2 0
+4 0 obj
+<<
+ /Count 10
+ /Kids [
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 36 0
+5 0 obj
+<<
+ /Names [
+ (gabeebee)
+ [
+ null
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ (glarp)
+ [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ ]
+>>
+endobj
+
+%% Original object ID: 39 0
+6 0 obj
+<<
+ /Count 4
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 18 0 R
+ /Last 19 0 R
+ /Next 7 0 R
+ /Parent 3 0 R
+ /Title (Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 50 0
+7 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 3 0 R
+ /Prev 6 0 R
+ /Title (Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+8 0 obj
+<<
+ /Contents 20 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 8 0
+9 0 obj
+<<
+ /Contents 24 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 11 0
+10 0 obj
+<<
+ /Contents 26 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 14 0
+11 0 obj
+<<
+ /Contents 28 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 17 0
+12 0 obj
+<<
+ /Contents 30 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 20 0
+13 0 obj
+<<
+ /Contents 32 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 23 0
+14 0 obj
+<<
+ /Contents 34 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 26 0
+15 0 obj
+<<
+ /Contents 36 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 29 0
+16 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 32 0
+17 0 obj
+<<
+ /Contents 40 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 4 0 R
+ /Resources <<
+ /Font <<
+ /F1 22 0 R
+ >>
+ /ProcSet 23 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 40 0
+18 0 obj
+<<
+ /Count -3
+ /Dest [
+ null
+ /Fit
+ ]
+ /First 42 0 R
+ /Last 43 0 R
+ /Next 19 0 R
+ /Parent 6 0 R
+ /Title (Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 47 0
+19 0 obj
+<<
+ /Count 2
+ /Dest [
+ null
+ /FitH
+ 792
+ ]
+ /First 44 0 R
+ /Last 45 0 R
+ /Parent 6 0 R
+ /Prev 18 0 R
+ /Title <feff005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 4 0
+20 0 obj
+<<
+ /Length 21 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 20) Tj
+ET
+endstream
+endobj
+
+21 0 obj
+46
+endobj
+
+%% Original object ID: 6 0
+22 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 7 0
+23 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+%% Original object ID: 9 0
+24 0 obj
+<<
+ /Length 25 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 21) Tj
+ET
+endstream
+endobj
+
+25 0 obj
+46
+endobj
+
+%% Contents for page 3
+%% Original object ID: 12 0
+26 0 obj
+<<
+ /Length 27 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 22) Tj
+ET
+endstream
+endobj
+
+27 0 obj
+46
+endobj
+
+%% Contents for page 4
+%% Original object ID: 15 0
+28 0 obj
+<<
+ /Length 29 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 23) Tj
+ET
+endstream
+endobj
+
+29 0 obj
+46
+endobj
+
+%% Contents for page 5
+%% Original object ID: 18 0
+30 0 obj
+<<
+ /Length 31 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 24) Tj
+ET
+endstream
+endobj
+
+31 0 obj
+46
+endobj
+
+%% Contents for page 6
+%% Original object ID: 21 0
+32 0 obj
+<<
+ /Length 33 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 25) Tj
+ET
+endstream
+endobj
+
+33 0 obj
+46
+endobj
+
+%% Contents for page 7
+%% Original object ID: 24 0
+34 0 obj
+<<
+ /Length 35 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 26) Tj
+ET
+endstream
+endobj
+
+35 0 obj
+46
+endobj
+
+%% Contents for page 8
+%% Original object ID: 27 0
+36 0 obj
+<<
+ /Length 37 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 27) Tj
+ET
+endstream
+endobj
+
+37 0 obj
+46
+endobj
+
+%% Contents for page 9
+%% Original object ID: 30 0
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 28) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+46
+endobj
+
+%% Contents for page 10
+%% Original object ID: 33 0
+40 0 obj
+<<
+ /Length 41 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 29) Tj
+ET
+endstream
+endobj
+
+41 0 obj
+46
+endobj
+
+%% Original object ID: 41 0
+42 0 obj
+<<
+ /Count -2
+ /Dest [
+ null
+ /FitV
+ 100
+ ]
+ /First 46 0 R
+ /Last 47 0 R
+ /Next 43 0 R
+ /Parent 18 0 R
+ /Title (Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 44 0
+43 0 obj
+<<
+ /Count 1
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 48 0 R
+ /Last 48 0 R
+ /Parent 18 0 R
+ /Prev 42 0 R
+ /Title (Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 48 0
+44 0 obj
+<<
+ /Dest (gabeebee)
+ /Next 45 0 R
+ /Parent 19 0 R
+ /Title (Gabeebeebee \(name\) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 49 0
+45 0 obj
+<<
+ /A <<
+ /D [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /S /GoTo
+ /Type /Action
+ >>
+ /Parent 19 0 R
+ /Prev 44 0 R
+ /Title (Merschqaberschq \(A\) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 42 0
+46 0 obj
+<<
+ /A <<
+ /D (glarp)
+ /S /GoTo
+ /Type /Action
+ >>
+ /Next 47 0 R
+ /Parent 42 0 R
+ /Title (Glarpenspliel \(A, name\) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 43 0
+47 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 42 0 R
+ /Prev 46 0 R
+ /Title (Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 45 0
+48 0 obj
+<<
+ /Dest 49 0 R
+ /Parent 43 0 R
+ /Title (Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 46 0
+49 0 obj
+[
+ 10 0 R
+ /XYZ
+ null
+ null
+ null
+]
+endobj
+
+xref
+0 50
+0000000000 65535 f
+0000000052 00000 n
+0000000167 00000 n
+0000000232 00000 n
+0000000339 00000 n
+0000000538 00000 n
+0000000771 00000 n
+0000001015 00000 n
+0000001214 00000 n
+0000001446 00000 n
+0000001679 00000 n
+0000001913 00000 n
+0000002147 00000 n
+0000002381 00000 n
+0000002615 00000 n
+0000002849 00000 n
+0000003083 00000 n
+0000003318 00000 n
+0000003542 00000 n
+0000003748 00000 n
+0000004096 00000 n
+0000004199 00000 n
+0000004246 00000 n
+0000004392 00000 n
+0000004478 00000 n
+0000004581 00000 n
+0000004652 00000 n
+0000004755 00000 n
+0000004826 00000 n
+0000004929 00000 n
+0000005000 00000 n
+0000005103 00000 n
+0000005174 00000 n
+0000005277 00000 n
+0000005348 00000 n
+0000005451 00000 n
+0000005522 00000 n
+0000005625 00000 n
+0000005696 00000 n
+0000005799 00000 n
+0000005871 00000 n
+0000005974 00000 n
+0000006022 00000 n
+0000006251 00000 n
+0000006508 00000 n
+0000006692 00000 n
+0000006971 00000 n
+0000007202 00000 n
+0000007423 00000 n
+0000007587 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 50
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+7645
+%%EOF
diff --git a/qpdf/qtest/qpdf/outlines-with-actions.out b/qpdf/qtest/qpdf/outlines-with-actions.out
new file mode 100644
index 00000000..6e5c58db
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-actions.out
@@ -0,0 +1,12 @@
+page 0: Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null -> [ 6 0 R /XYZ null null null ]
+page 1: Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770 -> [ 7 0 R /FitR 66 714 180 770 ]
+page 5: Potato 1 -> 5: /XYZ null null null -> [ 11 0 R /XYZ null null null ]
+page 11: Mern 1.1 -> 11: /Fit -> [ 17 0 R /Fit ]
+page 12: Biherbadem 1.1.1 -> 12: /FitV 100 -> [ 18 0 R /FitV 100 ]
+page 12: Gawehwehweh 1.1.2 -> 12: /XYZ null null null -> [ 18 0 R /XYZ null null null ]
+page 13: Squash ÷πʬ÷ 1.2 -> 13: /FitH 792 -> [ 19 0 R /FitH 792 ]
+page 15: Salad 2 -> 15: /XYZ 66 756 3 -> [ 21 0 R /XYZ 66 756 3 ]
+page 18: Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null -> [ 24 0 R /XYZ null null null ]
+page 19: Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null -> [ 25 0 R /XYZ null null null ]
+page 22: Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null -> [ 28 0 R /XYZ null null null ]
+test 49 done
diff --git a/qpdf/qtest/qpdf/outlines-with-actions.pdf b/qpdf/qtest/qpdf/outlines-with-actions.pdf
new file mode 100644
index 00000000..bb038b37
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-actions.pdf
@@ -0,0 +1,1575 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Outlines 2 0 R
+ /PageMode /UseOutlines
+ /Pages 3 0 R
+ /Type /Catalog
+ /Names <<
+ /Dests 107 0 R
+ >>
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 6
+ /First 4 0 R
+ /Last 5 0 R
+ /Type /Outlines
+>>
+endobj
+
+3 0 obj
+<<
+ /Count 30
+ /Kids [
+ 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
+ 30 0 R
+ 31 0 R
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ 35 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 4
+ /Dest [
+ 11 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 36 0 R
+ /Last 37 0 R
+ /Next 5 0 R
+ /Parent 2 0 R
+ /Title (Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+5 0 obj
+<<
+ /Dest [
+ 21 0 R
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 2 0 R
+ /Prev 4 0 R
+ /Title (Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+6 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+7 0 obj
+<<
+ /Contents 42 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+8 0 obj
+<<
+ /Contents 44 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+9 0 obj
+<<
+ /Contents 46 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+10 0 obj
+<<
+ /Contents 48 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+11 0 obj
+<<
+ /Contents 50 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+12 0 obj
+<<
+ /Contents 52 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+13 0 obj
+<<
+ /Contents 54 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+14 0 obj
+<<
+ /Contents 56 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+15 0 obj
+<<
+ /Contents 58 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+16 0 obj
+<<
+ /Contents 60 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+17 0 obj
+<<
+ /Contents 62 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+18 0 obj
+<<
+ /Contents 64 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+19 0 obj
+<<
+ /Contents 66 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 15
+20 0 obj
+<<
+ /Contents 68 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+21 0 obj
+<<
+ /Contents 70 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 17
+22 0 obj
+<<
+ /Contents 72 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 18
+23 0 obj
+<<
+ /Contents 74 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 19
+24 0 obj
+<<
+ /Contents 76 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 20
+25 0 obj
+<<
+ /Contents 78 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 21
+26 0 obj
+<<
+ /Contents 80 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 22
+27 0 obj
+<<
+ /Contents 82 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 23
+28 0 obj
+<<
+ /Contents 84 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 24
+29 0 obj
+<<
+ /Contents 86 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 25
+30 0 obj
+<<
+ /Contents 88 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 26
+31 0 obj
+<<
+ /Contents 90 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 27
+32 0 obj
+<<
+ /Contents 92 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 28
+33 0 obj
+<<
+ /Contents 94 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 29
+34 0 obj
+<<
+ /Contents 96 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 30
+35 0 obj
+<<
+ /Contents 98 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+36 0 obj
+<<
+ /Count -3
+ /Dest [
+ 17 0 R
+ /Fit
+ ]
+ /First 100 0 R
+ /Last 101 0 R
+ /Next 37 0 R
+ /Parent 4 0 R
+ /Title (Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+37 0 obj
+<<
+ /Count 2
+ /Dest [
+ 19 0 R
+ /FitH
+ 792
+ ]
+ /First 102 0 R
+ /Last 103 0 R
+ /Parent 4 0 R
+ /Prev 36 0 R
+ /Title <feff005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 0) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+45
+endobj
+
+40 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+41 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 1) Tj
+ET
+endstream
+endobj
+
+43 0 obj
+45
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 2) Tj
+ET
+endstream
+endobj
+
+45 0 obj
+45
+endobj
+
+%% Contents for page 4
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 3) Tj
+ET
+endstream
+endobj
+
+47 0 obj
+45
+endobj
+
+%% Contents for page 5
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 4) Tj
+ET
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 6
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 5) Tj
+ET
+endstream
+endobj
+
+51 0 obj
+45
+endobj
+
+%% Contents for page 7
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 6) Tj
+ET
+endstream
+endobj
+
+53 0 obj
+45
+endobj
+
+%% Contents for page 8
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 7) Tj
+ET
+endstream
+endobj
+
+55 0 obj
+45
+endobj
+
+%% Contents for page 9
+56 0 obj
+<<
+ /Length 57 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 8) Tj
+ET
+endstream
+endobj
+
+57 0 obj
+45
+endobj
+
+%% Contents for page 10
+58 0 obj
+<<
+ /Length 59 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 9) Tj
+ET
+endstream
+endobj
+
+59 0 obj
+45
+endobj
+
+%% Contents for page 11
+60 0 obj
+<<
+ /Length 61 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 10) Tj
+ET
+endstream
+endobj
+
+61 0 obj
+46
+endobj
+
+%% Contents for page 12
+62 0 obj
+<<
+ /Length 63 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 11) Tj
+ET
+endstream
+endobj
+
+63 0 obj
+46
+endobj
+
+%% Contents for page 13
+64 0 obj
+<<
+ /Length 65 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 12) Tj
+ET
+endstream
+endobj
+
+65 0 obj
+46
+endobj
+
+%% Contents for page 14
+66 0 obj
+<<
+ /Length 67 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 13) Tj
+ET
+endstream
+endobj
+
+67 0 obj
+46
+endobj
+
+%% Contents for page 15
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 14) Tj
+ET
+endstream
+endobj
+
+69 0 obj
+46
+endobj
+
+%% Contents for page 16
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 15) Tj
+ET
+endstream
+endobj
+
+71 0 obj
+46
+endobj
+
+%% Contents for page 17
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 16) Tj
+ET
+endstream
+endobj
+
+73 0 obj
+46
+endobj
+
+%% Contents for page 18
+74 0 obj
+<<
+ /Length 75 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 17) Tj
+ET
+endstream
+endobj
+
+75 0 obj
+46
+endobj
+
+%% Contents for page 19
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 18) Tj
+ET
+endstream
+endobj
+
+77 0 obj
+46
+endobj
+
+%% Contents for page 20
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 19) Tj
+ET
+endstream
+endobj
+
+79 0 obj
+46
+endobj
+
+%% Contents for page 21
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 20) Tj
+ET
+endstream
+endobj
+
+81 0 obj
+46
+endobj
+
+%% Contents for page 22
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 21) Tj
+ET
+endstream
+endobj
+
+83 0 obj
+46
+endobj
+
+%% Contents for page 23
+84 0 obj
+<<
+ /Length 85 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 22) Tj
+ET
+endstream
+endobj
+
+85 0 obj
+46
+endobj
+
+%% Contents for page 24
+86 0 obj
+<<
+ /Length 87 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 23) Tj
+ET
+endstream
+endobj
+
+87 0 obj
+46
+endobj
+
+%% Contents for page 25
+88 0 obj
+<<
+ /Length 89 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 24) Tj
+ET
+endstream
+endobj
+
+89 0 obj
+46
+endobj
+
+%% Contents for page 26
+90 0 obj
+<<
+ /Length 91 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 25) Tj
+ET
+endstream
+endobj
+
+91 0 obj
+46
+endobj
+
+%% Contents for page 27
+92 0 obj
+<<
+ /Length 93 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 26) Tj
+ET
+endstream
+endobj
+
+93 0 obj
+46
+endobj
+
+%% Contents for page 28
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 27) Tj
+ET
+endstream
+endobj
+
+95 0 obj
+46
+endobj
+
+%% Contents for page 29
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 28) Tj
+ET
+endstream
+endobj
+
+97 0 obj
+46
+endobj
+
+%% Contents for page 30
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 29) Tj
+ET
+endstream
+endobj
+
+99 0 obj
+46
+endobj
+
+100 0 obj
+<<
+ /Count -2
+ /Dest [
+ 18 0 R
+ /FitV
+ 100
+ ]
+ /First 104 0 R
+ /Last 105 0 R
+ /Next 101 0 R
+ /Parent 36 0 R
+ /Title (Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+101 0 obj
+<<
+ /Count 1
+ /Dest [
+ 18 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 106 0 R
+ /Last 106 0 R
+ /Parent 36 0 R
+ /Prev 100 0 R
+ /Title (Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+102 0 obj
+<<
+ /Dest (gabeebee)
+ /Next 103 0 R
+ /Parent 37 0 R
+ /Title (Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+103 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D [
+ 6 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ >>
+ /Parent 37 0 R
+ /Prev 102 0 R
+ /Title (Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+104 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D (glarp)
+ >>
+ /Next 105 0 R
+ /Parent 100 0 R
+ /Title (Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+105 0 obj
+<<
+ /Dest [
+ 25 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 100 0 R
+ /Prev 104 0 R
+ /Title (Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+106 0 obj
+<<
+ /Dest 108 0 R
+ /Parent 101 0 R
+ /Title (Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+107 0 obj
+<<
+ /Names [
+ (gabeebee) [
+ 7 0 R
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ (glarp) [
+ 24 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ ]
+>>
+endobj
+
+108 0 obj
+[
+ 28 0 R
+ /XYZ
+ null
+ null
+ null
+]
+endobj
+
+xref
+0 109
+0000000000 65535 f
+0000000025 00000 n
+0000000158 00000 n
+0000000238 00000 n
+0000000627 00000 n
+0000000845 00000 n
+0000001019 00000 n
+0000001224 00000 n
+0000001429 00000 n
+0000001634 00000 n
+0000001839 00000 n
+0000002045 00000 n
+0000002251 00000 n
+0000002457 00000 n
+0000002663 00000 n
+0000002870 00000 n
+0000003077 00000 n
+0000003284 00000 n
+0000003491 00000 n
+0000003698 00000 n
+0000003905 00000 n
+0000004112 00000 n
+0000004319 00000 n
+0000004526 00000 n
+0000004733 00000 n
+0000004940 00000 n
+0000005147 00000 n
+0000005354 00000 n
+0000005561 00000 n
+0000005768 00000 n
+0000005975 00000 n
+0000006182 00000 n
+0000006389 00000 n
+0000006596 00000 n
+0000006803 00000 n
+0000007010 00000 n
+0000007206 00000 n
+0000007388 00000 n
+0000007713 00000 n
+0000007815 00000 n
+0000007835 00000 n
+0000007954 00000 n
+0000008013 00000 n
+0000008115 00000 n
+0000008158 00000 n
+0000008260 00000 n
+0000008303 00000 n
+0000008405 00000 n
+0000008448 00000 n
+0000008550 00000 n
+0000008593 00000 n
+0000008695 00000 n
+0000008738 00000 n
+0000008840 00000 n
+0000008883 00000 n
+0000008985 00000 n
+0000009028 00000 n
+0000009130 00000 n
+0000009174 00000 n
+0000009276 00000 n
+0000009320 00000 n
+0000009423 00000 n
+0000009467 00000 n
+0000009570 00000 n
+0000009614 00000 n
+0000009717 00000 n
+0000009761 00000 n
+0000009864 00000 n
+0000009908 00000 n
+0000010011 00000 n
+0000010055 00000 n
+0000010158 00000 n
+0000010202 00000 n
+0000010305 00000 n
+0000010349 00000 n
+0000010452 00000 n
+0000010496 00000 n
+0000010599 00000 n
+0000010643 00000 n
+0000010746 00000 n
+0000010790 00000 n
+0000010893 00000 n
+0000010937 00000 n
+0000011040 00000 n
+0000011084 00000 n
+0000011187 00000 n
+0000011231 00000 n
+0000011334 00000 n
+0000011378 00000 n
+0000011481 00000 n
+0000011525 00000 n
+0000011628 00000 n
+0000011672 00000 n
+0000011775 00000 n
+0000011819 00000 n
+0000011922 00000 n
+0000011966 00000 n
+0000012069 00000 n
+0000012113 00000 n
+0000012216 00000 n
+0000012236 00000 n
+0000012443 00000 n
+0000012678 00000 n
+0000012834 00000 n
+0000013086 00000 n
+0000013290 00000 n
+0000013488 00000 n
+0000013627 00000 n
+0000013829 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 109
+ /ID [<d52b0c17c216506962ae6743afec260f><d52b0c17c216506962ae6743afec260f>]
+>>
+startxref
+13888
+%%EOF
diff --git a/qpdf/qtest/qpdf/outlines-with-loop.out b/qpdf/qtest/qpdf/outlines-with-loop.out
new file mode 100644
index 00000000..9ca99dd2
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-loop.out
@@ -0,0 +1,11 @@
+page 5: Potato 1 -> 5: /XYZ null null null -> [ 11 0 R /XYZ null null null ]
+page 5: Potato 1 -> 5: /XYZ null null null -> [ 11 0 R /XYZ null null null ]
+page 11: Mern 1.1 -> 11: /Fit -> [ 17 0 R /Fit ]
+page 12: Biherbadem 1.1.1 -> 12: /FitV 100 -> [ 18 0 R /FitV 100 ]
+page 12: Gawehwehweh 1.1.2 -> 12: /XYZ null null null -> [ 18 0 R /XYZ null null null ]
+page 15: Salad 2 -> 15: /XYZ 66 756 3 -> [ 21 0 R /XYZ 66 756 3 ]
+page 15: Salad 2 -> 15: /XYZ 66 756 3 -> [ 21 0 R /XYZ 66 756 3 ]
+page 18: Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null -> [ 24 0 R /XYZ null null null ]
+page 19: Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null -> [ 25 0 R /XYZ null null null ]
+page 22: Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null -> [ 28 0 R /XYZ null null null ]
+test 49 done
diff --git a/qpdf/qtest/qpdf/outlines-with-loop.pdf b/qpdf/qtest/qpdf/outlines-with-loop.pdf
new file mode 100644
index 00000000..7eafd465
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-loop.pdf
@@ -0,0 +1,1575 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Outlines 2 0 R
+ /PageMode /UseOutlines
+ /Pages 3 0 R
+ /Type /Catalog
+ /Names <<
+ /Dests 107 0 R
+ >>
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 6
+ /First 4 0 R
+ /Last 5 0 R
+ /Type /Outlines
+>>
+endobj
+
+3 0 obj
+<<
+ /Count 30
+ /Kids [
+ 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
+ 30 0 R
+ 31 0 R
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ 35 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 4
+ /Dest [
+ 11 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 36 0 R
+ /Last 37 0 R
+ /Next 5 0 R
+ /Parent 2 0 R
+ /Title (Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+5 0 obj
+<<
+ /Dest [
+ 21 0 R
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 2 0 R
+ /Prev 4 0 R
+ /Title (Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+6 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+7 0 obj
+<<
+ /Contents 42 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+8 0 obj
+<<
+ /Contents 44 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+9 0 obj
+<<
+ /Contents 46 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+10 0 obj
+<<
+ /Contents 48 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+11 0 obj
+<<
+ /Contents 50 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+12 0 obj
+<<
+ /Contents 52 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+13 0 obj
+<<
+ /Contents 54 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+14 0 obj
+<<
+ /Contents 56 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+15 0 obj
+<<
+ /Contents 58 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+16 0 obj
+<<
+ /Contents 60 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+17 0 obj
+<<
+ /Contents 62 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+18 0 obj
+<<
+ /Contents 64 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+19 0 obj
+<<
+ /Contents 66 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 15
+20 0 obj
+<<
+ /Contents 68 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+21 0 obj
+<<
+ /Contents 70 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 17
+22 0 obj
+<<
+ /Contents 72 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 18
+23 0 obj
+<<
+ /Contents 74 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 19
+24 0 obj
+<<
+ /Contents 76 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 20
+25 0 obj
+<<
+ /Contents 78 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 21
+26 0 obj
+<<
+ /Contents 80 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 22
+27 0 obj
+<<
+ /Contents 82 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 23
+28 0 obj
+<<
+ /Contents 84 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 24
+29 0 obj
+<<
+ /Contents 86 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 25
+30 0 obj
+<<
+ /Contents 88 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 26
+31 0 obj
+<<
+ /Contents 90 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 27
+32 0 obj
+<<
+ /Contents 92 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 28
+33 0 obj
+<<
+ /Contents 94 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 29
+34 0 obj
+<<
+ /Contents 96 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 30
+35 0 obj
+<<
+ /Contents 98 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+36 0 obj
+<<
+ /Count -3
+ /Dest [
+ 17 0 R
+ /Fit
+ ]
+ /First 100 0 R
+ /Last 101 0 R
+ /Next 4 0 R
+ /Parent 4 0 R
+ /Title (Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+37 0 obj
+<<
+ /Count 2
+ /Dest [
+ 19 0 R
+ /FitH
+ 792
+ ]
+ /First 102 0 R
+ /Last 103 0 R
+ /Parent 4 0 R
+ /Prev 36 0 R
+ /Title <feff005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 0) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+45
+endobj
+
+40 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+41 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 1) Tj
+ET
+endstream
+endobj
+
+43 0 obj
+45
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 2) Tj
+ET
+endstream
+endobj
+
+45 0 obj
+45
+endobj
+
+%% Contents for page 4
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 3) Tj
+ET
+endstream
+endobj
+
+47 0 obj
+45
+endobj
+
+%% Contents for page 5
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 4) Tj
+ET
+endstream
+endobj
+
+49 0 obj
+45
+endobj
+
+%% Contents for page 6
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 5) Tj
+ET
+endstream
+endobj
+
+51 0 obj
+45
+endobj
+
+%% Contents for page 7
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 6) Tj
+ET
+endstream
+endobj
+
+53 0 obj
+45
+endobj
+
+%% Contents for page 8
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 7) Tj
+ET
+endstream
+endobj
+
+55 0 obj
+45
+endobj
+
+%% Contents for page 9
+56 0 obj
+<<
+ /Length 57 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 8) Tj
+ET
+endstream
+endobj
+
+57 0 obj
+45
+endobj
+
+%% Contents for page 10
+58 0 obj
+<<
+ /Length 59 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 9) Tj
+ET
+endstream
+endobj
+
+59 0 obj
+45
+endobj
+
+%% Contents for page 11
+60 0 obj
+<<
+ /Length 61 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 10) Tj
+ET
+endstream
+endobj
+
+61 0 obj
+46
+endobj
+
+%% Contents for page 12
+62 0 obj
+<<
+ /Length 63 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 11) Tj
+ET
+endstream
+endobj
+
+63 0 obj
+46
+endobj
+
+%% Contents for page 13
+64 0 obj
+<<
+ /Length 65 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 12) Tj
+ET
+endstream
+endobj
+
+65 0 obj
+46
+endobj
+
+%% Contents for page 14
+66 0 obj
+<<
+ /Length 67 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 13) Tj
+ET
+endstream
+endobj
+
+67 0 obj
+46
+endobj
+
+%% Contents for page 15
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 14) Tj
+ET
+endstream
+endobj
+
+69 0 obj
+46
+endobj
+
+%% Contents for page 16
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 15) Tj
+ET
+endstream
+endobj
+
+71 0 obj
+46
+endobj
+
+%% Contents for page 17
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 16) Tj
+ET
+endstream
+endobj
+
+73 0 obj
+46
+endobj
+
+%% Contents for page 18
+74 0 obj
+<<
+ /Length 75 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 17) Tj
+ET
+endstream
+endobj
+
+75 0 obj
+46
+endobj
+
+%% Contents for page 19
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 18) Tj
+ET
+endstream
+endobj
+
+77 0 obj
+46
+endobj
+
+%% Contents for page 20
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 19) Tj
+ET
+endstream
+endobj
+
+79 0 obj
+46
+endobj
+
+%% Contents for page 21
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 20) Tj
+ET
+endstream
+endobj
+
+81 0 obj
+46
+endobj
+
+%% Contents for page 22
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 21) Tj
+ET
+endstream
+endobj
+
+83 0 obj
+46
+endobj
+
+%% Contents for page 23
+84 0 obj
+<<
+ /Length 85 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 22) Tj
+ET
+endstream
+endobj
+
+85 0 obj
+46
+endobj
+
+%% Contents for page 24
+86 0 obj
+<<
+ /Length 87 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 23) Tj
+ET
+endstream
+endobj
+
+87 0 obj
+46
+endobj
+
+%% Contents for page 25
+88 0 obj
+<<
+ /Length 89 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 24) Tj
+ET
+endstream
+endobj
+
+89 0 obj
+46
+endobj
+
+%% Contents for page 26
+90 0 obj
+<<
+ /Length 91 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 25) Tj
+ET
+endstream
+endobj
+
+91 0 obj
+46
+endobj
+
+%% Contents for page 27
+92 0 obj
+<<
+ /Length 93 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 26) Tj
+ET
+endstream
+endobj
+
+93 0 obj
+46
+endobj
+
+%% Contents for page 28
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 27) Tj
+ET
+endstream
+endobj
+
+95 0 obj
+46
+endobj
+
+%% Contents for page 29
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 28) Tj
+ET
+endstream
+endobj
+
+97 0 obj
+46
+endobj
+
+%% Contents for page 30
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Salad 29) Tj
+ET
+endstream
+endobj
+
+99 0 obj
+46
+endobj
+
+100 0 obj
+<<
+ /Count -2
+ /Dest [
+ 18 0 R
+ /FitV
+ 100
+ ]
+ /First 104 0 R
+ /Last 105 0 R
+ /Next 101 0 R
+ /Parent 36 0 R
+ /Title (Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+101 0 obj
+<<
+ /Count 1
+ /Dest [
+ 18 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 106 0 R
+ /Last 106 0 R
+ /Parent 36 0 R
+ /Prev 100 0 R
+ /Title (Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+102 0 obj
+<<
+ /Dest (gabeebee)
+ /Next 103 0 R
+ /Parent 37 0 R
+ /Title (Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+103 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D [
+ 6 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ >>
+ /Parent 37 0 R
+ /Prev 102 0 R
+ /Title (Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+104 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D (glarp)
+ >>
+ /Next 105 0 R
+ /Parent 100 0 R
+ /Title (Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+105 0 obj
+<<
+ /Dest [
+ 25 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 100 0 R
+ /Prev 104 0 R
+ /Title (Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+106 0 obj
+<<
+ /Dest 108 0 R
+ /Parent 101 0 R
+ /Title (Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+107 0 obj
+<<
+ /Names [
+ (gabeebee) [
+ 7 0 R
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ (glarp) [
+ 24 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ ]
+>>
+endobj
+
+108 0 obj
+[
+ 28 0 R
+ /XYZ
+ null
+ null
+ null
+]
+endobj
+
+xref
+0 109
+0000000000 65535 f
+0000000025 00000 n
+0000000158 00000 n
+0000000238 00000 n
+0000000627 00000 n
+0000000845 00000 n
+0000001019 00000 n
+0000001224 00000 n
+0000001429 00000 n
+0000001634 00000 n
+0000001839 00000 n
+0000002045 00000 n
+0000002251 00000 n
+0000002457 00000 n
+0000002663 00000 n
+0000002870 00000 n
+0000003077 00000 n
+0000003284 00000 n
+0000003491 00000 n
+0000003698 00000 n
+0000003905 00000 n
+0000004112 00000 n
+0000004319 00000 n
+0000004526 00000 n
+0000004733 00000 n
+0000004940 00000 n
+0000005147 00000 n
+0000005354 00000 n
+0000005561 00000 n
+0000005768 00000 n
+0000005975 00000 n
+0000006182 00000 n
+0000006389 00000 n
+0000006596 00000 n
+0000006803 00000 n
+0000007010 00000 n
+0000007206 00000 n
+0000007387 00000 n
+0000007712 00000 n
+0000007814 00000 n
+0000007834 00000 n
+0000007953 00000 n
+0000008012 00000 n
+0000008114 00000 n
+0000008157 00000 n
+0000008259 00000 n
+0000008302 00000 n
+0000008404 00000 n
+0000008447 00000 n
+0000008549 00000 n
+0000008592 00000 n
+0000008694 00000 n
+0000008737 00000 n
+0000008839 00000 n
+0000008882 00000 n
+0000008984 00000 n
+0000009027 00000 n
+0000009129 00000 n
+0000009173 00000 n
+0000009275 00000 n
+0000009319 00000 n
+0000009422 00000 n
+0000009466 00000 n
+0000009569 00000 n
+0000009613 00000 n
+0000009716 00000 n
+0000009760 00000 n
+0000009863 00000 n
+0000009907 00000 n
+0000010010 00000 n
+0000010054 00000 n
+0000010157 00000 n
+0000010201 00000 n
+0000010304 00000 n
+0000010348 00000 n
+0000010451 00000 n
+0000010495 00000 n
+0000010598 00000 n
+0000010642 00000 n
+0000010745 00000 n
+0000010789 00000 n
+0000010892 00000 n
+0000010936 00000 n
+0000011039 00000 n
+0000011083 00000 n
+0000011186 00000 n
+0000011230 00000 n
+0000011333 00000 n
+0000011377 00000 n
+0000011480 00000 n
+0000011524 00000 n
+0000011627 00000 n
+0000011671 00000 n
+0000011774 00000 n
+0000011818 00000 n
+0000011921 00000 n
+0000011965 00000 n
+0000012068 00000 n
+0000012112 00000 n
+0000012215 00000 n
+0000012235 00000 n
+0000012442 00000 n
+0000012677 00000 n
+0000012833 00000 n
+0000013085 00000 n
+0000013289 00000 n
+0000013487 00000 n
+0000013626 00000 n
+0000013828 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 109
+ /ID [<d52b0c17c216506962ae6743afec260f><d52b0c17c216506962ae6743afec260f>]
+>>
+startxref
+13887
+%%EOF
diff --git a/qpdf/qtest/qpdf/outlines-with-old-root-dests.out b/qpdf/qtest/qpdf/outlines-with-old-root-dests.out
new file mode 100644
index 00000000..519623a7
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-old-root-dests.out
@@ -0,0 +1,12 @@
+page 0: •Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null -> [ 6 0 R /XYZ null null null ]
+page 1: •Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770 -> [ 7 0 R /FitR 66 714 180 770 ]
+page 5: •Potato 1 -> 5: /XYZ null null null -> [ 11 0 R /XYZ null null null ]
+page 11: •Mern 1.1 -> 11: /Fit -> [ 17 0 R /Fit ]
+page 12: •Biherbadem 1.1.1 -> 12: /FitV 100 -> [ 18 0 R /FitV 100 ]
+page 12: •Gawehwehweh 1.1.2 -> 12: /XYZ null null null -> [ 18 0 R /XYZ null null null ]
+page 13: •Squash ÷πʬ÷ 1.2 -> 13: /FitH 792 -> [ 19 0 R /FitH 792 ]
+page 15: •Salad 2 -> 15: /XYZ 66 756 3 -> [ 21 0 R /XYZ 66 756 3 ]
+page 18: •Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null -> [ 24 0 R /XYZ null null null ]
+page 19: •Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null -> [ 25 0 R /XYZ null null null ]
+page 22: •Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null -> [ 28 0 R /XYZ null null null ]
+test 49 done
diff --git a/qpdf/qtest/qpdf/outlines-with-old-root-dests.pdf b/qpdf/qtest/qpdf/outlines-with-old-root-dests.pdf
new file mode 100644
index 00000000..aa683b5e
--- /dev/null
+++ b/qpdf/qtest/qpdf/outlines-with-old-root-dests.pdf
@@ -0,0 +1,1567 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /PageLabels << /Nums [ 0 << /P (0) >> 1 << /S /R >> ] >>
+ /Outlines 2 0 R
+ /PageMode /UseOutlines
+ /Pages 3 0 R
+ /Type /Catalog
+ /Dests 107 0 R
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 6
+ /First 4 0 R
+ /Last 5 0 R
+ /Type /Outlines
+>>
+endobj
+
+3 0 obj
+<<
+ /Count 30
+ /Kids [
+ 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
+ 30 0 R
+ 31 0 R
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ 35 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+4 0 obj
+<<
+ /Count 4
+ /Dest [
+ 11 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 36 0 R
+ /Last 37 0 R
+ /Next 5 0 R
+ /Parent 2 0 R
+ /Title (€Potato 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+5 0 obj
+<<
+ /Dest [
+ 21 0 R
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 2 0 R
+ /Prev 4 0 R
+ /Title (€Salad 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+6 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+7 0 obj
+<<
+ /Contents 42 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+8 0 obj
+<<
+ /Contents 44 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+9 0 obj
+<<
+ /Contents 46 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+10 0 obj
+<<
+ /Contents 48 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+11 0 obj
+<<
+ /Contents 50 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+12 0 obj
+<<
+ /Contents 52 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+13 0 obj
+<<
+ /Contents 54 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+14 0 obj
+<<
+ /Contents 56 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+15 0 obj
+<<
+ /Contents 58 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+16 0 obj
+<<
+ /Contents 60 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+17 0 obj
+<<
+ /Contents 62 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+18 0 obj
+<<
+ /Contents 64 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+19 0 obj
+<<
+ /Contents 66 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 15
+20 0 obj
+<<
+ /Contents 68 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+21 0 obj
+<<
+ /Contents 70 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 17
+22 0 obj
+<<
+ /Contents 72 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 18
+23 0 obj
+<<
+ /Contents 74 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 19
+24 0 obj
+<<
+ /Contents 76 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 20
+25 0 obj
+<<
+ /Contents 78 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 21
+26 0 obj
+<<
+ /Contents 80 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 22
+27 0 obj
+<<
+ /Contents 82 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 23
+28 0 obj
+<<
+ /Contents 84 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 24
+29 0 obj
+<<
+ /Contents 86 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 25
+30 0 obj
+<<
+ /Contents 88 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 26
+31 0 obj
+<<
+ /Contents 90 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 27
+32 0 obj
+<<
+ /Contents 92 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 28
+33 0 obj
+<<
+ /Contents 94 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 29
+34 0 obj
+<<
+ /Contents 96 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 30
+35 0 obj
+<<
+ /Contents 98 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+36 0 obj
+<<
+ /Count 3
+ /Dest [
+ 17 0 R
+ /Fit
+ ]
+ /First 100 0 R
+ /Last 101 0 R
+ /Next 37 0 R
+ /Parent 4 0 R
+ /Title (€Mern 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+37 0 obj
+<<
+ /Count 2
+ /Dest [
+ 19 0 R
+ /FitH
+ 792
+ ]
+ /First 102 0 R
+ /Last 103 0 R
+ /Parent 4 0 R
+ /Prev 36 0 R
+ /Title <feff2022005300710075006100730068002000f703c002ac00f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 0) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+44
+endobj
+
+40 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+41 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 1) Tj
+ET
+endstream
+endobj
+
+43 0 obj
+44
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 2) Tj
+ET
+endstream
+endobj
+
+45 0 obj
+44
+endobj
+
+%% Contents for page 4
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 3) Tj
+ET
+endstream
+endobj
+
+47 0 obj
+44
+endobj
+
+%% Contents for page 5
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 4) Tj
+ET
+endstream
+endobj
+
+49 0 obj
+44
+endobj
+
+%% Contents for page 6
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 5) Tj
+ET
+endstream
+endobj
+
+51 0 obj
+44
+endobj
+
+%% Contents for page 7
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 6) Tj
+ET
+endstream
+endobj
+
+53 0 obj
+44
+endobj
+
+%% Contents for page 8
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 7) Tj
+ET
+endstream
+endobj
+
+55 0 obj
+44
+endobj
+
+%% Contents for page 9
+56 0 obj
+<<
+ /Length 57 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 8) Tj
+ET
+endstream
+endobj
+
+57 0 obj
+44
+endobj
+
+%% Contents for page 10
+58 0 obj
+<<
+ /Length 59 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 9) Tj
+ET
+endstream
+endobj
+
+59 0 obj
+44
+endobj
+
+%% Contents for page 11
+60 0 obj
+<<
+ /Length 61 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 10) Tj
+ET
+endstream
+endobj
+
+61 0 obj
+45
+endobj
+
+%% Contents for page 12
+62 0 obj
+<<
+ /Length 63 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 11) Tj
+ET
+endstream
+endobj
+
+63 0 obj
+45
+endobj
+
+%% Contents for page 13
+64 0 obj
+<<
+ /Length 65 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 12) Tj
+ET
+endstream
+endobj
+
+65 0 obj
+45
+endobj
+
+%% Contents for page 14
+66 0 obj
+<<
+ /Length 67 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 13) Tj
+ET
+endstream
+endobj
+
+67 0 obj
+45
+endobj
+
+%% Contents for page 15
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 14) Tj
+ET
+endstream
+endobj
+
+69 0 obj
+45
+endobj
+
+%% Contents for page 16
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 15) Tj
+ET
+endstream
+endobj
+
+71 0 obj
+45
+endobj
+
+%% Contents for page 17
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 16) Tj
+ET
+endstream
+endobj
+
+73 0 obj
+45
+endobj
+
+%% Contents for page 18
+74 0 obj
+<<
+ /Length 75 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 17) Tj
+ET
+endstream
+endobj
+
+75 0 obj
+45
+endobj
+
+%% Contents for page 19
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 18) Tj
+ET
+endstream
+endobj
+
+77 0 obj
+45
+endobj
+
+%% Contents for page 20
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 19) Tj
+ET
+endstream
+endobj
+
+79 0 obj
+45
+endobj
+
+%% Contents for page 21
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 20) Tj
+ET
+endstream
+endobj
+
+81 0 obj
+45
+endobj
+
+%% Contents for page 22
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 21) Tj
+ET
+endstream
+endobj
+
+83 0 obj
+45
+endobj
+
+%% Contents for page 23
+84 0 obj
+<<
+ /Length 85 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 22) Tj
+ET
+endstream
+endobj
+
+85 0 obj
+45
+endobj
+
+%% Contents for page 24
+86 0 obj
+<<
+ /Length 87 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 23) Tj
+ET
+endstream
+endobj
+
+87 0 obj
+45
+endobj
+
+%% Contents for page 25
+88 0 obj
+<<
+ /Length 89 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 24) Tj
+ET
+endstream
+endobj
+
+89 0 obj
+45
+endobj
+
+%% Contents for page 26
+90 0 obj
+<<
+ /Length 91 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 25) Tj
+ET
+endstream
+endobj
+
+91 0 obj
+45
+endobj
+
+%% Contents for page 27
+92 0 obj
+<<
+ /Length 93 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 26) Tj
+ET
+endstream
+endobj
+
+93 0 obj
+45
+endobj
+
+%% Contents for page 28
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 27) Tj
+ET
+endstream
+endobj
+
+95 0 obj
+45
+endobj
+
+%% Contents for page 29
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 28) Tj
+ET
+endstream
+endobj
+
+97 0 obj
+45
+endobj
+
+%% Contents for page 30
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Soup 29) Tj
+ET
+endstream
+endobj
+
+99 0 obj
+45
+endobj
+
+100 0 obj
+<<
+ /Count -2
+ /Dest [
+ 18 0 R
+ /FitV
+ 100
+ ]
+ /First 104 0 R
+ /Last 105 0 R
+ /Next 101 0 R
+ /Parent 36 0 R
+ /Title (€Biherbadem 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+101 0 obj
+<<
+ /Count 1
+ /Dest [
+ 18 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 106 0 R
+ /Last 106 0 R
+ /Parent 36 0 R
+ /Prev 100 0 R
+ /Title (€Gawehwehweh 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+102 0 obj
+<<
+ /Dest /gabeebee
+ /Next 103 0 R
+ /Parent 37 0 R
+ /Title (€Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+103 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D [
+ 6 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ >>
+ /Parent 37 0 R
+ /Prev 102 0 R
+ /Title (€Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+104 0 obj
+<<
+ /A <<
+ /Type /Action
+ /S /GoTo
+ /D /glarp
+ >>
+ /Next 105 0 R
+ /Parent 100 0 R
+ /Title (€Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+105 0 obj
+<<
+ /Dest [
+ 25 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 100 0 R
+ /Prev 104 0 R
+ /Title (€Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+106 0 obj
+<<
+ /Dest [
+ 28 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 101 0 R
+ /Title (€Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+107 0 obj
+<<
+ /gabeebee [
+ 7 0 R
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ /glarp [
+ 24 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+>>
+endobj
+
+xref
+0 108
+0000000000 65535 f
+0000000025 00000 n
+0000000198 00000 n
+0000000278 00000 n
+0000000667 00000 n
+0000000886 00000 n
+0000001061 00000 n
+0000001266 00000 n
+0000001471 00000 n
+0000001676 00000 n
+0000001881 00000 n
+0000002087 00000 n
+0000002293 00000 n
+0000002499 00000 n
+0000002705 00000 n
+0000002912 00000 n
+0000003119 00000 n
+0000003326 00000 n
+0000003533 00000 n
+0000003740 00000 n
+0000003947 00000 n
+0000004154 00000 n
+0000004361 00000 n
+0000004568 00000 n
+0000004775 00000 n
+0000004982 00000 n
+0000005189 00000 n
+0000005396 00000 n
+0000005603 00000 n
+0000005810 00000 n
+0000006017 00000 n
+0000006224 00000 n
+0000006431 00000 n
+0000006638 00000 n
+0000006845 00000 n
+0000007052 00000 n
+0000007248 00000 n
+0000007430 00000 n
+0000007759 00000 n
+0000007860 00000 n
+0000007880 00000 n
+0000007999 00000 n
+0000008058 00000 n
+0000008159 00000 n
+0000008202 00000 n
+0000008303 00000 n
+0000008346 00000 n
+0000008447 00000 n
+0000008490 00000 n
+0000008591 00000 n
+0000008634 00000 n
+0000008735 00000 n
+0000008778 00000 n
+0000008879 00000 n
+0000008922 00000 n
+0000009023 00000 n
+0000009066 00000 n
+0000009167 00000 n
+0000009211 00000 n
+0000009312 00000 n
+0000009356 00000 n
+0000009458 00000 n
+0000009502 00000 n
+0000009604 00000 n
+0000009648 00000 n
+0000009750 00000 n
+0000009794 00000 n
+0000009896 00000 n
+0000009940 00000 n
+0000010042 00000 n
+0000010086 00000 n
+0000010188 00000 n
+0000010232 00000 n
+0000010334 00000 n
+0000010378 00000 n
+0000010480 00000 n
+0000010524 00000 n
+0000010626 00000 n
+0000010670 00000 n
+0000010772 00000 n
+0000010816 00000 n
+0000010918 00000 n
+0000010962 00000 n
+0000011064 00000 n
+0000011108 00000 n
+0000011210 00000 n
+0000011254 00000 n
+0000011356 00000 n
+0000011400 00000 n
+0000011502 00000 n
+0000011546 00000 n
+0000011648 00000 n
+0000011692 00000 n
+0000011794 00000 n
+0000011838 00000 n
+0000011940 00000 n
+0000011984 00000 n
+0000012086 00000 n
+0000012130 00000 n
+0000012232 00000 n
+0000012252 00000 n
+0000012460 00000 n
+0000012696 00000 n
+0000012852 00000 n
+0000013105 00000 n
+0000013309 00000 n
+0000013508 00000 n
+0000013693 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 108
+ /ID [<d52b0c17c216506962ae6743afec260f><d52b0c17c216506962ae6743afec260f>]
+>>
+startxref
+13848
+%%EOF
diff --git a/qpdf/qtest/qpdf/page-labels-and-outlines.out b/qpdf/qtest/qpdf/page-labels-and-outlines.out
new file mode 100644
index 00000000..2d40786a
--- /dev/null
+++ b/qpdf/qtest/qpdf/page-labels-and-outlines.out
@@ -0,0 +1,12 @@
+page 0: Trepsicle 1.2.2 -> 0: /XYZ null null null -> [ 3 0 R /XYZ null null null ]
+page 1: Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770 -> [ 4 0 R /FitR 66 714 180 770 ]
+page 5: Isís 1 -> 5: /XYZ null null null -> [ 8 0 R /XYZ null null null ]
+page 11: Amanda 1.1 -> 11: /Fit -> [ 14 0 R /Fit ]
+page 12: Isosicle 1.1.1 -> 12: /FitV 100 -> [ 15 0 R /FitV 100 ]
+page 12: Isosicle 1.1.2 -> 12: /XYZ null null null -> [ 15 0 R /XYZ null null null ]
+page 13: Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792 -> [ 16 0 R /FitH 792 ]
+page 15: Trepak 2 -> 15: /XYZ 66 756 3 -> [ 18 0 R /XYZ 66 756 3 ]
+page 18: Isosicle 1.1.1.1 -> 18: /XYZ null null null -> [ 21 0 R /XYZ null null null ]
+page 19: Isosicle 1.1.1.2 -> 19: /XYZ null null null -> [ 22 0 R /XYZ null null null ]
+page 22: Isosicle 1.1.2.1 -> 22: /XYZ null null null -> [ 25 0 R /XYZ null null null ]
+test 49 done
diff --git a/qpdf/qtest/qpdf/page-labels-no-zero.out b/qpdf/qtest/qpdf/page-labels-no-zero.out
new file mode 100644
index 00000000..7d9c926e
--- /dev/null
+++ b/qpdf/qtest/qpdf/page-labels-no-zero.out
@@ -0,0 +1,15 @@
+1 << /St 2 >>
+3 << /P (blank) /St 1 >>
+4 << /P (X-) /S /A /St 17 >>
+6 << /P () /St 1 >>
+7 << /S /R /St 3 >>
+10 << /S /D /St 1 >>
+12 << /S /a /St 1 >>
+13 << /S /a /St 3 >>
+16 << /P (q.) /S /D /St 6 >>
+20 << /P (www) /St 1 >>
+21 << /S /D /St 12 >>
+23 << /S /D /St 16059 >>
+24 << /S /R /St 50 >>
+30 << /S /r /St 54 >>
+test 47 done
diff --git a/qpdf/qtest/qpdf/page-labels-no-zero.pdf b/qpdf/qtest/qpdf/page-labels-no-zero.pdf
new file mode 100644
index 00000000..1d106988
--- /dev/null
+++ b/qpdf/qtest/qpdf/page-labels-no-zero.pdf
@@ -0,0 +1,1364 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /PageLabels 2 0 R
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Nums [
+ 2 << /P (blank) >>
+ 3 << /P (X-) /S /A /St 17 >>
+ 5 << /P () >>
+ 6 << /S /R /St 3 >>
+ 9 << /S /D >>
+ 11 << /S /a >>
+ 12 << /S /a /St 3 >>
+ 15 << /P (q.) /S /D /St 6 >>
+ 19 << /P (www) >>
+ 20 << /S /D /St 12 >>
+ 22 << /S /D /St 16059 >>
+ 23 << /S /R /St 50 >>
+ 29 << /S /r /St 54 >>
+ ]
+>>
+endobj
+
+3 0 obj
+<<
+ /Count 30
+ /Kids [
+ 4 0 R
+ 5 0 R
+ 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
+ 30 0 R
+ 31 0 R
+ 32 0 R
+ 33 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+4 0 obj
+<<
+ /Contents 34 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+5 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+6 0 obj
+<<
+ /Contents 40 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+7 0 obj
+<<
+ /Contents 42 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+8 0 obj
+<<
+ /Contents 44 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+9 0 obj
+<<
+ /Contents 46 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+10 0 obj
+<<
+ /Contents 48 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+11 0 obj
+<<
+ /Contents 50 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+12 0 obj
+<<
+ /Contents 52 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+13 0 obj
+<<
+ /Contents 54 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+14 0 obj
+<<
+ /Contents 56 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+15 0 obj
+<<
+ /Contents 58 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+16 0 obj
+<<
+ /Contents 60 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+17 0 obj
+<<
+ /Contents 62 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 15
+18 0 obj
+<<
+ /Contents 64 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+19 0 obj
+<<
+ /Contents 66 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 17
+20 0 obj
+<<
+ /Contents 68 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 18
+21 0 obj
+<<
+ /Contents 70 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 19
+22 0 obj
+<<
+ /Contents 72 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 20
+23 0 obj
+<<
+ /Contents 74 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 21
+24 0 obj
+<<
+ /Contents 76 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 22
+25 0 obj
+<<
+ /Contents 78 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 23
+26 0 obj
+<<
+ /Contents 80 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 24
+27 0 obj
+<<
+ /Contents 82 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 25
+28 0 obj
+<<
+ /Contents 84 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 26
+29 0 obj
+<<
+ /Contents 86 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 27
+30 0 obj
+<<
+ /Contents 88 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 28
+31 0 obj
+<<
+ /Contents 90 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 29
+32 0 obj
+<<
+ /Contents 92 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 30
+33 0 obj
+<<
+ /Contents 94 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 36 0 R
+ >>
+ /ProcSet 37 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+34 0 obj
+<<
+ /Length 35 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 0) Tj
+ET
+endstream
+endobj
+
+35 0 obj
+46
+endobj
+
+36 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+37 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 1) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+46
+endobj
+
+%% Contents for page 3
+40 0 obj
+<<
+ /Length 41 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 2) Tj
+ET
+endstream
+endobj
+
+41 0 obj
+46
+endobj
+
+%% Contents for page 4
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 3) Tj
+ET
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+%% Contents for page 5
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 4) Tj
+ET
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+%% Contents for page 6
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 5) Tj
+ET
+endstream
+endobj
+
+47 0 obj
+46
+endobj
+
+%% Contents for page 7
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 6) Tj
+ET
+endstream
+endobj
+
+49 0 obj
+46
+endobj
+
+%% Contents for page 8
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 7) Tj
+ET
+endstream
+endobj
+
+51 0 obj
+46
+endobj
+
+%% Contents for page 9
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 8) Tj
+ET
+endstream
+endobj
+
+53 0 obj
+46
+endobj
+
+%% Contents for page 10
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 9) Tj
+ET
+endstream
+endobj
+
+55 0 obj
+46
+endobj
+
+%% Contents for page 11
+56 0 obj
+<<
+ /Length 57 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 10) Tj
+ET
+endstream
+endobj
+
+57 0 obj
+47
+endobj
+
+%% Contents for page 12
+58 0 obj
+<<
+ /Length 59 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 11) Tj
+ET
+endstream
+endobj
+
+59 0 obj
+47
+endobj
+
+%% Contents for page 13
+60 0 obj
+<<
+ /Length 61 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 12) Tj
+ET
+endstream
+endobj
+
+61 0 obj
+47
+endobj
+
+%% Contents for page 14
+62 0 obj
+<<
+ /Length 63 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 13) Tj
+ET
+endstream
+endobj
+
+63 0 obj
+47
+endobj
+
+%% Contents for page 15
+64 0 obj
+<<
+ /Length 65 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 14) Tj
+ET
+endstream
+endobj
+
+65 0 obj
+47
+endobj
+
+%% Contents for page 16
+66 0 obj
+<<
+ /Length 67 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 15) Tj
+ET
+endstream
+endobj
+
+67 0 obj
+47
+endobj
+
+%% Contents for page 17
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 16) Tj
+ET
+endstream
+endobj
+
+69 0 obj
+47
+endobj
+
+%% Contents for page 18
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 17) Tj
+ET
+endstream
+endobj
+
+71 0 obj
+47
+endobj
+
+%% Contents for page 19
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 18) Tj
+ET
+endstream
+endobj
+
+73 0 obj
+47
+endobj
+
+%% Contents for page 20
+74 0 obj
+<<
+ /Length 75 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 19) Tj
+ET
+endstream
+endobj
+
+75 0 obj
+47
+endobj
+
+%% Contents for page 21
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 20) Tj
+ET
+endstream
+endobj
+
+77 0 obj
+47
+endobj
+
+%% Contents for page 22
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 21) Tj
+ET
+endstream
+endobj
+
+79 0 obj
+47
+endobj
+
+%% Contents for page 23
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 22) Tj
+ET
+endstream
+endobj
+
+81 0 obj
+47
+endobj
+
+%% Contents for page 24
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 23) Tj
+ET
+endstream
+endobj
+
+83 0 obj
+47
+endobj
+
+%% Contents for page 25
+84 0 obj
+<<
+ /Length 85 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 24) Tj
+ET
+endstream
+endobj
+
+85 0 obj
+47
+endobj
+
+%% Contents for page 26
+86 0 obj
+<<
+ /Length 87 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 25) Tj
+ET
+endstream
+endobj
+
+87 0 obj
+47
+endobj
+
+%% Contents for page 27
+88 0 obj
+<<
+ /Length 89 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 26) Tj
+ET
+endstream
+endobj
+
+89 0 obj
+47
+endobj
+
+%% Contents for page 28
+90 0 obj
+<<
+ /Length 91 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 27) Tj
+ET
+endstream
+endobj
+
+91 0 obj
+47
+endobj
+
+%% Contents for page 29
+92 0 obj
+<<
+ /Length 93 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 28) Tj
+ET
+endstream
+endobj
+
+93 0 obj
+47
+endobj
+
+%% Contents for page 30
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 29) Tj
+ET
+endstream
+endobj
+
+95 0 obj
+47
+endobj
+
+xref
+0 96
+0000000000 65535 f
+0000000025 00000 n
+0000000099 00000 n
+0000000457 00000 n
+0000000854 00000 n
+0000001059 00000 n
+0000001264 00000 n
+0000001469 00000 n
+0000001674 00000 n
+0000001879 00000 n
+0000002084 00000 n
+0000002290 00000 n
+0000002496 00000 n
+0000002703 00000 n
+0000002910 00000 n
+0000003117 00000 n
+0000003324 00000 n
+0000003531 00000 n
+0000003738 00000 n
+0000003945 00000 n
+0000004152 00000 n
+0000004359 00000 n
+0000004566 00000 n
+0000004773 00000 n
+0000004980 00000 n
+0000005187 00000 n
+0000005394 00000 n
+0000005601 00000 n
+0000005808 00000 n
+0000006015 00000 n
+0000006222 00000 n
+0000006429 00000 n
+0000006636 00000 n
+0000006843 00000 n
+0000007062 00000 n
+0000007165 00000 n
+0000007185 00000 n
+0000007304 00000 n
+0000007363 00000 n
+0000007466 00000 n
+0000007509 00000 n
+0000007612 00000 n
+0000007655 00000 n
+0000007758 00000 n
+0000007801 00000 n
+0000007904 00000 n
+0000007947 00000 n
+0000008050 00000 n
+0000008093 00000 n
+0000008196 00000 n
+0000008239 00000 n
+0000008342 00000 n
+0000008385 00000 n
+0000008488 00000 n
+0000008532 00000 n
+0000008635 00000 n
+0000008679 00000 n
+0000008783 00000 n
+0000008827 00000 n
+0000008931 00000 n
+0000008975 00000 n
+0000009079 00000 n
+0000009123 00000 n
+0000009227 00000 n
+0000009271 00000 n
+0000009375 00000 n
+0000009419 00000 n
+0000009523 00000 n
+0000009567 00000 n
+0000009671 00000 n
+0000009715 00000 n
+0000009819 00000 n
+0000009863 00000 n
+0000009967 00000 n
+0000010011 00000 n
+0000010115 00000 n
+0000010159 00000 n
+0000010263 00000 n
+0000010307 00000 n
+0000010411 00000 n
+0000010455 00000 n
+0000010559 00000 n
+0000010603 00000 n
+0000010707 00000 n
+0000010751 00000 n
+0000010855 00000 n
+0000010899 00000 n
+0000011003 00000 n
+0000011047 00000 n
+0000011151 00000 n
+0000011195 00000 n
+0000011299 00000 n
+0000011343 00000 n
+0000011447 00000 n
+0000011491 00000 n
+0000011595 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 96
+ /ID [<90f919de7874f3bc5cb7afbd1e9537bb><55983ed25b1ed15804ad4831bad000da>]
+>>
+startxref
+11615
+%%EOF
diff --git a/qpdf/qtest/qpdf/page-labels-num-tree.out b/qpdf/qtest/qpdf/page-labels-num-tree.out
new file mode 100644
index 00000000..0f3ccdbc
--- /dev/null
+++ b/qpdf/qtest/qpdf/page-labels-num-tree.out
@@ -0,0 +1,15 @@
+1 << /S /r /St 1 >>
+3 << /P (blank) /St 1 >>
+4 << /P (X-) /S /A /St 17 >>
+6 << /P () /St 1 >>
+7 << /S /R /St 3 >>
+10 << /S /D /St 1 >>
+12 << /S /a /St 1 >>
+13 << /S /a /St 3 >>
+16 << /P (q.) /S /D /St 6 >>
+20 << /P (www) /St 1 >>
+21 << /S /D /St 12 >>
+23 << /S /D /St 16059 >>
+24 << /S /R /St 50 >>
+30 << /S /r /St 54 >>
+test 47 done
diff --git a/qpdf/qtest/qpdf/page-labels-num-tree.pdf b/qpdf/qtest/qpdf/page-labels-num-tree.pdf
new file mode 100644
index 00000000..ad0ad0fc
--- /dev/null
+++ b/qpdf/qtest/qpdf/page-labels-num-tree.pdf
@@ -0,0 +1,1417 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /PageLabels 2 0 R
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Kids [
+ 4 0 R
+ 5 0 R
+ ]
+>>
+endobj
+
+3 0 obj
+<<
+ /Count 30
+ /Kids [
+ 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
+ 30 0 R
+ 31 0 R
+ 32 0 R
+ 33 0 R
+ 34 0 R
+ 35 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+4 0 obj
+<<
+ /Kids [
+ 36 0 R
+ 37 0 R
+ ]
+ /Limits [
+ 0
+ 19
+ ]
+>>
+endobj
+
+5 0 obj
+<<
+ /Limits [
+ 20
+ 29
+ ]
+ /Nums [
+ 20 << /S /D /St 12 >>
+ 22 << /S /D /St 16059 >>
+ 23 << /S /R /St 50 >>
+ 29 << /S /r /St 54 >>
+ ]
+>>
+endobj
+
+%% Page 1
+6 0 obj
+<<
+ /Contents 38 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+7 0 obj
+<<
+ /Contents 42 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+8 0 obj
+<<
+ /Contents 44 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+9 0 obj
+<<
+ /Contents 46 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+10 0 obj
+<<
+ /Contents 48 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+11 0 obj
+<<
+ /Contents 50 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+12 0 obj
+<<
+ /Contents 52 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+13 0 obj
+<<
+ /Contents 54 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+14 0 obj
+<<
+ /Contents 56 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+15 0 obj
+<<
+ /Contents 58 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+16 0 obj
+<<
+ /Contents 60 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+17 0 obj
+<<
+ /Contents 62 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+18 0 obj
+<<
+ /Contents 64 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+19 0 obj
+<<
+ /Contents 66 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 15
+20 0 obj
+<<
+ /Contents 68 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+21 0 obj
+<<
+ /Contents 70 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 17
+22 0 obj
+<<
+ /Contents 72 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 18
+23 0 obj
+<<
+ /Contents 74 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 19
+24 0 obj
+<<
+ /Contents 76 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 20
+25 0 obj
+<<
+ /Contents 78 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 21
+26 0 obj
+<<
+ /Contents 80 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 22
+27 0 obj
+<<
+ /Contents 82 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 23
+28 0 obj
+<<
+ /Contents 84 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 24
+29 0 obj
+<<
+ /Contents 86 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 25
+30 0 obj
+<<
+ /Contents 88 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 26
+31 0 obj
+<<
+ /Contents 90 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 27
+32 0 obj
+<<
+ /Contents 92 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 28
+33 0 obj
+<<
+ /Contents 94 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 29
+34 0 obj
+<<
+ /Contents 96 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 30
+35 0 obj
+<<
+ /Contents 98 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 40 0 R
+ >>
+ /ProcSet 41 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+36 0 obj
+<<
+ /Limits [
+ 0
+ 9
+ ]
+ /Nums [
+ 0 << /S /r >>
+ 2 << /P (blank) >>
+ 3 << /P (X-) /S /A /St 17 >>
+ 5 << /P () >>
+ 6 << /S /R /St 3 >>
+ 9 << /S /D >>
+ ]
+>>
+endobj
+
+37 0 obj
+<<
+ /Limits [
+ 11
+ 19
+ ]
+ /Nums [
+ 11 << /S /a >>
+ 12 << /S /a /St 3 >>
+ 15 << /P (q.) /S /D /St 6 >>
+ 19 << /P (www) >>
+ ]
+>>
+endobj
+
+%% Contents for page 1
+38 0 obj
+<<
+ /Length 39 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 0) Tj
+ET
+endstream
+endobj
+
+39 0 obj
+46
+endobj
+
+40 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+41 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+42 0 obj
+<<
+ /Length 43 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 1) Tj
+ET
+endstream
+endobj
+
+43 0 obj
+46
+endobj
+
+%% Contents for page 3
+44 0 obj
+<<
+ /Length 45 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 2) Tj
+ET
+endstream
+endobj
+
+45 0 obj
+46
+endobj
+
+%% Contents for page 4
+46 0 obj
+<<
+ /Length 47 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 3) Tj
+ET
+endstream
+endobj
+
+47 0 obj
+46
+endobj
+
+%% Contents for page 5
+48 0 obj
+<<
+ /Length 49 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 4) Tj
+ET
+endstream
+endobj
+
+49 0 obj
+46
+endobj
+
+%% Contents for page 6
+50 0 obj
+<<
+ /Length 51 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 5) Tj
+ET
+endstream
+endobj
+
+51 0 obj
+46
+endobj
+
+%% Contents for page 7
+52 0 obj
+<<
+ /Length 53 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 6) Tj
+ET
+endstream
+endobj
+
+53 0 obj
+46
+endobj
+
+%% Contents for page 8
+54 0 obj
+<<
+ /Length 55 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 7) Tj
+ET
+endstream
+endobj
+
+55 0 obj
+46
+endobj
+
+%% Contents for page 9
+56 0 obj
+<<
+ /Length 57 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 8) Tj
+ET
+endstream
+endobj
+
+57 0 obj
+46
+endobj
+
+%% Contents for page 10
+58 0 obj
+<<
+ /Length 59 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 9) Tj
+ET
+endstream
+endobj
+
+59 0 obj
+46
+endobj
+
+%% Contents for page 11
+60 0 obj
+<<
+ /Length 61 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 10) Tj
+ET
+endstream
+endobj
+
+61 0 obj
+47
+endobj
+
+%% Contents for page 12
+62 0 obj
+<<
+ /Length 63 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 11) Tj
+ET
+endstream
+endobj
+
+63 0 obj
+47
+endobj
+
+%% Contents for page 13
+64 0 obj
+<<
+ /Length 65 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 12) Tj
+ET
+endstream
+endobj
+
+65 0 obj
+47
+endobj
+
+%% Contents for page 14
+66 0 obj
+<<
+ /Length 67 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 13) Tj
+ET
+endstream
+endobj
+
+67 0 obj
+47
+endobj
+
+%% Contents for page 15
+68 0 obj
+<<
+ /Length 69 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 14) Tj
+ET
+endstream
+endobj
+
+69 0 obj
+47
+endobj
+
+%% Contents for page 16
+70 0 obj
+<<
+ /Length 71 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 15) Tj
+ET
+endstream
+endobj
+
+71 0 obj
+47
+endobj
+
+%% Contents for page 17
+72 0 obj
+<<
+ /Length 73 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 16) Tj
+ET
+endstream
+endobj
+
+73 0 obj
+47
+endobj
+
+%% Contents for page 18
+74 0 obj
+<<
+ /Length 75 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 17) Tj
+ET
+endstream
+endobj
+
+75 0 obj
+47
+endobj
+
+%% Contents for page 19
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 18) Tj
+ET
+endstream
+endobj
+
+77 0 obj
+47
+endobj
+
+%% Contents for page 20
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 19) Tj
+ET
+endstream
+endobj
+
+79 0 obj
+47
+endobj
+
+%% Contents for page 21
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 20) Tj
+ET
+endstream
+endobj
+
+81 0 obj
+47
+endobj
+
+%% Contents for page 22
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 21) Tj
+ET
+endstream
+endobj
+
+83 0 obj
+47
+endobj
+
+%% Contents for page 23
+84 0 obj
+<<
+ /Length 85 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 22) Tj
+ET
+endstream
+endobj
+
+85 0 obj
+47
+endobj
+
+%% Contents for page 24
+86 0 obj
+<<
+ /Length 87 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 23) Tj
+ET
+endstream
+endobj
+
+87 0 obj
+47
+endobj
+
+%% Contents for page 25
+88 0 obj
+<<
+ /Length 89 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 24) Tj
+ET
+endstream
+endobj
+
+89 0 obj
+47
+endobj
+
+%% Contents for page 26
+90 0 obj
+<<
+ /Length 91 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 25) Tj
+ET
+endstream
+endobj
+
+91 0 obj
+47
+endobj
+
+%% Contents for page 27
+92 0 obj
+<<
+ /Length 93 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 26) Tj
+ET
+endstream
+endobj
+
+93 0 obj
+47
+endobj
+
+%% Contents for page 28
+94 0 obj
+<<
+ /Length 95 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 27) Tj
+ET
+endstream
+endobj
+
+95 0 obj
+47
+endobj
+
+%% Contents for page 29
+96 0 obj
+<<
+ /Length 97 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 28) Tj
+ET
+endstream
+endobj
+
+97 0 obj
+47
+endobj
+
+%% Contents for page 30
+98 0 obj
+<<
+ /Length 99 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 29) Tj
+ET
+endstream
+endobj
+
+99 0 obj
+47
+endobj
+
+xref
+0 100
+0000000000 65535 f
+0000000025 00000 n
+0000000099 00000 n
+0000000155 00000 n
+0000000544 00000 n
+0000000631 00000 n
+0000000814 00000 n
+0000001019 00000 n
+0000001224 00000 n
+0000001429 00000 n
+0000001634 00000 n
+0000001840 00000 n
+0000002046 00000 n
+0000002252 00000 n
+0000002458 00000 n
+0000002665 00000 n
+0000002872 00000 n
+0000003079 00000 n
+0000003286 00000 n
+0000003493 00000 n
+0000003700 00000 n
+0000003907 00000 n
+0000004114 00000 n
+0000004321 00000 n
+0000004528 00000 n
+0000004735 00000 n
+0000004942 00000 n
+0000005149 00000 n
+0000005356 00000 n
+0000005563 00000 n
+0000005770 00000 n
+0000005977 00000 n
+0000006184 00000 n
+0000006391 00000 n
+0000006598 00000 n
+0000006805 00000 n
+0000007001 00000 n
+0000007200 00000 n
+0000007389 00000 n
+0000007492 00000 n
+0000007512 00000 n
+0000007631 00000 n
+0000007690 00000 n
+0000007793 00000 n
+0000007836 00000 n
+0000007939 00000 n
+0000007982 00000 n
+0000008085 00000 n
+0000008128 00000 n
+0000008231 00000 n
+0000008274 00000 n
+0000008377 00000 n
+0000008420 00000 n
+0000008523 00000 n
+0000008566 00000 n
+0000008669 00000 n
+0000008712 00000 n
+0000008815 00000 n
+0000008859 00000 n
+0000008962 00000 n
+0000009006 00000 n
+0000009110 00000 n
+0000009154 00000 n
+0000009258 00000 n
+0000009302 00000 n
+0000009406 00000 n
+0000009450 00000 n
+0000009554 00000 n
+0000009598 00000 n
+0000009702 00000 n
+0000009746 00000 n
+0000009850 00000 n
+0000009894 00000 n
+0000009998 00000 n
+0000010042 00000 n
+0000010146 00000 n
+0000010190 00000 n
+0000010294 00000 n
+0000010338 00000 n
+0000010442 00000 n
+0000010486 00000 n
+0000010590 00000 n
+0000010634 00000 n
+0000010738 00000 n
+0000010782 00000 n
+0000010886 00000 n
+0000010930 00000 n
+0000011034 00000 n
+0000011078 00000 n
+0000011182 00000 n
+0000011226 00000 n
+0000011330 00000 n
+0000011374 00000 n
+0000011478 00000 n
+0000011522 00000 n
+0000011626 00000 n
+0000011670 00000 n
+0000011774 00000 n
+0000011818 00000 n
+0000011922 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 100
+ /ID [<90f919de7874f3bc5cb7afbd1e9537bb><0dfe18a94cde0f4bfdc86c03af19010e>]
+>>
+startxref
+11942
+%%EOF
diff --git a/qpdf/qtest/qpdf/page_api_2-json.out b/qpdf/qtest/qpdf/page_api_2-json.out
new file mode 100644
index 00000000..2b907b19
--- /dev/null
+++ b/qpdf/qtest/qpdf/page_api_2-json.out
@@ -0,0 +1,127 @@
+{
+ "acroform": {
+ "fields": [],
+ "hasacroform": false,
+ "needappearances": false
+ },
+ "objects": {
+ "1 0 R": {
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ },
+ "10 0 R": 47,
+ "2 0 R": {
+ "/CreationDate": "D:20120621124041",
+ "/Producer": "Apex PDFWriter"
+ },
+ "3 0 R": {
+ "/Count": 3,
+ "/Kids": [
+ "4 0 R",
+ "4 0 R",
+ "5 0 R"
+ ],
+ "/Type": "/Pages"
+ },
+ "4 0 R": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "/Type": "/Page"
+ },
+ "5 0 R": {
+ "/Contents": "9 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "/Type": "/Page"
+ },
+ "6 0 R": {
+ "/Length": "7 0 R"
+ },
+ "7 0 R": 47,
+ "8 0 R": {
+ "/BaseFont": "/Times-Roman",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ },
+ "9 0 R": {
+ "/Length": "10 0 R"
+ },
+ "trailer": {
+ "/ID": [
+ "û\u0018·ƒÿ{5â„\u0005Ú−S*º‘o",
+ "÷\u0017ž³QY¿ÔÀ\u000f\u0012−¼ý\u001f\u0002"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 11
+ }
+ },
+ "outlines": [],
+ "pagelabels": [],
+ "pages": [
+ {
+ "contents": [
+ "6 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "6 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "9 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ }
+ ],
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "version": 1
+}
diff --git a/qpdf/qtest/qpdf/page_api_2.out b/qpdf/qtest/qpdf/page_api_2.out
index 9fc019c2..30e9b9c3 100644
--- a/qpdf/qtest/qpdf/page_api_2.out
+++ b/qpdf/qtest/qpdf/page_api_2.out
@@ -1 +1 @@
-page_api_2.pdf (page 1 (numbered from zero): object 4 0): duplicate page reference found; this would cause loss of data
+test 17 done
diff --git a/qpdf/qtest/qpdf/password-arg-complex-utf8 b/qpdf/qtest/qpdf/password-arg-complex-utf8
new file mode 100644
index 00000000..229dd72f
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-complex-utf8
@@ -0,0 +1 @@
+--password=ÕŽ€π🥔
diff --git a/qpdf/qtest/qpdf/password-arg-complex-utf8-hex b/qpdf/qtest/qpdf/password-arg-complex-utf8-hex
new file mode 100644
index 00000000..9741175a
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-complex-utf8-hex
@@ -0,0 +1 @@
+--password=c381e280a2c5bde282accf80f09fa594
diff --git a/qpdf/qtest/qpdf/password-arg-simple-pdf-doc b/qpdf/qtest/qpdf/password-arg-simple-pdf-doc
new file mode 100644
index 00000000..43176fc2
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-simple-pdf-doc
@@ -0,0 +1 @@
+--password=khoai tây
diff --git a/qpdf/qtest/qpdf/password-arg-simple-utf8 b/qpdf/qtest/qpdf/password-arg-simple-utf8
new file mode 100644
index 00000000..94f696b0
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-simple-utf8
@@ -0,0 +1 @@
+--password=khoai tây
diff --git a/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc b/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc
new file mode 100644
index 00000000..ae5e5155
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc
@@ -0,0 +1 @@
+--password=Á€™ 
diff --git a/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc-hex b/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc-hex
new file mode 100644
index 00000000..c2e8bdc1
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-single-byte-pdf-doc-hex
@@ -0,0 +1 @@
+--password=c18099a0
diff --git a/qpdf/qtest/qpdf/password-arg-single-byte-utf8 b/qpdf/qtest/qpdf/password-arg-single-byte-utf8
new file mode 100644
index 00000000..3ce96b1a
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-single-byte-utf8
@@ -0,0 +1 @@
+--password=ÕŽ€
diff --git a/qpdf/qtest/qpdf/password-arg-single-byte-win-ansi b/qpdf/qtest/qpdf/password-arg-single-byte-win-ansi
new file mode 100644
index 00000000..43dd5d8a
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-arg-single-byte-win-ansi
@@ -0,0 +1 @@
+--password=Á•Ž€
diff --git a/qpdf/qtest/qpdf/password-bare-complex-utf8 b/qpdf/qtest/qpdf/password-bare-complex-utf8
new file mode 100644
index 00000000..ecd8ade3
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-complex-utf8
@@ -0,0 +1 @@
+ÕŽ€π🥔
diff --git a/qpdf/qtest/qpdf/password-bare-complex-utf8-hex b/qpdf/qtest/qpdf/password-bare-complex-utf8-hex
new file mode 100644
index 00000000..8de4cb86
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-complex-utf8-hex
@@ -0,0 +1 @@
+c381e280a2c5bde282accf80f09fa594
diff --git a/qpdf/qtest/qpdf/password-bare-simple-pdf-doc b/qpdf/qtest/qpdf/password-bare-simple-pdf-doc
new file mode 100644
index 00000000..86c224d3
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-simple-pdf-doc
@@ -0,0 +1 @@
+khoai tây
diff --git a/qpdf/qtest/qpdf/password-bare-simple-utf8 b/qpdf/qtest/qpdf/password-bare-simple-utf8
new file mode 100644
index 00000000..dc771684
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-simple-utf8
@@ -0,0 +1 @@
+khoai tây
diff --git a/qpdf/qtest/qpdf/password-bare-single-byte-pdf-doc b/qpdf/qtest/qpdf/password-bare-single-byte-pdf-doc
new file mode 100644
index 00000000..88b0f74f
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-single-byte-pdf-doc
@@ -0,0 +1 @@
+Á€™ 
diff --git a/qpdf/qtest/qpdf/password-bare-single-byte-utf8 b/qpdf/qtest/qpdf/password-bare-single-byte-utf8
new file mode 100644
index 00000000..fd3257fc
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-single-byte-utf8
@@ -0,0 +1 @@
+ÕŽ€
diff --git a/qpdf/qtest/qpdf/password-bare-single-byte-win-ansi b/qpdf/qtest/qpdf/password-bare-single-byte-win-ansi
new file mode 100644
index 00000000..996b38d0
--- /dev/null
+++ b/qpdf/qtest/qpdf/password-bare-single-byte-win-ansi
@@ -0,0 +1 @@
+Á•Ž€
diff --git a/qpdf/qtest/qpdf/really-shared-images-pages-out.pdf b/qpdf/qtest/qpdf/really-shared-images-pages-out.pdf
new file mode 100644
index 00000000..616532aa
--- /dev/null
+++ b/qpdf/qtest/qpdf/really-shared-images-pages-out.pdf
@@ -0,0 +1,288 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 4
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Contents 7 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 9 0 R
+ >>
+ /ProcSet 10 0 R
+ /XObject <<
+ /Im1 11 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 5 0
+4 0 obj
+<<
+ /Contents 13 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 9 0 R
+ >>
+ /ProcSet 10 0 R
+ /XObject <<
+ /Im3 15 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 56 0
+5 0 obj
+<<
+ /Contents 7 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 9 0 R
+ >>
+ /ProcSet 10 0 R
+ /XObject <<
+ /Im1 11 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 4 0
+6 0 obj
+<<
+ /Contents 17 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 9 0 R
+ >>
+ /ProcSet 10 0 R
+ /XObject <<
+ /Im2 19 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 3
+%% Original object ID: 13 0
+7 0 obj
+<<
+ /Length 8 0 R
+>>
+stream
+BT /F1 24 Tf 72 720 Td (page 1) Tj ET
+q 468 0 0 468 72 72 cm /Im1 Do Q
+endstream
+endobj
+
+8 0 obj
+71
+endobj
+
+%% Original object ID: 15 0
+9 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 16 0
+10 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+%% Original object ID: 17 0
+11 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 12 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+12 0 obj
+2500
+endobj
+
+%% Contents for page 2
+%% Original object ID: 23 0
+13 0 obj
+<<
+ /Length 14 0 R
+>>
+stream
+BT /F1 24 Tf 72 720 Td (page 3) Tj ET
+q 468 0 0 468 72 72 cm /Im3 Do Q
+endstream
+endobj
+
+14 0 obj
+71
+endobj
+
+%% Original object ID: 25 0
+15 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 16 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+16 0 obj
+2500
+endobj
+
+%% Contents for page 4
+%% Original object ID: 19 0
+17 0 obj
+<<
+ /Length 18 0 R
+>>
+stream
+BT /F1 24 Tf 72 720 Td (page 2) Tj ET
+q 468 0 0 468 72 72 cm /Im2 Do Q
+endstream
+endobj
+
+18 0 obj
+71
+endobj
+
+%% Original object ID: 21 0
+19 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 20 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+endstream
+endobj
+
+%QDF: ignore_newline
+20 0 obj
+2500
+endobj
+
+xref
+0 21
+0000000000 65535 f
+0000000052 00000 n
+0000000133 00000 n
+0000000272 00000 n
+0000000543 00000 n
+0000000816 00000 n
+0000001087 00000 n
+0000001373 00000 n
+0000001499 00000 n
+0000001546 00000 n
+0000001692 00000 n
+0000001766 00000 n
+0000004453 00000 n
+0000004526 00000 n
+0000004654 00000 n
+0000004702 00000 n
+0000007389 00000 n
+0000007462 00000 n
+0000007590 00000 n
+0000007638 00000 n
+0000010325 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 21
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+10347
+%%EOF
diff --git a/qpdf/qtest/qpdf/sample-form-out.pdf b/qpdf/qtest/qpdf/sample-form-out.pdf
new file mode 100644
index 00000000..01db7bef
--- /dev/null
+++ b/qpdf/qtest/qpdf/sample-form-out.pdf
@@ -0,0 +1,2761 @@
+%PDF-1.6
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Lang (en-GB)
+ /Metadata 43 0 R
+ /OpenAction [
+ 45 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 22 0 R
+ /Type /Catalog
+ /ViewerPreferences <<
+ /DisplayDocTitle true
+ >>
+>>
+endobj
+
+2 0 obj
+<<
+ /Type /ObjStm
+ /Length 16787
+ /N 40
+ /First 359
+>>
+stream
+3 0
+4 361
+5 492
+6 850
+7 1226
+8 1534
+9 1837
+10 3431
+11 3853
+12 4153
+13 4678
+14 4780
+15 5582
+16 6009
+17 6440
+18 6871
+19 7302
+20 7733
+21 8208
+22 8514
+23 8675
+24 8933
+25 9539
+26 9770
+27 11700
+28 11934
+29 12161
+30 12293
+31 12489
+32 12685
+33 12881
+34 13077
+35 13273
+36 13469
+37 13665
+38 13861
+39 14057
+40 14253
+41 14449
+42 16364
+%% Object stream: object 3, index 0
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 453.7
+ 315.7
+ 467.9
+ ]
+ /Subtype /Widget
+ /T (Given Name Text Box)
+ /TU <feff004600690072007300740020006e0061006d0065>
+ /Type /Annot
+ /V (ABC)
+>>
+%% Object stream: object 4, index 1
+<<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+>>
+%% Object stream: object 5, index 2
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 421.2
+ 315.7
+ 435.4
+ ]
+ /Subtype /Widget
+ /T (Family Name Text Box)
+ /TU <feff004c0061007300740020006e0061006d0065>
+ /Type /Annot
+ /V (DEF)
+>>
+%% Object stream: object 6, index 3
+<<
+ /AP <<
+ /N 50 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 378.4
+ 388.4
+ 446.9
+ 402.6
+ ]
+ /Subtype /Widget
+ /T (House nr Text Box)
+ /TU <feff0048006f00750073006500200061006e006400200066006c006f006f0072>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 7, index 4
+<<
+ /AP <<
+ /N 52 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 368.4
+ 315.7
+ 382.6
+ ]
+ /Subtype /Widget
+ /T (Address 2 Text Box)
+ /Type /Annot
+ /V <feff>
+>>
+%% Object stream: object 8, index 5
+<<
+ /AP <<
+ /N 54 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 348.5
+ 238.5
+ 362.7
+ ]
+ /Subtype /Widget
+ /T (Postcode Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 9, index 6
+<<
+ /AP <<
+ /N 56 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0041007500730074007200690061>
+ <feff00420065006c006700690075006d>
+ <feff004200720069007400610069006e>
+ <feff00420075006c00670061007200690061>
+ <feff00430072006f0061007400690061>
+ <feff004300790070007200750073>
+ <feff0043007a006500630068002d00520065007000750062006c00690063>
+ <feff00440065006e006d00610072006b>
+ <feff004500730074006f006e00690061>
+ <feff00460069006e006c0061006e0064>
+ <feff004600720061006e00630065>
+ <feff004700650072006d0061006e0079>
+ <feff004700720065006500630065>
+ <feff00480075006e0067006100720079>
+ <feff004900720065006c0061006e0064>
+ <feff004900740061006c0079>
+ <feff004c00610074007600690061>
+ <feff004c00690074006800750061006e00690061>
+ <feff004c007500780065006d0062006f007500720067>
+ <feff004d0061006c00740061>
+ <feff004e00650074006800650072006c0061006e00640073>
+ <feff0050006f006c0061006e0064>
+ <feff0050006f00720074007500670061006c>
+ <feff0052006f006d0061006e00690061>
+ <feff0053006c006f00760061006b00690061>
+ <feff0053006c006f00760065006e00690061>
+ <feff0053007000610069006e>
+ <feff00530077006500640065006e>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 315.9
+ 315.7
+ 330.1
+ ]
+ /Subtype /Widget
+ /T (Country Combo Box)
+ /TU <feff005500730065002000730065006c0065006300740069006f006e0020006f007200200077007200690074006500200063006f0075006e0074007200790020006e0061006d0065>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 10, index 7
+<<
+ /AP <<
+ /N 58 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff003100350030>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 250.8
+ 238
+ 265
+ ]
+ /Subtype /Widget
+ /T (Height Formatted Field)
+ /TU <feff00560061006c00750065002000660072006f006d00200034003000200074006f002000320035003000200063006d>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 11, index 8
+<<
+ /AP <<
+ /N 60 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 297.1
+ 348.5
+ 447.2
+ 362.7
+ ]
+ /Subtype /Widget
+ /T (City Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 12, index 9
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 164.1
+ 221.4
+ 175.4
+ 232.3
+ ]
+ /Subtype /Widget
+ /T (Driving License Check Box)
+ /TU <feff004300610072002000640072006900760069006e00670020006c006900630065006e00730065>
+ /Type /Annot
+ /V /Yes
+>>
+%% Object stream: object 13, index 10
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+%% Object stream: object 14, index 11
+<<
+ /AP <<
+ /N 68 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff005200650064>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /I [
+ 6
+ ]
+ /Opt [
+ <feff0042006c00610063006b>
+ <feff00420072006f0077006e>
+ <feff005200650064>
+ <feff004f00720061006e00670065>
+ <feff00590065006c006c006f0077>
+ <feff0047007200650065006e>
+ <feff0042006c00750065>
+ <feff00560069006f006c00650074>
+ <feff0047007200650079>
+ <feff00570068006900740065>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 143.4
+ 322.8
+ 157.6
+ ]
+ /Subtype /Widget
+ /T (Favourite Colour List Box)
+ /TU <feff00530065006c006500630074002000660072006f006d00200063006f006c006f0075007200200073007000650063007400720075006d>
+ /Type /Annot
+ /V <feff0042006c00750065>
+>>
+%% Object stream: object 15, index 12
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 57.7
+ 177.6
+ 69
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 1 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 16, index 13
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 154.8
+ 177.6
+ 166.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 2 Check Box)
+ /Type /Annot
+ /V /Yes
+>>
+%% Object stream: object 17, index 14
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 251.8
+ 177.6
+ 263.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 3 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 18, index 15
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 342.8
+ 177.6
+ 354.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 4 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 19, index 16
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 439.8
+ 177.6
+ 451.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 5 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 20, index 17
+<<
+ /AP <<
+ /N 70 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff004d0061006e>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff004d0061006e>
+ <feff0057006f006d0061006e>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 283.4
+ 241.2
+ 297.6
+ ]
+ /Subtype /Widget
+ /T (Gender List Box)
+ /TU <feff00530065006c006500630074002000660072006f006d0020006c006900730074>
+ /Type /Annot
+ /V <feff004d0061006e>
+>>
+%% Object stream: object 21, index 18
+<<
+ /AP <<
+ /N 72 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 388.3
+ 315.7
+ 402.5
+ ]
+ /Subtype /Widget
+ /T (Address 1 Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 22, index 19
+<<
+ /Count 1
+ /Kids [
+ 45 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 595
+ 842
+ ]
+ /Resources 27 0 R
+ /Type /Pages
+>>
+%% Object stream: object 23, index 20
+<<
+ /Ascent 905
+ /CapHeight 1005
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -664
+ -324
+ 2000
+ 1006
+ ]
+ /FontFile2 74 0 R
+ /FontName /CAAAAA+ArialMT
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+%% Object stream: object 24, index 21
+<<
+ /BaseFont /CAAAAA+ArialMT
+ /FirstChar 0
+ /FontDescriptor 23 0 R
+ /LastChar 50
+ /Subtype /TrueType
+ /ToUnicode 76 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 610
+ 556
+ 222
+ 500
+ 277
+ 556
+ 556
+ 556
+ 500
+ 833
+ 556
+ 222
+ 556
+ 277
+ 556
+ 333
+ 556
+ 666
+ 722
+ 610
+ 277
+ 722
+ 500
+ 556
+ 556
+ 277
+ 722
+ 722
+ 500
+ 500
+ 777
+ 333
+ 556
+ 556
+ 556
+ 333
+ 277
+ 500
+ 333
+ 277
+ 722
+ 777
+ 277
+ 666
+ 556
+ 556
+ 556
+ 666
+ 666
+ 500
+ ]
+>>
+%% Object stream: object 25, index 22
+<<
+ /Ascent 905
+ /CapHeight 1005
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -664
+ -324
+ 2000
+ 1006
+ ]
+ /FontName /ArialMT
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+%% Object stream: object 26, index 23
+<<
+ /BaseFont /ArialMT
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 25 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 277
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+%% Object stream: object 27, index 24
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /ExtGState <<
+ /FXE1 42 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 28, index 25
+<<
+ /CreationDate (D:20130629204853+02'00')
+ /Creator (Writer)
+ /Keywords (PDF Form)
+ /ModDate (D:20160331080439+03'00')
+ /Producer (OpenOffice.org 3.4)
+ /Title (PDF Form Example)
+>>
+%% Object stream: object 29, index 26
+<<
+ /BaseFont /Helvetica
+ /Encoding 41 0 R
+ /Name /Helv
+ /Subtype /Type1
+ /Type /Font
+>>
+%% Object stream: object 30, index 27
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 31, index 28
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 32, index 29
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 33, index 30
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 34, index 31
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 35, index 32
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 36, index 33
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 37, index 34
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 38, index 35
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 39, index 36
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 40, index 37
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 41, index 38
+<<
+ /Differences [
+ 24
+ /breve
+ /caron
+ /circumflex
+ /dotaccent
+ /hungarumlaut
+ /ogonek
+ /ring
+ /tilde
+ 39
+ /quotesingle
+ 96
+ /grave
+ 128
+ /bullet
+ /dagger
+ /daggerdbl
+ /ellipsis
+ /emdash
+ /endash
+ /florin
+ /fraction
+ /guilsinglleft
+ /guilsinglright
+ /minus
+ /perthousand
+ /quotedblbase
+ /quotedblleft
+ /quotedblright
+ /quoteleft
+ /quoteright
+ /quotesinglbase
+ /trademark
+ /fi
+ /fl
+ /Lslash
+ /OE
+ /Scaron
+ /Ydieresis
+ /Zcaron
+ /dotlessi
+ /lslash
+ /oe
+ /scaron
+ /zcaron
+ 160
+ /Euro
+ 164
+ /currency
+ 166
+ /brokenbar
+ 168
+ /dieresis
+ /copyright
+ /ordfeminine
+ 172
+ /logicalnot
+ /.notdef
+ /registered
+ /macron
+ /degree
+ /plusminus
+ /twosuperior
+ /threesuperior
+ /acute
+ /mu
+ 183
+ /periodcentered
+ /cedilla
+ /onesuperior
+ /ordmasculine
+ 188
+ /onequarter
+ /onehalf
+ /threequarters
+ 192
+ /Agrave
+ /Aacute
+ /Acircumflex
+ /Atilde
+ /Adieresis
+ /Aring
+ /AE
+ /Ccedilla
+ /Egrave
+ /Eacute
+ /Ecircumflex
+ /Edieresis
+ /Igrave
+ /Iacute
+ /Icircumflex
+ /Idieresis
+ /Eth
+ /Ntilde
+ /Ograve
+ /Oacute
+ /Ocircumflex
+ /Otilde
+ /Odieresis
+ /multiply
+ /Oslash
+ /Ugrave
+ /Uacute
+ /Ucircumflex
+ /Udieresis
+ /Yacute
+ /Thorn
+ /germandbls
+ /agrave
+ /aacute
+ /acircumflex
+ /atilde
+ /adieresis
+ /aring
+ /ae
+ /ccedilla
+ /egrave
+ /eacute
+ /ecircumflex
+ /edieresis
+ /igrave
+ /iacute
+ /icircumflex
+ /idieresis
+ /eth
+ /ntilde
+ /ograve
+ /oacute
+ /ocircumflex
+ /otilde
+ /odieresis
+ /divide
+ /oslash
+ /ugrave
+ /uacute
+ /ucircumflex
+ /udieresis
+ /yacute
+ /thorn
+ /ydieresis
+ ]
+ /Type /Encoding
+>>
+%% Object stream: object 42, index 39
+<<
+ /AIS false
+ /BM /Normal
+ /CA 1
+ /SMask /None
+ /ca 1
+>>
+endstream
+endobj
+
+43 0 obj
+<<
+ /Subtype /XML
+ /Type /Metadata
+ /Length 44 0 R
+>>
+stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c015 81.157285, 2014/12/12-00:43:15 ">
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about=""
+ xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+ xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
+ <xmp:CreateDate>2013-06-29T20:48:53+02:00</xmp:CreateDate>
+ <xmp:CreatorTool>Writer</xmp:CreatorTool>
+ <xmp:ModifyDate>2016-03-31T08:04:39+03:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2016-03-30T09:23:15-07:00</xmp:MetadataDate>
+ <pdf:Keywords>PDF Form</pdf:Keywords>
+ <pdf:Producer>OpenOffice.org 3.4</pdf:Producer>
+ <dc:format>application/pdf</dc:format>
+ <dc:title>
+ <rdf:Alt>
+ <rdf:li xml:lang="x-default">PDF Form Example</rdf:li>
+ </rdf:Alt>
+ </dc:title>
+ <xmpMM:DocumentID>uuid:2b2730cc-fa59-48a2-aef6-aaaa64179a3b</xmpMM:DocumentID>
+ <xmpMM:InstanceID>uuid:246f8744-738f-478b-9f5c-860c5c4ffcc5</xmpMM:InstanceID>
+ </rdf:Description>
+ </rdf:RDF>
+</x:xmpmeta>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<?xpacket end="w"?>
+endstream
+endobj
+
+%QDF: ignore_newline
+44 0 obj
+3352
+endobj
+
+%% Page 1
+45 0 obj
+<<
+ /Contents [
+ 78 0 R
+ 80 0 R
+ 82 0 R
+ ]
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 595
+ 842
+ ]
+ /ParaLinkXML 84 0 R
+ /ParaXML 86 0 R
+ /Parent 22 0 R
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /ExtGState <<
+ /FXE1 42 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ /Fxo1 46 0 R
+ /Fxo10 58 0 R
+ /Fxo11 66 0 R
+ /Fxo12 66 0 R
+ /Fxo13 68 0 R
+ /Fxo2 48 0 R
+ /Fxo3 72 0 R
+ /Fxo4 50 0 R
+ /Fxo5 52 0 R
+ /Fxo6 54 0 R
+ /Fxo7 60 0 R
+ /Fxo8 56 0 R
+ /Fxo9 70 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 47 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 148 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.28299 Td
+/FXF1 11 Tf
+(ABC) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+89
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 49 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 148 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.28299 Td
+/FXF1 11 Tf
+(DEF) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+89
+endobj
+
+50 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 68.5
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 51 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+51 0 obj
+4
+endobj
+
+52 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 53 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+12
+endobj
+
+54 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 55 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+55 0 obj
+4
+endobj
+
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 57 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+57 0 obj
+4
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.3
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 59 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+59 0 obj
+4
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150.1
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 61 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+61 0 obj
+4
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+0.749023 g
+0 0 11.3 10.9 re
+f
+endstream
+endobj
+
+63 0 obj
+30
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+0.749023 g
+0 0 11.3 10.9 re
+f
+q
+1 1 9.3 8.9 re
+W
+n
+0 G
+2.2 8.9 m
+9.1 2 l
+9.1 8.9 m
+2.2 2 l
+s
+Q
+endstream
+endobj
+
+65 0 obj
+95
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+q
+1 1 9.3 8.9 re
+W
+n
+0 G
+2.2 8.9 m
+9.1 2 l
+9.1 8.9 m
+2.2 2 l
+s
+Q
+endstream
+endobj
+
+67 0 obj
+65
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 157.1
+ 14.2
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 69 0 R
+>>
+stream
+1 1 0.6 rg
+0 0 156.9 14.4 re f*
+/Tx BMC
+BT
+0 0 0 rg /F3 11 Tf
+0 g
+2 2.106 Td
+(Blue) Tj
+ET
+EMC
+endstream
+endobj
+
+69 0 obj
+95
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 75.5
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 71 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 60.5 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.24501 Td
+/FXF1 11 Tf
+(Man) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+71 0 obj
+90
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font <<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+ >>
+ /Subtype /Form
+ /Length 73 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+73 0 obj
+4
+endobj
+
+74 0 obj
+<<
+ /Length1 37060
+ /Length 75 0 R
+>>
+stream
+true
+¯
+ÿ
+  !"#$%&'()*+,-./012
+"&+G_užçç\Ëå
+m†¸ñ6>PQ]¶Ô`
+í§P ½>X
+ûŒ+Nª
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+!!!!Y-,°C\X °%°% d#dad¸QX°%°% F¸ÿð`H F¸ÿð`HY
+!!!!Y-,KS#KQZX°:+!!Y-,KS#KQZX°;+!!Y-,KS#KQZ°C\ZX8!!Y-, ŠKT°&KTZŠŠ
+°C\ZX8!!Y-,KRX°%°%I°%°%Ia °
+ % @364ÿ À @ U@U (U U ¸ÿì@ U  U  U ¸ÿö@ U U ¸ÿø@ U
+U ¸ÿö¶ U N¸ÿÀ@464°ðp °ÿ%
+ 
+%
+ U U¸ÿê´U¸ÿþ´ U¸ÿü@
+ UNGP+ö++++++++]qr<ý<
+\\ \
+\ \ \ jj j
+j j j ´&´''&$'$)6$Z
+Y d&d(t#t$€$“
+œ ’(—,•0¤
+© £'¤(³&Å&(¸ÿô´ U"¸ÿô´ U#¸ÿô´ U$¸ÿô´ U(¸ÿô´ U"¸ÿô´ U#¸ÿô´ U$¸ÿô´ U¸ÿÞ@9Z'%
+ & .¸ª@", U?O_¯Ïoß½U
+('
++
+$3A|\ZŸW¬
+2 )aa
+n-=Yqq‹K@aJ.xðû…=8Ý((M/H`[O=w
+  $@U@ U (U U ¸ÿì@ U  U " U ¸ÿô@ U U ¸ÿù@ U
+U ¸ÿö@ U @364ÿ ÿ  N¸ÿÀ@464°ðp °À3%
+ U
+
+
+&
+
+´*kHs§&—¯EpM2}ýs†nmA’Ìý¼
+
+²…cŒýÚQ 8V‰|©V£´ (þÞþù ¯ºh•†Ch¦
+
+U/+
+˜ ·¸ È ÊÌÚÕ Ñ Ûå
+±CTX@
+
+
+
+Æ
+ 
+OI ~ "
+a ~@
+¸·@P€¸C@ ~"O
+9"!9 @9++++++++Y]q
+Ð%% %%%UU¸ÿì@ U U¸ÿè@ U U UU¸ÿú´ U¸ÿø´ U¸]@ %U¸ÿì@ U U¸ÿî@ U U
+U¸ÿþ@ U U¸ÿü´ U¸]@
+ U
+
+@
+`
+€
+ @ U @ U
+¸ÿæ@ U
+ U
+¸ÿú´ U
+¸ÿî´ U
+¸ÿô´U
+¸ÿè@# U
+t33%
+%
+ U
+ U
+ GHVYgi4::5EKKE\\ R]]Rmm dmmdw  [TT
+[ lee
+l
+ $@ U@ U¸ÿê@U U U¸ÿð´ U¸ÿð´ U¸ÿð´U¸ÿð´ U¸ÿÀ@$%40
++
+Ÿÿ@%
+
+F`bΟf
+
+ U ¸ÿö@U  U  U NGP+ö+++++++]q+í]q+ö]q+++++++++++<ýä
+ (" "%
+ $Ð  @ ` € @ U U  U ¸ÿö´ U ¸ÿð´ U ¸ÿô´U ¸ÿà´ U ¸ÿô@/ U t3
+ U U¸ÿô@ U   
+ U
+U  U ¸ÿô@ U  
+ U
+
+
+!!!
+!
+ U
+;\+Nô+++++++]<Mý<Nö]Mä
+<_
+4 U¸ÿè@! U    ¸ÿì´U¸ÿò@ U U¸ÿ÷@ U]  P ` p €   
+ U
+;Y+ö+++++++]+<ý<]qô++++<ý<
+  @ @ U/+ÝÍÝÍ
+@ @ (04 (04  ' ' ' 6 6 5™ ((HYYYiiiyv yzz… ŠŒŒ‰˜
+¨ ¼»ºê
+çõ ýùÿ±CTX@ D„  
+
+
+  %
+
+ 
+¸T@ @@ 0 O P ÿ  ¸B³/¸?´ |f+ýqô]qííôää]qííä]q
+"79¸ÿèµ9"9++++Y]q++
+ % 4 D 55WT
+RSgde c`ÀÔÕÝååïëåàÿ+<<Kp.$ .:5 KE FIW
+V g åçúô 
+ 3
+õ.#,'>#>'L', ,6!6)?,F F!E)T!T)ic!c)`,€,Ú'è!î#ï'¸±´(¸ª@
+E"
+3%3
+%Ð@`€,@ U,@ UU¸ÿô@UU U¸ÿê@ UU¸ÿî´ U¸ÿü@J Ut%
+ÿÀ³#&4 ¸ÿÀ@A#&4€
+
+ "
+
+  ¸ÿî´U¸ÿò@ U U¸ÿà@ U U]€   
+4
+¸ÿÔ´ U¸ÿè@ U U
+¸ÿÀ´U¸ÿÀ@/U@U
+
+
+  U 
+
+ U¸ÿø´ U/++ÍÍÖÍÔ+Í
+J[Ž U
+¸ÿà´ U¸ÿà´ U¸ÿð@ !4'4 ¸ÿð@·$4  
+
+ &
++TR
+\l|Š
+
+
+
+ 
+
+
+¸ÿK³
+ Ã +
+ %  +
+
+
+
+
+ 
+ö ` p €  ¸§@
+ O
+o
+
+
+¸U@ Oo¸U@ `p€¸§µööf+NôMô]]ý]qý]qý]]æ
+ 
+ê±CTX@
+
+
+¸ÿÞ@ 9 44¸ÿê³4¸ÿê³4
+¸ÿØ@ !4
+¸ÿè@ "%4
+¸ÿÚ@~(.4
+9
+H
+VVYX ffii x
+‡‡†‰ˆŠ
+,
+
+
+(
+7
+O
+ @4@ 4±CTX@ 
+¸ÿô@ U
+
+%
+
+
+
+
+ 
+ 
+jiju p € ¦ µ ¶
+µ  † ã"_o¸ª@y0
+U U14Ä+ö+++]qíö++++]rKS#KQZX¹
+¬¯¡klÃÓÖ‚
+'
+  
+
+))) # 
+ ¸ÿà@ # ¸¤³@
+
+ 
+
+¸f·
+@4
+¸ÿà´U
+¸ÿæ´ U
+¸ÿî´ U
+¸7@ @"#4€!5¸ÿÀ@ 4
+  ¸ÿè´U ¸ÿè@ U 
+  ¸ÿô´U ¸ÿæ´ U ¸ÿî@ U 
+
+Ÿ¸3´
+
+U¬Œ+ö]++++ýöíöí
+
+
+<
+<
+¸ÿô´ U ¸ÿô´ U¸ÿè@ UUw
+ !4¸ÿð³'4 ¸ÿð´'4¸ÿð³!4 ¸ÿð@„'47 G%-
+X
+wu
+Úã¦#&%98 ? O YYXY }y™ ÆÒÖäé÷ù
+
+ 
+
+ %%
+
+
+ 
+¸@  U"¸@! ? U  %
+ U
+ ,9 <¸ÿÞ²9¸ÿÔ² 9¸ÿÔ±!9+++++Y]
+
+ U
+&c[+Nô+]MíM]ö++++]<Mý<9/
+</
+    
+
+
+!#40
+  9/ÔÍ9/Í
+¸ÿè´ U¸ÿì@ U  9/ÔÍ9/++Í
+Ê ¸¤³O¸µ 
+sÓ
+ U
+ 
+ 
+  
+ U
+ : ¥vMœ¸>³Wy+öýôíôä
+U4Ks u
+A " Ì ›  4­‚®ˆ€•ÊÙ³Mz*[—ãxÝ à!N"c"¨#ý$_$ˆ$Ì
+ÿ
+
+t
+Â
+a>
+Ñ
+G
+Âë
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This typeface is the property of Monotype Typography and its use by you is covered under the terms of a license agreement. You have obtained this typeface software either directly from Monotype or together with software distributed by one of Monotype's licensees.
+
+This software is a valuable asset of Monotype. Unless you have entered into a specific license agreement granting you additional rights, your use of this software is limited to your workstation for your own publishing use. You may not copy or distribute this software.
+
+If you have any question concerning your rights you should review the license agreement you received with the software or contact Monotype for a copy of the license agreement.
+
+Monotype can be contacted at:
+
+USA - (847) 718-0400 UK - 01144 01737 765959
+http://www.monotype.comhttp://www.monotype.com/html/type/license.html
+
+
+
+
+
+
+
+
+
+
+
+ 2ÀA
+ÿï
+
+QZ°#B°K
+CX`!YBp>°CX¹;!~º
+endstream
+endobj
+
+%QDF: ignore_newline
+75 0 obj
+37060
+endobj
+
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+50 beginbfchar
+<01> <0054>
+<02> <0068>
+<03> <0069>
+<04> <0073>
+<05> <0020>
+<06> <0061>
+<07> <006E>
+<08> <0065>
+<09> <0078>
+<0A> <006D>
+<0B> <0070>
+<0C> <006C>
+<0D> <006F>
+<0E> <0066>
+<0F> <0075>
+<10> <0072>
+<11> <0062>
+<12> <0050>
+<13> <0044>
+<14> <0046>
+<15> <002E>
+<16> <004E>
+<17> <0079>
+<18> <0064>
+<19> <0067>
+<1A> <0074>
+<1B> <0048>
+<1C> <0077>
+<1D> <0076>
+<1E> <0063>
+<1F> <004F>
+<20> <0028>
+<21> <0033>
+<22> <0034>
+<23> <0030>
+<24> <0029>
+<25> <002C>
+<26> <006B>
+<27> <002D>
+<28> <0049>
+<29> <0043>
+<2A> <0047>
+<2B> <003A>
+<2C> <0041>
+<2D> <0031>
+<2E> <0032>
+<2F> <004C>
+<30> <0053>
+<31> <0045>
+<32> <00E7>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+77 0 obj
+918
+endobj
+
+%% Contents for page 1
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+q
+endstream
+endobj
+
+79 0 obj
+2
+endobj
+
+%% Contents for page 1
+80 0 obj
+<<
+ /Length 81 0 R
+>>
+stream
+q
+BT
+/DeviceRGB cs 0 0 0 scn /DeviceGray CS 0 SCN 0.1 w /F2 11 Tf 1 0 0 1 0 0 Tm 56.8 460.8 TD[(*)-4<03>4<1d08>1<07>-7<05>4<16>4<06>1(\n)-2(\b)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 424.3 TD[<14>1<06>1(\n)-2<03>-4(\f)-4<17>9<05>-4<16>4<06>1(\n)-2(\b)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 395.4 TD[(,)2<18>1<18>1<10>-2(\b)1<0404>-8<05>4(-)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 371.6 TD[(,)2<18>1<18>1<10>-2(\b)1<0404>-8<05>4(.)1(+)]TJ
+1 0 0 1 0 0 Tm 450 351.6 TD[<05>]TJ
+1 0 0 1 0 0 Tm 147.8 179.1 TD[<05>4<05>]TJ
+1 0 0 1 0 0 Tm 244.8 179.1 TD[<05>-4<05>]TJ
+1 0 0 1 0 0 Tm 432.8 179.1 TD[<05>-4<05>]TJ
+ET
+Q
+/DeviceRGB cs 1 1 0.6 scn /DeviceRGB CS 0 0 0 SCN 0 J [] 0 d 0 j 0.1 w 10 M /RelativeColorimetric ri 1 i /FXE1 gs 163.1 450.9 155.3 19.9 re
+B*
+163.1 418.3 155.3 19.9 re
+B*
+endstream
+endobj
+
+81 0 obj
+747
+endobj
+
+%% Contents for page 1
+82 0 obj
+<<
+ /Length 83 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 453.70000 cm
+/Fxo1 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 421.20000 cm
+/Fxo2 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 388.30000 cm
+/Fxo3 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 378.40000 388.40000 cm
+/Fxo4 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 368.40000 cm
+/Fxo5 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 348.50000 cm
+/Fxo6 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 297.10000 348.50000 cm
+/Fxo7 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 315.90000 cm
+/Fxo8 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 283.40000 cm
+/Fxo9 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 250.80000 cm
+/Fxo10 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 164.10000 221.40000 cm
+/Fxo11 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 154.80000 177.60000 cm
+/Fxo12 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 165.70000 143.40000 cm
+/Fxo13 Do
+Q
+endstream
+endobj
+
+83 0 obj
+891
+endobj
+
+84 0 obj
+<<
+ /SubType /XML
+ /Type /ParaLinkXML
+ /Length 85 0 R
+>>
+stream
+<?xml version="1.0" encoding="UTF-8" ?><ParaLinkXML/>
+endstream
+endobj
+
+85 0 obj
+55
+endobj
+
+86 0 obj
+<<
+ /SubType /XML
+ /Type /ParaXML
+ /Length 87 0 R
+>>
+stream
+<?xml version="1.0" encoding="UTF-8" ?><ParaXML><AllRectInfo Rect=""/>
+</ParaXML>
+endstream
+endobj
+
+87 0 obj
+84
+endobj
+
+88 0 obj
+<<
+ /Type /XRef
+ /Length 445
+ /W [ 1 3 1 ]
+ /Info 28 0 R
+ /Root 1 0 R
+ /Size 89
+ /ID [<5e0a553555622a0516e9877ca55217a6><31415926535897932384626433832795>]
+>>
+stream
+
+
+endstream
+endobj
+
+startxref
+68768
+%%EOF
diff --git a/qpdf/qtest/qpdf/sample-form.pdf b/qpdf/qtest/qpdf/sample-form.pdf
new file mode 100644
index 00000000..5548d1e0
--- /dev/null
+++ b/qpdf/qtest/qpdf/sample-form.pdf
@@ -0,0 +1,2443 @@
+%PDF-1.6
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /AcroForm <<
+ /DA (/Helv 0 Tf 0 g )
+ /DR 27 0 R
+ /Fields [
+ 3 0 R
+ 5 0 R
+ 21 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 11 0 R
+ 9 0 R
+ 20 0 R
+ 10 0 R
+ 12 0 R
+ 15 0 R
+ 16 0 R
+ 17 0 R
+ 18 0 R
+ 19 0 R
+ 14 0 R
+ ]
+ >>
+ /Lang (en-GB)
+ /Metadata 43 0 R
+ /OpenAction [
+ 45 0 R
+ /XYZ
+ null
+ null
+ 0
+ ]
+ /Pages 22 0 R
+ /Type /Catalog
+ /ViewerPreferences <<
+ /DisplayDocTitle true
+ >>
+>>
+endobj
+
+2 0 obj
+<<
+ /Type /ObjStm
+ /Length 16787
+ /N 40
+ /First 359
+>>
+stream
+3 0
+4 361
+5 492
+6 850
+7 1226
+8 1534
+9 1837
+10 3431
+11 3853
+12 4153
+13 4678
+14 4780
+15 5582
+16 6009
+17 6440
+18 6871
+19 7302
+20 7733
+21 8208
+22 8514
+23 8675
+24 8933
+25 9539
+26 9770
+27 11700
+28 11934
+29 12161
+30 12293
+31 12489
+32 12685
+33 12881
+34 13077
+35 13273
+36 13469
+37 13665
+38 13861
+39 14057
+40 14253
+41 14449
+42 16364
+%% Object stream: object 3, index 0
+<<
+ /AP <<
+ /N 46 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 453.7
+ 315.7
+ 467.9
+ ]
+ /Subtype /Widget
+ /T (Given Name Text Box)
+ /TU <feff004600690072007300740020006e0061006d0065>
+ /Type /Annot
+ /V (ABC)
+>>
+%% Object stream: object 4, index 1
+<<
+ /ArialMT 26 0 R
+ /F2 24 0 R
+ /F3 26 0 R
+ /FXF1 26 0 R
+ /Helv 29 0 R
+ /ZaDi 13 0 R
+>>
+%% Object stream: object 5, index 2
+<<
+ /AP <<
+ /N 48 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 421.2
+ 315.7
+ 435.4
+ ]
+ /Subtype /Widget
+ /T (Family Name Text Box)
+ /TU <feff004c0061007300740020006e0061006d0065>
+ /Type /Annot
+ /V (DEF)
+>>
+%% Object stream: object 6, index 3
+<<
+ /AP <<
+ /N 50 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 378.4
+ 388.4
+ 446.9
+ 402.6
+ ]
+ /Subtype /Widget
+ /T (House nr Text Box)
+ /TU <feff0048006f00750073006500200061006e006400200066006c006f006f0072>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 7, index 4
+<<
+ /AP <<
+ /N 52 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 368.4
+ 315.7
+ 382.6
+ ]
+ /Subtype /Widget
+ /T (Address 2 Text Box)
+ /Type /Annot
+ /V <feff>
+>>
+%% Object stream: object 8, index 5
+<<
+ /AP <<
+ /N 54 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 348.5
+ 238.5
+ 362.7
+ ]
+ /Subtype /Widget
+ /T (Postcode Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 9, index 6
+<<
+ /AP <<
+ /N 56 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Ch
+ /Ff 393216
+ /Opt [
+ <feff0041007500730074007200690061>
+ <feff00420065006c006700690075006d>
+ <feff004200720069007400610069006e>
+ <feff00420075006c00670061007200690061>
+ <feff00430072006f0061007400690061>
+ <feff004300790070007200750073>
+ <feff0043007a006500630068002d00520065007000750062006c00690063>
+ <feff00440065006e006d00610072006b>
+ <feff004500730074006f006e00690061>
+ <feff00460069006e006c0061006e0064>
+ <feff004600720061006e00630065>
+ <feff004700650072006d0061006e0079>
+ <feff004700720065006500630065>
+ <feff00480075006e0067006100720079>
+ <feff004900720065006c0061006e0064>
+ <feff004900740061006c0079>
+ <feff004c00610074007600690061>
+ <feff004c00690074006800750061006e00690061>
+ <feff004c007500780065006d0062006f007500720067>
+ <feff004d0061006c00740061>
+ <feff004e00650074006800650072006c0061006e00640073>
+ <feff0050006f006c0061006e0064>
+ <feff0050006f00720074007500670061006c>
+ <feff0052006f006d0061006e00690061>
+ <feff0053006c006f00760061006b00690061>
+ <feff0053006c006f00760065006e00690061>
+ <feff0053007000610069006e>
+ <feff00530077006500640065006e>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 315.9
+ 315.7
+ 330.1
+ ]
+ /Subtype /Widget
+ /T (Country Combo Box)
+ /TU <feff005500730065002000730065006c0065006300740069006f006e0020006f007200200077007200690074006500200063006f0075006e0074007200790020006e0061006d0065>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 10, index 7
+<<
+ /AP <<
+ /N 58 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff003100350030>
+ /F 4
+ /FT /Tx
+ /MaxLen 20
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 250.8
+ 238
+ 265
+ ]
+ /Subtype /Widget
+ /T (Height Formatted Field)
+ /TU <feff00560061006c00750065002000660072006f006d00200034003000200074006f002000320035003000200063006d>
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 11, index 8
+<<
+ /AP <<
+ /N 60 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 297.1
+ 348.5
+ 447.2
+ 362.7
+ ]
+ /Subtype /Widget
+ /T (City Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 12, index 9
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 164.1
+ 221.4
+ 175.4
+ 232.3
+ ]
+ /Subtype /Widget
+ /T (Driving License Check Box)
+ /TU <feff004300610072002000640072006900760069006e00670020006c006900630065006e00730065>
+ /Type /Annot
+ /V /Yes
+>>
+%% Object stream: object 13, index 10
+<<
+ /BaseFont /ZapfDingbats
+ /Subtype /Type1
+ /Type /Font
+>>
+%% Object stream: object 14, index 11
+<<
+ /AP <<
+ /N 68 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff005200650064>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /I [
+ 6
+ ]
+ /Opt [
+ <feff0042006c00610063006b>
+ <feff00420072006f0077006e>
+ <feff005200650064>
+ <feff004f00720061006e00670065>
+ <feff00590065006c006c006f0077>
+ <feff0047007200650065006e>
+ <feff0042006c00750065>
+ <feff00560069006f006c00650074>
+ <feff0047007200650079>
+ <feff00570068006900740065>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 143.4
+ 322.8
+ 157.6
+ ]
+ /Subtype /Widget
+ /T (Favourite Colour List Box)
+ /TU <feff00530065006c006500630074002000660072006f006d00200063006f006c006f0075007200200073007000650063007400720075006d>
+ /Type /Annot
+ /V <feff0042006c00750065>
+>>
+%% Object stream: object 15, index 12
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 57.7
+ 177.6
+ 69
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 1 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 16, index 13
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Yes
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Yes
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 154.8
+ 177.6
+ 166.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 2 Check Box)
+ /Type /Annot
+ /V /Yes
+>>
+%% Object stream: object 17, index 14
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 251.8
+ 177.6
+ 263.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 3 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 18, index 15
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 342.8
+ 177.6
+ 354.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 4 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 19, index 16
+<<
+ /AP <<
+ /D <<
+ /Off 62 0 R
+ /Yes 64 0 R
+ >>
+ /N <<
+ /Yes 66 0 R
+ >>
+ >>
+ /AS /Off
+ /DA (0 0 0 rg /ZaDi 0 Tf)
+ /DR <<
+ /Font <<
+ /ZaDi 13 0 R
+ >>
+ >>
+ /DV /Off
+ /F 4
+ /FT /Btn
+ /MK <<
+ /CA (8)
+ >>
+ /P 45 0 R
+ /Rect [
+ 439.8
+ 177.6
+ 451.1
+ 188.5
+ ]
+ /Subtype /Widget
+ /T (Language 5 Check Box)
+ /Type /Annot
+ /V /Off
+>>
+%% Object stream: object 20, index 17
+<<
+ /AP <<
+ /N 70 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff004d0061006e>
+ /F 4
+ /FT /Ch
+ /Ff 131072
+ /Opt [
+ <feff004d0061006e>
+ <feff0057006f006d0061006e>
+ ]
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 283.4
+ 241.2
+ 297.6
+ ]
+ /Subtype /Widget
+ /T (Gender List Box)
+ /TU <feff00530065006c006500630074002000660072006f006d0020006c006900730074>
+ /Type /Annot
+ /V <feff004d0061006e>
+>>
+%% Object stream: object 21, index 18
+<<
+ /AP <<
+ /N 72 0 R
+ >>
+ /DA (0 0 0 rg /F3 11 Tf)
+ /DR <<
+ /Font 4 0 R
+ >>
+ /DV <feff>
+ /F 4
+ /FT /Tx
+ /MaxLen 40
+ /P 45 0 R
+ /Rect [
+ 165.7
+ 388.3
+ 315.7
+ 402.5
+ ]
+ /Subtype /Widget
+ /T (Address 1 Text Box)
+ /Type /Annot
+ /V ()
+>>
+%% Object stream: object 22, index 19
+<<
+ /Count 1
+ /Kids [
+ 45 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 595
+ 842
+ ]
+ /Resources 27 0 R
+ /Type /Pages
+>>
+%% Object stream: object 23, index 20
+<<
+ /Ascent 905
+ /CapHeight 1005
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -664
+ -324
+ 2000
+ 1006
+ ]
+ /FontFile2 74 0 R
+ /FontName /CAAAAA+ArialMT
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+%% Object stream: object 24, index 21
+<<
+ /BaseFont /CAAAAA+ArialMT
+ /FirstChar 0
+ /FontDescriptor 23 0 R
+ /LastChar 50
+ /Subtype /TrueType
+ /ToUnicode 76 0 R
+ /Type /Font
+ /Widths [
+ 750
+ 610
+ 556
+ 222
+ 500
+ 277
+ 556
+ 556
+ 556
+ 500
+ 833
+ 556
+ 222
+ 556
+ 277
+ 556
+ 333
+ 556
+ 666
+ 722
+ 610
+ 277
+ 722
+ 500
+ 556
+ 556
+ 277
+ 722
+ 722
+ 500
+ 500
+ 777
+ 333
+ 556
+ 556
+ 556
+ 333
+ 277
+ 500
+ 333
+ 277
+ 722
+ 777
+ 277
+ 666
+ 556
+ 556
+ 556
+ 666
+ 666
+ 500
+ ]
+>>
+%% Object stream: object 25, index 22
+<<
+ /Ascent 905
+ /CapHeight 1005
+ /Descent -211
+ /Flags 4
+ /FontBBox [
+ -664
+ -324
+ 2000
+ 1006
+ ]
+ /FontName /ArialMT
+ /ItalicAngle 0
+ /StemV 80
+ /Type /FontDescriptor
+>>
+%% Object stream: object 26, index 23
+<<
+ /BaseFont /ArialMT
+ /Encoding /WinAnsiEncoding
+ /FirstChar 32
+ /FontDescriptor 25 0 R
+ /LastChar 255
+ /Subtype /TrueType
+ /Type /Font
+ /Widths [
+ 277
+ 277
+ 354
+ 556
+ 556
+ 889
+ 666
+ 190
+ 333
+ 333
+ 389
+ 583
+ 277
+ 333
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 583
+ 583
+ 583
+ 556
+ 1015
+ 666
+ 666
+ 722
+ 722
+ 666
+ 610
+ 777
+ 722
+ 277
+ 500
+ 666
+ 556
+ 833
+ 722
+ 777
+ 666
+ 777
+ 722
+ 666
+ 610
+ 722
+ 666
+ 943
+ 666
+ 666
+ 610
+ 277
+ 277
+ 277
+ 469
+ 556
+ 333
+ 556
+ 556
+ 500
+ 556
+ 556
+ 277
+ 556
+ 556
+ 222
+ 222
+ 500
+ 222
+ 833
+ 556
+ 556
+ 556
+ 556
+ 333
+ 500
+ 277
+ 556
+ 500
+ 722
+ 500
+ 500
+ 500
+ 333
+ 259
+ 333
+ 583
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 277
+ 333
+ 556
+ 556
+ 556
+ 556
+ 259
+ 556
+ 333
+ 736
+ 370
+ 556
+ 583
+ 333
+ 736
+ 552
+ 399
+ 548
+ 333
+ 333
+ 333
+ 576
+ 537
+ 277
+ 333
+ 333
+ 365
+ 556
+ 833
+ 833
+ 833
+ 610
+ 666
+ 666
+ 666
+ 666
+ 666
+ 666
+ 1000
+ 722
+ 666
+ 666
+ 666
+ 666
+ 277
+ 277
+ 277
+ 277
+ 722
+ 722
+ 777
+ 777
+ 777
+ 777
+ 777
+ 583
+ 777
+ 722
+ 722
+ 722
+ 722
+ 666
+ 666
+ 610
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 889
+ 500
+ 556
+ 556
+ 556
+ 556
+ 277
+ 277
+ 277
+ 277
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 556
+ 548
+ 610
+ 556
+ 556
+ 556
+ 556
+ 500
+ 556
+ 500
+ ]
+>>
+%% Object stream: object 27, index 24
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /ExtGState <<
+ /FXE1 42 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 28, index 25
+<<
+ /CreationDate (D:20130629204853+02'00')
+ /Creator (Writer)
+ /Keywords (PDF Form)
+ /ModDate (D:20160331080439+03'00')
+ /Producer (OpenOffice.org 3.4)
+ /Title (PDF Form Example)
+>>
+%% Object stream: object 29, index 26
+<<
+ /BaseFont /Helvetica
+ /Encoding 41 0 R
+ /Name /Helv
+ /Subtype /Type1
+ /Type /Font
+>>
+%% Object stream: object 30, index 27
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 31, index 28
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 32, index 29
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 33, index 30
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 34, index 31
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 35, index 32
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 36, index 33
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 37, index 34
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 38, index 35
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 39, index 36
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 40, index 37
+<<
+ /Encoding <<
+ /PDFDocEncoding 41 0 R
+ >>
+ /Font 4 0 R
+ /ProcSet [
+ /PDF
+ /Text
+ /ImageC
+ /ImageI
+ /ImageB
+ ]
+ /XObject <<
+ >>
+>>
+%% Object stream: object 41, index 38
+<<
+ /Differences [
+ 24
+ /breve
+ /caron
+ /circumflex
+ /dotaccent
+ /hungarumlaut
+ /ogonek
+ /ring
+ /tilde
+ 39
+ /quotesingle
+ 96
+ /grave
+ 128
+ /bullet
+ /dagger
+ /daggerdbl
+ /ellipsis
+ /emdash
+ /endash
+ /florin
+ /fraction
+ /guilsinglleft
+ /guilsinglright
+ /minus
+ /perthousand
+ /quotedblbase
+ /quotedblleft
+ /quotedblright
+ /quoteleft
+ /quoteright
+ /quotesinglbase
+ /trademark
+ /fi
+ /fl
+ /Lslash
+ /OE
+ /Scaron
+ /Ydieresis
+ /Zcaron
+ /dotlessi
+ /lslash
+ /oe
+ /scaron
+ /zcaron
+ 160
+ /Euro
+ 164
+ /currency
+ 166
+ /brokenbar
+ 168
+ /dieresis
+ /copyright
+ /ordfeminine
+ 172
+ /logicalnot
+ /.notdef
+ /registered
+ /macron
+ /degree
+ /plusminus
+ /twosuperior
+ /threesuperior
+ /acute
+ /mu
+ 183
+ /periodcentered
+ /cedilla
+ /onesuperior
+ /ordmasculine
+ 188
+ /onequarter
+ /onehalf
+ /threequarters
+ 192
+ /Agrave
+ /Aacute
+ /Acircumflex
+ /Atilde
+ /Adieresis
+ /Aring
+ /AE
+ /Ccedilla
+ /Egrave
+ /Eacute
+ /Ecircumflex
+ /Edieresis
+ /Igrave
+ /Iacute
+ /Icircumflex
+ /Idieresis
+ /Eth
+ /Ntilde
+ /Ograve
+ /Oacute
+ /Ocircumflex
+ /Otilde
+ /Odieresis
+ /multiply
+ /Oslash
+ /Ugrave
+ /Uacute
+ /Ucircumflex
+ /Udieresis
+ /Yacute
+ /Thorn
+ /germandbls
+ /agrave
+ /aacute
+ /acircumflex
+ /atilde
+ /adieresis
+ /aring
+ /ae
+ /ccedilla
+ /egrave
+ /eacute
+ /ecircumflex
+ /edieresis
+ /igrave
+ /iacute
+ /icircumflex
+ /idieresis
+ /eth
+ /ntilde
+ /ograve
+ /oacute
+ /ocircumflex
+ /otilde
+ /odieresis
+ /divide
+ /oslash
+ /ugrave
+ /uacute
+ /ucircumflex
+ /udieresis
+ /yacute
+ /thorn
+ /ydieresis
+ ]
+ /Type /Encoding
+>>
+%% Object stream: object 42, index 39
+<<
+ /AIS false
+ /BM /Normal
+ /CA 1
+ /SMask /None
+ /ca 1
+>>
+endstream
+endobj
+
+43 0 obj
+<<
+ /Subtype /XML
+ /Type /Metadata
+ /Length 44 0 R
+>>
+stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c015 81.157285, 2014/12/12-00:43:15 ">
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about=""
+ xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+ xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
+ <xmp:CreateDate>2013-06-29T20:48:53+02:00</xmp:CreateDate>
+ <xmp:CreatorTool>Writer</xmp:CreatorTool>
+ <xmp:ModifyDate>2016-03-31T08:04:39+03:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2016-03-30T09:23:15-07:00</xmp:MetadataDate>
+ <pdf:Keywords>PDF Form</pdf:Keywords>
+ <pdf:Producer>OpenOffice.org 3.4</pdf:Producer>
+ <dc:format>application/pdf</dc:format>
+ <dc:title>
+ <rdf:Alt>
+ <rdf:li xml:lang="x-default">PDF Form Example</rdf:li>
+ </rdf:Alt>
+ </dc:title>
+ <xmpMM:DocumentID>uuid:2b2730cc-fa59-48a2-aef6-aaaa64179a3b</xmpMM:DocumentID>
+ <xmpMM:InstanceID>uuid:246f8744-738f-478b-9f5c-860c5c4ffcc5</xmpMM:InstanceID>
+ </rdf:Description>
+ </rdf:RDF>
+</x:xmpmeta>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<?xpacket end="w"?>
+endstream
+endobj
+
+%QDF: ignore_newline
+44 0 obj
+3352
+endobj
+
+%% Page 1
+45 0 obj
+<<
+ /Annots [
+ 3 0 R
+ 5 0 R
+ 21 0 R
+ 6 0 R
+ 7 0 R
+ 8 0 R
+ 11 0 R
+ 9 0 R
+ 20 0 R
+ 10 0 R
+ 12 0 R
+ 15 0 R
+ 16 0 R
+ 17 0 R
+ 18 0 R
+ 19 0 R
+ 14 0 R
+ ]
+ /Contents 78 0 R
+ /Group <<
+ /CS /DeviceRGB
+ /I true
+ /S /Transparency
+ >>
+ /MediaBox [
+ 0
+ 0
+ 595
+ 842
+ ]
+ /ParaLinkXML 80 0 R
+ /ParaXML 82 0 R
+ /Parent 22 0 R
+ /Resources 27 0 R
+ /Type /Page
+>>
+endobj
+
+46 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 33 0 R
+ /Length 47 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 148 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.28299 Td
+/FXF1 11 Tf
+(ABC) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+47 0 obj
+89
+endobj
+
+48 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 34 0 R
+ /Length 49 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 148 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.28299 Td
+/FXF1 11 Tf
+(DEF) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+49 0 obj
+89
+endobj
+
+50 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 68.5
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 36 0 R
+ /Length 51 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+51 0 obj
+4
+endobj
+
+52 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Resources 30 0 R
+ /Length 53 0 R
+>>
+stream
+/Tx BMC
+EMC
+endstream
+endobj
+
+%QDF: ignore_newline
+53 0 obj
+12
+endobj
+
+54 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.8
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 37 0 R
+ /Length 55 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+55 0 obj
+4
+endobj
+
+56 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 39 0 R
+ /Length 57 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+57 0 obj
+4
+endobj
+
+58 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 72.3
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 32 0 R
+ /Length 59 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+59 0 obj
+4
+endobj
+
+60 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150.1
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 38 0 R
+ /Length 61 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+61 0 obj
+4
+endobj
+
+62 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 63 0 R
+>>
+stream
+0.749023 g
+0 0 11.3 10.9 re
+f
+endstream
+endobj
+
+63 0 obj
+30
+endobj
+
+64 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 65 0 R
+>>
+stream
+0.749023 g
+0 0 11.3 10.9 re
+f
+q
+1 1 9.3 8.9 re
+W
+n
+0 G
+2.2 8.9 m
+9.1 2 l
+9.1 8.9 m
+2.2 2 l
+s
+Q
+endstream
+endobj
+
+65 0 obj
+95
+endobj
+
+66 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 11.3
+ 10.9
+ ]
+ /FormType 1
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources <<
+ /ProcSet [
+ /PDF
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 67 0 R
+>>
+stream
+q
+1 1 9.3 8.9 re
+W
+n
+0 G
+2.2 8.9 m
+9.1 2 l
+9.1 8.9 m
+2.2 2 l
+s
+Q
+endstream
+endobj
+
+67 0 obj
+65
+endobj
+
+68 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 157.1
+ 14.2
+ ]
+ /Resources 40 0 R
+ /Length 69 0 R
+>>
+stream
+1 1 0.6 rg
+0 0 156.9 14.4 re f*
+/Tx BMC
+BT
+0 0 0 rg /F3 11 Tf
+0 g
+2 2.106 Td
+(Blue) Tj
+ET
+EMC
+endstream
+endobj
+
+69 0 obj
+95
+endobj
+
+70 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 75.5
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 31 0 R
+ /Length 71 0 R
+>>
+stream
+q
+Q
+/Tx BMC
+q
+1 1 60.5 12.2 re
+W
+n
+BT
+0 0 0 rg
+1 3.24501 Td
+/FXF1 11 Tf
+(Man) Tj
+ET
+Q
+EMC
+endstream
+endobj
+
+71 0 obj
+90
+endobj
+
+72 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 150
+ 14.2
+ ]
+ /Matrix [
+ 1
+ 0
+ 0
+ 1
+ 0
+ 0
+ ]
+ /Resources 35 0 R
+ /Length 73 0 R
+>>
+stream
+q
+Q
+endstream
+endobj
+
+73 0 obj
+4
+endobj
+
+74 0 obj
+<<
+ /Length1 37060
+ /Length 75 0 R
+>>
+stream
+true
+¯
+ÿ
+  !"#$%&'()*+,-./012
+"&+G_užçç\Ëå
+m†¸ñ6>PQ]¶Ô`
+í§P ½>X
+ûŒ+Nª
+
+
+ 
+C#Ce
+-,
+ C#C -,
+-, i°@a°
+!!!!Y-,°C\X °%°% d#dad¸QX°%°% F¸ÿð`H F¸ÿð`HY
+!!!!Y-,KS#KQZX°:+!!Y-,KS#KQZX°;+!!Y-,KS#KQZ°C\ZX8!!Y-, ŠKT°&KTZŠŠ
+°C\ZX8!!Y-,KRX°%°%I°%°%Ia °
+ % @364ÿ À @ U@U (U U ¸ÿì@ U  U  U ¸ÿö@ U U ¸ÿø@ U
+U ¸ÿö¶ U N¸ÿÀ@464°ðp °ÿ%
+ 
+%
+ U U¸ÿê´U¸ÿþ´ U¸ÿü@
+ UNGP+ö++++++++]qr<ý<
+\\ \
+\ \ \ jj j
+j j j ´&´''&$'$)6$Z
+Y d&d(t#t$€$“
+œ ’(—,•0¤
+© £'¤(³&Å&(¸ÿô´ U"¸ÿô´ U#¸ÿô´ U$¸ÿô´ U(¸ÿô´ U"¸ÿô´ U#¸ÿô´ U$¸ÿô´ U¸ÿÞ@9Z'%
+ & .¸ª@", U?O_¯Ïoß½U
+('
++
+$3A|\ZŸW¬
+2 )aa
+n-=Yqq‹K@aJ.xðû…=8Ý((M/H`[O=w
+  $@U@ U (U U ¸ÿì@ U  U " U ¸ÿô@ U U ¸ÿù@ U
+U ¸ÿö@ U @364ÿ ÿ  N¸ÿÀ@464°ðp °À3%
+ U
+
+
+&
+
+´*kHs§&—¯EpM2}ýs†nmA’Ìý¼
+
+²…cŒýÚQ 8V‰|©V£´ (þÞþù ¯ºh•†Ch¦
+
+U/+
+˜ ·¸ È ÊÌÚÕ Ñ Ûå
+±CTX@
+
+
+
+Æ
+ 
+OI ~ "
+a ~@
+¸·@P€¸C@ ~"O
+9"!9 @9++++++++Y]q
+Ð%% %%%UU¸ÿì@ U U¸ÿè@ U U UU¸ÿú´ U¸ÿø´ U¸]@ %U¸ÿì@ U U¸ÿî@ U U
+U¸ÿþ@ U U¸ÿü´ U¸]@
+ U
+
+@
+`
+€
+ @ U @ U
+¸ÿæ@ U
+ U
+¸ÿú´ U
+¸ÿî´ U
+¸ÿô´U
+¸ÿè@# U
+t33%
+%
+ U
+ U
+ GHVYgi4::5EKKE\\ R]]Rmm dmmdw  [TT
+[ lee
+l
+ $@ U@ U¸ÿê@U U U¸ÿð´ U¸ÿð´ U¸ÿð´U¸ÿð´ U¸ÿÀ@$%40
++
+Ÿÿ@%
+
+F`bΟf
+
+ U ¸ÿö@U  U  U NGP+ö+++++++]q+í]q+ö]q+++++++++++<ýä
+ (" "%
+ $Ð  @ ` € @ U U  U ¸ÿö´ U ¸ÿð´ U ¸ÿô´U ¸ÿà´ U ¸ÿô@/ U t3
+ U U¸ÿô@ U   
+ U
+U  U ¸ÿô@ U  
+ U
+
+
+!!!
+!
+ U
+;\+Nô+++++++]<Mý<Nö]Mä
+<_
+4 U¸ÿè@! U    ¸ÿì´U¸ÿò@ U U¸ÿ÷@ U]  P ` p €   
+ U
+;Y+ö+++++++]+<ý<]qô++++<ý<
+  @ @ U/+ÝÍÝÍ
+@ @ (04 (04  ' ' ' 6 6 5™ ((HYYYiiiyv yzz… ŠŒŒ‰˜
+¨ ¼»ºê
+çõ ýùÿ±CTX@ D„  
+
+
+  %
+
+ 
+¸T@ @@ 0 O P ÿ  ¸B³/¸?´ |f+ýqô]qííôää]qííä]q
+"79¸ÿèµ9"9++++Y]q++
+ % 4 D 55WT
+RSgde c`ÀÔÕÝååïëåàÿ+<<Kp.$ .:5 KE FIW
+V g åçúô 
+ 3
+õ.#,'>#>'L', ,6!6)?,F F!E)T!T)ic!c)`,€,Ú'è!î#ï'¸±´(¸ª@
+E"
+3%3
+%Ð@`€,@ U,@ UU¸ÿô@UU U¸ÿê@ UU¸ÿî´ U¸ÿü@J Ut%
+ÿÀ³#&4 ¸ÿÀ@A#&4€
+
+ "
+
+  ¸ÿî´U¸ÿò@ U U¸ÿà@ U U]€   
+4
+¸ÿÔ´ U¸ÿè@ U U
+¸ÿÀ´U¸ÿÀ@/U@U
+
+
+  U 
+
+ U¸ÿø´ U/++ÍÍÖÍÔ+Í
+J[Ž U
+¸ÿà´ U¸ÿà´ U¸ÿð@ !4'4 ¸ÿð@·$4  
+
+ &
++TR
+\l|Š
+
+
+
+ 
+
+
+¸ÿK³
+ Ã +
+ %  +
+
+
+
+
+ 
+ö ` p €  ¸§@
+ O
+o
+
+
+¸U@ Oo¸U@ `p€¸§µööf+NôMô]]ý]qý]qý]]æ
+ 
+ê±CTX@
+
+
+¸ÿÞ@ 9 44¸ÿê³4¸ÿê³4
+¸ÿØ@ !4
+¸ÿè@ "%4
+¸ÿÚ@~(.4
+9
+H
+VVYX ffii x
+‡‡†‰ˆŠ
+,
+
+
+(
+7
+O
+ @4@ 4±CTX@ 
+¸ÿô@ U
+
+%
+
+
+
+
+ 
+ 
+jiju p € ¦ µ ¶
+µ  † ã"_o¸ª@y0
+U U14Ä+ö+++]qíö++++]rKS#KQZX¹
+¬¯¡klÃÓÖ‚
+'
+  
+
+))) # 
+ ¸ÿà@ # ¸¤³@
+
+ 
+
+¸f·
+@4
+¸ÿà´U
+¸ÿæ´ U
+¸ÿî´ U
+¸7@ @"#4€!5¸ÿÀ@ 4
+  ¸ÿè´U ¸ÿè@ U 
+  ¸ÿô´U ¸ÿæ´ U ¸ÿî@ U 
+
+Ÿ¸3´
+
+U¬Œ+ö]++++ýöíöí
+
+
+<
+<
+¸ÿô´ U ¸ÿô´ U¸ÿè@ UUw
+ !4¸ÿð³'4 ¸ÿð´'4¸ÿð³!4 ¸ÿð@„'47 G%-
+X
+wu
+Úã¦#&%98 ? O YYXY }y™ ÆÒÖäé÷ù
+
+ 
+
+ %%
+
+
+ 
+¸@  U"¸@! ? U  %
+ U
+ ,9 <¸ÿÞ²9¸ÿÔ² 9¸ÿÔ±!9+++++Y]
+
+ U
+&c[+Nô+]MíM]ö++++]<Mý<9/
+</
+    
+
+
+!#40
+  9/ÔÍ9/Í
+¸ÿè´ U¸ÿì@ U  9/ÔÍ9/++Í
+Ê ¸¤³O¸µ 
+sÓ
+ U
+ 
+ 
+  
+ U
+ : ¥vMœ¸>³Wy+öýôíôä
+U4Ks u
+A " Ì ›  4­‚®ˆ€•ÊÙ³Mz*[—ãxÝ à!N"c"¨#ý$_$ˆ$Ì
+ÿ
+
+t
+Â
+a>
+Ñ
+G
+Âë
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This typeface is the property of Monotype Typography and its use by you is covered under the terms of a license agreement. You have obtained this typeface software either directly from Monotype or together with software distributed by one of Monotype's licensees.
+
+This software is a valuable asset of Monotype. Unless you have entered into a specific license agreement granting you additional rights, your use of this software is limited to your workstation for your own publishing use. You may not copy or distribute this software.
+
+If you have any question concerning your rights you should review the license agreement you received with the software or contact Monotype for a copy of the license agreement.
+
+Monotype can be contacted at:
+
+USA - (847) 718-0400 UK - 01144 01737 765959
+http://www.monotype.comhttp://www.monotype.com/html/type/license.html
+
+
+
+
+
+
+
+
+
+
+
+ 2ÀA
+ÿï
+
+QZ°#B°K
+CX`!YBp>°CX¹;!~º
+endstream
+endobj
+
+%QDF: ignore_newline
+75 0 obj
+37060
+endobj
+
+76 0 obj
+<<
+ /Length 77 0 R
+>>
+stream
+/CIDInit/ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo<<
+/Registry (Adobe)
+/Ordering (UCS)
+/Supplement 0
+>> def
+/CMapName/Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00> <FF>
+endcodespacerange
+50 beginbfchar
+<01> <0054>
+<02> <0068>
+<03> <0069>
+<04> <0073>
+<05> <0020>
+<06> <0061>
+<07> <006E>
+<08> <0065>
+<09> <0078>
+<0A> <006D>
+<0B> <0070>
+<0C> <006C>
+<0D> <006F>
+<0E> <0066>
+<0F> <0075>
+<10> <0072>
+<11> <0062>
+<12> <0050>
+<13> <0044>
+<14> <0046>
+<15> <002E>
+<16> <004E>
+<17> <0079>
+<18> <0064>
+<19> <0067>
+<1A> <0074>
+<1B> <0048>
+<1C> <0077>
+<1D> <0076>
+<1E> <0063>
+<1F> <004F>
+<20> <0028>
+<21> <0033>
+<22> <0034>
+<23> <0030>
+<24> <0029>
+<25> <002C>
+<26> <006B>
+<27> <002D>
+<28> <0049>
+<29> <0043>
+<2A> <0047>
+<2B> <003A>
+<2C> <0041>
+<2D> <0031>
+<2E> <0032>
+<2F> <004C>
+<30> <0053>
+<31> <0045>
+<32> <00E7>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+
+77 0 obj
+918
+endobj
+
+%% Contents for page 1
+78 0 obj
+<<
+ /Length 79 0 R
+>>
+stream
+q
+BT
+/DeviceRGB cs 0 0 0 scn /DeviceGray CS 0 SCN 0.1 w /F2 11 Tf 1 0 0 1 0 0 Tm 56.8 460.8 TD[(*)-4<03>4<1d08>1<07>-7<05>4<16>4<06>1(\n)-2(\b)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 424.3 TD[<14>1<06>1(\n)-2<03>-4(\f)-4<17>9<05>-4<16>4<06>1(\n)-2(\b)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 395.4 TD[(,)2<18>1<18>1<10>-2(\b)1<0404>-8<05>4(-)1(+)]TJ
+1 0 0 1 0 0 Tm 56.8 371.6 TD[(,)2<18>1<18>1<10>-2(\b)1<0404>-8<05>4(.)1(+)]TJ
+1 0 0 1 0 0 Tm 450 351.6 TD[<05>]TJ
+1 0 0 1 0 0 Tm 147.8 179.1 TD[<05>4<05>]TJ
+1 0 0 1 0 0 Tm 244.8 179.1 TD[<05>-4<05>]TJ
+1 0 0 1 0 0 Tm 432.8 179.1 TD[<05>-4<05>]TJ
+ET
+Q
+/DeviceRGB cs 1 1 0.6 scn /DeviceRGB CS 0 0 0 SCN 0 J [] 0 d 0 j 0.1 w 10 M /RelativeColorimetric ri 1 i /FXE1 gs 163.1 450.9 155.3 19.9 re
+B*
+163.1 418.3 155.3 19.9 re
+B*
+endstream
+endobj
+
+79 0 obj
+747
+endobj
+
+80 0 obj
+<<
+ /SubType /XML
+ /Type /ParaLinkXML
+ /Length 81 0 R
+>>
+stream
+<?xml version="1.0" encoding="UTF-8" ?><ParaLinkXML/>
+endstream
+endobj
+
+81 0 obj
+55
+endobj
+
+82 0 obj
+<<
+ /SubType /XML
+ /Type /ParaXML
+ /Length 83 0 R
+>>
+stream
+<?xml version="1.0" encoding="UTF-8" ?><ParaXML><AllRectInfo Rect=""/>
+</ParaXML>
+endstream
+endobj
+
+83 0 obj
+84
+endobj
+
+84 0 obj
+<<
+ /Type /XRef
+ /Length 340
+ /W [ 1 2 1 ]
+ /Info 28 0 R
+ /Root 1 0 R
+ /Size 85
+ /ID [<5e0a553555622a0516e9877ca55217a6><840c512d668f233ea559204b518f348c>]
+>>
+stream
+
+
+endstream
+endobj
+
+startxref
+64180
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-font-xobject-split-1.pdf b/qpdf/qtest/qpdf/shared-font-xobject-split-1.pdf
new file mode 100644
index 00000000..6f93a80f
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-font-xobject-split-1.pdf
@@ -0,0 +1,118 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 6 0 R
+ >>
+ /ProcSet 7 0 R
+ /XObject <<
+ /Im1 8 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT /F1 24 Tf 72 720 Td (page 1) Tj ET
+q 468 0 0 468 72 72 cm /Im1 Do Q
+endstream
+endobj
+
+5 0 obj
+71
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 9 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+2500
+endobj
+
+xref
+0 10
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000416 00000 n
+0000000542 00000 n
+0000000561 00000 n
+0000000679 00000 n
+0000000724 00000 n
+0000003409 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 10
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+3430
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-font-xobject-split-2.pdf b/qpdf/qtest/qpdf/shared-font-xobject-split-2.pdf
new file mode 100644
index 00000000..85bb7f40
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-font-xobject-split-2.pdf
@@ -0,0 +1,118 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F2 6 0 R
+ >>
+ /ProcSet 7 0 R
+ /XObject <<
+ /Im2 8 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT /F2 24 Tf 72 720 Td (page 2) Tj ET
+q 468 0 0 468 72 72 cm /Im2 Do Q
+endstream
+endobj
+
+5 0 obj
+71
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 9 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+2500
+endobj
+
+xref
+0 10
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000416 00000 n
+0000000542 00000 n
+0000000561 00000 n
+0000000679 00000 n
+0000000724 00000 n
+0000003409 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 10
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+3430
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-font-xobject-split-3.pdf b/qpdf/qtest/qpdf/shared-font-xobject-split-3.pdf
new file mode 100644
index 00000000..84c9b56e
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-font-xobject-split-3.pdf
@@ -0,0 +1,118 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F3 6 0 R
+ >>
+ /ProcSet 7 0 R
+ /XObject <<
+ /Im3 8 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT /F3 24 Tf 72 720 Td (page 3) Tj ET
+q 468 0 0 468 72 72 cm /Im3 Do Q
+endstream
+endobj
+
+5 0 obj
+71
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 9 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+2500
+endobj
+
+xref
+0 10
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000416 00000 n
+0000000542 00000 n
+0000000561 00000 n
+0000000679 00000 n
+0000000724 00000 n
+0000003409 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 10
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+3430
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-font-xobject-split-4.pdf b/qpdf/qtest/qpdf/shared-font-xobject-split-4.pdf
new file mode 100644
index 00000000..eb37d739
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-font-xobject-split-4.pdf
@@ -0,0 +1,118 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F4 6 0 R
+ >>
+ /ProcSet 7 0 R
+ /XObject <<
+ /Im4 8 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+BT /F4 24 Tf 72 720 Td (page 4) Tj ET
+q 468 0 0 468 72 72 cm /Im4 Do Q
+endstream
+endobj
+
+5 0 obj
+71
+endobj
+
+6 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+7 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+8 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 9 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+endstream
+endobj
+
+%QDF: ignore_newline
+9 0 obj
+2500
+endobj
+
+xref
+0 10
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000416 00000 n
+0000000542 00000 n
+0000000561 00000 n
+0000000679 00000 n
+0000000724 00000 n
+0000003409 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 10
+ /ID [<31415926535897932384626433832795><31415926535897932384626433832795>]
+>>
+startxref
+3430
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-font-xobject.pdf b/qpdf/qtest/qpdf/shared-font-xobject.pdf
new file mode 100644
index 00000000..9c6e6a94
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-font-xobject.pdf
@@ -0,0 +1,310 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 4
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 6 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 7 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources 9 0 R
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 10 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources 9 0 R
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents 12 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources 9 0 R
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents 14 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources 9 0 R
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+7 0 obj
+<<
+ /Length 8 0 R
+>>
+stream
+BT /F1 24 Tf 72 720 Td (page 1) Tj ET
+q 468 0 0 468 72 72 cm /Im1 Do Q
+endstream
+endobj
+
+8 0 obj
+71
+endobj
+
+9 0 obj
+<<
+ /Font 16 0 R
+ /ProcSet 17 0 R
+ /XObject 18 0 R
+>>
+endobj
+
+%% Contents for page 2
+10 0 obj
+<<
+ /Length 11 0 R
+>>
+stream
+BT /F2 24 Tf 72 720 Td (page 2) Tj ET
+q 468 0 0 468 72 72 cm /Im2 Do Q
+endstream
+endobj
+
+11 0 obj
+71
+endobj
+
+%% Contents for page 3
+12 0 obj
+<<
+ /Length 13 0 R
+>>
+stream
+BT /F3 24 Tf 72 720 Td (page 3) Tj ET
+q 468 0 0 468 72 72 cm /Im3 Do Q
+endstream
+endobj
+
+13 0 obj
+71
+endobj
+
+%% Contents for page 4
+14 0 obj
+<<
+ /Length 15 0 R
+>>
+stream
+BT /F4 24 Tf 72 720 Td (page 4) Tj ET
+q 468 0 0 468 72 72 cm /Im4 Do Q
+endstream
+endobj
+
+15 0 obj
+71
+endobj
+
+16 0 obj
+<<
+ /F1 19 0 R
+ /F2 19 0 R
+ /F3 19 0 R
+ /F4 19 0 R
+>>
+endobj
+
+17 0 obj
+[
+ /PDF
+ /Text
+ /ImageC
+]
+endobj
+
+18 0 obj
+<<
+ /Im1 20 0 R
+ /Im2 22 0 R
+ /Im3 24 0 R
+ /Im4 26 0 R
+>>
+endobj
+
+19 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+20 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 21 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+21 0 obj
+2500
+endobj
+
+22 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 23 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+endstream
+endobj
+
+%QDF: ignore_newline
+23 0 obj
+2500
+endobj
+
+24 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 25 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ
+endstream
+endobj
+
+%QDF: ignore_newline
+25 0 obj
+2500
+endobj
+
+26 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 50
+ /Subtype /Image
+ /Type /XObject
+ /Width 50
+ /Length 27 0 R
+>>
+stream
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+endstream
+endobj
+
+%QDF: ignore_newline
+27 0 obj
+2500
+endobj
+
+xref
+0 28
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000191 00000 n
+0000000336 00000 n
+0000000482 00000 n
+0000000628 00000 n
+0000000787 00000 n
+0000000913 00000 n
+0000000932 00000 n
+0000001028 00000 n
+0000001156 00000 n
+0000001199 00000 n
+0000001327 00000 n
+0000001370 00000 n
+0000001498 00000 n
+0000001518 00000 n
+0000001593 00000 n
+0000001639 00000 n
+0000001718 00000 n
+0000001837 00000 n
+0000004524 00000 n
+0000004546 00000 n
+0000007233 00000 n
+0000007255 00000 n
+0000009942 00000 n
+0000009964 00000 n
+0000012651 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 28
+ /ID [<31415926535897932384626433832795><0dd160f7d554db30dee527e6923b577e>]
+>>
+startxref
+12673
+%%EOF
diff --git a/qpdf/qtest/qpdf/shared-images-show.out b/qpdf/qtest/qpdf/shared-images-show.out
new file mode 100644
index 00000000..1689a8fa
--- /dev/null
+++ b/qpdf/qtest/qpdf/shared-images-show.out
@@ -0,0 +1,140 @@
+page 1: 3 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 13 0 R
+page 2: 4 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 19 0 R
+page 3: 5 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 23 0 R
+page 4: 6 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 27 0 R
+page 5: 7 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 31 0 R
+page 6: 8 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 35 0 R
+page 7: 9 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 39 0 R
+page 8: 10 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 43 0 R
+page 9: 11 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 47 0 R
+page 10: 12 0 R
+ images:
+ /Im1: 17 0 R, 50 x 50
+ /Im10: 53 0 R, 50 x 50
+ /Im2: 21 0 R, 50 x 50
+ /Im3: 25 0 R, 50 x 50
+ /Im4: 29 0 R, 50 x 50
+ /Im5: 33 0 R, 50 x 50
+ /Im6: 37 0 R, 50 x 50
+ /Im7: 41 0 R, 50 x 50
+ /Im8: 45 0 R, 50 x 50
+ /Im9: 49 0 R, 50 x 50
+ content:
+ 51 0 R
diff --git a/qpdf/qtest/qpdf/show-trailer.out b/qpdf/qtest/qpdf/show-trailer.out
new file mode 100644
index 00000000..3ec34467
--- /dev/null
+++ b/qpdf/qtest/qpdf/show-trailer.out
@@ -0,0 +1 @@
+<< /Root 1 0 R /Size 7 >>
diff --git a/qpdf/qtest/qpdf/show-unicode-encryption.pl b/qpdf/qtest/qpdf/show-unicode-encryption.pl
new file mode 100644
index 00000000..650d0299
--- /dev/null
+++ b/qpdf/qtest/qpdf/show-unicode-encryption.pl
@@ -0,0 +1,10 @@
+use warnings;
+use strict;
+
+while (<>)
+{
+ print if m/invalid password/;
+ print "trying other\n" if m/supplied password didn't work/;
+ print if m/^R =/;
+ print if m/^User password =/;
+}
diff --git a/qpdf/qtest/qpdf/small-images.pdf b/qpdf/qtest/qpdf/small-images.pdf
new file mode 100644
index 00000000..14cf11f0
--- /dev/null
+++ b/qpdf/qtest/qpdf/small-images.pdf
@@ -0,0 +1,170 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 4 0 R
+ /MediaBox [
+ 0
+ 0
+ 2083.33
+ 2083.33
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /ExtGState <<
+ /Caption 6 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /ImageB
+ ]
+ /XObject <<
+ /Im1 7 0 R
+ /Im2 9 0 R
+ /Im3 11 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+q
+4.17 0 0 4.17 0 0 cm
+/Caption gs
+q
+100 0 0 200 50 200 cm
+/Im1 Do
+Q
+q
+200 0 0 100 250 300 cm
+/Im2 Do
+Q
+q
+200 0 0 200 250 50 cm
+/Im3 Do
+Q
+Q
+endstream
+endobj
+
+5 0 obj
+140
+endobj
+
+6 0 obj
+<<
+ /OPM 1
+ /Type /ExtGState
+>>
+endobj
+
+7 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 200
+ /Subtype /Image
+ /Type /XObject
+ /Width 100
+ /Length 8 0 R
+>>
+stream
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+endstream
+endobj
+
+%QDF: ignore_newline
+8 0 obj
+20000
+endobj
+
+9 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Height 100
+ /Subtype /Image
+ /Type /XObject
+ /Width 200
+ /Length 10 0 R
+>>
+stream
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+endstream
+endobj
+
+%QDF: ignore_newline
+10 0 obj
+20000
+endobj
+
+11 0 obj
+<<
+ /BitsPerComponent 8
+ /ColorSpace /DeviceGray
+ /Filter /FlateDecode
+ /Height 200
+ /Subtype /Image
+ /Type /XObject
+ /Width 200
+ /Length 12 0 R
+>>
+stream
+xœíÁ1
+endstream
+endobj
+
+%QDF: ignore_newline
+12 0 obj
+61
+endobj
+
+xref
+0 13
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000496 00000 n
+0000000691 00000 n
+0000000711 00000 n
+0000000761 00000 n
+0000020948 00000 n
+0000020970 00000 n
+0000041158 00000 n
+0000041181 00000 n
+0000041454 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 13
+ /ID [<201777d8c89b5132ce4e74b1ee8fca50><89cb789b9a35e6950486852810646963>]
+>>
+startxref
+41474
+%%EOF
diff --git a/qpdf/qtest/qpdf/small-progress.out b/qpdf/qtest/qpdf/small-progress.out
new file mode 100644
index 00000000..5845dec2
--- /dev/null
+++ b/qpdf/qtest/qpdf/small-progress.out
@@ -0,0 +1,3 @@
+qpdf: a.pdf: write progress: 0%
+....other write progress....
+qpdf: a.pdf: write progress: 100%
diff --git a/qpdf/qtest/qpdf/terminate-parsing.out b/qpdf/qtest/qpdf/terminate-parsing.out
index a0050974..2a66b909 100644
--- a/qpdf/qtest/qpdf/terminate-parsing.out
+++ b/qpdf/qtest/qpdf/terminate-parsing.out
@@ -29,7 +29,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 1 /Predictor 15 >>
operator: ID
-inline-image: 789c63fc0f0001030101
+inline-image: 789c63fc0f00010301010a
operator: EI
operator: Q
operator: q
@@ -54,7 +54,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 30 /Predictor 15 >>
operator: ID
-inline-image: 789cedd1a11100300800b1b2ffd06503148283bc8dfcf8af2a306ee352eff2e06318638c31c63b3801627b620a
+inline-image: 789cedd1a11100300800b1b2ffd06503148283bc8dfcf8af2a306ee352eff2e06318638c31c63b3801627b620a0a
operator: EI
operator: Q
operator: q
@@ -79,7 +79,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 32 /Predictor 15 >>
operator: ID
-inline-image: 789c63fccf801f308e2a185530aa60882a20203faa605401890a0643aa1e5530aa6054010d140000bdd03c13
+inline-image: 789c63fccf801f308e2a185530aa60882a20203faa605401890a0643aa1e5530aa6054010d140000bdd03c130a
operator: EI
operator: Q
-EOF-
diff --git a/qpdf/qtest/qpdf/three-files-collate-out.pdf b/qpdf/qtest/qpdf/three-files-collate-out.pdf
new file mode 100644
index 00000000..f6fe42f9
--- /dev/null
+++ b/qpdf/qtest/qpdf/three-files-collate-out.pdf
@@ -0,0 +1,965 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+%% Original object ID: 1 0
+1 0 obj
+<<
+ /Outlines 2 0 R
+ /PageLabels <<
+ /Nums [
+ 0
+ <<
+ /P ()
+ /St 1
+ >>
+ 1
+ <<
+ /St 2
+ >>
+ 2
+ <<
+ /S /D
+ /St 3
+ >>
+ 3
+ <<
+ /S /r
+ /St 1
+ >>
+ 4
+ <<
+ /P ()
+ /St 1
+ >>
+ 5
+ <<
+ /S /r
+ /St 3
+ >>
+ 6
+ <<
+ /S /r
+ /St 6
+ >>
+ 7
+ <<
+ /S /r
+ /St 5
+ >>
+ 8
+ <<
+ /P ()
+ /St 1
+ >>
+ 10
+ <<
+ /S /r
+ /St 4
+ >>
+ 11
+ <<
+ /S /r
+ /St 2
+ >>
+ 12
+ <<
+ /P ()
+ /St 2
+ >>
+ ]
+ >>
+ /PageMode /UseOutlines
+ /Pages 3 0 R
+ /Type /Catalog
+>>
+endobj
+
+%% Original object ID: 2 0
+2 0 obj
+<<
+ /Count 6
+ /First 4 0 R
+ /Last 5 0 R
+ /Type /Outlines
+>>
+endobj
+
+%% Original object ID: 3 0
+3 0 obj
+<<
+ /Count 13
+ /Kids [
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Original object ID: 4 0
+4 0 obj
+<<
+ /Count 4
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 19 0 R
+ /Last 20 0 R
+ /Next 5 0 R
+ /Parent 2 0 R
+ /Title (Isís 1 -> 5: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 5 0
+5 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ 66
+ 756
+ 3
+ ]
+ /Parent 2 0 R
+ /Prev 4 0 R
+ /Title (Trepak 2 -> 15: /XYZ 66 756 3)
+ /Type /Outline
+>>
+endobj
+
+%% Page 1
+%% Original object ID: 6 0
+6 0 obj
+<<
+ /Contents 21 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 23 0 R
+ >>
+ /ProcSet 24 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+%% Original object ID: 47 0
+7 0 obj
+<<
+ /Contents 25 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 3
+%% Original object ID: 51 0
+8 0 obj
+<<
+ /Contents 29 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+%% Original object ID: 7 0
+9 0 obj
+<<
+ /Contents 33 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 23 0 R
+ >>
+ /ProcSet 24 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+%% Original object ID: 55 0
+10 0 obj
+<<
+ /Contents 35 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+%% Original object ID: 8 0
+11 0 obj
+<<
+ /Contents 37 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 23 0 R
+ >>
+ /ProcSet 24 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 7
+%% Original object ID: 57 0
+12 0 obj
+<<
+ /Contents 39 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+%% Original object ID: 9 0
+13 0 obj
+<<
+ /Contents 41 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 23 0 R
+ >>
+ /ProcSet 24 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+%% Original object ID: 59 0
+14 0 obj
+<<
+ /Contents 43 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+%% Original object ID: 10 0
+15 0 obj
+<<
+ /Contents 45 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 23 0 R
+ >>
+ /ProcSet 24 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 11
+%% Original object ID: 61 0
+16 0 obj
+<<
+ /Contents 47 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+%% Original object ID: 63 0
+17 0 obj
+<<
+ /Contents 49 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+%% Original object ID: 65 0
+18 0 obj
+<<
+ /Contents 51 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 3 0 R
+ /Resources <<
+ /Font <<
+ /F1 31 0 R
+ >>
+ /ProcSet 32 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Original object ID: 21 0
+19 0 obj
+<<
+ /Count -3
+ /Dest [
+ null
+ /Fit
+ ]
+ /First 53 0 R
+ /Last 54 0 R
+ /Next 20 0 R
+ /Parent 4 0 R
+ /Title (Amanda 1.1 -> 11: /Fit)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 22 0
+20 0 obj
+<<
+ /Count 2
+ /Dest [
+ null
+ /FitH
+ 792
+ ]
+ /First 55 0 R
+ /Last 56 0 R
+ /Parent 4 0 R
+ /Prev 19 0 R
+ /Title <feff00530061006e00640079002000f703a303b103bd03b403b900f700200031002e00320020002d003e002000310033003a0020002f00460069007400480020003700390032>
+ /Type /Outline
+>>
+endobj
+
+%% Contents for page 1
+%% Original object ID: 23 0
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 0) Tj
+ET
+endstream
+endobj
+
+22 0 obj
+46
+endobj
+
+%% Original object ID: 24 0
+23 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 25 0
+24 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+%% Original object ID: 48 0
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato) Tj
+ET
+endstream
+endobj
+
+26 0 obj
+44
+endobj
+
+%% Original object ID: 49 0
+27 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 50 0
+28 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 3
+%% Original object ID: 52 0
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 13) Tj
+ET
+endstream
+endobj
+
+30 0 obj
+47
+endobj
+
+%% Original object ID: 53 0
+31 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+%% Original object ID: 54 0
+32 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 4
+%% Original object ID: 26 0
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 2) Tj
+ET
+endstream
+endobj
+
+34 0 obj
+46
+endobj
+
+%% Contents for page 5
+%% Original object ID: 56 0
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 11) Tj
+ET
+endstream
+endobj
+
+36 0 obj
+47
+endobj
+
+%% Contents for page 6
+%% Original object ID: 27 0
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 4) Tj
+ET
+endstream
+endobj
+
+38 0 obj
+46
+endobj
+
+%% Contents for page 7
+%% Original object ID: 58 0
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 9) Tj
+ET
+endstream
+endobj
+
+40 0 obj
+46
+endobj
+
+%% Contents for page 8
+%% Original object ID: 28 0
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 6) Tj
+ET
+endstream
+endobj
+
+42 0 obj
+46
+endobj
+
+%% Contents for page 9
+%% Original object ID: 60 0
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 7) Tj
+ET
+endstream
+endobj
+
+44 0 obj
+46
+endobj
+
+%% Contents for page 10
+%% Original object ID: 29 0
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 8) Tj
+ET
+endstream
+endobj
+
+46 0 obj
+46
+endobj
+
+%% Contents for page 11
+%% Original object ID: 62 0
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 5) Tj
+ET
+endstream
+endobj
+
+48 0 obj
+46
+endobj
+
+%% Contents for page 12
+%% Original object ID: 64 0
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 3) Tj
+ET
+endstream
+endobj
+
+50 0 obj
+46
+endobj
+
+%% Contents for page 13
+%% Original object ID: 66 0
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Potato 1) Tj
+ET
+endstream
+endobj
+
+52 0 obj
+46
+endobj
+
+%% Original object ID: 40 0
+53 0 obj
+<<
+ /Count -2
+ /Dest [
+ null
+ /FitV
+ 100
+ ]
+ /First 57 0 R
+ /Last 58 0 R
+ /Next 54 0 R
+ /Parent 19 0 R
+ /Title (Isosicle 1.1.1 -> 12: /FitV 100)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 41 0
+54 0 obj
+<<
+ /Count 1
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /First 59 0 R
+ /Last 59 0 R
+ /Parent 19 0 R
+ /Prev 53 0 R
+ /Title (Isosicle 1.1.2 -> 12: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 42 0
+55 0 obj
+<<
+ /Dest [
+ null
+ /FitR
+ 66
+ 714
+ 180
+ 770
+ ]
+ /Next 56 0 R
+ /Parent 20 0 R
+ /Title (Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 43 0
+56 0 obj
+<<
+ /Dest [
+ 6 0 R
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 20 0 R
+ /Prev 55 0 R
+ /Title (Trepsicle 1.2.2 -> 0: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 44 0
+57 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Next 58 0 R
+ /Parent 53 0 R
+ /Title (Isosicle 1.1.1.1 -> 18: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 45 0
+58 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 53 0 R
+ /Prev 57 0 R
+ /Title (Isosicle 1.1.1.2 -> 19: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+%% Original object ID: 46 0
+59 0 obj
+<<
+ /Dest [
+ null
+ /XYZ
+ null
+ null
+ null
+ ]
+ /Parent 54 0 R
+ /Title (Isosicle 1.1.2.1 -> 22: /XYZ null null null)
+ /Type /Outline
+>>
+endobj
+
+xref
+0 60
+0000000000 65535 f
+0000000052 00000 n
+0000000853 00000 n
+0000000960 00000 n
+0000001189 00000 n
+0000001430 00000 n
+0000001630 00000 n
+0000001863 00000 n
+0000002096 00000 n
+0000002328 00000 n
+0000002561 00000 n
+0000002794 00000 n
+0000003028 00000 n
+0000003261 00000 n
+0000003495 00000 n
+0000003730 00000 n
+0000003965 00000 n
+0000004200 00000 n
+0000004435 00000 n
+0000004659 00000 n
+0000004867 00000 n
+0000005224 00000 n
+0000005327 00000 n
+0000005375 00000 n
+0000005522 00000 n
+0000005609 00000 n
+0000005710 00000 n
+0000005758 00000 n
+0000005905 00000 n
+0000005992 00000 n
+0000006096 00000 n
+0000006144 00000 n
+0000006291 00000 n
+0000006378 00000 n
+0000006481 00000 n
+0000006552 00000 n
+0000006656 00000 n
+0000006727 00000 n
+0000006830 00000 n
+0000006901 00000 n
+0000007004 00000 n
+0000007075 00000 n
+0000007178 00000 n
+0000007249 00000 n
+0000007352 00000 n
+0000007424 00000 n
+0000007527 00000 n
+0000007599 00000 n
+0000007702 00000 n
+0000007774 00000 n
+0000007877 00000 n
+0000007949 00000 n
+0000008052 00000 n
+0000008100 00000 n
+0000008327 00000 n
+0000008581 00000 n
+0000008801 00000 n
+0000009014 00000 n
+0000009228 00000 n
+0000009442 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 60
+ /ID [<d3fab8d0603e683dc94e42ac31141868><31415926535897932384626433832795>]
+>>
+startxref
+9613
+%%EOF
diff --git a/qpdf/qtest/qpdf/tokenize-content-streams.out b/qpdf/qtest/qpdf/tokenize-content-streams.out
index fbc81d1c..7ac7d51e 100644
--- a/qpdf/qtest/qpdf/tokenize-content-streams.out
+++ b/qpdf/qtest/qpdf/tokenize-content-streams.out
@@ -38,7 +38,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 1 /Predictor 15 >>
operator: ID
-inline-image: 789c63fc0f0001030101
+inline-image: 789c63fc0f00010301010a
operator: EI
operator: Q
operator: q
@@ -63,7 +63,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 30 /Predictor 15 >>
operator: ID
-inline-image: 789cedd1a11100300800b1b2ffd06503148283bc8dfcf8af2a306ee352eff2e06318638c31c63b3801627b620a
+inline-image: 789cedd1a11100300800b1b2ffd06503148283bc8dfcf8af2a306ee352eff2e06318638c31c63b3801627b620a0a
operator: EI
operator: Q
operator: q
@@ -88,7 +88,7 @@ name: /Fl
name: /DP
dictionary: << /Columns 32 /Predictor 15 >>
operator: ID
-inline-image: 789c63fccf801f308e2a185530aa60882a20203faa605401890a0643aa1e5530aa6054010d140000bdd03c13
+inline-image: 789c63fccf801f308e2a185530aa60882a20203faa605401890a0643aa1e5530aa6054010d140000bdd03c130a
operator: EI
operator: Q
-EOF-
diff --git a/qpdf/qtest/qpdf/tokens-maxlen.out b/qpdf/qtest/qpdf/tokens-maxlen.out
index 6eb8072b..4510bad6 100644
--- a/qpdf/qtest/qpdf/tokens-maxlen.out
+++ b/qpdf/qtest/qpdf/tokens-maxlen.out
@@ -181,352 +181,352 @@ skipping to endstream
7121: space: \x0a
7122: word: stream
skipping to endstream
-7404: word: endstream
-7413: space: \x0a
-7414: word: endobj
-7420: space: \x0a\x0a
-7422: integer: 44
-7424: space:
-7425: integer: 0
-7426: space:
-7427: word: obj
-7430: space: \x0a
-7431: integer: 275
-7434: space: \x0a
-7435: word: endobj
-7441: space: \x0a\x0a
-7443: comment: %% Contents for page 5
-7465: space: \x0a
-7466: comment: %% Original object ID: 41 0
-7493: space: \x0a
-7494: integer: 45
-7496: space:
-7497: integer: 0
-7498: space:
-7499: word: obj
-7502: space: \x0a
-7503: dict_open: <<
-7505: space: \x0a
-7508: name: /Length
-7515: space:
-7516: integer: 46
-7518: space:
-7519: integer: 0
-7520: space:
-7521: word: R
-7522: space: \x0a
-7523: dict_close: >>
-7525: space: \x0a
-7526: word: stream
+7469: word: endstream
+7478: space: \x0a
+7479: word: endobj
+7485: space: \x0a\x0a
+7487: integer: 44
+7489: space:
+7490: integer: 0
+7491: space:
+7492: word: obj
+7495: space: \x0a
+7496: integer: 340
+7499: space: \x0a
+7500: word: endobj
+7506: space: \x0a\x0a
+7508: comment: %% Contents for page 5
+7530: space: \x0a
+7531: comment: %% Original object ID: 41 0
+7558: space: \x0a
+7559: integer: 45
+7561: space:
+7562: integer: 0
+7563: space:
+7564: word: obj
+7567: space: \x0a
+7568: dict_open: <<
+7570: space: \x0a
+7573: name: /Length
+7580: space:
+7581: integer: 46
+7583: space:
+7584: integer: 0
+7585: space:
+7586: word: R
+7587: space: \x0a
+7588: dict_close: >>
+7590: space: \x0a
+7591: word: stream
skipping to endstream
-7601: word: endstream
-7610: space: \x0a
-7611: word: endobj
-7617: space: \x0a
-7618: comment: %QDF: ignore_newline
-7638: space: \x0a\x0a
-7640: integer: 46
-7642: space:
-7643: integer: 0
-7644: space:
-7645: word: obj
-7648: space: \x0a
-7649: integer: 67
-7651: space: \x0a
-7652: word: endobj
-7658: space: \x0a\x0a
-7660: comment: %% Contents for page 6
+7666: word: endstream
+7675: space: \x0a
+7676: word: endobj
7682: space: \x0a
-7683: comment: %% Original object ID: 42 0
-7710: space: \x0a
-7711: integer: 47
-7713: space:
-7714: integer: 0
-7715: space:
-7716: word: obj
-7719: space: \x0a
-7720: dict_open: <<
-7722: space: \x0a
-7725: name: /Length
-7732: space:
-7733: integer: 48
-7735: space:
-7736: integer: 0
-7737: space:
-7738: word: R
-7739: space: \x0a
-7740: dict_close: >>
-7742: space: \x0a
-7743: word: stream
+7683: comment: %QDF: ignore_newline
+7703: space: \x0a\x0a
+7705: integer: 46
+7707: space:
+7708: integer: 0
+7709: space:
+7710: word: obj
+7713: space: \x0a
+7714: integer: 67
+7716: space: \x0a
+7717: word: endobj
+7723: space: \x0a\x0a
+7725: comment: %% Contents for page 6
+7747: space: \x0a
+7748: comment: %% Original object ID: 42 0
+7775: space: \x0a
+7776: integer: 47
+7778: space:
+7779: integer: 0
+7780: space:
+7781: word: obj
+7784: space: \x0a
+7785: dict_open: <<
+7787: space: \x0a
+7790: name: /Length
+7797: space:
+7798: integer: 48
+7800: space:
+7801: integer: 0
+7802: space:
+7803: word: R
+7804: space: \x0a
+7805: dict_close: >>
+7807: space: \x0a
+7808: word: stream
skipping to endstream
-7794: word: endstream
-7803: space: \x0a
-7804: word: endobj
-7810: space: \x0a\x0a
-7812: integer: 48
-7814: space:
-7815: integer: 0
-7816: space:
-7817: word: obj
-7820: space: \x0a
-7821: integer: 44
-7823: space: \x0a
-7824: word: endobj
-7830: space: \x0a\x0a
-7832: comment: %% Contents for page 7
-7854: space: \x0a
-7855: comment: %% Original object ID: 43 0
-7882: space: \x0a
-7883: integer: 49
-7885: space:
-7886: integer: 0
-7887: space:
-7888: word: obj
-7891: space: \x0a
-7892: dict_open: <<
-7894: space: \x0a
-7897: name: /Length
-7904: space:
-7905: integer: 50
-7907: space:
-7908: integer: 0
-7909: space:
-7910: word: R
-7911: space: \x0a
-7912: dict_close: >>
-7914: space: \x0a
-7915: word: stream
+7859: word: endstream
+7868: space: \x0a
+7869: word: endobj
+7875: space: \x0a\x0a
+7877: integer: 48
+7879: space:
+7880: integer: 0
+7881: space:
+7882: word: obj
+7885: space: \x0a
+7886: integer: 44
+7888: space: \x0a
+7889: word: endobj
+7895: space: \x0a\x0a
+7897: comment: %% Contents for page 7
+7919: space: \x0a
+7920: comment: %% Original object ID: 43 0
+7947: space: \x0a
+7948: integer: 49
+7950: space:
+7951: integer: 0
+7952: space:
+7953: word: obj
+7956: space: \x0a
+7957: dict_open: <<
+7959: space: \x0a
+7962: name: /Length
+7969: space:
+7970: integer: 50
+7972: space:
+7973: integer: 0
+7974: space:
+7975: word: R
+7976: space: \x0a
+7977: dict_close: >>
+7979: space: \x0a
+7980: word: stream
skipping to endstream
-8241: word: endstream
-8250: space: \x0a
-8251: word: endobj
-8257: space: \x0a
-8258: comment: %QDF: ignore_newline
-8278: space: \x0a\x0a
-8280: integer: 50
-8282: space:
-8283: integer: 0
-8284: space:
-8285: word: obj
-8288: space: \x0a
-8289: integer: 318
-8292: space: \x0a
-8293: word: endobj
-8299: space: \x0a\x0a
-8301: comment: %% Contents for page 8
-8323: space: \x0a
-8324: comment: %% Original object ID: 44 0
-8351: space: \x0a
-8352: integer: 51
-8354: space:
-8355: integer: 0
-8356: space:
-8357: word: obj
-8360: space: \x0a
-8361: dict_open: <<
-8363: space: \x0a
-8366: name: /Length
-8373: space:
-8374: integer: 52
-8376: space:
-8377: integer: 0
-8378: space:
-8379: word: R
-8380: space: \x0a
-8381: dict_close: >>
-8383: space: \x0a
-8384: word: stream
+8306: word: endstream
+8315: space: \x0a
+8316: word: endobj
+8322: space: \x0a
+8323: comment: %QDF: ignore_newline
+8343: space: \x0a\x0a
+8345: integer: 50
+8347: space:
+8348: integer: 0
+8349: space:
+8350: word: obj
+8353: space: \x0a
+8354: integer: 318
+8357: space: \x0a
+8358: word: endobj
+8364: space: \x0a\x0a
+8366: comment: %% Contents for page 8
+8388: space: \x0a
+8389: comment: %% Original object ID: 44 0
+8416: space: \x0a
+8417: integer: 51
+8419: space:
+8420: integer: 0
+8421: space:
+8422: word: obj
+8425: space: \x0a
+8426: dict_open: <<
+8428: space: \x0a
+8431: name: /Length
+8438: space:
+8439: integer: 52
+8441: space:
+8442: integer: 0
+8443: space:
+8444: word: R
+8445: space: \x0a
+8446: dict_close: >>
+8448: space: \x0a
+8449: word: stream
skipping to endstream
-8435: word: endstream
-8444: space: \x0a
-8445: word: endobj
-8451: space: \x0a\x0a
-8453: integer: 52
-8455: space:
-8456: integer: 0
-8457: space:
-8458: word: obj
-8461: space: \x0a
-8462: integer: 44
-8464: space: \x0a
-8465: word: endobj
-8471: space: \x0a\x0a
-8473: comment: %% Contents for page 9
-8495: space: \x0a
-8496: comment: %% Original object ID: 45 0
-8523: space: \x0a
-8524: integer: 53
-8526: space:
-8527: integer: 0
-8528: space:
-8529: word: obj
-8532: space: \x0a
-8533: dict_open: <<
-8535: space: \x0a
-8538: name: /Length
-8545: space:
-8546: integer: 54
-8548: space:
-8549: integer: 0
-8550: space:
-8551: word: R
-8552: space: \x0a
-8553: dict_close: >>
-8555: space: \x0a
-8556: word: stream
+8500: word: endstream
+8509: space: \x0a
+8510: word: endobj
+8516: space: \x0a\x0a
+8518: integer: 52
+8520: space:
+8521: integer: 0
+8522: space:
+8523: word: obj
+8526: space: \x0a
+8527: integer: 44
+8529: space: \x0a
+8530: word: endobj
+8536: space: \x0a\x0a
+8538: comment: %% Contents for page 9
+8560: space: \x0a
+8561: comment: %% Original object ID: 45 0
+8588: space: \x0a
+8589: integer: 53
+8591: space:
+8592: integer: 0
+8593: space:
+8594: word: obj
+8597: space: \x0a
+8598: dict_open: <<
+8600: space: \x0a
+8603: name: /Length
+8610: space:
+8611: integer: 54
+8613: space:
+8614: integer: 0
+8615: space:
+8616: word: R
+8617: space: \x0a
+8618: dict_close: >>
+8620: space: \x0a
+8621: word: stream
skipping to endstream
-8607: word: endstream
-8616: space: \x0a
-8617: word: endobj
-8623: space: \x0a\x0a
-8625: integer: 54
-8627: space:
-8628: integer: 0
-8629: space:
-8630: word: obj
-8633: space: \x0a
-8634: integer: 44
-8636: space: \x0a
-8637: word: endobj
-8643: space: \x0a\x0a
-8645: comment: %% Contents for page 10
-8668: space: \x0a
-8669: comment: %% Original object ID: 46 0
-8696: space: \x0a
-8697: integer: 55
-8699: space:
-8700: integer: 0
-8701: space:
-8702: word: obj
-8705: space: \x0a
-8706: dict_open: <<
-8708: space: \x0a
-8711: name: /Length
-8718: space:
-8719: integer: 56
-8721: space:
-8722: integer: 0
-8723: space:
-8724: word: R
-8725: space: \x0a
-8726: dict_close: >>
-8728: space: \x0a
-8729: word: stream
+8672: word: endstream
+8681: space: \x0a
+8682: word: endobj
+8688: space: \x0a\x0a
+8690: integer: 54
+8692: space:
+8693: integer: 0
+8694: space:
+8695: word: obj
+8698: space: \x0a
+8699: integer: 44
+8701: space: \x0a
+8702: word: endobj
+8708: space: \x0a\x0a
+8710: comment: %% Contents for page 10
+8733: space: \x0a
+8734: comment: %% Original object ID: 46 0
+8761: space: \x0a
+8762: integer: 55
+8764: space:
+8765: integer: 0
+8766: space:
+8767: word: obj
+8770: space: \x0a
+8771: dict_open: <<
+8773: space: \x0a
+8776: name: /Length
+8783: space:
+8784: integer: 56
+8786: space:
+8787: integer: 0
+8788: space:
+8789: word: R
+8790: space: \x0a
+8791: dict_close: >>
+8793: space: \x0a
+8794: word: stream
skipping to endstream
-8780: word: endstream
-8789: space: \x0a
-8790: word: endobj
-8796: space: \x0a\x0a
-8798: integer: 56
-8800: space:
-8801: integer: 0
-8802: space:
-8803: word: obj
-8806: space: \x0a
-8807: integer: 44
-8809: space: \x0a
-8810: word: endobj
-8816: space: \x0a\x0a
-8818: comment: %% Contents for page 11
-8841: space: \x0a
-8842: comment: %% Original object ID: 47 0
-8869: space: \x0a
-8870: integer: 57
-8872: space:
-8873: integer: 0
-8874: space:
-8875: word: obj
-8878: space: \x0a
-8879: dict_open: <<
-8881: space: \x0a
-8884: name: /Length
-8891: space:
-8892: integer: 58
-8894: space:
-8895: integer: 0
-8896: space:
-8897: word: R
-8898: space: \x0a
-8899: dict_close: >>
-8901: space: \x0a
-8902: word: stream
+8845: word: endstream
+8854: space: \x0a
+8855: word: endobj
+8861: space: \x0a\x0a
+8863: integer: 56
+8865: space:
+8866: integer: 0
+8867: space:
+8868: word: obj
+8871: space: \x0a
+8872: integer: 44
+8874: space: \x0a
+8875: word: endobj
+8881: space: \x0a\x0a
+8883: comment: %% Contents for page 11
+8906: space: \x0a
+8907: comment: %% Original object ID: 47 0
+8934: space: \x0a
+8935: integer: 57
+8937: space:
+8938: integer: 0
+8939: space:
+8940: word: obj
+8943: space: \x0a
+8944: dict_open: <<
+8946: space: \x0a
+8949: name: /Length
+8956: space:
+8957: integer: 58
+8959: space:
+8960: integer: 0
+8961: space:
+8962: word: R
+8963: space: \x0a
+8964: dict_close: >>
+8966: space: \x0a
+8967: word: stream
skipping to endstream
-8953: word: endstream
-8962: space: \x0a
-8963: word: endobj
-8969: space: \x0a\x0a
-8971: integer: 58
-8973: space:
-8974: integer: 0
-8975: space:
-8976: word: obj
-8979: space: \x0a
-8980: integer: 44
-8982: space: \x0a
-8983: word: endobj
-8989: space: \x0a\x0a
-8991: integer: 59
-8993: space:
-8994: integer: 0
-8995: space:
-8996: word: obj
-8999: space: \x0a
-9000: dict_open: <<
-9002: space: \x0a
-9005: name: /Type
-9010: space:
-9011: name: /XRef
-9016: space: \x0a
-9019: name: /Length
-9026: space:
-9027: integer: 240
-9030: space: \x0a
-9033: name: /W
-9035: space:
-9036: array_open: [
-9037: space:
-9038: integer: 1
-9039: space:
-9040: integer: 2
-9041: space:
-9042: integer: 1
-9043: space:
-9044: array_close: ]
-9045: space: \x0a
-9048: name: /Root
-9053: space:
-9054: integer: 2
-9055: space:
-9056: integer: 0
-9057: space:
-9058: word: R
-9059: space: \x0a
-9062: name: /Size
-9067: space:
-9068: integer: 60
-9070: space: \x0a
-9073: name: /ID
-9076: space:
-9077: array_open: [
-9078: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
-9112: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
-9146: array_close: ]
-9147: space: \x0a
-9148: dict_close: >>
-9150: space: \x0a
-9151: word: stream
+9018: word: endstream
+9027: space: \x0a
+9028: word: endobj
+9034: space: \x0a\x0a
+9036: integer: 58
+9038: space:
+9039: integer: 0
+9040: space:
+9041: word: obj
+9044: space: \x0a
+9045: integer: 44
+9047: space: \x0a
+9048: word: endobj
+9054: space: \x0a\x0a
+9056: integer: 59
+9058: space:
+9059: integer: 0
+9060: space:
+9061: word: obj
+9064: space: \x0a
+9065: dict_open: <<
+9067: space: \x0a
+9070: name: /Type
+9075: space:
+9076: name: /XRef
+9081: space: \x0a
+9084: name: /Length
+9091: space:
+9092: integer: 240
+9095: space: \x0a
+9098: name: /W
+9100: space:
+9101: array_open: [
+9102: space:
+9103: integer: 1
+9104: space:
+9105: integer: 2
+9106: space:
+9107: integer: 1
+9108: space:
+9109: array_close: ]
+9110: space: \x0a
+9113: name: /Root
+9118: space:
+9119: integer: 2
+9120: space:
+9121: integer: 0
+9122: space:
+9123: word: R
+9124: space: \x0a
+9127: name: /Size
+9132: space:
+9133: integer: 60
+9135: space: \x0a
+9138: name: /ID
+9141: space:
+9142: array_open: [
+9143: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
+9177: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
+9211: array_close: ]
+9212: space: \x0a
+9213: dict_close: >>
+9215: space: \x0a
+9216: word: stream
skipping to endstream
-9399: word: endstream
-9408: space: \x0a
-9409: word: endobj
-9415: space: \x0a\x0a
-9417: word: startxref
-9426: space: \x0a
-9427: integer: 8991
-9431: space: \x0a
-9432: comment: %%EOF
-9437: space: \x0a
-9438: eof
+9464: word: endstream
+9473: space: \x0a
+9474: word: endobj
+9480: space: \x0a\x0a
+9482: word: startxref
+9491: space: \x0a
+9492: integer: 9056
+9496: space: \x0a
+9497: comment: %%EOF
+9502: space: \x0a
+9503: eof
--- END FILE ---
--- BEGIN PAGE 1 ---
0: word: BT
@@ -599,7 +599,9 @@ skipping to endstream
103: dict_close: >>
105: space: \x0a
106: word: ID
-108: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI\x0a
+109: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+352: word: EI
+354: space: \x0a
355: word: BT
357: space: \x0a
360: name: /F1
@@ -659,69 +661,77 @@ skipping to endstream
58: space: \x0a
61: string: quack (raw: (qu\\x0dack))
70: space: \x0a
-73: integer: 72
-75: space:
-76: integer: 720
-79: space:
-80: word: Td
-82: space: \x0a
-85: real: 3.14
-89: space: \x0a
-92: real: 3.
-94: space: \x0a
-97: real: .14
-100: space: \x0a
-103: real: +3.14
-108: space: \x0a
-111: real: +3.
-114: space: \x0a
-117: real: +.14
-121: space: \x0a
-124: real: -3.14
-129: space: \x0a
-132: real: -3.
+73: string: qu\x0aack (raw: (qu\\x0d\x0a\x0dack))
+84: space: \x0a
+87: string: qu\x0aack (raw: (qu\\x0d\x0dack))
+97: space: \x0a
+100: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\\x0a\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+117: space: \x0a
+120: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
135: space: \x0a
-138: real: -.14
-142: space: \x0a
-145: integer: +16059
-151: space: \x0a
-154: integer: -16059
-160: space: \x0a
-163: word: +.
+138: integer: 72
+140: space:
+141: integer: 720
+144: space:
+145: word: Td
+147: space: \x0a
+150: real: 3.14
+154: space: \x0a
+157: real: 3.
+159: space: \x0a
+162: real: .14
165: space: \x0a
-168: bad: <fade\x0aET (invalid character (T) in hexstring)
-176: space: \x0a
-177: bad: ) (unexpected ))
-178: bad: > (unexpected >)
-179: word: quack
-184: space:
-185: bad: /name#oops (invalid name token)
-195: space:
-196: name: /name (raw: /n#61me)
-203: space:
-204: word: one
-207: space:
-208: bool: true
-212: space:
-213: word: two
-216: space:
-217: bool: false
-222: space:
-223: word: three
-228: space:
-229: null: null
-233: space:
-234: word: four
-238: space: \x0a
-239: word: !@#$^&
-245: brace_open: {
-246: brace_close: }
-247: word: *-_+=
-252: space: \x0a
-253: word: abc123def3.14true
-270: space: \x0a
-271: bad: <ff\x0a (EOF while reading token)
-275: eof
+168: real: +3.14
+173: space: \x0a
+176: real: +3.
+179: space: \x0a
+182: real: +.14
+186: space: \x0a
+189: real: -3.14
+194: space: \x0a
+197: real: -3.
+200: space: \x0a
+203: real: -.14
+207: space: \x0a
+210: integer: +16059
+216: space: \x0a
+219: integer: -16059
+225: space: \x0a
+228: word: +.
+230: space: \x0a
+233: bad: <fade\x0aET (invalid character (T) in hexstring)
+241: space: \x0a
+242: bad: ) (unexpected ))
+243: bad: > (unexpected >)
+244: word: quack
+249: space:
+250: bad: /name#oops (invalid name token)
+260: space:
+261: name: /name (raw: /n#61me)
+268: space:
+269: word: one
+272: space:
+273: bool: true
+277: space:
+278: word: two
+281: space:
+282: bool: false
+287: space:
+288: word: three
+293: space:
+294: null: null
+298: space:
+299: word: four
+303: space: \x0a
+304: word: !@#$^&
+310: brace_open: {
+311: brace_close: }
+312: word: *-_+=
+317: space: \x0a
+318: word: abc123def3.14true
+335: space: \x0a
+336: bad: <ff\x0a (EOF while reading token)
+340: eof
--- END PAGE 4 ---
--- BEGIN PAGE 5 ---
0: word: BT
@@ -750,7 +760,7 @@ skipping to endstream
--- BEGIN PAGE 6 ---
0: word: ID
EI not found; resuming normal scanning
-2: space: \x0a
+3: space:
5: name: /F1
8: space:
9: integer: 24
@@ -801,7 +811,8 @@ EI not found; resuming normal scanning
67: dict_close: >>
69: space: \x0a
70: word: ID
-72: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI
+73: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+316: word: EI
318: eof
--- END PAGE 7 ---
--- BEGIN PAGE 8 ---
diff --git a/qpdf/qtest/qpdf/tokens-no-ignorable.out b/qpdf/qtest/qpdf/tokens-no-ignorable.out
index 3bbef579..312a1d36 100644
--- a/qpdf/qtest/qpdf/tokens-no-ignorable.out
+++ b/qpdf/qtest/qpdf/tokens-no-ignorable.out
@@ -81,172 +81,172 @@ skipping to endstream
7119: dict_close: >>
7122: word: stream
skipping to endstream
-7404: word: endstream
-7414: word: endobj
-7422: integer: 44
-7425: integer: 0
-7427: word: obj
-7431: integer: 275
-7435: word: endobj
-7494: integer: 45
-7497: integer: 0
-7499: word: obj
-7503: dict_open: <<
-7508: name: /Length
-7516: integer: 46
-7519: integer: 0
-7521: word: R
-7523: dict_close: >>
-7526: word: stream
+7469: word: endstream
+7479: word: endobj
+7487: integer: 44
+7490: integer: 0
+7492: word: obj
+7496: integer: 340
+7500: word: endobj
+7559: integer: 45
+7562: integer: 0
+7564: word: obj
+7568: dict_open: <<
+7573: name: /Length
+7581: integer: 46
+7584: integer: 0
+7586: word: R
+7588: dict_close: >>
+7591: word: stream
skipping to endstream
-7601: word: endstream
-7611: word: endobj
-7640: integer: 46
-7643: integer: 0
-7645: word: obj
-7649: integer: 67
-7652: word: endobj
-7711: integer: 47
-7714: integer: 0
-7716: word: obj
-7720: dict_open: <<
-7725: name: /Length
-7733: integer: 48
-7736: integer: 0
-7738: word: R
-7740: dict_close: >>
-7743: word: stream
+7666: word: endstream
+7676: word: endobj
+7705: integer: 46
+7708: integer: 0
+7710: word: obj
+7714: integer: 67
+7717: word: endobj
+7776: integer: 47
+7779: integer: 0
+7781: word: obj
+7785: dict_open: <<
+7790: name: /Length
+7798: integer: 48
+7801: integer: 0
+7803: word: R
+7805: dict_close: >>
+7808: word: stream
skipping to endstream
-7794: word: endstream
-7804: word: endobj
-7812: integer: 48
-7815: integer: 0
-7817: word: obj
-7821: integer: 44
-7824: word: endobj
-7883: integer: 49
-7886: integer: 0
-7888: word: obj
-7892: dict_open: <<
-7897: name: /Length
-7905: integer: 50
-7908: integer: 0
-7910: word: R
-7912: dict_close: >>
-7915: word: stream
+7859: word: endstream
+7869: word: endobj
+7877: integer: 48
+7880: integer: 0
+7882: word: obj
+7886: integer: 44
+7889: word: endobj
+7948: integer: 49
+7951: integer: 0
+7953: word: obj
+7957: dict_open: <<
+7962: name: /Length
+7970: integer: 50
+7973: integer: 0
+7975: word: R
+7977: dict_close: >>
+7980: word: stream
skipping to endstream
-8241: word: endstream
-8251: word: endobj
-8280: integer: 50
-8283: integer: 0
-8285: word: obj
-8289: integer: 318
-8293: word: endobj
-8352: integer: 51
-8355: integer: 0
-8357: word: obj
-8361: dict_open: <<
-8366: name: /Length
-8374: integer: 52
-8377: integer: 0
-8379: word: R
-8381: dict_close: >>
-8384: word: stream
+8306: word: endstream
+8316: word: endobj
+8345: integer: 50
+8348: integer: 0
+8350: word: obj
+8354: integer: 318
+8358: word: endobj
+8417: integer: 51
+8420: integer: 0
+8422: word: obj
+8426: dict_open: <<
+8431: name: /Length
+8439: integer: 52
+8442: integer: 0
+8444: word: R
+8446: dict_close: >>
+8449: word: stream
skipping to endstream
-8435: word: endstream
-8445: word: endobj
-8453: integer: 52
-8456: integer: 0
-8458: word: obj
-8462: integer: 44
-8465: word: endobj
-8524: integer: 53
-8527: integer: 0
-8529: word: obj
-8533: dict_open: <<
-8538: name: /Length
-8546: integer: 54
-8549: integer: 0
-8551: word: R
-8553: dict_close: >>
-8556: word: stream
+8500: word: endstream
+8510: word: endobj
+8518: integer: 52
+8521: integer: 0
+8523: word: obj
+8527: integer: 44
+8530: word: endobj
+8589: integer: 53
+8592: integer: 0
+8594: word: obj
+8598: dict_open: <<
+8603: name: /Length
+8611: integer: 54
+8614: integer: 0
+8616: word: R
+8618: dict_close: >>
+8621: word: stream
skipping to endstream
-8607: word: endstream
-8617: word: endobj
-8625: integer: 54
-8628: integer: 0
-8630: word: obj
-8634: integer: 44
-8637: word: endobj
-8697: integer: 55
-8700: integer: 0
-8702: word: obj
-8706: dict_open: <<
-8711: name: /Length
-8719: integer: 56
-8722: integer: 0
-8724: word: R
-8726: dict_close: >>
-8729: word: stream
+8672: word: endstream
+8682: word: endobj
+8690: integer: 54
+8693: integer: 0
+8695: word: obj
+8699: integer: 44
+8702: word: endobj
+8762: integer: 55
+8765: integer: 0
+8767: word: obj
+8771: dict_open: <<
+8776: name: /Length
+8784: integer: 56
+8787: integer: 0
+8789: word: R
+8791: dict_close: >>
+8794: word: stream
skipping to endstream
-8780: word: endstream
-8790: word: endobj
-8798: integer: 56
-8801: integer: 0
-8803: word: obj
-8807: integer: 44
-8810: word: endobj
-8870: integer: 57
-8873: integer: 0
-8875: word: obj
-8879: dict_open: <<
-8884: name: /Length
-8892: integer: 58
-8895: integer: 0
-8897: word: R
-8899: dict_close: >>
-8902: word: stream
+8845: word: endstream
+8855: word: endobj
+8863: integer: 56
+8866: integer: 0
+8868: word: obj
+8872: integer: 44
+8875: word: endobj
+8935: integer: 57
+8938: integer: 0
+8940: word: obj
+8944: dict_open: <<
+8949: name: /Length
+8957: integer: 58
+8960: integer: 0
+8962: word: R
+8964: dict_close: >>
+8967: word: stream
skipping to endstream
-8953: word: endstream
-8963: word: endobj
-8971: integer: 58
-8974: integer: 0
-8976: word: obj
-8980: integer: 44
-8983: word: endobj
-8991: integer: 59
-8994: integer: 0
-8996: word: obj
-9000: dict_open: <<
-9005: name: /Type
-9011: name: /XRef
-9019: name: /Length
-9027: integer: 240
-9033: name: /W
-9036: array_open: [
-9038: integer: 1
-9040: integer: 2
-9042: integer: 1
-9044: array_close: ]
-9048: name: /Root
-9054: integer: 2
-9056: integer: 0
-9058: word: R
-9062: name: /Size
-9068: integer: 60
-9073: name: /ID
-9077: array_open: [
-9078: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
-9112: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
-9146: array_close: ]
-9148: dict_close: >>
-9151: word: stream
+9018: word: endstream
+9028: word: endobj
+9036: integer: 58
+9039: integer: 0
+9041: word: obj
+9045: integer: 44
+9048: word: endobj
+9056: integer: 59
+9059: integer: 0
+9061: word: obj
+9065: dict_open: <<
+9070: name: /Type
+9076: name: /XRef
+9084: name: /Length
+9092: integer: 240
+9098: name: /W
+9101: array_open: [
+9103: integer: 1
+9105: integer: 2
+9107: integer: 1
+9109: array_close: ]
+9113: name: /Root
+9119: integer: 2
+9121: integer: 0
+9123: word: R
+9127: name: /Size
+9133: integer: 60
+9138: name: /ID
+9142: array_open: [
+9143: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
+9177: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
+9211: array_close: ]
+9213: dict_close: >>
+9216: word: stream
skipping to endstream
-9399: word: endstream
-9409: word: endobj
-9417: word: startxref
-9427: integer: 8991
-9438: eof
+9464: word: endstream
+9474: word: endobj
+9482: word: startxref
+9492: integer: 9056
+9503: eof
--- END FILE ---
--- BEGIN PAGE 1 ---
0: word: BT
@@ -291,7 +291,8 @@ skipping to endstream
101: integer: 66
103: dict_close: >>
106: word: ID
-108: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI\x0a
+109: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+352: word: EI
355: word: BT
360: name: /F1
364: integer: 24
@@ -325,41 +326,45 @@ skipping to endstream
36: string: quack (raw: (qu\\x0d\x0aack))
49: string: quack (raw: (qu\\x0aack))
61: string: quack (raw: (qu\\x0dack))
-73: integer: 72
-76: integer: 720
-80: word: Td
-85: real: 3.14
-92: real: 3.
-97: real: .14
-103: real: +3.14
-111: real: +3.
-117: real: +.14
-124: real: -3.14
-132: real: -3.
-138: real: -.14
-145: integer: +16059
-154: integer: -16059
-163: word: +.
-168: bad: <fade\x0aET (invalid character (T) in hexstring)
-177: bad: ) (unexpected ))
-178: bad: > (unexpected >)
-179: word: quack
-185: bad: /name#oops (invalid name token)
-196: name: /name (raw: /n#61me)
-204: word: one
-208: bool: true
-213: word: two
-217: bool: false
-223: word: three
-229: null: null
-234: word: four
-239: word: !@#$^&
-245: brace_open: {
-246: brace_close: }
-247: word: *-_+=
-253: word: abc123def3.14true
-271: bad: <ff\x0a (EOF while reading token)
-275: eof
+73: string: qu\x0aack (raw: (qu\\x0d\x0a\x0dack))
+87: string: qu\x0aack (raw: (qu\\x0d\x0dack))
+100: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\\x0a\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+120: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+138: integer: 72
+141: integer: 720
+145: word: Td
+150: real: 3.14
+157: real: 3.
+162: real: .14
+168: real: +3.14
+176: real: +3.
+182: real: +.14
+189: real: -3.14
+197: real: -3.
+203: real: -.14
+210: integer: +16059
+219: integer: -16059
+228: word: +.
+233: bad: <fade\x0aET (invalid character (T) in hexstring)
+242: bad: ) (unexpected ))
+243: bad: > (unexpected >)
+244: word: quack
+250: bad: /name#oops (invalid name token)
+261: name: /name (raw: /n#61me)
+269: word: one
+273: bool: true
+278: word: two
+282: bool: false
+288: word: three
+294: null: null
+299: word: four
+304: word: !@#$^&
+310: brace_open: {
+311: brace_close: }
+312: word: *-_+=
+318: word: abc123def3.14true
+336: bad: <ff\x0a (EOF while reading token)
+340: eof
--- END PAGE 4 ---
--- BEGIN PAGE 5 ---
0: word: BT
@@ -410,7 +415,8 @@ EI not found; resuming normal scanning
65: integer: 66
67: dict_close: >>
70: word: ID
-72: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI
+73: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+316: word: EI
318: eof
--- END PAGE 7 ---
--- BEGIN PAGE 8 ---
diff --git a/qpdf/qtest/qpdf/tokens-old-ei.out b/qpdf/qtest/qpdf/tokens-old-ei.out
new file mode 100644
index 00000000..bf30fc09
--- /dev/null
+++ b/qpdf/qtest/qpdf/tokens-old-ei.out
@@ -0,0 +1,2320 @@
+--- BEGIN FILE ---
+0: comment: %PDF-1.5
+8: space: \x0a
+9: comment: %\xbf\xf7\xa2\xfe
+14: space: \x0a
+15: comment: %QDF-1.0
+23: space: \x0a\x0a
+25: comment: %comment 1
+35: space: \x0d
+36: comment: %comment 2
+46: space: \x0d\x0a
+48: comment: %comment 3
+58: space: \x0a\x0a
+60: integer: 1
+61: space:
+62: integer: 0
+63: space:
+64: word: obj
+67: space: \x0a
+68: dict_open: <<
+70: space: \x0a
+73: name: /Type
+78: space:
+79: name: /ObjStm
+86: space: \x0a
+89: name: /Length
+96: space:
+97: integer: 6020
+101: space: \x0a
+104: name: /N
+106: space:
+107: integer: 35
+109: space: \x0a
+112: name: /First
+118: space:
+119: integer: 323
+122: space: \x0a
+123: dict_close: >>
+125: space: \x0a
+126: word: stream
+skipping to endstream
+6153: word: endstream
+6162: space: \x0a
+6163: word: endobj
+6169: space: \x0a\x0a
+6171: comment: %% Contents for page 1
+6193: space: \x0a
+6194: comment: %% Original object ID: 37 0
+6221: space: \x0a
+6222: integer: 37
+6224: space:
+6225: integer: 0
+6226: space:
+6227: word: obj
+6230: space: \x0a
+6231: dict_open: <<
+6233: space: \x0a
+6236: name: /Length
+6243: space:
+6244: integer: 38
+6246: space:
+6247: integer: 0
+6248: space:
+6249: word: R
+6250: space: \x0a
+6251: dict_close: >>
+6253: space: \x0a
+6254: word: stream
+skipping to endstream
+6305: word: endstream
+6314: space: \x0a
+6315: word: endobj
+6321: space: \x0a\x0a
+6323: integer: 38
+6325: space:
+6326: integer: 0
+6327: space:
+6328: word: obj
+6331: space: \x0a
+6332: integer: 44
+6334: space: \x0a
+6335: word: endobj
+6341: space: \x0a\x0a
+6343: comment: %% Contents for page 2
+6365: space: \x0a
+6366: comment: %% Original object ID: 38 0
+6393: space: \x0a
+6394: integer: 39
+6396: space:
+6397: integer: 0
+6398: space:
+6399: word: obj
+6402: space: \x0a
+6403: dict_open: <<
+6405: space: \x0a
+6408: name: /Length
+6415: space:
+6416: integer: 40
+6418: space:
+6419: integer: 0
+6420: space:
+6421: word: R
+6422: space: \x0a
+6423: dict_close: >>
+6425: space: \x0a
+6426: word: stream
+skipping to endstream
+6832: word: endstream
+6841: space: \x0a
+6842: word: endobj
+6848: space: \x0a\x0a
+6850: integer: 40
+6852: space:
+6853: integer: 0
+6854: space:
+6855: word: obj
+6858: space: \x0a
+6859: integer: 399
+6862: space: \x0a
+6863: word: endobj
+6869: space: \x0a\x0a
+6871: comment: %% Contents for page 3
+6893: space: \x0a
+6894: comment: %% Original object ID: 39 0
+6921: space: \x0a
+6922: integer: 41
+6924: space:
+6925: integer: 0
+6926: space:
+6927: word: obj
+6930: space: \x0a
+6931: dict_open: <<
+6933: space: \x0a
+6936: name: /Length
+6943: space:
+6944: integer: 42
+6946: space:
+6947: integer: 0
+6948: space:
+6949: word: R
+6950: space: \x0a
+6951: dict_close: >>
+6953: space: \x0a
+6954: word: stream
+skipping to endstream
+7001: word: endstream
+7010: space: \x0a
+7011: word: endobj
+7017: space: \x0a\x0a
+7019: integer: 42
+7021: space:
+7022: integer: 0
+7023: space:
+7024: word: obj
+7027: space: \x0a
+7028: integer: 40
+7030: space: \x0a
+7031: word: endobj
+7037: space: \x0a\x0a
+7039: comment: %% Contents for page 4
+7061: space: \x0a
+7062: comment: %% Original object ID: 40 0
+7089: space: \x0a
+7090: integer: 43
+7092: space:
+7093: integer: 0
+7094: space:
+7095: word: obj
+7098: space: \x0a
+7099: dict_open: <<
+7101: space: \x0a
+7104: name: /Length
+7111: space:
+7112: integer: 44
+7114: space:
+7115: integer: 0
+7116: space:
+7117: word: R
+7118: space: \x0a
+7119: dict_close: >>
+7121: space: \x0a
+7122: word: stream
+skipping to endstream
+7469: word: endstream
+7478: space: \x0a
+7479: word: endobj
+7485: space: \x0a\x0a
+7487: integer: 44
+7489: space:
+7490: integer: 0
+7491: space:
+7492: word: obj
+7495: space: \x0a
+7496: integer: 340
+7499: space: \x0a
+7500: word: endobj
+7506: space: \x0a\x0a
+7508: comment: %% Contents for page 5
+7530: space: \x0a
+7531: comment: %% Original object ID: 41 0
+7558: space: \x0a
+7559: integer: 45
+7561: space:
+7562: integer: 0
+7563: space:
+7564: word: obj
+7567: space: \x0a
+7568: dict_open: <<
+7570: space: \x0a
+7573: name: /Length
+7580: space:
+7581: integer: 46
+7583: space:
+7584: integer: 0
+7585: space:
+7586: word: R
+7587: space: \x0a
+7588: dict_close: >>
+7590: space: \x0a
+7591: word: stream
+skipping to endstream
+7666: word: endstream
+7675: space: \x0a
+7676: word: endobj
+7682: space: \x0a
+7683: comment: %QDF: ignore_newline
+7703: space: \x0a\x0a
+7705: integer: 46
+7707: space:
+7708: integer: 0
+7709: space:
+7710: word: obj
+7713: space: \x0a
+7714: integer: 67
+7716: space: \x0a
+7717: word: endobj
+7723: space: \x0a\x0a
+7725: comment: %% Contents for page 6
+7747: space: \x0a
+7748: comment: %% Original object ID: 42 0
+7775: space: \x0a
+7776: integer: 47
+7778: space:
+7779: integer: 0
+7780: space:
+7781: word: obj
+7784: space: \x0a
+7785: dict_open: <<
+7787: space: \x0a
+7790: name: /Length
+7797: space:
+7798: integer: 48
+7800: space:
+7801: integer: 0
+7802: space:
+7803: word: R
+7804: space: \x0a
+7805: dict_close: >>
+7807: space: \x0a
+7808: word: stream
+skipping to endstream
+7859: word: endstream
+7868: space: \x0a
+7869: word: endobj
+7875: space: \x0a\x0a
+7877: integer: 48
+7879: space:
+7880: integer: 0
+7881: space:
+7882: word: obj
+7885: space: \x0a
+7886: integer: 44
+7888: space: \x0a
+7889: word: endobj
+7895: space: \x0a\x0a
+7897: comment: %% Contents for page 7
+7919: space: \x0a
+7920: comment: %% Original object ID: 43 0
+7947: space: \x0a
+7948: integer: 49
+7950: space:
+7951: integer: 0
+7952: space:
+7953: word: obj
+7956: space: \x0a
+7957: dict_open: <<
+7959: space: \x0a
+7962: name: /Length
+7969: space:
+7970: integer: 50
+7972: space:
+7973: integer: 0
+7974: space:
+7975: word: R
+7976: space: \x0a
+7977: dict_close: >>
+7979: space: \x0a
+7980: word: stream
+skipping to endstream
+8306: word: endstream
+8315: space: \x0a
+8316: word: endobj
+8322: space: \x0a
+8323: comment: %QDF: ignore_newline
+8343: space: \x0a\x0a
+8345: integer: 50
+8347: space:
+8348: integer: 0
+8349: space:
+8350: word: obj
+8353: space: \x0a
+8354: integer: 318
+8357: space: \x0a
+8358: word: endobj
+8364: space: \x0a\x0a
+8366: comment: %% Contents for page 8
+8388: space: \x0a
+8389: comment: %% Original object ID: 44 0
+8416: space: \x0a
+8417: integer: 51
+8419: space:
+8420: integer: 0
+8421: space:
+8422: word: obj
+8425: space: \x0a
+8426: dict_open: <<
+8428: space: \x0a
+8431: name: /Length
+8438: space:
+8439: integer: 52
+8441: space:
+8442: integer: 0
+8443: space:
+8444: word: R
+8445: space: \x0a
+8446: dict_close: >>
+8448: space: \x0a
+8449: word: stream
+skipping to endstream
+8500: word: endstream
+8509: space: \x0a
+8510: word: endobj
+8516: space: \x0a\x0a
+8518: integer: 52
+8520: space:
+8521: integer: 0
+8522: space:
+8523: word: obj
+8526: space: \x0a
+8527: integer: 44
+8529: space: \x0a
+8530: word: endobj
+8536: space: \x0a\x0a
+8538: comment: %% Contents for page 9
+8560: space: \x0a
+8561: comment: %% Original object ID: 45 0
+8588: space: \x0a
+8589: integer: 53
+8591: space:
+8592: integer: 0
+8593: space:
+8594: word: obj
+8597: space: \x0a
+8598: dict_open: <<
+8600: space: \x0a
+8603: name: /Length
+8610: space:
+8611: integer: 54
+8613: space:
+8614: integer: 0
+8615: space:
+8616: word: R
+8617: space: \x0a
+8618: dict_close: >>
+8620: space: \x0a
+8621: word: stream
+skipping to endstream
+8672: word: endstream
+8681: space: \x0a
+8682: word: endobj
+8688: space: \x0a\x0a
+8690: integer: 54
+8692: space:
+8693: integer: 0
+8694: space:
+8695: word: obj
+8698: space: \x0a
+8699: integer: 44
+8701: space: \x0a
+8702: word: endobj
+8708: space: \x0a\x0a
+8710: comment: %% Contents for page 10
+8733: space: \x0a
+8734: comment: %% Original object ID: 46 0
+8761: space: \x0a
+8762: integer: 55
+8764: space:
+8765: integer: 0
+8766: space:
+8767: word: obj
+8770: space: \x0a
+8771: dict_open: <<
+8773: space: \x0a
+8776: name: /Length
+8783: space:
+8784: integer: 56
+8786: space:
+8787: integer: 0
+8788: space:
+8789: word: R
+8790: space: \x0a
+8791: dict_close: >>
+8793: space: \x0a
+8794: word: stream
+skipping to endstream
+8845: word: endstream
+8854: space: \x0a
+8855: word: endobj
+8861: space: \x0a\x0a
+8863: integer: 56
+8865: space:
+8866: integer: 0
+8867: space:
+8868: word: obj
+8871: space: \x0a
+8872: integer: 44
+8874: space: \x0a
+8875: word: endobj
+8881: space: \x0a\x0a
+8883: comment: %% Contents for page 11
+8906: space: \x0a
+8907: comment: %% Original object ID: 47 0
+8934: space: \x0a
+8935: integer: 57
+8937: space:
+8938: integer: 0
+8939: space:
+8940: word: obj
+8943: space: \x0a
+8944: dict_open: <<
+8946: space: \x0a
+8949: name: /Length
+8956: space:
+8957: integer: 58
+8959: space:
+8960: integer: 0
+8961: space:
+8962: word: R
+8963: space: \x0a
+8964: dict_close: >>
+8966: space: \x0a
+8967: word: stream
+skipping to endstream
+9018: word: endstream
+9027: space: \x0a
+9028: word: endobj
+9034: space: \x0a\x0a
+9036: integer: 58
+9038: space:
+9039: integer: 0
+9040: space:
+9041: word: obj
+9044: space: \x0a
+9045: integer: 44
+9047: space: \x0a
+9048: word: endobj
+9054: space: \x0a\x0a
+9056: integer: 59
+9058: space:
+9059: integer: 0
+9060: space:
+9061: word: obj
+9064: space: \x0a
+9065: dict_open: <<
+9067: space: \x0a
+9070: name: /Type
+9075: space:
+9076: name: /XRef
+9081: space: \x0a
+9084: name: /Length
+9091: space:
+9092: integer: 240
+9095: space: \x0a
+9098: name: /W
+9100: space:
+9101: array_open: [
+9102: space:
+9103: integer: 1
+9104: space:
+9105: integer: 2
+9106: space:
+9107: integer: 1
+9108: space:
+9109: array_close: ]
+9110: space: \x0a
+9113: name: /Root
+9118: space:
+9119: integer: 2
+9120: space:
+9121: integer: 0
+9122: space:
+9123: word: R
+9124: space: \x0a
+9127: name: /Size
+9132: space:
+9133: integer: 60
+9135: space: \x0a
+9138: name: /ID
+9141: space:
+9142: array_open: [
+9143: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
+9177: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
+9211: array_close: ]
+9212: space: \x0a
+9213: dict_close: >>
+9215: space: \x0a
+9216: word: stream
+skipping to endstream
+9464: word: endstream
+9473: space: \x0a
+9474: word: endobj
+9480: space: \x0a\x0a
+9482: word: startxref
+9491: space: \x0a
+9492: integer: 9056
+9496: space: \x0a
+9497: comment: %%EOF
+9502: space: \x0a
+9503: eof
+--- END FILE ---
+--- BEGIN PAGE 1 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 1 ---
+--- BEGIN PAGE 2 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: word: BI
+46: space: \x0a
+47: name: /CS
+50: space:
+51: name: /G
+53: name: /W
+55: space:
+56: integer: 66
+58: name: /H
+60: space:
+61: integer: 47
+63: name: /BPC
+67: space:
+68: integer: 8
+69: name: /F
+71: name: /Fl
+74: name: /DP
+77: dict_open: <<
+79: name: /Predictor
+89: space:
+90: integer: 15
+92: name: /Columns
+100: space:
+101: integer: 66
+103: dict_close: >>
+105: space: \x0a
+106: word: ID
+109: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI
+354: space: \x0a
+355: word: BT
+357: space: \x0a
+360: name: /F1
+363: space:
+364: integer: 24
+366: space:
+367: word: Tf
+369: space: \x0a
+372: integer: 72
+374: space:
+375: integer: 720
+378: space:
+379: word: Td
+381: space: \x0a
+384: string: Potato (raw: (Potato))
+392: space:
+393: word: Tj
+395: space: \x0a
+396: word: ET
+398: space: \x0a
+399: eof
+--- END PAGE 2 ---
+--- BEGIN PAGE 3 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: bad: (Potato\x0aET\x0a (EOF while reading token)
+40: eof
+--- END PAGE 3 ---
+--- BEGIN PAGE 4 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: string: \xfe\xeb (raw: <feeb>)
+23: space: \x0a
+26: string: \xab\xcd (raw: <ab\x0aCD>)
+33: space: \x0a
+36: string: quack (raw: (qu\\x0d\x0aack))
+46: space: \x0a
+49: string: quack (raw: (qu\\x0aack))
+58: space: \x0a
+61: string: quack (raw: (qu\\x0dack))
+70: space: \x0a
+73: string: qu\x0aack (raw: (qu\\x0d\x0a\x0dack))
+84: space: \x0a
+87: string: qu\x0aack (raw: (qu\\x0d\x0dack))
+97: space: \x0a
+100: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\\x0a\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+117: space: \x0a
+120: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+135: space: \x0a
+138: integer: 72
+140: space:
+141: integer: 720
+144: space:
+145: word: Td
+147: space: \x0a
+150: real: 3.14
+154: space: \x0a
+157: real: 3.
+159: space: \x0a
+162: real: .14
+165: space: \x0a
+168: real: +3.14
+173: space: \x0a
+176: real: +3.
+179: space: \x0a
+182: real: +.14
+186: space: \x0a
+189: real: -3.14
+194: space: \x0a
+197: real: -3.
+200: space: \x0a
+203: real: -.14
+207: space: \x0a
+210: integer: +16059
+216: space: \x0a
+219: integer: -16059
+225: space: \x0a
+228: word: +.
+230: space: \x0a
+233: bad: <fade\x0aET (invalid character (T) in hexstring)
+241: space: \x0a
+242: bad: ) (unexpected ))
+243: bad: > (unexpected >)
+244: word: quack
+249: space:
+250: bad: /name#oops (invalid name token)
+260: space:
+261: name: /name (raw: /n#61me)
+268: space:
+269: word: one
+272: space:
+273: bool: true
+277: space:
+278: word: two
+281: space:
+282: bool: false
+287: space:
+288: word: three
+293: space:
+294: null: null
+298: space:
+299: word: four
+303: space: \x0a
+304: word: !@#$^&
+310: brace_open: {
+311: brace_close: }
+312: word: *-_+=
+317: space: \x0a
+318: word: abc123def3.14true
+335: space: \x0a
+336: bad: <ff\x0a (EOF while reading token)
+340: eof
+--- END PAGE 4 ---
+--- BEGIN PAGE 5 ---
+0: word: BT
+2: space: \x0a
+5: bad: /F#00x (null character not allowed in name token)
+11: space:
+12: integer: 24
+14: space:
+15: word: Tf
+17: space: \x0a
+20: integer: 72
+22: space:
+23: integer: 720
+26: space:
+27: word: Td
+29: space: \x0a
+32: string: P\x00tat\x00 (raw: (P\x00tat\000))
+43: space:
+44: word: Tj
+46: space: \x0a
+47: word: ET
+49: space: \x0a\x00\x0a
+52: name: /ThisMustBeLast
+67: eof
+--- END PAGE 5 ---
+--- BEGIN PAGE 6 ---
+0: word: ID
+EI not found; resuming normal scanning
+3: space:
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 6 ---
+--- BEGIN PAGE 7 ---
+0: name: /potato
+7: space: \x0a
+8: word: BI
+10: space: \x0a
+11: name: /CS
+14: space:
+15: name: /G
+17: name: /W
+19: space:
+20: integer: 66
+22: name: /H
+24: space:
+25: integer: 47
+27: name: /BPC
+31: space:
+32: integer: 8
+33: name: /F
+35: name: /Fl
+38: name: /DP
+41: dict_open: <<
+43: name: /Predictor
+53: space:
+54: integer: 15
+56: name: /Columns
+64: space:
+65: integer: 66
+67: dict_close: >>
+69: space: \x0a
+70: word: ID
+73: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI
+318: eof
+--- END PAGE 7 ---
+--- BEGIN PAGE 8 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 8 ---
+--- BEGIN PAGE 9 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 9 ---
+--- BEGIN PAGE 10 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 10 ---
+--- BEGIN PAGE 11 ---
+0: word: BT
+2: space: \x0a
+5: name: /F1
+8: space:
+9: integer: 24
+11: space:
+12: word: Tf
+14: space: \x0a
+17: integer: 72
+19: space:
+20: integer: 720
+23: space:
+24: word: Td
+26: space: \x0a
+29: string: Potato (raw: (Potato))
+37: space:
+38: word: Tj
+40: space: \x0a
+41: word: ET
+43: space: \x0a
+44: eof
+--- END PAGE 11 ---
+--- BEGIN OBJECT STREAM 1 ---
+0: integer: 2
+1: space:
+2: integer: 0
+3: space: \x0a
+4: integer: 3
+5: space:
+6: integer: 97
+8: space: \x0a
+9: integer: 4
+10: space:
+11: integer: 318
+14: space: \x0a
+15: integer: 5
+16: space:
+17: integer: 566
+20: space: \x0a
+21: integer: 6
+22: space:
+23: integer: 814
+26: space: \x0a
+27: integer: 7
+28: space:
+29: integer: 1062
+33: space: \x0a
+34: integer: 8
+35: space:
+36: integer: 1310
+40: space: \x0a
+41: integer: 9
+42: space:
+43: integer: 1558
+47: space: \x0a
+48: integer: 10
+50: space:
+51: integer: 1808
+55: space: \x0a
+56: integer: 11
+58: space:
+59: integer: 2058
+63: space: \x0a
+64: integer: 12
+66: space:
+67: integer: 2309
+71: space: \x0a
+72: integer: 13
+74: space:
+75: integer: 2560
+79: space: \x0a
+80: integer: 14
+82: space:
+83: integer: 2812
+87: space: \x0a
+88: integer: 15
+90: space:
+91: integer: 3064
+95: space: \x0a
+96: integer: 16
+98: space:
+99: integer: 3228
+103: space: \x0a
+104: integer: 17
+106: space:
+107: integer: 3309
+111: space: \x0a
+112: integer: 18
+114: space:
+115: integer: 3473
+119: space: \x0a
+120: integer: 19
+122: space:
+123: integer: 3554
+127: space: \x0a
+128: integer: 20
+130: space:
+131: integer: 3718
+135: space: \x0a
+136: integer: 21
+138: space:
+139: integer: 3799
+143: space: \x0a
+144: integer: 22
+146: space:
+147: integer: 3963
+151: space: \x0a
+152: integer: 23
+154: space:
+155: integer: 4044
+159: space: \x0a
+160: integer: 24
+162: space:
+163: integer: 4208
+167: space: \x0a
+168: integer: 25
+170: space:
+171: integer: 4289
+175: space: \x0a
+176: integer: 26
+178: space:
+179: integer: 4453
+183: space: \x0a
+184: integer: 27
+186: space:
+187: integer: 4534
+191: space: \x0a
+192: integer: 28
+194: space:
+195: integer: 4698
+199: space: \x0a
+200: integer: 29
+202: space:
+203: integer: 4779
+207: space: \x0a
+208: integer: 30
+210: space:
+211: integer: 4943
+215: space: \x0a
+216: integer: 31
+218: space:
+219: integer: 5024
+223: space: \x0a
+224: integer: 32
+226: space:
+227: integer: 5188
+231: space: \x0a
+232: integer: 33
+234: space:
+235: integer: 5269
+239: space: \x0a
+240: integer: 34
+242: space:
+243: integer: 5433
+247: space: \x0a
+248: integer: 35
+250: space:
+251: integer: 5514
+255: space: \x0a
+256: integer: 36
+258: space:
+259: integer: 5678
+263: space: \x0a
+264: comment: %% Object stream: object 2, index 0; original object ID: 2
+322: space: \x0a
+323: dict_open: <<
+325: space: \x0a
+328: name: /Pages
+334: space:
+335: integer: 3
+336: space:
+337: integer: 0
+338: space:
+339: word: R
+340: space: \x0a
+343: name: /Type
+348: space:
+349: name: /Catalog
+357: space: \x0a
+358: dict_close: >>
+360: space: \x0a
+361: comment: %% Object stream: object 3, index 1; original object ID: 3
+419: space: \x0a
+420: dict_open: <<
+422: space: \x0a
+425: name: /Count
+431: space:
+432: integer: 11
+434: space: \x0a
+437: name: /Kids
+442: space:
+443: array_open: [
+444: space: \x0a
+449: integer: 4
+450: space:
+451: integer: 0
+452: space:
+453: word: R
+454: space: \x0a
+459: integer: 5
+460: space:
+461: integer: 0
+462: space:
+463: word: R
+464: space: \x0a
+469: integer: 6
+470: space:
+471: integer: 0
+472: space:
+473: word: R
+474: space: \x0a
+479: integer: 7
+480: space:
+481: integer: 0
+482: space:
+483: word: R
+484: space: \x0a
+489: integer: 8
+490: space:
+491: integer: 0
+492: space:
+493: word: R
+494: space: \x0a
+499: integer: 9
+500: space:
+501: integer: 0
+502: space:
+503: word: R
+504: space: \x0a
+509: integer: 10
+511: space:
+512: integer: 0
+513: space:
+514: word: R
+515: space: \x0a
+520: integer: 11
+522: space:
+523: integer: 0
+524: space:
+525: word: R
+526: space: \x0a
+531: integer: 12
+533: space:
+534: integer: 0
+535: space:
+536: word: R
+537: space: \x0a
+542: integer: 13
+544: space:
+545: integer: 0
+546: space:
+547: word: R
+548: space: \x0a
+553: integer: 14
+555: space:
+556: integer: 0
+557: space:
+558: word: R
+559: space: \x0a
+562: array_close: ]
+563: space: \x0a
+566: name: /Type
+571: space:
+572: name: /Pages
+578: space: \x0a
+579: dict_close: >>
+581: space: \x0a
+582: comment: %% Object stream: object 4, index 2; original object ID: 4
+640: space: \x0a
+641: comment: %% Page 1
+650: space: \x0a
+651: dict_open: <<
+653: space: \x0a
+656: name: /Contents
+665: space:
+666: integer: 37
+668: space:
+669: integer: 0
+670: space:
+671: word: R
+672: space: \x0a
+675: name: /MediaBox
+684: space:
+685: array_open: [
+686: space: \x0a
+691: integer: 0
+692: space: \x0a
+697: integer: 0
+698: space: \x0a
+703: integer: 612
+706: space: \x0a
+711: integer: 792
+714: space: \x0a
+717: array_close: ]
+718: space: \x0a
+721: name: /Parent
+728: space:
+729: integer: 3
+730: space:
+731: integer: 0
+732: space:
+733: word: R
+734: space: \x0a
+737: name: /Resources
+747: space:
+748: dict_open: <<
+750: space: \x0a
+755: name: /Font
+760: space:
+761: dict_open: <<
+763: space: \x0a
+770: name: /F1
+773: space:
+774: integer: 15
+776: space:
+777: integer: 0
+778: space:
+779: word: R
+780: space: \x0a
+785: dict_close: >>
+787: space: \x0a
+792: name: /ProcSet
+800: space:
+801: integer: 16
+803: space:
+804: integer: 0
+805: space:
+806: word: R
+807: space: \x0a
+810: dict_close: >>
+812: space: \x0a
+815: name: /Type
+820: space:
+821: name: /Page
+826: space: \x0a
+827: dict_close: >>
+829: space: \x0a
+830: comment: %% Object stream: object 5, index 3; original object ID: 5
+888: space: \x0a
+889: comment: %% Page 2
+898: space: \x0a
+899: dict_open: <<
+901: space: \x0a
+904: name: /Contents
+913: space:
+914: integer: 39
+916: space:
+917: integer: 0
+918: space:
+919: word: R
+920: space: \x0a
+923: name: /MediaBox
+932: space:
+933: array_open: [
+934: space: \x0a
+939: integer: 0
+940: space: \x0a
+945: integer: 0
+946: space: \x0a
+951: integer: 612
+954: space: \x0a
+959: integer: 792
+962: space: \x0a
+965: array_close: ]
+966: space: \x0a
+969: name: /Parent
+976: space:
+977: integer: 3
+978: space:
+979: integer: 0
+980: space:
+981: word: R
+982: space: \x0a
+985: name: /Resources
+995: space:
+996: dict_open: <<
+998: space: \x0a
+1003: name: /Font
+1008: space:
+1009: dict_open: <<
+1011: space: \x0a
+1018: name: /F1
+1021: space:
+1022: integer: 17
+1024: space:
+1025: integer: 0
+1026: space:
+1027: word: R
+1028: space: \x0a
+1033: dict_close: >>
+1035: space: \x0a
+1040: name: /ProcSet
+1048: space:
+1049: integer: 18
+1051: space:
+1052: integer: 0
+1053: space:
+1054: word: R
+1055: space: \x0a
+1058: dict_close: >>
+1060: space: \x0a
+1063: name: /Type
+1068: space:
+1069: name: /Page
+1074: space: \x0a
+1075: dict_close: >>
+1077: space: \x0a
+1078: comment: %% Object stream: object 6, index 4; original object ID: 6
+1136: space: \x0a
+1137: comment: %% Page 3
+1146: space: \x0a
+1147: dict_open: <<
+1149: space: \x0a
+1152: name: /Contents
+1161: space:
+1162: integer: 41
+1164: space:
+1165: integer: 0
+1166: space:
+1167: word: R
+1168: space: \x0a
+1171: name: /MediaBox
+1180: space:
+1181: array_open: [
+1182: space: \x0a
+1187: integer: 0
+1188: space: \x0a
+1193: integer: 0
+1194: space: \x0a
+1199: integer: 612
+1202: space: \x0a
+1207: integer: 792
+1210: space: \x0a
+1213: array_close: ]
+1214: space: \x0a
+1217: name: /Parent
+1224: space:
+1225: integer: 3
+1226: space:
+1227: integer: 0
+1228: space:
+1229: word: R
+1230: space: \x0a
+1233: name: /Resources
+1243: space:
+1244: dict_open: <<
+1246: space: \x0a
+1251: name: /Font
+1256: space:
+1257: dict_open: <<
+1259: space: \x0a
+1266: name: /F1
+1269: space:
+1270: integer: 19
+1272: space:
+1273: integer: 0
+1274: space:
+1275: word: R
+1276: space: \x0a
+1281: dict_close: >>
+1283: space: \x0a
+1288: name: /ProcSet
+1296: space:
+1297: integer: 20
+1299: space:
+1300: integer: 0
+1301: space:
+1302: word: R
+1303: space: \x0a
+1306: dict_close: >>
+1308: space: \x0a
+1311: name: /Type
+1316: space:
+1317: name: /Page
+1322: space: \x0a
+1323: dict_close: >>
+1325: space: \x0a
+1326: comment: %% Object stream: object 7, index 5; original object ID: 7
+1384: space: \x0a
+1385: comment: %% Page 4
+1394: space: \x0a
+1395: dict_open: <<
+1397: space: \x0a
+1400: name: /Contents
+1409: space:
+1410: integer: 43
+1412: space:
+1413: integer: 0
+1414: space:
+1415: word: R
+1416: space: \x0a
+1419: name: /MediaBox
+1428: space:
+1429: array_open: [
+1430: space: \x0a
+1435: integer: 0
+1436: space: \x0a
+1441: integer: 0
+1442: space: \x0a
+1447: integer: 612
+1450: space: \x0a
+1455: integer: 792
+1458: space: \x0a
+1461: array_close: ]
+1462: space: \x0a
+1465: name: /Parent
+1472: space:
+1473: integer: 3
+1474: space:
+1475: integer: 0
+1476: space:
+1477: word: R
+1478: space: \x0a
+1481: name: /Resources
+1491: space:
+1492: dict_open: <<
+1494: space: \x0a
+1499: name: /Font
+1504: space:
+1505: dict_open: <<
+1507: space: \x0a
+1514: name: /F1
+1517: space:
+1518: integer: 21
+1520: space:
+1521: integer: 0
+1522: space:
+1523: word: R
+1524: space: \x0a
+1529: dict_close: >>
+1531: space: \x0a
+1536: name: /ProcSet
+1544: space:
+1545: integer: 22
+1547: space:
+1548: integer: 0
+1549: space:
+1550: word: R
+1551: space: \x0a
+1554: dict_close: >>
+1556: space: \x0a
+1559: name: /Type
+1564: space:
+1565: name: /Page
+1570: space: \x0a
+1571: dict_close: >>
+1573: space: \x0a
+1574: comment: %% Object stream: object 8, index 6; original object ID: 8
+1632: space: \x0a
+1633: comment: %% Page 5
+1642: space: \x0a
+1643: dict_open: <<
+1645: space: \x0a
+1648: name: /Contents
+1657: space:
+1658: integer: 45
+1660: space:
+1661: integer: 0
+1662: space:
+1663: word: R
+1664: space: \x0a
+1667: name: /MediaBox
+1676: space:
+1677: array_open: [
+1678: space: \x0a
+1683: integer: 0
+1684: space: \x0a
+1689: integer: 0
+1690: space: \x0a
+1695: integer: 612
+1698: space: \x0a
+1703: integer: 792
+1706: space: \x0a
+1709: array_close: ]
+1710: space: \x0a
+1713: name: /Parent
+1720: space:
+1721: integer: 3
+1722: space:
+1723: integer: 0
+1724: space:
+1725: word: R
+1726: space: \x0a
+1729: name: /Resources
+1739: space:
+1740: dict_open: <<
+1742: space: \x0a
+1747: name: /Font
+1752: space:
+1753: dict_open: <<
+1755: space: \x0a
+1762: name: /F1
+1765: space:
+1766: integer: 23
+1768: space:
+1769: integer: 0
+1770: space:
+1771: word: R
+1772: space: \x0a
+1777: dict_close: >>
+1779: space: \x0a
+1784: name: /ProcSet
+1792: space:
+1793: integer: 24
+1795: space:
+1796: integer: 0
+1797: space:
+1798: word: R
+1799: space: \x0a
+1802: dict_close: >>
+1804: space: \x0a
+1807: name: /Type
+1812: space:
+1813: name: /Page
+1818: space: \x0a
+1819: dict_close: >>
+1821: space: \x0a
+1822: comment: %% Object stream: object 9, index 7; original object ID: 9
+1880: space: \x0a
+1881: comment: %% Page 6
+1890: space: \x0a
+1891: dict_open: <<
+1893: space: \x0a
+1896: name: /Contents
+1905: space:
+1906: integer: 47
+1908: space:
+1909: integer: 0
+1910: space:
+1911: word: R
+1912: space: \x0a
+1915: name: /MediaBox
+1924: space:
+1925: array_open: [
+1926: space: \x0a
+1931: integer: 0
+1932: space: \x0a
+1937: integer: 0
+1938: space: \x0a
+1943: integer: 612
+1946: space: \x0a
+1951: integer: 792
+1954: space: \x0a
+1957: array_close: ]
+1958: space: \x0a
+1961: name: /Parent
+1968: space:
+1969: integer: 3
+1970: space:
+1971: integer: 0
+1972: space:
+1973: word: R
+1974: space: \x0a
+1977: name: /Resources
+1987: space:
+1988: dict_open: <<
+1990: space: \x0a
+1995: name: /Font
+2000: space:
+2001: dict_open: <<
+2003: space: \x0a
+2010: name: /F1
+2013: space:
+2014: integer: 25
+2016: space:
+2017: integer: 0
+2018: space:
+2019: word: R
+2020: space: \x0a
+2025: dict_close: >>
+2027: space: \x0a
+2032: name: /ProcSet
+2040: space:
+2041: integer: 26
+2043: space:
+2044: integer: 0
+2045: space:
+2046: word: R
+2047: space: \x0a
+2050: dict_close: >>
+2052: space: \x0a
+2055: name: /Type
+2060: space:
+2061: name: /Page
+2066: space: \x0a
+2067: dict_close: >>
+2069: space: \x0a
+2070: comment: %% Object stream: object 10, index 8; original object ID: 10
+2130: space: \x0a
+2131: comment: %% Page 7
+2140: space: \x0a
+2141: dict_open: <<
+2143: space: \x0a
+2146: name: /Contents
+2155: space:
+2156: integer: 49
+2158: space:
+2159: integer: 0
+2160: space:
+2161: word: R
+2162: space: \x0a
+2165: name: /MediaBox
+2174: space:
+2175: array_open: [
+2176: space: \x0a
+2181: integer: 0
+2182: space: \x0a
+2187: integer: 0
+2188: space: \x0a
+2193: integer: 612
+2196: space: \x0a
+2201: integer: 792
+2204: space: \x0a
+2207: array_close: ]
+2208: space: \x0a
+2211: name: /Parent
+2218: space:
+2219: integer: 3
+2220: space:
+2221: integer: 0
+2222: space:
+2223: word: R
+2224: space: \x0a
+2227: name: /Resources
+2237: space:
+2238: dict_open: <<
+2240: space: \x0a
+2245: name: /Font
+2250: space:
+2251: dict_open: <<
+2253: space: \x0a
+2260: name: /F1
+2263: space:
+2264: integer: 27
+2266: space:
+2267: integer: 0
+2268: space:
+2269: word: R
+2270: space: \x0a
+2275: dict_close: >>
+2277: space: \x0a
+2282: name: /ProcSet
+2290: space:
+2291: integer: 28
+2293: space:
+2294: integer: 0
+2295: space:
+2296: word: R
+2297: space: \x0a
+2300: dict_close: >>
+2302: space: \x0a
+2305: name: /Type
+2310: space:
+2311: name: /Page
+2316: space: \x0a
+2317: dict_close: >>
+2319: space: \x0a
+2320: comment: %% Object stream: object 11, index 9; original object ID: 11
+2380: space: \x0a
+2381: comment: %% Page 8
+2390: space: \x0a
+2391: dict_open: <<
+2393: space: \x0a
+2396: name: /Contents
+2405: space:
+2406: integer: 51
+2408: space:
+2409: integer: 0
+2410: space:
+2411: word: R
+2412: space: \x0a
+2415: name: /MediaBox
+2424: space:
+2425: array_open: [
+2426: space: \x0a
+2431: integer: 0
+2432: space: \x0a
+2437: integer: 0
+2438: space: \x0a
+2443: integer: 612
+2446: space: \x0a
+2451: integer: 792
+2454: space: \x0a
+2457: array_close: ]
+2458: space: \x0a
+2461: name: /Parent
+2468: space:
+2469: integer: 3
+2470: space:
+2471: integer: 0
+2472: space:
+2473: word: R
+2474: space: \x0a
+2477: name: /Resources
+2487: space:
+2488: dict_open: <<
+2490: space: \x0a
+2495: name: /Font
+2500: space:
+2501: dict_open: <<
+2503: space: \x0a
+2510: name: /F1
+2513: space:
+2514: integer: 29
+2516: space:
+2517: integer: 0
+2518: space:
+2519: word: R
+2520: space: \x0a
+2525: dict_close: >>
+2527: space: \x0a
+2532: name: /ProcSet
+2540: space:
+2541: integer: 30
+2543: space:
+2544: integer: 0
+2545: space:
+2546: word: R
+2547: space: \x0a
+2550: dict_close: >>
+2552: space: \x0a
+2555: name: /Type
+2560: space:
+2561: name: /Page
+2566: space: \x0a
+2567: dict_close: >>
+2569: space: \x0a
+2570: comment: %% Object stream: object 12, index 10; original object ID: 12
+2631: space: \x0a
+2632: comment: %% Page 9
+2641: space: \x0a
+2642: dict_open: <<
+2644: space: \x0a
+2647: name: /Contents
+2656: space:
+2657: integer: 53
+2659: space:
+2660: integer: 0
+2661: space:
+2662: word: R
+2663: space: \x0a
+2666: name: /MediaBox
+2675: space:
+2676: array_open: [
+2677: space: \x0a
+2682: integer: 0
+2683: space: \x0a
+2688: integer: 0
+2689: space: \x0a
+2694: integer: 612
+2697: space: \x0a
+2702: integer: 792
+2705: space: \x0a
+2708: array_close: ]
+2709: space: \x0a
+2712: name: /Parent
+2719: space:
+2720: integer: 3
+2721: space:
+2722: integer: 0
+2723: space:
+2724: word: R
+2725: space: \x0a
+2728: name: /Resources
+2738: space:
+2739: dict_open: <<
+2741: space: \x0a
+2746: name: /Font
+2751: space:
+2752: dict_open: <<
+2754: space: \x0a
+2761: name: /F1
+2764: space:
+2765: integer: 31
+2767: space:
+2768: integer: 0
+2769: space:
+2770: word: R
+2771: space: \x0a
+2776: dict_close: >>
+2778: space: \x0a
+2783: name: /ProcSet
+2791: space:
+2792: integer: 32
+2794: space:
+2795: integer: 0
+2796: space:
+2797: word: R
+2798: space: \x0a
+2801: dict_close: >>
+2803: space: \x0a
+2806: name: /Type
+2811: space:
+2812: name: /Page
+2817: space: \x0a
+2818: dict_close: >>
+2820: space: \x0a
+2821: comment: %% Object stream: object 13, index 11; original object ID: 13
+2882: space: \x0a
+2883: comment: %% Page 10
+2893: space: \x0a
+2894: dict_open: <<
+2896: space: \x0a
+2899: name: /Contents
+2908: space:
+2909: integer: 55
+2911: space:
+2912: integer: 0
+2913: space:
+2914: word: R
+2915: space: \x0a
+2918: name: /MediaBox
+2927: space:
+2928: array_open: [
+2929: space: \x0a
+2934: integer: 0
+2935: space: \x0a
+2940: integer: 0
+2941: space: \x0a
+2946: integer: 612
+2949: space: \x0a
+2954: integer: 792
+2957: space: \x0a
+2960: array_close: ]
+2961: space: \x0a
+2964: name: /Parent
+2971: space:
+2972: integer: 3
+2973: space:
+2974: integer: 0
+2975: space:
+2976: word: R
+2977: space: \x0a
+2980: name: /Resources
+2990: space:
+2991: dict_open: <<
+2993: space: \x0a
+2998: name: /Font
+3003: space:
+3004: dict_open: <<
+3006: space: \x0a
+3013: name: /F1
+3016: space:
+3017: integer: 33
+3019: space:
+3020: integer: 0
+3021: space:
+3022: word: R
+3023: space: \x0a
+3028: dict_close: >>
+3030: space: \x0a
+3035: name: /ProcSet
+3043: space:
+3044: integer: 34
+3046: space:
+3047: integer: 0
+3048: space:
+3049: word: R
+3050: space: \x0a
+3053: dict_close: >>
+3055: space: \x0a
+3058: name: /Type
+3063: space:
+3064: name: /Page
+3069: space: \x0a
+3070: dict_close: >>
+3072: space: \x0a
+3073: comment: %% Object stream: object 14, index 12; original object ID: 14
+3134: space: \x0a
+3135: comment: %% Page 11
+3145: space: \x0a
+3146: dict_open: <<
+3148: space: \x0a
+3151: name: /Contents
+3160: space:
+3161: integer: 57
+3163: space:
+3164: integer: 0
+3165: space:
+3166: word: R
+3167: space: \x0a
+3170: name: /MediaBox
+3179: space:
+3180: array_open: [
+3181: space: \x0a
+3186: integer: 0
+3187: space: \x0a
+3192: integer: 0
+3193: space: \x0a
+3198: integer: 612
+3201: space: \x0a
+3206: integer: 792
+3209: space: \x0a
+3212: array_close: ]
+3213: space: \x0a
+3216: name: /Parent
+3223: space:
+3224: integer: 3
+3225: space:
+3226: integer: 0
+3227: space:
+3228: word: R
+3229: space: \x0a
+3232: name: /Resources
+3242: space:
+3243: dict_open: <<
+3245: space: \x0a
+3250: name: /Font
+3255: space:
+3256: dict_open: <<
+3258: space: \x0a
+3265: name: /F1
+3268: space:
+3269: integer: 35
+3271: space:
+3272: integer: 0
+3273: space:
+3274: word: R
+3275: space: \x0a
+3280: dict_close: >>
+3282: space: \x0a
+3287: name: /ProcSet
+3295: space:
+3296: integer: 36
+3298: space:
+3299: integer: 0
+3300: space:
+3301: word: R
+3302: space: \x0a
+3305: dict_close: >>
+3307: space: \x0a
+3310: name: /Type
+3315: space:
+3316: name: /Page
+3321: space: \x0a
+3322: dict_close: >>
+3324: space: \x0a
+3325: comment: %% Object stream: object 15, index 13; original object ID: 15
+3386: space: \x0a
+3387: dict_open: <<
+3389: space: \x0a
+3392: name: /BaseFont
+3401: space:
+3402: name: /Helvetica
+3412: space: \x0a
+3415: name: /Encoding
+3424: space:
+3425: name: /WinAnsiEncoding
+3441: space: \x0a
+3444: name: /Name
+3449: space:
+3450: name: /F1
+3453: space: \x0a
+3456: name: /Subtype
+3464: space:
+3465: name: /Type1
+3471: space: \x0a
+3474: name: /Type
+3479: space:
+3480: name: /Font
+3485: space: \x0a
+3486: dict_close: >>
+3488: space: \x0a
+3489: comment: %% Object stream: object 16, index 14; original object ID: 16
+3550: space: \x0a
+3551: array_open: [
+3552: space: \x0a
+3555: name: /PDF
+3559: space: \x0a
+3562: name: /Text
+3567: space: \x0a
+3568: array_close: ]
+3569: space: \x0a
+3570: comment: %% Object stream: object 17, index 15; original object ID: 17
+3631: space: \x0a
+3632: dict_open: <<
+3634: space: \x0a
+3637: name: /BaseFont
+3646: space:
+3647: name: /Helvetica
+3657: space: \x0a
+3660: name: /Encoding
+3669: space:
+3670: name: /WinAnsiEncoding
+3686: space: \x0a
+3689: name: /Name
+3694: space:
+3695: name: /F1
+3698: space: \x0a
+3701: name: /Subtype
+3709: space:
+3710: name: /Type1
+3716: space: \x0a
+3719: name: /Type
+3724: space:
+3725: name: /Font
+3730: space: \x0a
+3731: dict_close: >>
+3733: space: \x0a
+3734: comment: %% Object stream: object 18, index 16; original object ID: 18
+3795: space: \x0a
+3796: array_open: [
+3797: space: \x0a
+3800: name: /PDF
+3804: space: \x0a
+3807: name: /Text
+3812: space: \x0a
+3813: array_close: ]
+3814: space: \x0a
+3815: comment: %% Object stream: object 19, index 17; original object ID: 19
+3876: space: \x0a
+3877: dict_open: <<
+3879: space: \x0a
+3882: name: /BaseFont
+3891: space:
+3892: name: /Helvetica
+3902: space: \x0a
+3905: name: /Encoding
+3914: space:
+3915: name: /WinAnsiEncoding
+3931: space: \x0a
+3934: name: /Name
+3939: space:
+3940: name: /F1
+3943: space: \x0a
+3946: name: /Subtype
+3954: space:
+3955: name: /Type1
+3961: space: \x0a
+3964: name: /Type
+3969: space:
+3970: name: /Font
+3975: space: \x0a
+3976: dict_close: >>
+3978: space: \x0a
+3979: comment: %% Object stream: object 20, index 18; original object ID: 20
+4040: space: \x0a
+4041: array_open: [
+4042: space: \x0a
+4045: name: /PDF
+4049: space: \x0a
+4052: name: /Text
+4057: space: \x0a
+4058: array_close: ]
+4059: space: \x0a
+4060: comment: %% Object stream: object 21, index 19; original object ID: 21
+4121: space: \x0a
+4122: dict_open: <<
+4124: space: \x0a
+4127: name: /BaseFont
+4136: space:
+4137: name: /Helvetica
+4147: space: \x0a
+4150: name: /Encoding
+4159: space:
+4160: name: /WinAnsiEncoding
+4176: space: \x0a
+4179: name: /Name
+4184: space:
+4185: name: /F1
+4188: space: \x0a
+4191: name: /Subtype
+4199: space:
+4200: name: /Type1
+4206: space: \x0a
+4209: name: /Type
+4214: space:
+4215: name: /Font
+4220: space: \x0a
+4221: dict_close: >>
+4223: space: \x0a
+4224: comment: %% Object stream: object 22, index 20; original object ID: 22
+4285: space: \x0a
+4286: array_open: [
+4287: space: \x0a
+4290: name: /PDF
+4294: space: \x0a
+4297: name: /Text
+4302: space: \x0a
+4303: array_close: ]
+4304: space: \x0a
+4305: comment: %% Object stream: object 23, index 21; original object ID: 23
+4366: space: \x0a
+4367: dict_open: <<
+4369: space: \x0a
+4372: name: /BaseFont
+4381: space:
+4382: name: /Helvetica
+4392: space: \x0a
+4395: name: /Encoding
+4404: space:
+4405: name: /WinAnsiEncoding
+4421: space: \x0a
+4424: name: /Name
+4429: space:
+4430: name: /F1
+4433: space: \x0a
+4436: name: /Subtype
+4444: space:
+4445: name: /Type1
+4451: space: \x0a
+4454: name: /Type
+4459: space:
+4460: name: /Font
+4465: space: \x0a
+4466: dict_close: >>
+4468: space: \x0a
+4469: comment: %% Object stream: object 24, index 22; original object ID: 24
+4530: space: \x0a
+4531: array_open: [
+4532: space: \x0a
+4535: name: /PDF
+4539: space: \x0a
+4542: name: /Text
+4547: space: \x0a
+4548: array_close: ]
+4549: space: \x0a
+4550: comment: %% Object stream: object 25, index 23; original object ID: 25
+4611: space: \x0a
+4612: dict_open: <<
+4614: space: \x0a
+4617: name: /BaseFont
+4626: space:
+4627: name: /Helvetica
+4637: space: \x0a
+4640: name: /Encoding
+4649: space:
+4650: name: /WinAnsiEncoding
+4666: space: \x0a
+4669: name: /Name
+4674: space:
+4675: name: /F1
+4678: space: \x0a
+4681: name: /Subtype
+4689: space:
+4690: name: /Type1
+4696: space: \x0a
+4699: name: /Type
+4704: space:
+4705: name: /Font
+4710: space: \x0a
+4711: dict_close: >>
+4713: space: \x0a
+4714: comment: %% Object stream: object 26, index 24; original object ID: 26
+4775: space: \x0a
+4776: array_open: [
+4777: space: \x0a
+4780: name: /PDF
+4784: space: \x0a
+4787: name: /Text
+4792: space: \x0a
+4793: array_close: ]
+4794: space: \x0a
+4795: comment: %% Object stream: object 27, index 25; original object ID: 27
+4856: space: \x0a
+4857: dict_open: <<
+4859: space: \x0a
+4862: name: /BaseFont
+4871: space:
+4872: name: /Helvetica
+4882: space: \x0a
+4885: name: /Encoding
+4894: space:
+4895: name: /WinAnsiEncoding
+4911: space: \x0a
+4914: name: /Name
+4919: space:
+4920: name: /F1
+4923: space: \x0a
+4926: name: /Subtype
+4934: space:
+4935: name: /Type1
+4941: space: \x0a
+4944: name: /Type
+4949: space:
+4950: name: /Font
+4955: space: \x0a
+4956: dict_close: >>
+4958: space: \x0a
+4959: comment: %% Object stream: object 28, index 26; original object ID: 28
+5020: space: \x0a
+5021: array_open: [
+5022: space: \x0a
+5025: name: /PDF
+5029: space: \x0a
+5032: name: /Text
+5037: space: \x0a
+5038: array_close: ]
+5039: space: \x0a
+5040: comment: %% Object stream: object 29, index 27; original object ID: 29
+5101: space: \x0a
+5102: dict_open: <<
+5104: space: \x0a
+5107: name: /BaseFont
+5116: space:
+5117: name: /Helvetica
+5127: space: \x0a
+5130: name: /Encoding
+5139: space:
+5140: name: /WinAnsiEncoding
+5156: space: \x0a
+5159: name: /Name
+5164: space:
+5165: name: /F1
+5168: space: \x0a
+5171: name: /Subtype
+5179: space:
+5180: name: /Type1
+5186: space: \x0a
+5189: name: /Type
+5194: space:
+5195: name: /Font
+5200: space: \x0a
+5201: dict_close: >>
+5203: space: \x0a
+5204: comment: %% Object stream: object 30, index 28; original object ID: 30
+5265: space: \x0a
+5266: array_open: [
+5267: space: \x0a
+5270: name: /PDF
+5274: space: \x0a
+5277: name: /Text
+5282: space: \x0a
+5283: array_close: ]
+5284: space: \x0a
+5285: comment: %% Object stream: object 31, index 29; original object ID: 31
+5346: space: \x0a
+5347: dict_open: <<
+5349: space: \x0a
+5352: name: /BaseFont
+5361: space:
+5362: name: /Helvetica
+5372: space: \x0a
+5375: name: /Encoding
+5384: space:
+5385: name: /WinAnsiEncoding
+5401: space: \x0a
+5404: name: /Name
+5409: space:
+5410: name: /F1
+5413: space: \x0a
+5416: name: /Subtype
+5424: space:
+5425: name: /Type1
+5431: space: \x0a
+5434: name: /Type
+5439: space:
+5440: name: /Font
+5445: space: \x0a
+5446: dict_close: >>
+5448: space: \x0a
+5449: comment: %% Object stream: object 32, index 30; original object ID: 32
+5510: space: \x0a
+5511: array_open: [
+5512: space: \x0a
+5515: name: /PDF
+5519: space: \x0a
+5522: name: /Text
+5527: space: \x0a
+5528: array_close: ]
+5529: space: \x0a
+5530: comment: %% Object stream: object 33, index 31; original object ID: 33
+5591: space: \x0a
+5592: dict_open: <<
+5594: space: \x0a
+5597: name: /BaseFont
+5606: space:
+5607: name: /Helvetica
+5617: space: \x0a
+5620: name: /Encoding
+5629: space:
+5630: name: /WinAnsiEncoding
+5646: space: \x0a
+5649: name: /Name
+5654: space:
+5655: name: /F1
+5658: space: \x0a
+5661: name: /Subtype
+5669: space:
+5670: name: /Type1
+5676: space: \x0a
+5679: name: /Type
+5684: space:
+5685: name: /Font
+5690: space: \x0a
+5691: dict_close: >>
+5693: space: \x0a
+5694: comment: %% Object stream: object 34, index 32; original object ID: 34
+5755: space: \x0a
+5756: array_open: [
+5757: space: \x0a
+5760: name: /PDF
+5764: space: \x0a
+5767: name: /Text
+5772: space: \x0a
+5773: array_close: ]
+5774: space: \x0a
+5775: comment: %% Object stream: object 35, index 33; original object ID: 35
+5836: space: \x0a
+5837: dict_open: <<
+5839: space: \x0a
+5842: name: /BaseFont
+5851: space:
+5852: name: /Helvetica
+5862: space: \x0a
+5865: name: /Encoding
+5874: space:
+5875: name: /WinAnsiEncoding
+5891: space: \x0a
+5894: name: /Name
+5899: space:
+5900: name: /F1
+5903: space: \x0a
+5906: name: /Subtype
+5914: space:
+5915: name: /Type1
+5921: space: \x0a
+5924: name: /Type
+5929: space:
+5930: name: /Font
+5935: space: \x0a
+5936: dict_close: >>
+5938: space: \x0a
+5939: comment: %% Object stream: object 36, index 34; original object ID: 36
+6000: space: \x0a
+6001: array_open: [
+6002: space: \x0a
+6005: name: /PDF
+6009: space: \x0a
+6012: name: /Text
+6017: space: \x0a
+6018: array_close: ]
+6019: space: \x0a
+6020: eof
+--- END OBJECT STREAM 1 ---
diff --git a/qpdf/qtest/qpdf/tokens.out b/qpdf/qtest/qpdf/tokens.out
index ee1f6d3e..435a6655 100644
--- a/qpdf/qtest/qpdf/tokens.out
+++ b/qpdf/qtest/qpdf/tokens.out
@@ -181,352 +181,352 @@ skipping to endstream
7121: space: \x0a
7122: word: stream
skipping to endstream
-7404: word: endstream
-7413: space: \x0a
-7414: word: endobj
-7420: space: \x0a\x0a
-7422: integer: 44
-7424: space:
-7425: integer: 0
-7426: space:
-7427: word: obj
-7430: space: \x0a
-7431: integer: 275
-7434: space: \x0a
-7435: word: endobj
-7441: space: \x0a\x0a
-7443: comment: %% Contents for page 5
-7465: space: \x0a
-7466: comment: %% Original object ID: 41 0
-7493: space: \x0a
-7494: integer: 45
-7496: space:
-7497: integer: 0
-7498: space:
-7499: word: obj
-7502: space: \x0a
-7503: dict_open: <<
-7505: space: \x0a
-7508: name: /Length
-7515: space:
-7516: integer: 46
-7518: space:
-7519: integer: 0
-7520: space:
-7521: word: R
-7522: space: \x0a
-7523: dict_close: >>
-7525: space: \x0a
-7526: word: stream
+7469: word: endstream
+7478: space: \x0a
+7479: word: endobj
+7485: space: \x0a\x0a
+7487: integer: 44
+7489: space:
+7490: integer: 0
+7491: space:
+7492: word: obj
+7495: space: \x0a
+7496: integer: 340
+7499: space: \x0a
+7500: word: endobj
+7506: space: \x0a\x0a
+7508: comment: %% Contents for page 5
+7530: space: \x0a
+7531: comment: %% Original object ID: 41 0
+7558: space: \x0a
+7559: integer: 45
+7561: space:
+7562: integer: 0
+7563: space:
+7564: word: obj
+7567: space: \x0a
+7568: dict_open: <<
+7570: space: \x0a
+7573: name: /Length
+7580: space:
+7581: integer: 46
+7583: space:
+7584: integer: 0
+7585: space:
+7586: word: R
+7587: space: \x0a
+7588: dict_close: >>
+7590: space: \x0a
+7591: word: stream
skipping to endstream
-7601: word: endstream
-7610: space: \x0a
-7611: word: endobj
-7617: space: \x0a
-7618: comment: %QDF: ignore_newline
-7638: space: \x0a\x0a
-7640: integer: 46
-7642: space:
-7643: integer: 0
-7644: space:
-7645: word: obj
-7648: space: \x0a
-7649: integer: 67
-7651: space: \x0a
-7652: word: endobj
-7658: space: \x0a\x0a
-7660: comment: %% Contents for page 6
+7666: word: endstream
+7675: space: \x0a
+7676: word: endobj
7682: space: \x0a
-7683: comment: %% Original object ID: 42 0
-7710: space: \x0a
-7711: integer: 47
-7713: space:
-7714: integer: 0
-7715: space:
-7716: word: obj
-7719: space: \x0a
-7720: dict_open: <<
-7722: space: \x0a
-7725: name: /Length
-7732: space:
-7733: integer: 48
-7735: space:
-7736: integer: 0
-7737: space:
-7738: word: R
-7739: space: \x0a
-7740: dict_close: >>
-7742: space: \x0a
-7743: word: stream
+7683: comment: %QDF: ignore_newline
+7703: space: \x0a\x0a
+7705: integer: 46
+7707: space:
+7708: integer: 0
+7709: space:
+7710: word: obj
+7713: space: \x0a
+7714: integer: 67
+7716: space: \x0a
+7717: word: endobj
+7723: space: \x0a\x0a
+7725: comment: %% Contents for page 6
+7747: space: \x0a
+7748: comment: %% Original object ID: 42 0
+7775: space: \x0a
+7776: integer: 47
+7778: space:
+7779: integer: 0
+7780: space:
+7781: word: obj
+7784: space: \x0a
+7785: dict_open: <<
+7787: space: \x0a
+7790: name: /Length
+7797: space:
+7798: integer: 48
+7800: space:
+7801: integer: 0
+7802: space:
+7803: word: R
+7804: space: \x0a
+7805: dict_close: >>
+7807: space: \x0a
+7808: word: stream
skipping to endstream
-7794: word: endstream
-7803: space: \x0a
-7804: word: endobj
-7810: space: \x0a\x0a
-7812: integer: 48
-7814: space:
-7815: integer: 0
-7816: space:
-7817: word: obj
-7820: space: \x0a
-7821: integer: 44
-7823: space: \x0a
-7824: word: endobj
-7830: space: \x0a\x0a
-7832: comment: %% Contents for page 7
-7854: space: \x0a
-7855: comment: %% Original object ID: 43 0
-7882: space: \x0a
-7883: integer: 49
-7885: space:
-7886: integer: 0
-7887: space:
-7888: word: obj
-7891: space: \x0a
-7892: dict_open: <<
-7894: space: \x0a
-7897: name: /Length
-7904: space:
-7905: integer: 50
-7907: space:
-7908: integer: 0
-7909: space:
-7910: word: R
-7911: space: \x0a
-7912: dict_close: >>
-7914: space: \x0a
-7915: word: stream
+7859: word: endstream
+7868: space: \x0a
+7869: word: endobj
+7875: space: \x0a\x0a
+7877: integer: 48
+7879: space:
+7880: integer: 0
+7881: space:
+7882: word: obj
+7885: space: \x0a
+7886: integer: 44
+7888: space: \x0a
+7889: word: endobj
+7895: space: \x0a\x0a
+7897: comment: %% Contents for page 7
+7919: space: \x0a
+7920: comment: %% Original object ID: 43 0
+7947: space: \x0a
+7948: integer: 49
+7950: space:
+7951: integer: 0
+7952: space:
+7953: word: obj
+7956: space: \x0a
+7957: dict_open: <<
+7959: space: \x0a
+7962: name: /Length
+7969: space:
+7970: integer: 50
+7972: space:
+7973: integer: 0
+7974: space:
+7975: word: R
+7976: space: \x0a
+7977: dict_close: >>
+7979: space: \x0a
+7980: word: stream
skipping to endstream
-8241: word: endstream
-8250: space: \x0a
-8251: word: endobj
-8257: space: \x0a
-8258: comment: %QDF: ignore_newline
-8278: space: \x0a\x0a
-8280: integer: 50
-8282: space:
-8283: integer: 0
-8284: space:
-8285: word: obj
-8288: space: \x0a
-8289: integer: 318
-8292: space: \x0a
-8293: word: endobj
-8299: space: \x0a\x0a
-8301: comment: %% Contents for page 8
-8323: space: \x0a
-8324: comment: %% Original object ID: 44 0
-8351: space: \x0a
-8352: integer: 51
-8354: space:
-8355: integer: 0
-8356: space:
-8357: word: obj
-8360: space: \x0a
-8361: dict_open: <<
-8363: space: \x0a
-8366: name: /Length
-8373: space:
-8374: integer: 52
-8376: space:
-8377: integer: 0
-8378: space:
-8379: word: R
-8380: space: \x0a
-8381: dict_close: >>
-8383: space: \x0a
-8384: word: stream
+8306: word: endstream
+8315: space: \x0a
+8316: word: endobj
+8322: space: \x0a
+8323: comment: %QDF: ignore_newline
+8343: space: \x0a\x0a
+8345: integer: 50
+8347: space:
+8348: integer: 0
+8349: space:
+8350: word: obj
+8353: space: \x0a
+8354: integer: 318
+8357: space: \x0a
+8358: word: endobj
+8364: space: \x0a\x0a
+8366: comment: %% Contents for page 8
+8388: space: \x0a
+8389: comment: %% Original object ID: 44 0
+8416: space: \x0a
+8417: integer: 51
+8419: space:
+8420: integer: 0
+8421: space:
+8422: word: obj
+8425: space: \x0a
+8426: dict_open: <<
+8428: space: \x0a
+8431: name: /Length
+8438: space:
+8439: integer: 52
+8441: space:
+8442: integer: 0
+8443: space:
+8444: word: R
+8445: space: \x0a
+8446: dict_close: >>
+8448: space: \x0a
+8449: word: stream
skipping to endstream
-8435: word: endstream
-8444: space: \x0a
-8445: word: endobj
-8451: space: \x0a\x0a
-8453: integer: 52
-8455: space:
-8456: integer: 0
-8457: space:
-8458: word: obj
-8461: space: \x0a
-8462: integer: 44
-8464: space: \x0a
-8465: word: endobj
-8471: space: \x0a\x0a
-8473: comment: %% Contents for page 9
-8495: space: \x0a
-8496: comment: %% Original object ID: 45 0
-8523: space: \x0a
-8524: integer: 53
-8526: space:
-8527: integer: 0
-8528: space:
-8529: word: obj
-8532: space: \x0a
-8533: dict_open: <<
-8535: space: \x0a
-8538: name: /Length
-8545: space:
-8546: integer: 54
-8548: space:
-8549: integer: 0
-8550: space:
-8551: word: R
-8552: space: \x0a
-8553: dict_close: >>
-8555: space: \x0a
-8556: word: stream
+8500: word: endstream
+8509: space: \x0a
+8510: word: endobj
+8516: space: \x0a\x0a
+8518: integer: 52
+8520: space:
+8521: integer: 0
+8522: space:
+8523: word: obj
+8526: space: \x0a
+8527: integer: 44
+8529: space: \x0a
+8530: word: endobj
+8536: space: \x0a\x0a
+8538: comment: %% Contents for page 9
+8560: space: \x0a
+8561: comment: %% Original object ID: 45 0
+8588: space: \x0a
+8589: integer: 53
+8591: space:
+8592: integer: 0
+8593: space:
+8594: word: obj
+8597: space: \x0a
+8598: dict_open: <<
+8600: space: \x0a
+8603: name: /Length
+8610: space:
+8611: integer: 54
+8613: space:
+8614: integer: 0
+8615: space:
+8616: word: R
+8617: space: \x0a
+8618: dict_close: >>
+8620: space: \x0a
+8621: word: stream
skipping to endstream
-8607: word: endstream
-8616: space: \x0a
-8617: word: endobj
-8623: space: \x0a\x0a
-8625: integer: 54
-8627: space:
-8628: integer: 0
-8629: space:
-8630: word: obj
-8633: space: \x0a
-8634: integer: 44
-8636: space: \x0a
-8637: word: endobj
-8643: space: \x0a\x0a
-8645: comment: %% Contents for page 10
-8668: space: \x0a
-8669: comment: %% Original object ID: 46 0
-8696: space: \x0a
-8697: integer: 55
-8699: space:
-8700: integer: 0
-8701: space:
-8702: word: obj
-8705: space: \x0a
-8706: dict_open: <<
-8708: space: \x0a
-8711: name: /Length
-8718: space:
-8719: integer: 56
-8721: space:
-8722: integer: 0
-8723: space:
-8724: word: R
-8725: space: \x0a
-8726: dict_close: >>
-8728: space: \x0a
-8729: word: stream
+8672: word: endstream
+8681: space: \x0a
+8682: word: endobj
+8688: space: \x0a\x0a
+8690: integer: 54
+8692: space:
+8693: integer: 0
+8694: space:
+8695: word: obj
+8698: space: \x0a
+8699: integer: 44
+8701: space: \x0a
+8702: word: endobj
+8708: space: \x0a\x0a
+8710: comment: %% Contents for page 10
+8733: space: \x0a
+8734: comment: %% Original object ID: 46 0
+8761: space: \x0a
+8762: integer: 55
+8764: space:
+8765: integer: 0
+8766: space:
+8767: word: obj
+8770: space: \x0a
+8771: dict_open: <<
+8773: space: \x0a
+8776: name: /Length
+8783: space:
+8784: integer: 56
+8786: space:
+8787: integer: 0
+8788: space:
+8789: word: R
+8790: space: \x0a
+8791: dict_close: >>
+8793: space: \x0a
+8794: word: stream
skipping to endstream
-8780: word: endstream
-8789: space: \x0a
-8790: word: endobj
-8796: space: \x0a\x0a
-8798: integer: 56
-8800: space:
-8801: integer: 0
-8802: space:
-8803: word: obj
-8806: space: \x0a
-8807: integer: 44
-8809: space: \x0a
-8810: word: endobj
-8816: space: \x0a\x0a
-8818: comment: %% Contents for page 11
-8841: space: \x0a
-8842: comment: %% Original object ID: 47 0
-8869: space: \x0a
-8870: integer: 57
-8872: space:
-8873: integer: 0
-8874: space:
-8875: word: obj
-8878: space: \x0a
-8879: dict_open: <<
-8881: space: \x0a
-8884: name: /Length
-8891: space:
-8892: integer: 58
-8894: space:
-8895: integer: 0
-8896: space:
-8897: word: R
-8898: space: \x0a
-8899: dict_close: >>
-8901: space: \x0a
-8902: word: stream
+8845: word: endstream
+8854: space: \x0a
+8855: word: endobj
+8861: space: \x0a\x0a
+8863: integer: 56
+8865: space:
+8866: integer: 0
+8867: space:
+8868: word: obj
+8871: space: \x0a
+8872: integer: 44
+8874: space: \x0a
+8875: word: endobj
+8881: space: \x0a\x0a
+8883: comment: %% Contents for page 11
+8906: space: \x0a
+8907: comment: %% Original object ID: 47 0
+8934: space: \x0a
+8935: integer: 57
+8937: space:
+8938: integer: 0
+8939: space:
+8940: word: obj
+8943: space: \x0a
+8944: dict_open: <<
+8946: space: \x0a
+8949: name: /Length
+8956: space:
+8957: integer: 58
+8959: space:
+8960: integer: 0
+8961: space:
+8962: word: R
+8963: space: \x0a
+8964: dict_close: >>
+8966: space: \x0a
+8967: word: stream
skipping to endstream
-8953: word: endstream
-8962: space: \x0a
-8963: word: endobj
-8969: space: \x0a\x0a
-8971: integer: 58
-8973: space:
-8974: integer: 0
-8975: space:
-8976: word: obj
-8979: space: \x0a
-8980: integer: 44
-8982: space: \x0a
-8983: word: endobj
-8989: space: \x0a\x0a
-8991: integer: 59
-8993: space:
-8994: integer: 0
-8995: space:
-8996: word: obj
-8999: space: \x0a
-9000: dict_open: <<
-9002: space: \x0a
-9005: name: /Type
-9010: space:
-9011: name: /XRef
-9016: space: \x0a
-9019: name: /Length
-9026: space:
-9027: integer: 240
-9030: space: \x0a
-9033: name: /W
-9035: space:
-9036: array_open: [
-9037: space:
-9038: integer: 1
-9039: space:
-9040: integer: 2
-9041: space:
-9042: integer: 1
-9043: space:
-9044: array_close: ]
-9045: space: \x0a
-9048: name: /Root
-9053: space:
-9054: integer: 2
-9055: space:
-9056: integer: 0
-9057: space:
-9058: word: R
-9059: space: \x0a
-9062: name: /Size
-9067: space:
-9068: integer: 60
-9070: space: \x0a
-9073: name: /ID
-9076: space:
-9077: array_open: [
-9078: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
-9112: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
-9146: array_close: ]
-9147: space: \x0a
-9148: dict_close: >>
-9150: space: \x0a
-9151: word: stream
+9018: word: endstream
+9027: space: \x0a
+9028: word: endobj
+9034: space: \x0a\x0a
+9036: integer: 58
+9038: space:
+9039: integer: 0
+9040: space:
+9041: word: obj
+9044: space: \x0a
+9045: integer: 44
+9047: space: \x0a
+9048: word: endobj
+9054: space: \x0a\x0a
+9056: integer: 59
+9058: space:
+9059: integer: 0
+9060: space:
+9061: word: obj
+9064: space: \x0a
+9065: dict_open: <<
+9067: space: \x0a
+9070: name: /Type
+9075: space:
+9076: name: /XRef
+9081: space: \x0a
+9084: name: /Length
+9091: space:
+9092: integer: 240
+9095: space: \x0a
+9098: name: /W
+9100: space:
+9101: array_open: [
+9102: space:
+9103: integer: 1
+9104: space:
+9105: integer: 2
+9106: space:
+9107: integer: 1
+9108: space:
+9109: array_close: ]
+9110: space: \x0a
+9113: name: /Root
+9118: space:
+9119: integer: 2
+9120: space:
+9121: integer: 0
+9122: space:
+9123: word: R
+9124: space: \x0a
+9127: name: /Size
+9132: space:
+9133: integer: 60
+9135: space: \x0a
+9138: name: /ID
+9141: space:
+9142: array_open: [
+9143: string: \x88\x04\x8e\x17\xc9a\xe0\x94\xff\xec\xe9\x8c\xb8\x8cF\xd0 (raw: <88048e17c961e094ffece98cb88c46d0>)
+9177: string: \xed\xd6\x0f\xe8\xee\x87\xf8\x871\xa8o\x81\x9f\xe6Q\x99 (raw: <edd60fe8ee87f88731a86f819fe65199>)
+9211: array_close: ]
+9212: space: \x0a
+9213: dict_close: >>
+9215: space: \x0a
+9216: word: stream
skipping to endstream
-9399: word: endstream
-9408: space: \x0a
-9409: word: endobj
-9415: space: \x0a\x0a
-9417: word: startxref
-9426: space: \x0a
-9427: integer: 8991
-9431: space: \x0a
-9432: comment: %%EOF
-9437: space: \x0a
-9438: eof
+9464: word: endstream
+9473: space: \x0a
+9474: word: endobj
+9480: space: \x0a\x0a
+9482: word: startxref
+9491: space: \x0a
+9492: integer: 9056
+9496: space: \x0a
+9497: comment: %%EOF
+9502: space: \x0a
+9503: eof
--- END FILE ---
--- BEGIN PAGE 1 ---
0: word: BT
@@ -599,7 +599,9 @@ skipping to endstream
103: dict_close: >>
105: space: \x0a
106: word: ID
-108: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI\x0a
+109: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+352: word: EI
+354: space: \x0a
355: word: BT
357: space: \x0a
360: name: /F1
@@ -659,69 +661,77 @@ skipping to endstream
58: space: \x0a
61: string: quack (raw: (qu\\x0dack))
70: space: \x0a
-73: integer: 72
-75: space:
-76: integer: 720
-79: space:
-80: word: Td
-82: space: \x0a
-85: real: 3.14
-89: space: \x0a
-92: real: 3.
-94: space: \x0a
-97: real: .14
-100: space: \x0a
-103: real: +3.14
-108: space: \x0a
-111: real: +3.
-114: space: \x0a
-117: real: +.14
-121: space: \x0a
-124: real: -3.14
-129: space: \x0a
-132: real: -3.
+73: string: qu\x0aack (raw: (qu\\x0d\x0a\x0dack))
+84: space: \x0a
+87: string: qu\x0aack (raw: (qu\\x0d\x0dack))
+97: space: \x0a
+100: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\\x0a\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
+117: space: \x0a
+120: string: qu\x0a\x0a\x0a\x0a\x0a\x0aack (raw: (qu\x0a\x0d\x0a\x0a\x0d\x0d\x0a\x0aack))
135: space: \x0a
-138: real: -.14
-142: space: \x0a
-145: integer: +16059
-151: space: \x0a
-154: integer: -16059
-160: space: \x0a
-163: word: +.
+138: integer: 72
+140: space:
+141: integer: 720
+144: space:
+145: word: Td
+147: space: \x0a
+150: real: 3.14
+154: space: \x0a
+157: real: 3.
+159: space: \x0a
+162: real: .14
165: space: \x0a
-168: bad: <fade\x0aET (invalid character (T) in hexstring)
-176: space: \x0a
-177: bad: ) (unexpected ))
-178: bad: > (unexpected >)
-179: word: quack
-184: space:
-185: bad: /name#oops (invalid name token)
-195: space:
-196: name: /name (raw: /n#61me)
-203: space:
-204: word: one
-207: space:
-208: bool: true
-212: space:
-213: word: two
-216: space:
-217: bool: false
-222: space:
-223: word: three
-228: space:
-229: null: null
-233: space:
-234: word: four
-238: space: \x0a
-239: word: !@#$^&
-245: brace_open: {
-246: brace_close: }
-247: word: *-_+=
-252: space: \x0a
-253: word: abc123def3.14true
-270: space: \x0a
-271: bad: <ff\x0a (EOF while reading token)
-275: eof
+168: real: +3.14
+173: space: \x0a
+176: real: +3.
+179: space: \x0a
+182: real: +.14
+186: space: \x0a
+189: real: -3.14
+194: space: \x0a
+197: real: -3.
+200: space: \x0a
+203: real: -.14
+207: space: \x0a
+210: integer: +16059
+216: space: \x0a
+219: integer: -16059
+225: space: \x0a
+228: word: +.
+230: space: \x0a
+233: bad: <fade\x0aET (invalid character (T) in hexstring)
+241: space: \x0a
+242: bad: ) (unexpected ))
+243: bad: > (unexpected >)
+244: word: quack
+249: space:
+250: bad: /name#oops (invalid name token)
+260: space:
+261: name: /name (raw: /n#61me)
+268: space:
+269: word: one
+272: space:
+273: bool: true
+277: space:
+278: word: two
+281: space:
+282: bool: false
+287: space:
+288: word: three
+293: space:
+294: null: null
+298: space:
+299: word: four
+303: space: \x0a
+304: word: !@#$^&
+310: brace_open: {
+311: brace_close: }
+312: word: *-_+=
+317: space: \x0a
+318: word: abc123def3.14true
+335: space: \x0a
+336: bad: <ff\x0a (EOF while reading token)
+340: eof
--- END PAGE 4 ---
--- BEGIN PAGE 5 ---
0: word: BT
@@ -750,7 +760,7 @@ skipping to endstream
--- BEGIN PAGE 6 ---
0: word: ID
EI not found; resuming normal scanning
-2: space: \x0a
+3: space:
5: name: /F1
8: space:
9: integer: 24
@@ -801,7 +811,8 @@ EI not found; resuming normal scanning
67: dict_close: >>
69: space: \x0a
70: word: ID
-72: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0aEI
+73: inline-image: x\x9c\xc5\xd6I\x0e\xc3 \x0c\x05P|\xffC;U\xc8`\xc0\xd37\x91Z\xa9\x0b\xa6\x17\x02\xc4\x98\xda\xe6\x8f\x1b}D\xf0\xef_\xb4\xf8\x1c\xc9W\xa9\x84\x9c\xc4-\x94\x88>\xff\x87\xc0\x8d>\x94^\x01&\xae\xa1u\xe2]\x80"!\x87\x95\x08\x96\x05*\xac&\x8fE|Sy\xae \xf0d-\x80<\x9d\x19B\x010B\x05\xfa@N\x11\xea+<\x1fhl\xe8K\xd0\xee/56L\xa0\x89\x90\xe3\x19\x1e \xa3\x96\xb9\xa6>0\x06>\x15Y\x81\xf9!c\xec\\x0eY\x0c\xd8\x0f%Y\xf0\x01\xa5\xd68?&\xa0\xd6\xeb\x88}j\x92\xfb\xe8\x1d;\xab\x8d3\x9d\xc2\xd6l\x14p\xdbsH\xf6\xfbt\xfa\x01Q\x02\xd8Tt*h\xccU\xfa\xe3w\x07\xcd\xd5\xd0%\xa8)p\x96\xb3"\x95DiRj\xb9\x96D\x18YNU\x11\xd3\xd9Av\x92F\xe0&\x0d\x90\xcd\xd4u#c\x95\xc6W\x09\xf4\xdf\x89\x03W\x93O\x0d\x0a
+316: word: EI
318: eof
--- END PAGE 7 ---
--- BEGIN PAGE 8 ---
diff --git a/qpdf/qtest/qpdf/tokens.pdf b/qpdf/qtest/qpdf/tokens.pdf
index a7157eef..e9278c4c 100644
--- a/qpdf/qtest/qpdf/tokens.pdf
+++ b/qpdf/qtest/qpdf/tokens.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/unicode-op.out b/qpdf/qtest/qpdf/unicode-op.out
new file mode 100644
index 00000000..a1437ca4
--- /dev/null
+++ b/qpdf/qtest/qpdf/unicode-op.out
@@ -0,0 +1,15 @@
+R = 6
+P = -4
+User password =
+extract for accessibility: allowed
+extract for any purpose: allowed
+print low resolution: allowed
+print high resolution: allowed
+modify document assembly: allowed
+modify forms: allowed
+modify annotations: allowed
+modify other: allowed
+modify anything: allowed
+stream encryption method: AESv3
+string encryption method: AESv3
+file encryption method: AESv3
diff --git a/qpdf/qtest/qpdf/unicode-up.out b/qpdf/qtest/qpdf/unicode-up.out
new file mode 100644
index 00000000..9e3a0581
--- /dev/null
+++ b/qpdf/qtest/qpdf/unicode-up.out
@@ -0,0 +1,15 @@
+R = 6
+P = -4
+User password = π
+extract for accessibility: allowed
+extract for any purpose: allowed
+print low resolution: allowed
+print high resolution: allowed
+modify document assembly: allowed
+modify forms: allowed
+modify annotations: allowed
+modify other: allowed
+modify anything: allowed
+stream encryption method: AESv3
+string encryption method: AESv3
+file encryption method: AESv3
diff --git a/qpdf/qtest/qpdf/unique-resources.pdf b/qpdf/qtest/qpdf/unique-resources.pdf
new file mode 100644
index 00000000..1f789ea1
--- /dev/null
+++ b/qpdf/qtest/qpdf/unique-resources.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/unsupported-optimization.pdf b/qpdf/qtest/qpdf/unsupported-optimization.pdf
new file mode 100644
index 00000000..51816b34
--- /dev/null
+++ b/qpdf/qtest/qpdf/unsupported-optimization.pdf
Binary files differ
diff --git a/qpdf/qtest/qpdf/uo-1.out b/qpdf/qtest/qpdf/uo-1.out
new file mode 100644
index 00000000..d3d5ff3e
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-1.out
@@ -0,0 +1,48 @@
+qpdf: processing underlay/overlay
+ page 1
+ underlay 1
+ overlay 1
+ page 2
+ underlay 2
+ overlay 2
+ page 3
+ underlay 3
+ overlay 3
+ page 4
+ underlay 4
+ overlay 4
+ page 5
+ underlay 5
+ overlay 5
+ page 6
+ underlay 6
+ overlay 6
+ page 7
+ underlay 7
+ overlay 7
+ page 8
+ underlay 8
+ overlay 8
+ page 9
+ underlay 8
+ overlay 9
+ page 10
+ underlay 8
+ overlay 10
+ page 11
+ underlay 8
+ overlay 11
+ page 12
+ underlay 8
+ overlay 12
+ page 13
+ underlay 8
+ overlay 13
+ page 14
+ underlay 8
+ overlay 14
+ page 15
+ overlay 15
+ page 16
+ overlay 16
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-1.pdf b/qpdf/qtest/qpdf/uo-1.pdf
new file mode 100644
index 00000000..69cd34a1
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-1.pdf
@@ -0,0 +1,2947 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ 25 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 29 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents [
+ 33 0 R
+ 35 0 R
+ 37 0 R
+ 39 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 41 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 45 0 R
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ 53 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 55 0 R
+ /Fx2 57 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents [
+ 59 0 R
+ 61 0 R
+ 63 0 R
+ 65 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 67 0 R
+ /Fx2 69 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ 77 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 79 0 R
+ /Fx2 81 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents [
+ 83 0 R
+ 85 0 R
+ 87 0 R
+ 89 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 91 0 R
+ /Fx2 93 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ 101 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 103 0 R
+ /Fx2 105 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents [
+ 107 0 R
+ 109 0 R
+ 111 0 R
+ 113 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 117 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ 125 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 127 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents [
+ 129 0 R
+ 131 0 R
+ 133 0 R
+ 135 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 137 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents [
+ 139 0 R
+ 141 0 R
+ 143 0 R
+ 145 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 147 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents [
+ 149 0 R
+ 151 0 R
+ 153 0 R
+ 155 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 157 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents [
+ 159 0 R
+ 161 0 R
+ 163 0 R
+ 165 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 167 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents [
+ 169 0 R
+ 171 0 R
+ 173 0 R
+ 175 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 177 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents [
+ 179 0 R
+ 181 0 R
+ 183 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 185 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents [
+ 187 0 R
+ 189 0 R
+ 191 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 193 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+22 0 obj
+63
+endobj
+
+%% Contents for page 1
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+24 0 obj
+108
+endobj
+
+%% Contents for page 1
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+26 0 obj
+66
+endobj
+
+27 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+28 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 1 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+30 0 obj
+110
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+32 0 obj
+109
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+q
+endstream
+endobj
+
+34 0 obj
+2
+endobj
+
+%% Contents for page 2
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+36 0 obj
+67
+endobj
+
+%% Contents for page 2
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+38 0 obj
+117
+endobj
+
+%% Contents for page 2
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 108.00000 243.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+40 0 obj
+70
+endobj
+
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 2 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+42 0 obj
+110
+endobj
+
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+44 0 obj
+113
+endobj
+
+%% Contents for page 3
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+q
+endstream
+endobj
+
+46 0 obj
+2
+endobj
+
+%% Contents for page 3
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+48 0 obj
+65
+endobj
+
+%% Contents for page 3
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+50 0 obj
+45
+endobj
+
+%% Contents for page 3
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+52 0 obj
+63
+endobj
+
+%% Contents for page 3
+53 0 obj
+<<
+ /Length 54 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 20.00000 20.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+54 0 obj
+68
+endobj
+
+55 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 56 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 3 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+56 0 obj
+114
+endobj
+
+57 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 58 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+58 0 obj
+150
+endobj
+
+%% Contents for page 4
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+q
+endstream
+endobj
+
+60 0 obj
+2
+endobj
+
+%% Contents for page 4
+61 0 obj
+<<
+ /Length 62 0 R
+>>
+stream
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+62 0 obj
+65
+endobj
+
+%% Contents for page 4
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+64 0 obj
+108
+endobj
+
+%% Contents for page 4
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+
+Q
+q
+0.81383 0.00000 0.00000 0.81383 16.27660 146.96809 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+66 0 obj
+69
+endobj
+
+67 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 68 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 4 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+68 0 obj
+114
+endobj
+
+69 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+70 0 obj
+170
+endobj
+
+%% Contents for page 5
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 5
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+74 0 obj
+68
+endobj
+
+%% Contents for page 5
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+76 0 obj
+112
+endobj
+
+%% Contents for page 5
+77 0 obj
+<<
+ /Length 78 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+78 0 obj
+71
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 5 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+80 0 obj
+115
+endobj
+
+81 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 82 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+82 0 obj
+109
+endobj
+
+%% Contents for page 6
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+q
+endstream
+endobj
+
+84 0 obj
+2
+endobj
+
+%% Contents for page 6
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+86 0 obj
+68
+endobj
+
+%% Contents for page 6
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+88 0 obj
+123
+endobj
+
+%% Contents for page 6
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 510.00000 132.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+90 0 obj
+71
+endobj
+
+91 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 92 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 6 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+92 0 obj
+115
+endobj
+
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+94 0 obj
+113
+endobj
+
+%% Contents for page 7
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 7
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+98 0 obj
+66
+endobj
+
+%% Contents for page 7
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+100 0 obj
+112
+endobj
+
+%% Contents for page 7
+101 0 obj
+<<
+ /Length 102 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+102 0 obj
+71
+endobj
+
+103 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 104 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 7 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+104 0 obj
+115
+endobj
+
+105 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 106 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 8
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+q
+endstream
+endobj
+
+108 0 obj
+2
+endobj
+
+%% Contents for page 8
+109 0 obj
+<<
+ /Length 110 0 R
+>>
+stream
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+110 0 obj
+66
+endobj
+
+%% Contents for page 8
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+112 0 obj
+112
+endobj
+
+%% Contents for page 8
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+114 0 obj
+69
+endobj
+
+115 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 195 0 R
+ >>
+ /ProcSet 196 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 116 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 8 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+116 0 obj
+115
+endobj
+
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+118 0 obj
+114
+endobj
+
+%% Contents for page 9
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 9
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+122 0 obj
+69
+endobj
+
+%% Contents for page 9
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+124 0 obj
+113
+endobj
+
+%% Contents for page 9
+125 0 obj
+<<
+ /Length 126 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+126 0 obj
+72
+endobj
+
+127 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 128 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+128 0 obj
+109
+endobj
+
+%% Contents for page 10
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+q
+endstream
+endobj
+
+130 0 obj
+2
+endobj
+
+%% Contents for page 10
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+69
+endobj
+
+%% Contents for page 10
+133 0 obj
+<<
+ /Length 134 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+134 0 obj
+126
+endobj
+
+%% Contents for page 10
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+136 0 obj
+72
+endobj
+
+137 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 138 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 11
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+q
+endstream
+endobj
+
+140 0 obj
+2
+endobj
+
+%% Contents for page 11
+141 0 obj
+<<
+ /Length 142 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+142 0 obj
+69
+endobj
+
+%% Contents for page 11
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+144 0 obj
+114
+endobj
+
+%% Contents for page 11
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+146 0 obj
+72
+endobj
+
+147 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 148 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+148 0 obj
+115
+endobj
+
+%% Contents for page 12
+149 0 obj
+<<
+ /Length 150 0 R
+>>
+stream
+q
+endstream
+endobj
+
+150 0 obj
+2
+endobj
+
+%% Contents for page 12
+151 0 obj
+<<
+ /Length 152 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+152 0 obj
+69
+endobj
+
+%% Contents for page 12
+153 0 obj
+<<
+ /Length 154 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+154 0 obj
+114
+endobj
+
+%% Contents for page 12
+155 0 obj
+<<
+ /Length 156 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+156 0 obj
+72
+endobj
+
+157 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 158 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+158 0 obj
+115
+endobj
+
+%% Contents for page 13
+159 0 obj
+<<
+ /Length 160 0 R
+>>
+stream
+q
+endstream
+endobj
+
+160 0 obj
+2
+endobj
+
+%% Contents for page 13
+161 0 obj
+<<
+ /Length 162 0 R
+>>
+stream
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+162 0 obj
+66
+endobj
+
+%% Contents for page 13
+163 0 obj
+<<
+ /Length 164 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+164 0 obj
+114
+endobj
+
+%% Contents for page 13
+165 0 obj
+<<
+ /Length 166 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+166 0 obj
+69
+endobj
+
+167 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 168 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+168 0 obj
+110
+endobj
+
+%% Contents for page 14
+169 0 obj
+<<
+ /Length 170 0 R
+>>
+stream
+q
+endstream
+endobj
+
+170 0 obj
+2
+endobj
+
+%% Contents for page 14
+171 0 obj
+<<
+ /Length 172 0 R
+>>
+stream
+q
+0.00000 -0.80000 0.80000 0.00000 61.20000 712.80000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+172 0 obj
+67
+endobj
+
+%% Contents for page 14
+173 0 obj
+<<
+ /Length 174 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+174 0 obj
+126
+endobj
+
+%% Contents for page 14
+175 0 obj
+<<
+ /Length 176 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.66667 0.66667 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+176 0 obj
+69
+endobj
+
+177 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 178 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+178 0 obj
+125
+endobj
+
+%% Contents for page 15
+179 0 obj
+<<
+ /Length 180 0 R
+>>
+stream
+q
+endstream
+endobj
+
+180 0 obj
+2
+endobj
+
+%% Contents for page 15
+181 0 obj
+<<
+ /Length 182 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+182 0 obj
+114
+endobj
+
+%% Contents for page 15
+183 0 obj
+<<
+ /Length 184 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+184 0 obj
+69
+endobj
+
+185 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 186 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+186 0 obj
+115
+endobj
+
+%% Contents for page 16
+187 0 obj
+<<
+ /Length 188 0 R
+>>
+stream
+q
+endstream
+endobj
+
+188 0 obj
+2
+endobj
+
+%% Contents for page 16
+189 0 obj
+<<
+ /Length 190 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+190 0 obj
+114
+endobj
+
+%% Contents for page 16
+191 0 obj
+<<
+ /Length 192 0 R
+>>
+stream
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+192 0 obj
+69
+endobj
+
+193 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 197 0 R
+ >>
+ /ProcSet 198 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 194 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+194 0 obj
+115
+endobj
+
+195 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+196 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+197 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+198 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 199
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000628 00000 n
+0000000949 00000 n
+0000001267 00000 n
+0000001574 00000 n
+0000001894 00000 n
+0000002230 00000 n
+0000002553 00000 n
+0000002880 00000 n
+0000003209 00000 n
+0000003555 00000 n
+0000003884 00000 n
+0000004213 00000 n
+0000004542 00000 n
+0000004888 00000 n
+0000005186 00000 n
+0000005496 00000 n
+0000005555 00000 n
+0000005597 00000 n
+0000005717 00000 n
+0000005760 00000 n
+0000005925 00000 n
+0000005969 00000 n
+0000006092 00000 n
+0000006112 00000 n
+0000006231 00000 n
+0000006267 00000 n
+0000006590 00000 n
+0000006611 00000 n
+0000006933 00000 n
+0000006977 00000 n
+0000007036 00000 n
+0000007078 00000 n
+0000007202 00000 n
+0000007245 00000 n
+0000007419 00000 n
+0000007463 00000 n
+0000007590 00000 n
+0000007610 00000 n
+0000007933 00000 n
+0000007954 00000 n
+0000008377 00000 n
+0000008421 00000 n
+0000008480 00000 n
+0000008522 00000 n
+0000008644 00000 n
+0000008687 00000 n
+0000008789 00000 n
+0000008832 00000 n
+0000008952 00000 n
+0000008995 00000 n
+0000009120 00000 n
+0000009140 00000 n
+0000009564 00000 n
+0000009585 00000 n
+0000010050 00000 n
+0000010094 00000 n
+0000010153 00000 n
+0000010195 00000 n
+0000010317 00000 n
+0000010360 00000 n
+0000010525 00000 n
+0000010569 00000 n
+0000010695 00000 n
+0000010715 00000 n
+0000011139 00000 n
+0000011160 00000 n
+0000011642 00000 n
+0000011686 00000 n
+0000011745 00000 n
+0000011787 00000 n
+0000011912 00000 n
+0000011955 00000 n
+0000012124 00000 n
+0000012168 00000 n
+0000012296 00000 n
+0000012316 00000 n
+0000012744 00000 n
+0000012765 00000 n
+0000013087 00000 n
+0000013131 00000 n
+0000013190 00000 n
+0000013232 00000 n
+0000013357 00000 n
+0000013400 00000 n
+0000013580 00000 n
+0000013624 00000 n
+0000013752 00000 n
+0000013772 00000 n
+0000014200 00000 n
+0000014221 00000 n
+0000014644 00000 n
+0000014688 00000 n
+0000014747 00000 n
+0000014789 00000 n
+0000014912 00000 n
+0000014955 00000 n
+0000015125 00000 n
+0000015170 00000 n
+0000015300 00000 n
+0000015321 00000 n
+0000015748 00000 n
+0000015770 00000 n
+0000016199 00000 n
+0000016244 00000 n
+0000016305 00000 n
+0000016348 00000 n
+0000016473 00000 n
+0000016517 00000 n
+0000016688 00000 n
+0000016733 00000 n
+0000016861 00000 n
+0000016882 00000 n
+0000017309 00000 n
+0000017331 00000 n
+0000017757 00000 n
+0000017802 00000 n
+0000017863 00000 n
+0000017906 00000 n
+0000018034 00000 n
+0000018078 00000 n
+0000018250 00000 n
+0000018295 00000 n
+0000018426 00000 n
+0000018447 00000 n
+0000018771 00000 n
+0000018817 00000 n
+0000018878 00000 n
+0000018922 00000 n
+0000019050 00000 n
+0000019095 00000 n
+0000019280 00000 n
+0000019326 00000 n
+0000019457 00000 n
+0000019478 00000 n
+0000019904 00000 n
+0000019950 00000 n
+0000020011 00000 n
+0000020055 00000 n
+0000020183 00000 n
+0000020228 00000 n
+0000020401 00000 n
+0000020447 00000 n
+0000020578 00000 n
+0000020599 00000 n
+0000021029 00000 n
+0000021075 00000 n
+0000021136 00000 n
+0000021180 00000 n
+0000021308 00000 n
+0000021353 00000 n
+0000021526 00000 n
+0000021572 00000 n
+0000021703 00000 n
+0000021724 00000 n
+0000022151 00000 n
+0000022197 00000 n
+0000022258 00000 n
+0000022302 00000 n
+0000022427 00000 n
+0000022472 00000 n
+0000022645 00000 n
+0000022691 00000 n
+0000022819 00000 n
+0000022840 00000 n
+0000023165 00000 n
+0000023211 00000 n
+0000023272 00000 n
+0000023316 00000 n
+0000023442 00000 n
+0000023487 00000 n
+0000023672 00000 n
+0000023718 00000 n
+0000023846 00000 n
+0000023867 00000 n
+0000024304 00000 n
+0000024350 00000 n
+0000024411 00000 n
+0000024455 00000 n
+0000024628 00000 n
+0000024674 00000 n
+0000024802 00000 n
+0000024823 00000 n
+0000025253 00000 n
+0000025299 00000 n
+0000025360 00000 n
+0000025404 00000 n
+0000025577 00000 n
+0000025623 00000 n
+0000025751 00000 n
+0000025772 00000 n
+0000026199 00000 n
+0000026221 00000 n
+0000026341 00000 n
+0000026378 00000 n
+0000026498 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 199
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+26535
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-2.out b/qpdf/qtest/qpdf/uo-2.out
new file mode 100644
index 00000000..cf4e62cc
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-2.out
@@ -0,0 +1,50 @@
+qpdf: processing underlay/overlay
+ page 1
+ underlay 16
+ overlay 7
+ page 2
+ underlay 15
+ overlay 8
+ page 3
+ underlay 14
+ overlay 7
+ page 4
+ underlay 13
+ overlay 8
+ page 5
+ underlay 12
+ overlay 7
+ page 6
+ underlay 11
+ overlay 8
+ page 7
+ underlay 10
+ overlay 7
+ page 8
+ underlay 9
+ overlay 8
+ page 9
+ underlay 8
+ overlay 7
+ page 10
+ underlay 7
+ overlay 8
+ page 11
+ underlay 6
+ overlay 7
+ page 12
+ underlay 5
+ overlay 8
+ page 13
+ underlay 4
+ overlay 7
+ page 14
+ underlay 3
+ overlay 8
+ page 15
+ underlay 2
+ overlay 7
+ page 16
+ underlay 1
+ overlay 8
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-2.pdf b/qpdf/qtest/qpdf/uo-2.pdf
new file mode 100644
index 00000000..2003f89b
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-2.pdf
@@ -0,0 +1,2729 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ 25 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 29 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents [
+ 33 0 R
+ 35 0 R
+ 37 0 R
+ 39 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 41 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 45 0 R
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ 53 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 55 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents [
+ 57 0 R
+ 59 0 R
+ 61 0 R
+ 63 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 65 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents [
+ 67 0 R
+ 69 0 R
+ 71 0 R
+ 73 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 75 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents [
+ 77 0 R
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ 93 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 95 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents [
+ 97 0 R
+ 99 0 R
+ 101 0 R
+ 103 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 105 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents [
+ 107 0 R
+ 109 0 R
+ 111 0 R
+ 113 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 115 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents [
+ 117 0 R
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ 133 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 135 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents [
+ 137 0 R
+ 139 0 R
+ 141 0 R
+ 143 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 145 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents [
+ 147 0 R
+ 149 0 R
+ 151 0 R
+ 153 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 155 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents [
+ 157 0 R
+ 159 0 R
+ 161 0 R
+ 163 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 165 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents [
+ 167 0 R
+ 169 0 R
+ 171 0 R
+ 173 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 175 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents [
+ 177 0 R
+ 179 0 R
+ 181 0 R
+ 183 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 27 0 R
+ >>
+ /ProcSet 28 0 R
+ /XObject <<
+ /Fx1 185 0 R
+ /Fx2 43 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+22 0 obj
+65
+endobj
+
+%% Contents for page 1
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+24 0 obj
+108
+endobj
+
+%% Contents for page 1
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+26 0 obj
+68
+endobj
+
+27 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+28 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+30 0 obj
+115
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 189 0 R
+ >>
+ /ProcSet 190 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 7 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+32 0 obj
+115
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+q
+endstream
+endobj
+
+34 0 obj
+2
+endobj
+
+%% Contents for page 2
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+36 0 obj
+67
+endobj
+
+%% Contents for page 2
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+38 0 obj
+117
+endobj
+
+%% Contents for page 2
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 108.00000 243.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+40 0 obj
+70
+endobj
+
+41 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 42 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+42 0 obj
+115
+endobj
+
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 189 0 R
+ >>
+ /ProcSet 190 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 8 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+44 0 obj
+115
+endobj
+
+%% Contents for page 3
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+q
+endstream
+endobj
+
+46 0 obj
+2
+endobj
+
+%% Contents for page 3
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+0.51515 0.00000 0.00000 0.51515 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+48 0 obj
+65
+endobj
+
+%% Contents for page 3
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+50 0 obj
+45
+endobj
+
+%% Contents for page 3
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+52 0 obj
+63
+endobj
+
+%% Contents for page 3
+53 0 obj
+<<
+ /Length 54 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+54 0 obj
+68
+endobj
+
+55 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 56 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+56 0 obj
+125
+endobj
+
+%% Contents for page 4
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+q
+endstream
+endobj
+
+58 0 obj
+2
+endobj
+
+%% Contents for page 4
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+63
+endobj
+
+%% Contents for page 4
+61 0 obj
+<<
+ /Length 62 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+62 0 obj
+108
+endobj
+
+%% Contents for page 4
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+64 0 obj
+68
+endobj
+
+65 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 66 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+66 0 obj
+110
+endobj
+
+%% Contents for page 5
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+q
+endstream
+endobj
+
+68 0 obj
+2
+endobj
+
+%% Contents for page 5
+69 0 obj
+<<
+ /Length 70 0 R
+>>
+stream
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+70 0 obj
+66
+endobj
+
+%% Contents for page 5
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+72 0 obj
+112
+endobj
+
+%% Contents for page 5
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+74 0 obj
+69
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+76 0 obj
+115
+endobj
+
+%% Contents for page 6
+77 0 obj
+<<
+ /Length 78 0 R
+>>
+stream
+q
+endstream
+endobj
+
+78 0 obj
+2
+endobj
+
+%% Contents for page 6
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+80 0 obj
+68
+endobj
+
+%% Contents for page 6
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+123
+endobj
+
+%% Contents for page 6
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 510.00000 132.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+84 0 obj
+71
+endobj
+
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+86 0 obj
+115
+endobj
+
+%% Contents for page 7
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 7
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+90 0 obj
+66
+endobj
+
+%% Contents for page 7
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+92 0 obj
+112
+endobj
+
+%% Contents for page 7
+93 0 obj
+<<
+ /Length 94 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+94 0 obj
+69
+endobj
+
+95 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 96 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+96 0 obj
+114
+endobj
+
+%% Contents for page 8
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+q
+endstream
+endobj
+
+98 0 obj
+2
+endobj
+
+%% Contents for page 8
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+68
+endobj
+
+%% Contents for page 8
+101 0 obj
+<<
+ /Length 102 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+102 0 obj
+112
+endobj
+
+%% Contents for page 8
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+104 0 obj
+69
+endobj
+
+105 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 106 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+106 0 obj
+109
+endobj
+
+%% Contents for page 9
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+q
+endstream
+endobj
+
+108 0 obj
+2
+endobj
+
+%% Contents for page 9
+109 0 obj
+<<
+ /Length 110 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+110 0 obj
+69
+endobj
+
+%% Contents for page 9
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+112 0 obj
+113
+endobj
+
+%% Contents for page 9
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+114 0 obj
+72
+endobj
+
+115 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 116 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+116 0 obj
+114
+endobj
+
+%% Contents for page 10
+117 0 obj
+<<
+ /Length 118 0 R
+>>
+stream
+q
+endstream
+endobj
+
+118 0 obj
+2
+endobj
+
+%% Contents for page 10
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+120 0 obj
+69
+endobj
+
+%% Contents for page 10
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+126
+endobj
+
+%% Contents for page 10
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+124 0 obj
+72
+endobj
+
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+126 0 obj
+114
+endobj
+
+%% Contents for page 11
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 11
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+130 0 obj
+69
+endobj
+
+%% Contents for page 11
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+132 0 obj
+114
+endobj
+
+%% Contents for page 11
+133 0 obj
+<<
+ /Length 134 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+134 0 obj
+72
+endobj
+
+135 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 136 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+136 0 obj
+113
+endobj
+
+%% Contents for page 12
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+q
+endstream
+endobj
+
+138 0 obj
+2
+endobj
+
+%% Contents for page 12
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+69
+endobj
+
+%% Contents for page 12
+141 0 obj
+<<
+ /Length 142 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+142 0 obj
+114
+endobj
+
+%% Contents for page 12
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+144 0 obj
+72
+endobj
+
+145 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 146 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+146 0 obj
+109
+endobj
+
+%% Contents for page 13
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+q
+endstream
+endobj
+
+148 0 obj
+2
+endobj
+
+%% Contents for page 13
+149 0 obj
+<<
+ /Length 150 0 R
+>>
+stream
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 752.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+150 0 obj
+66
+endobj
+
+%% Contents for page 13
+151 0 obj
+<<
+ /Length 152 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+152 0 obj
+114
+endobj
+
+%% Contents for page 13
+153 0 obj
+<<
+ /Length 154 0 R
+>>
+stream
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+154 0 obj
+69
+endobj
+
+155 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 156 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+156 0 obj
+170
+endobj
+
+%% Contents for page 14
+157 0 obj
+<<
+ /Length 158 0 R
+>>
+stream
+q
+endstream
+endobj
+
+158 0 obj
+2
+endobj
+
+%% Contents for page 14
+159 0 obj
+<<
+ /Length 160 0 R
+>>
+stream
+q
+0.00000 -0.79275 0.79275 0.00000 7.92746 622.72539 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+160 0 obj
+66
+endobj
+
+%% Contents for page 14
+161 0 obj
+<<
+ /Length 162 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+162 0 obj
+126
+endobj
+
+%% Contents for page 14
+163 0 obj
+<<
+ /Length 164 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.80000 0.80000 0.00000 61.20000 712.80000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+164 0 obj
+70
+endobj
+
+165 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 166 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+166 0 obj
+150
+endobj
+
+%% Contents for page 15
+167 0 obj
+<<
+ /Length 168 0 R
+>>
+stream
+q
+endstream
+endobj
+
+168 0 obj
+2
+endobj
+
+%% Contents for page 15
+169 0 obj
+<<
+ /Length 170 0 R
+>>
+stream
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+170 0 obj
+66
+endobj
+
+%% Contents for page 15
+171 0 obj
+<<
+ /Length 172 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+172 0 obj
+114
+endobj
+
+%% Contents for page 15
+173 0 obj
+<<
+ /Length 174 0 R
+>>
+stream
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+174 0 obj
+69
+endobj
+
+175 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 176 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+176 0 obj
+113
+endobj
+
+%% Contents for page 16
+177 0 obj
+<<
+ /Length 178 0 R
+>>
+stream
+q
+endstream
+endobj
+
+178 0 obj
+2
+endobj
+
+%% Contents for page 16
+179 0 obj
+<<
+ /Length 180 0 R
+>>
+stream
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+180 0 obj
+66
+endobj
+
+%% Contents for page 16
+181 0 obj
+<<
+ /Length 182 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+182 0 obj
+114
+endobj
+
+%% Contents for page 16
+183 0 obj
+<<
+ /Length 184 0 R
+>>
+stream
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+184 0 obj
+69
+endobj
+
+185 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 187 0 R
+ >>
+ /ProcSet 188 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 186 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+186 0 obj
+109
+endobj
+
+187 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+188 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+189 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+190 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 191
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000628 00000 n
+0000000949 00000 n
+0000001267 00000 n
+0000001574 00000 n
+0000001894 00000 n
+0000002230 00000 n
+0000002550 00000 n
+0000002874 00000 n
+0000003202 00000 n
+0000003547 00000 n
+0000003875 00000 n
+0000004203 00000 n
+0000004531 00000 n
+0000004876 00000 n
+0000005204 00000 n
+0000005544 00000 n
+0000005603 00000 n
+0000005645 00000 n
+0000005767 00000 n
+0000005810 00000 n
+0000005975 00000 n
+0000006019 00000 n
+0000006144 00000 n
+0000006164 00000 n
+0000006283 00000 n
+0000006319 00000 n
+0000006744 00000 n
+0000006765 00000 n
+0000007190 00000 n
+0000007234 00000 n
+0000007293 00000 n
+0000007335 00000 n
+0000007459 00000 n
+0000007502 00000 n
+0000007676 00000 n
+0000007720 00000 n
+0000007847 00000 n
+0000007867 00000 n
+0000008295 00000 n
+0000008316 00000 n
+0000008741 00000 n
+0000008785 00000 n
+0000008844 00000 n
+0000008886 00000 n
+0000009008 00000 n
+0000009051 00000 n
+0000009153 00000 n
+0000009196 00000 n
+0000009316 00000 n
+0000009359 00000 n
+0000009484 00000 n
+0000009504 00000 n
+0000009939 00000 n
+0000009983 00000 n
+0000010042 00000 n
+0000010084 00000 n
+0000010204 00000 n
+0000010247 00000 n
+0000010412 00000 n
+0000010456 00000 n
+0000010581 00000 n
+0000010601 00000 n
+0000010924 00000 n
+0000010968 00000 n
+0000011027 00000 n
+0000011069 00000 n
+0000011192 00000 n
+0000011235 00000 n
+0000011404 00000 n
+0000011448 00000 n
+0000011574 00000 n
+0000011594 00000 n
+0000012019 00000 n
+0000012063 00000 n
+0000012122 00000 n
+0000012164 00000 n
+0000012289 00000 n
+0000012332 00000 n
+0000012512 00000 n
+0000012556 00000 n
+0000012684 00000 n
+0000012704 00000 n
+0000013132 00000 n
+0000013176 00000 n
+0000013235 00000 n
+0000013277 00000 n
+0000013400 00000 n
+0000013443 00000 n
+0000013612 00000 n
+0000013656 00000 n
+0000013782 00000 n
+0000013802 00000 n
+0000014226 00000 n
+0000014270 00000 n
+0000014329 00000 n
+0000014371 00000 n
+0000014497 00000 n
+0000014541 00000 n
+0000014712 00000 n
+0000014757 00000 n
+0000014885 00000 n
+0000014906 00000 n
+0000015230 00000 n
+0000015275 00000 n
+0000015336 00000 n
+0000015379 00000 n
+0000015507 00000 n
+0000015551 00000 n
+0000015723 00000 n
+0000015768 00000 n
+0000015899 00000 n
+0000015920 00000 n
+0000016346 00000 n
+0000016392 00000 n
+0000016453 00000 n
+0000016497 00000 n
+0000016625 00000 n
+0000016670 00000 n
+0000016855 00000 n
+0000016901 00000 n
+0000017032 00000 n
+0000017053 00000 n
+0000017482 00000 n
+0000017528 00000 n
+0000017589 00000 n
+0000017633 00000 n
+0000017761 00000 n
+0000017806 00000 n
+0000017979 00000 n
+0000018025 00000 n
+0000018156 00000 n
+0000018177 00000 n
+0000018602 00000 n
+0000018648 00000 n
+0000018709 00000 n
+0000018753 00000 n
+0000018881 00000 n
+0000018926 00000 n
+0000019099 00000 n
+0000019145 00000 n
+0000019276 00000 n
+0000019297 00000 n
+0000019621 00000 n
+0000019667 00000 n
+0000019728 00000 n
+0000019772 00000 n
+0000019897 00000 n
+0000019942 00000 n
+0000020115 00000 n
+0000020161 00000 n
+0000020289 00000 n
+0000020310 00000 n
+0000020794 00000 n
+0000020840 00000 n
+0000020901 00000 n
+0000020945 00000 n
+0000021070 00000 n
+0000021115 00000 n
+0000021300 00000 n
+0000021346 00000 n
+0000021475 00000 n
+0000021496 00000 n
+0000021963 00000 n
+0000022009 00000 n
+0000022070 00000 n
+0000022114 00000 n
+0000022239 00000 n
+0000022284 00000 n
+0000022457 00000 n
+0000022503 00000 n
+0000022631 00000 n
+0000022652 00000 n
+0000023077 00000 n
+0000023123 00000 n
+0000023184 00000 n
+0000023228 00000 n
+0000023353 00000 n
+0000023398 00000 n
+0000023571 00000 n
+0000023617 00000 n
+0000023745 00000 n
+0000023766 00000 n
+0000024090 00000 n
+0000024112 00000 n
+0000024232 00000 n
+0000024269 00000 n
+0000024389 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 191
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+24426
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-3.out b/qpdf/qtest/qpdf/uo-3.out
new file mode 100644
index 00000000..cf4e62cc
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-3.out
@@ -0,0 +1,50 @@
+qpdf: processing underlay/overlay
+ page 1
+ underlay 16
+ overlay 7
+ page 2
+ underlay 15
+ overlay 8
+ page 3
+ underlay 14
+ overlay 7
+ page 4
+ underlay 13
+ overlay 8
+ page 5
+ underlay 12
+ overlay 7
+ page 6
+ underlay 11
+ overlay 8
+ page 7
+ underlay 10
+ overlay 7
+ page 8
+ underlay 9
+ overlay 8
+ page 9
+ underlay 8
+ overlay 7
+ page 10
+ underlay 7
+ overlay 8
+ page 11
+ underlay 6
+ overlay 7
+ page 12
+ underlay 5
+ overlay 8
+ page 13
+ underlay 4
+ overlay 7
+ page 14
+ underlay 3
+ overlay 8
+ page 15
+ underlay 2
+ overlay 7
+ page 16
+ underlay 1
+ overlay 8
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-3.pdf b/qpdf/qtest/qpdf/uo-3.pdf
new file mode 100644
index 00000000..109e18d3
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-3.pdf
@@ -0,0 +1,1913 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 19 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 23 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 27 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 29 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents 33 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents 37 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 39 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents 41 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 43 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents 45 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 47 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents 49 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 51 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents 53 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 55 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents 57 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 59 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents 61 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 63 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents 65 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 67 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents 69 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 71 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents 73 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 75 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents 77 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 79 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents 81 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 83 0 R
+ /Fx2 25 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents 85 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 87 0 R
+ /Fx2 31 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+20 0 obj
+243
+endobj
+
+21 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+22 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+23 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 24 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 16 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+24 0 obj
+115
+endobj
+
+25 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 91 0 R
+ >>
+ /ProcSet 92 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 26 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 7 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+26 0 obj
+115
+endobj
+
+%% Contents for page 2
+27 0 obj
+<<
+ /Length 28 0 R
+>>
+stream
+q
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 108.00000 243.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+28 0 obj
+256
+endobj
+
+29 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 30 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 15 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+30 0 obj
+115
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 91 0 R
+ >>
+ /ProcSet 92 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 8 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+32 0 obj
+115
+endobj
+
+%% Contents for page 3
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+q
+q
+0.51515 0.00000 0.00000 0.51515 0.00000 159.54545 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+34 0 obj
+243
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.500000
+ 1.500000
+ 0.000000
+ 0.000000
+ 918.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 14 - blue, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+36 0 obj
+125
+endobj
+
+%% Contents for page 4
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+38 0 obj
+241
+endobj
+
+39 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 40 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 13 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+40 0 obj
+110
+endobj
+
+%% Contents for page 5
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+42 0 obj
+249
+endobj
+
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 12 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+44 0 obj
+115
+endobj
+
+%% Contents for page 6
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+q
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 510.00000 132.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+46 0 obj
+264
+endobj
+
+47 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 48 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 11 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+48 0 obj
+115
+endobj
+
+%% Contents for page 7
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+50 0 obj
+249
+endobj
+
+51 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 52 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 10 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+52 0 obj
+114
+endobj
+
+%% Contents for page 8
+53 0 obj
+<<
+ /Length 54 0 R
+>>
+stream
+q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+54 0 obj
+251
+endobj
+
+55 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 56 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 9 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+56 0 obj
+109
+endobj
+
+%% Contents for page 9
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+58 0 obj
+256
+endobj
+
+59 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 60 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 8 - blue, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+60 0 obj
+114
+endobj
+
+%% Contents for page 10
+61 0 obj
+<<
+ /Length 62 0 R
+>>
+stream
+q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+62 0 obj
+269
+endobj
+
+63 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 64 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 7 - blue, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+64 0 obj
+114
+endobj
+
+%% Contents for page 11
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+66 0 obj
+257
+endobj
+
+67 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 68 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 6 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+68 0 obj
+113
+endobj
+
+%% Contents for page 12
+69 0 obj
+<<
+ /Length 70 0 R
+>>
+stream
+q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+-0.77273 0.00000 0.00000 -0.77273 612.00000 632.45455 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+70 0 obj
+257
+endobj
+
+71 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 72 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 5 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+72 0 obj
+109
+endobj
+
+%% Contents for page 13
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 752.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+74 0 obj
+251
+endobj
+
+75 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 76 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+76 0 obj
+170
+endobj
+
+%% Contents for page 14
+77 0 obj
+<<
+ /Length 78 0 R
+>>
+stream
+q
+q
+0.00000 -0.79275 0.79275 0.00000 7.92746 622.72539 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 -0.80000 0.80000 0.00000 61.20000 712.80000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+78 0 obj
+264
+endobj
+
+79 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 80 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+80 0 obj
+150
+endobj
+
+%% Contents for page 15
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+82 0 obj
+251
+endobj
+
+83 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 84 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+84 0 obj
+113
+endobj
+
+%% Contents for page 16
+85 0 obj
+<<
+ /Length 86 0 R
+>>
+stream
+q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+
+Q
+q
+0.00000 -1.00000 1.00000 0.00000 0.00000 792.00000 cm
+/Fx2 Do
+Q
+endstream
+endobj
+
+86 0 obj
+251
+endobj
+
+87 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 89 0 R
+ >>
+ /ProcSet 90 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 88 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+88 0 obj
+109
+endobj
+
+89 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+90 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+91 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+92 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 93
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000585 00000 n
+0000000863 00000 n
+0000001127 00000 n
+0000001391 00000 n
+0000001668 00000 n
+0000001961 00000 n
+0000002238 00000 n
+0000002516 00000 n
+0000002796 00000 n
+0000003093 00000 n
+0000003373 00000 n
+0000003653 00000 n
+0000003933 00000 n
+0000004230 00000 n
+0000004510 00000 n
+0000004802 00000 n
+0000005102 00000 n
+0000005123 00000 n
+0000005242 00000 n
+0000005278 00000 n
+0000005701 00000 n
+0000005722 00000 n
+0000006145 00000 n
+0000006189 00000 n
+0000006502 00000 n
+0000006523 00000 n
+0000006949 00000 n
+0000006970 00000 n
+0000007393 00000 n
+0000007437 00000 n
+0000007737 00000 n
+0000007758 00000 n
+0000008191 00000 n
+0000008235 00000 n
+0000008533 00000 n
+0000008554 00000 n
+0000008875 00000 n
+0000008919 00000 n
+0000009225 00000 n
+0000009246 00000 n
+0000009669 00000 n
+0000009713 00000 n
+0000010034 00000 n
+0000010055 00000 n
+0000010481 00000 n
+0000010525 00000 n
+0000010831 00000 n
+0000010852 00000 n
+0000011274 00000 n
+0000011318 00000 n
+0000011626 00000 n
+0000011647 00000 n
+0000011967 00000 n
+0000012011 00000 n
+0000012324 00000 n
+0000012345 00000 n
+0000012767 00000 n
+0000012812 00000 n
+0000013138 00000 n
+0000013159 00000 n
+0000013584 00000 n
+0000013629 00000 n
+0000013943 00000 n
+0000013964 00000 n
+0000014385 00000 n
+0000014430 00000 n
+0000014744 00000 n
+0000014765 00000 n
+0000015085 00000 n
+0000015130 00000 n
+0000015438 00000 n
+0000015459 00000 n
+0000015939 00000 n
+0000015984 00000 n
+0000016305 00000 n
+0000016326 00000 n
+0000016789 00000 n
+0000016834 00000 n
+0000017142 00000 n
+0000017163 00000 n
+0000017584 00000 n
+0000017629 00000 n
+0000017937 00000 n
+0000017958 00000 n
+0000018278 00000 n
+0000018299 00000 n
+0000018418 00000 n
+0000018454 00000 n
+0000018573 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 93
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+18609
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-4.out b/qpdf/qtest/qpdf/uo-4.out
new file mode 100644
index 00000000..aa922dfc
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-4.out
@@ -0,0 +1,26 @@
+qpdf: processing underlay/overlay
+ page 1
+ overlay 1
+ page 2
+ overlay 2
+ page 3
+ overlay 3
+ page 4
+ overlay 4
+ page 5
+ overlay 5
+ page 6
+ overlay 6
+ page 7
+ overlay 7
+ page 8
+ overlay 8
+ page 9
+ page 10
+ page 11
+ page 12
+ page 13
+ page 14
+ page 15
+ page 16
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-4.pdf b/qpdf/qtest/qpdf/uo-4.pdf
new file mode 100644
index 00000000..cf362b61
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-4.pdf
@@ -0,0 +1,1575 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents 87 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents 89 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents 91 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents 93 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents 95 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents 97 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents 99 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents 101 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 1 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+28 0 obj
+110
+endobj
+
+%% Contents for page 2
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+70
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 2 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+36 0 obj
+110
+endobj
+
+%% Contents for page 3
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+68
+endobj
+
+45 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 3 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+46 0 obj
+114
+endobj
+
+%% Contents for page 4
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+68
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 4 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+54 0 obj
+114
+endobj
+
+%% Contents for page 5
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+71
+endobj
+
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 5 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+62 0 obj
+115
+endobj
+
+%% Contents for page 6
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+71
+endobj
+
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 6 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+70 0 obj
+115
+endobj
+
+%% Contents for page 7
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+69
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 7 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+78 0 obj
+115
+endobj
+
+%% Contents for page 8
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+69
+endobj
+
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 792.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 103 0 R
+ >>
+ /ProcSet 104 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 8 - green, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+86 0 obj
+115
+endobj
+
+%% Contents for page 9
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+88 0 obj
+113
+endobj
+
+%% Contents for page 10
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+126
+endobj
+
+%% Contents for page 11
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+92 0 obj
+114
+endobj
+
+%% Contents for page 12
+93 0 obj
+<<
+ /Length 94 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+94 0 obj
+114
+endobj
+
+%% Contents for page 13
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+96 0 obj
+114
+endobj
+
+%% Contents for page 14
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 15
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+100 0 obj
+114
+endobj
+
+%% Contents for page 16
+101 0 obj
+<<
+ /Length 102 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+102 0 obj
+114
+endobj
+
+103 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+104 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 105
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000599 00000 n
+0000000891 00000 n
+0000001180 00000 n
+0000001458 00000 n
+0000001749 00000 n
+0000002056 00000 n
+0000002347 00000 n
+0000002639 00000 n
+0000002860 00000 n
+0000003098 00000 n
+0000003319 00000 n
+0000003540 00000 n
+0000003761 00000 n
+0000003999 00000 n
+0000004220 00000 n
+0000004454 00000 n
+0000004513 00000 n
+0000004555 00000 n
+0000004720 00000 n
+0000004764 00000 n
+0000004887 00000 n
+0000004907 00000 n
+0000005026 00000 n
+0000005062 00000 n
+0000005385 00000 n
+0000005429 00000 n
+0000005488 00000 n
+0000005530 00000 n
+0000005704 00000 n
+0000005748 00000 n
+0000005875 00000 n
+0000005895 00000 n
+0000006218 00000 n
+0000006262 00000 n
+0000006321 00000 n
+0000006363 00000 n
+0000006465 00000 n
+0000006508 00000 n
+0000006628 00000 n
+0000006671 00000 n
+0000006796 00000 n
+0000006816 00000 n
+0000007240 00000 n
+0000007284 00000 n
+0000007343 00000 n
+0000007385 00000 n
+0000007550 00000 n
+0000007594 00000 n
+0000007719 00000 n
+0000007739 00000 n
+0000008163 00000 n
+0000008207 00000 n
+0000008266 00000 n
+0000008308 00000 n
+0000008477 00000 n
+0000008521 00000 n
+0000008649 00000 n
+0000008669 00000 n
+0000009097 00000 n
+0000009141 00000 n
+0000009200 00000 n
+0000009242 00000 n
+0000009422 00000 n
+0000009466 00000 n
+0000009594 00000 n
+0000009614 00000 n
+0000010042 00000 n
+0000010086 00000 n
+0000010145 00000 n
+0000010187 00000 n
+0000010356 00000 n
+0000010400 00000 n
+0000010526 00000 n
+0000010546 00000 n
+0000010971 00000 n
+0000011015 00000 n
+0000011074 00000 n
+0000011116 00000 n
+0000011285 00000 n
+0000011329 00000 n
+0000011455 00000 n
+0000011475 00000 n
+0000011900 00000 n
+0000011944 00000 n
+0000012114 00000 n
+0000012159 00000 n
+0000012342 00000 n
+0000012387 00000 n
+0000012558 00000 n
+0000012603 00000 n
+0000012774 00000 n
+0000012819 00000 n
+0000012990 00000 n
+0000013035 00000 n
+0000013218 00000 n
+0000013263 00000 n
+0000013435 00000 n
+0000013481 00000 n
+0000013654 00000 n
+0000013676 00000 n
+0000013796 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 105
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+13833
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-5.out b/qpdf/qtest/qpdf/uo-5.out
new file mode 100644
index 00000000..f9e063f2
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-5.out
@@ -0,0 +1,23 @@
+qpdf: processing underlay/overlay
+ page 1
+ page 2
+ page 3
+ underlay 1
+ page 4
+ underlay 2
+ page 5
+ underlay 3
+ page 6
+ underlay 4
+ page 7
+ underlay 5
+ page 8
+ page 9
+ page 10
+ page 11
+ page 12
+ page 13
+ page 14
+ page 15
+ page 16
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-5.pdf b/qpdf/qtest/qpdf/uo-5.pdf
new file mode 100644
index 00000000..13f3de40
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-5.pdf
@@ -0,0 +1,1210 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents 19 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents 23 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 25 0 R
+ 27 0 R
+ 29 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 31 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents [
+ 33 0 R
+ 35 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 37 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents [
+ 39 0 R
+ 41 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 43 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents [
+ 45 0 R
+ 47 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 49 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents [
+ 51 0 R
+ 53 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ /XObject <<
+ /Fx1 55 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents 57 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents 59 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents 61 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents 63 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents 65 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents 67 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents 69 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents 71 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents 73 0 R
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 21 0 R
+ >>
+ /ProcSet 22 0 R
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+20 0 obj
+108
+endobj
+
+21 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+22 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+%% Contents for page 2
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+24 0 obj
+117
+endobj
+
+%% Contents for page 3
+25 0 obj
+<<
+ /Length 26 0 R
+>>
+stream
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+26 0 obj
+63
+endobj
+
+%% Contents for page 3
+27 0 obj
+<<
+ /Length 28 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+28 0 obj
+45
+endobj
+
+%% Contents for page 3
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+30 0 obj
+63
+endobj
+
+31 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 75 0 R
+ >>
+ /ProcSet 76 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 32 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 1 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+32 0 obj
+110
+endobj
+
+%% Contents for page 4
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+63
+endobj
+
+%% Contents for page 4
+35 0 obj
+<<
+ /Length 36 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+36 0 obj
+108
+endobj
+
+37 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 75 0 R
+ >>
+ /ProcSet 76 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 38 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 2 - green) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+38 0 obj
+110
+endobj
+
+%% Contents for page 5
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+q
+0.00000 1.00000 -1.00000 0.00000 612.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+40 0 obj
+66
+endobj
+
+%% Contents for page 5
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+112
+endobj
+
+43 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 75 0 R
+ >>
+ /ProcSet 76 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 44 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 3 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+44 0 obj
+114
+endobj
+
+%% Contents for page 6
+45 0 obj
+<<
+ /Length 46 0 R
+>>
+stream
+q
+0.00000 0.66667 -0.66667 0.00000 510.00000 132.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+46 0 obj
+68
+endobj
+
+%% Contents for page 6
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+48 0 obj
+123
+endobj
+
+49 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 75 0 R
+ >>
+ /ProcSet 76 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 50 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 4 - green, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+50 0 obj
+114
+endobj
+
+%% Contents for page 7
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+68
+endobj
+
+%% Contents for page 7
+53 0 obj
+<<
+ /Length 54 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+54 0 obj
+112
+endobj
+
+55 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 612.000000
+ 792.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 75 0 R
+ >>
+ /ProcSet 76 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 56 0 R
+>>
+stream
+0 1 0 RG
+0 1 0 rg
+BT
+ /F1 24 Tf
+ 72 660 Td
+ (Page 5 - green, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+281 381 60 60 re f
+endstream
+endobj
+
+56 0 obj
+115
+endobj
+
+%% Contents for page 8
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 9
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+60 0 obj
+113
+endobj
+
+%% Contents for page 10
+61 0 obj
+<<
+ /Length 62 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+62 0 obj
+126
+endobj
+
+%% Contents for page 11
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+64 0 obj
+114
+endobj
+
+%% Contents for page 12
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+114
+endobj
+
+%% Contents for page 13
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+68 0 obj
+114
+endobj
+
+%% Contents for page 14
+69 0 obj
+<<
+ /Length 70 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+70 0 obj
+126
+endobj
+
+%% Contents for page 15
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+72 0 obj
+114
+endobj
+
+%% Contents for page 16
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+114
+endobj
+
+75 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+76 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 77
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000526 00000 n
+0000000745 00000 n
+0000001023 00000 n
+0000001290 00000 n
+0000001570 00000 n
+0000001866 00000 n
+0000002146 00000 n
+0000002365 00000 n
+0000002586 00000 n
+0000002824 00000 n
+0000003045 00000 n
+0000003266 00000 n
+0000003487 00000 n
+0000003725 00000 n
+0000003946 00000 n
+0000004179 00000 n
+0000004344 00000 n
+0000004365 00000 n
+0000004484 00000 n
+0000004543 00000 n
+0000004717 00000 n
+0000004761 00000 n
+0000004881 00000 n
+0000004924 00000 n
+0000005026 00000 n
+0000005069 00000 n
+0000005189 00000 n
+0000005209 00000 n
+0000005530 00000 n
+0000005574 00000 n
+0000005694 00000 n
+0000005737 00000 n
+0000005902 00000 n
+0000005923 00000 n
+0000006244 00000 n
+0000006288 00000 n
+0000006411 00000 n
+0000006454 00000 n
+0000006623 00000 n
+0000006644 00000 n
+0000007066 00000 n
+0000007110 00000 n
+0000007235 00000 n
+0000007278 00000 n
+0000007458 00000 n
+0000007479 00000 n
+0000007901 00000 n
+0000007945 00000 n
+0000008070 00000 n
+0000008113 00000 n
+0000008282 00000 n
+0000008303 00000 n
+0000008729 00000 n
+0000008773 00000 n
+0000008942 00000 n
+0000008986 00000 n
+0000009156 00000 n
+0000009201 00000 n
+0000009384 00000 n
+0000009429 00000 n
+0000009600 00000 n
+0000009645 00000 n
+0000009816 00000 n
+0000009861 00000 n
+0000010032 00000 n
+0000010077 00000 n
+0000010260 00000 n
+0000010305 00000 n
+0000010476 00000 n
+0000010521 00000 n
+0000010692 00000 n
+0000010713 00000 n
+0000010832 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 77
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+10868
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-6.out b/qpdf/qtest/qpdf/uo-6.out
new file mode 100644
index 00000000..22395614
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-6.out
@@ -0,0 +1,10 @@
+qpdf: selecting --keep-open-files=y
+qpdf: removing unreferenced pages from primary input
+qpdf: adding pages from fxo-red.pdf
+qpdf: processing underlay/overlay
+ page 1
+ overlay 1
+ overlay 2
+ overlay 3
+ overlay 4
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-6.pdf b/qpdf/qtest/qpdf/uo-6.pdf
new file mode 100644
index 00000000..bb062dc9
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-6.pdf
@@ -0,0 +1,357 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 4 0 R
+ 6 0 R
+ 8 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 10 0 R
+ >>
+ /ProcSet 11 0 R
+ /XObject <<
+ /Fx1 12 0 R
+ /Fx2 14 0 R
+ /Fx3 16 0 R
+ /Fx4 18 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+4 0 obj
+<<
+ /Length 5 0 R
+>>
+stream
+q
+endstream
+endobj
+
+5 0 obj
+2
+endobj
+
+%% Contents for page 1
+6 0 obj
+<<
+ /Length 7 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+7 0 obj
+108
+endobj
+
+%% Contents for page 1
+8 0 obj
+<<
+ /Length 9 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+q
+0.77273 0.00000 0.00000 0.77273 0.00000 159.54545 cm
+/Fx2 Do
+Q
+q
+1.00000 0.00000 0.00000 1.00000 20.00000 20.00000 cm
+/Fx3 Do
+Q
+q
+0.81383 0.00000 0.00000 0.81383 16.27660 146.96809 cm
+/Fx4 Do
+Q
+endstream
+endobj
+
+9 0 obj
+262
+endobj
+
+10 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+11 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+12 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 20 0 R
+ >>
+ /ProcSet 21 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 13 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 1 - blue) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+13 0 obj
+109
+endobj
+
+14 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Matrix [
+ 0.000000
+ -1.000000
+ 1.000000
+ 0.000000
+ 0.000000
+ 612.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 20 0 R
+ >>
+ /ProcSet 21 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 15 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 2 - blue, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+291 391 60 60 re f
+endstream
+endobj
+
+15 0 obj
+113
+endobj
+
+16 0 obj
+<<
+ /BBox [
+ 10
+ 10
+ 602
+ 782
+ ]
+ /Matrix [
+ -1.000000
+ 0.000000
+ 0.000000
+ -1.000000
+ 592.000000
+ 772.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 20 0 R
+ >>
+ /ProcSet 21 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 17 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 3 - blue, 180, trim-to-crop=10) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+291 391 60 60 re f
+endstream
+endobj
+
+17 0 obj
+150
+endobj
+
+18 0 obj
+<<
+ /BBox [
+ 20
+ 20
+ 592
+ 772
+ ]
+ /Matrix [
+ 0.000000
+ 1.000000
+ -1.000000
+ 0.000000
+ 752.000000
+ 0.000000
+ ]
+ /Resources <<
+ /Font <<
+ /F1 20 0 R
+ >>
+ /ProcSet 21 0 R
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 19 0 R
+>>
+stream
+0 0 1 RG
+0 0 1 rg
+BT
+ /F1 24 Tf
+ 72 690 Td
+ (Page 4 - blue, 270, crop=10, trim=20) Tj
+ET
+5 w
+0 0 612 792 re s
+10 10 592 772 re s
+20 20 572 752 re s
+291 391 60 60 re f
+endstream
+endobj
+
+19 0 obj
+170
+endobj
+
+20 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+21 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+xref
+0 22
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000161 00000 n
+0000000503 00000 n
+0000000560 00000 n
+0000000601 00000 n
+0000000764 00000 n
+0000000807 00000 n
+0000001124 00000 n
+0000001144 00000 n
+0000001263 00000 n
+0000001299 00000 n
+0000001619 00000 n
+0000001640 00000 n
+0000002061 00000 n
+0000002082 00000 n
+0000002545 00000 n
+0000002566 00000 n
+0000003046 00000 n
+0000003067 00000 n
+0000003186 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 22
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+3222
+%%EOF
diff --git a/qpdf/qtest/qpdf/uo-7.out b/qpdf/qtest/qpdf/uo-7.out
new file mode 100644
index 00000000..4f722ead
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-7.out
@@ -0,0 +1,34 @@
+qpdf: processing underlay/overlay
+ page 1
+ overlay 1
+ page 2
+ overlay 2
+ page 3
+ overlay 3
+ page 4
+ overlay 4
+ page 5
+ overlay 5
+ page 6
+ overlay 6
+ page 7
+ overlay 7
+ page 8
+ overlay 8
+ page 9
+ overlay 9
+ page 10
+ overlay 10
+ page 11
+ overlay 11
+ page 12
+ overlay 12
+ page 13
+ overlay 13
+ page 14
+ overlay 14
+ page 15
+ overlay 15
+ page 16
+ overlay 16
+qpdf: wrote file a.pdf
diff --git a/qpdf/qtest/qpdf/uo-7.pdf b/qpdf/qtest/qpdf/uo-7.pdf
new file mode 100644
index 00000000..ca55d46b
--- /dev/null
+++ b/qpdf/qtest/qpdf/uo-7.pdf
@@ -0,0 +1,2078 @@
+%PDF-1.3
+%¿÷¢þ
+%QDF-1.0
+
+1 0 obj
+<<
+ /Pages 2 0 R
+ /Type /Catalog
+>>
+endobj
+
+2 0 obj
+<<
+ /Count 16
+ /Kids [
+ 3 0 R
+ 4 0 R
+ 5 0 R
+ 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
+ ]
+ /Type /Pages
+>>
+endobj
+
+%% Page 1
+3 0 obj
+<<
+ /Contents [
+ 19 0 R
+ 21 0 R
+ 23 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 27 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 2
+4 0 obj
+<<
+ /Contents [
+ 29 0 R
+ 31 0 R
+ 33 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 35 0 R
+ >>
+ >>
+ /Type /Page
+ /UserUnit 2
+>>
+endobj
+
+%% Page 3
+5 0 obj
+<<
+ /Contents [
+ 37 0 R
+ 39 0 R
+ 41 0 R
+ 43 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 45 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 4
+6 0 obj
+<<
+ /Contents [
+ 47 0 R
+ 49 0 R
+ 51 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 53 0 R
+ >>
+ >>
+ /Type /Page
+>>
+endobj
+
+%% Page 5
+7 0 obj
+<<
+ /Contents [
+ 55 0 R
+ 57 0 R
+ 59 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 61 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 6
+8 0 obj
+<<
+ /Contents [
+ 63 0 R
+ 65 0 R
+ 67 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 69 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+ /UserUnit 1.5
+>>
+endobj
+
+%% Page 7
+9 0 obj
+<<
+ /Contents [
+ 71 0 R
+ 73 0 R
+ 75 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 77 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 8
+10 0 obj
+<<
+ /Contents [
+ 79 0 R
+ 81 0 R
+ 83 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 85 0 R
+ >>
+ >>
+ /Rotate 90
+ /Type /Page
+>>
+endobj
+
+%% Page 9
+11 0 obj
+<<
+ /Contents [
+ 87 0 R
+ 89 0 R
+ 91 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 93 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 10
+12 0 obj
+<<
+ /Contents [
+ 95 0 R
+ 97 0 R
+ 99 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 101 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+ /UserUnit 0.75
+>>
+endobj
+
+%% Page 11
+13 0 obj
+<<
+ /Contents [
+ 103 0 R
+ 105 0 R
+ 107 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 109 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 12
+14 0 obj
+<<
+ /Contents [
+ 111 0 R
+ 113 0 R
+ 115 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 117 0 R
+ >>
+ >>
+ /Rotate 180
+ /Type /Page
+>>
+endobj
+
+%% Page 13
+15 0 obj
+<<
+ /Contents [
+ 119 0 R
+ 121 0 R
+ 123 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 125 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 14
+16 0 obj
+<<
+ /Contents [
+ 127 0 R
+ 129 0 R
+ 131 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 133 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+ /UserUnit 1.25
+>>
+endobj
+
+%% Page 15
+17 0 obj
+<<
+ /Contents [
+ 135 0 R
+ 137 0 R
+ 139 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 141 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Page 16
+18 0 obj
+<<
+ /Contents [
+ 143 0 R
+ 145 0 R
+ 147 0 R
+ ]
+ /MediaBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 25 0 R
+ >>
+ /ProcSet 26 0 R
+ /XObject <<
+ /Fx1 149 0 R
+ >>
+ >>
+ /Rotate 270
+ /Type /Page
+>>
+endobj
+
+%% Contents for page 1
+19 0 obj
+<<
+ /Length 20 0 R
+>>
+stream
+q
+endstream
+endobj
+
+20 0 obj
+2
+endobj
+
+%% Contents for page 1
+21 0 obj
+<<
+ /Length 22 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 1 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+22 0 obj
+108
+endobj
+
+%% Contents for page 1
+23 0 obj
+<<
+ /Length 24 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+24 0 obj
+66
+endobj
+
+25 0 obj
+<<
+ /BaseFont /Helvetica
+ /Encoding /WinAnsiEncoding
+ /Name /F1
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+26 0 obj
+[
+ /PDF
+ /Text
+]
+endobj
+
+27 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 28 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 0) Tj ET
+endstream
+endobj
+
+28 0 obj
+47
+endobj
+
+%% Contents for page 2
+29 0 obj
+<<
+ /Length 30 0 R
+>>
+stream
+q
+endstream
+endobj
+
+30 0 obj
+2
+endobj
+
+%% Contents for page 2
+31 0 obj
+<<
+ /Length 32 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 2 - red, scale 2) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+32 0 obj
+117
+endobj
+
+%% Contents for page 2
+33 0 obj
+<<
+ /Length 34 0 R
+>>
+stream
+
+Q
+q
+0.50000 0.00000 0.00000 0.50000 153.00000 198.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+34 0 obj
+70
+endobj
+
+35 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 36 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 1) Tj ET
+endstream
+endobj
+
+36 0 obj
+47
+endobj
+
+%% Contents for page 3
+37 0 obj
+<<
+ /Length 38 0 R
+>>
+stream
+q
+endstream
+endobj
+
+38 0 obj
+2
+endobj
+
+%% Contents for page 3
+39 0 obj
+<<
+ /Length 40 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+endstream
+endobj
+
+40 0 obj
+45
+endobj
+
+%% Contents for page 3
+41 0 obj
+<<
+ /Length 42 0 R
+>>
+stream
+ (Page 3 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+42 0 obj
+63
+endobj
+
+%% Contents for page 3
+43 0 obj
+<<
+ /Length 44 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+44 0 obj
+66
+endobj
+
+45 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 46 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 2) Tj ET
+endstream
+endobj
+
+46 0 obj
+47
+endobj
+
+%% Contents for page 4
+47 0 obj
+<<
+ /Length 48 0 R
+>>
+stream
+q
+endstream
+endobj
+
+48 0 obj
+2
+endobj
+
+%% Contents for page 4
+49 0 obj
+<<
+ /Length 50 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 4 - red) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+50 0 obj
+108
+endobj
+
+%% Contents for page 4
+51 0 obj
+<<
+ /Length 52 0 R
+>>
+stream
+
+Q
+q
+1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+52 0 obj
+66
+endobj
+
+53 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 54 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 3) Tj ET
+endstream
+endobj
+
+54 0 obj
+47
+endobj
+
+%% Contents for page 5
+55 0 obj
+<<
+ /Length 56 0 R
+>>
+stream
+q
+endstream
+endobj
+
+56 0 obj
+2
+endobj
+
+%% Contents for page 5
+57 0 obj
+<<
+ /Length 58 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 5 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+58 0 obj
+112
+endobj
+
+%% Contents for page 5
+59 0 obj
+<<
+ /Length 60 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+60 0 obj
+71
+endobj
+
+61 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 62 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 4) Tj ET
+endstream
+endobj
+
+62 0 obj
+47
+endobj
+
+%% Contents for page 6
+63 0 obj
+<<
+ /Length 64 0 R
+>>
+stream
+q
+endstream
+endobj
+
+64 0 obj
+2
+endobj
+
+%% Contents for page 6
+65 0 obj
+<<
+ /Length 66 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 6 - red, 90, scale 1.5) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+66 0 obj
+123
+endobj
+
+%% Contents for page 6
+67 0 obj
+<<
+ /Length 68 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.66667 -0.66667 0.00000 570.00000 192.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+68 0 obj
+71
+endobj
+
+69 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 70 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 5) Tj ET
+endstream
+endobj
+
+70 0 obj
+47
+endobj
+
+%% Contents for page 7
+71 0 obj
+<<
+ /Length 72 0 R
+>>
+stream
+q
+endstream
+endobj
+
+72 0 obj
+2
+endobj
+
+%% Contents for page 7
+73 0 obj
+<<
+ /Length 74 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 7 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+74 0 obj
+112
+endobj
+
+%% Contents for page 7
+75 0 obj
+<<
+ /Length 76 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+76 0 obj
+71
+endobj
+
+77 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 78 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 6) Tj ET
+endstream
+endobj
+
+78 0 obj
+47
+endobj
+
+%% Contents for page 8
+79 0 obj
+<<
+ /Length 80 0 R
+>>
+stream
+q
+endstream
+endobj
+
+80 0 obj
+2
+endobj
+
+%% Contents for page 8
+81 0 obj
+<<
+ /Length 82 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 8 - red, 90) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+82 0 obj
+112
+endobj
+
+%% Contents for page 8
+83 0 obj
+<<
+ /Length 84 0 R
+>>
+stream
+
+Q
+q
+0.00000 0.77273 -0.77273 0.00000 612.00000 159.54545 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+84 0 obj
+71
+endobj
+
+85 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 86 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 7) Tj ET
+endstream
+endobj
+
+86 0 obj
+47
+endobj
+
+%% Contents for page 9
+87 0 obj
+<<
+ /Length 88 0 R
+>>
+stream
+q
+endstream
+endobj
+
+88 0 obj
+2
+endobj
+
+%% Contents for page 9
+89 0 obj
+<<
+ /Length 90 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 9 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+90 0 obj
+113
+endobj
+
+%% Contents for page 9
+91 0 obj
+<<
+ /Length 92 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+92 0 obj
+72
+endobj
+
+93 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 94 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 8) Tj ET
+endstream
+endobj
+
+94 0 obj
+47
+endobj
+
+%% Contents for page 10
+95 0 obj
+<<
+ /Length 96 0 R
+>>
+stream
+q
+endstream
+endobj
+
+96 0 obj
+2
+endobj
+
+%% Contents for page 10
+97 0 obj
+<<
+ /Length 98 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 10 - red, 180, scale 0.75) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+98 0 obj
+126
+endobj
+
+%% Contents for page 10
+99 0 obj
+<<
+ /Length 100 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+100 0 obj
+72
+endobj
+
+101 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 102 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 9) Tj ET
+endstream
+endobj
+
+102 0 obj
+47
+endobj
+
+%% Contents for page 11
+103 0 obj
+<<
+ /Length 104 0 R
+>>
+stream
+q
+endstream
+endobj
+
+104 0 obj
+2
+endobj
+
+%% Contents for page 11
+105 0 obj
+<<
+ /Length 106 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 11 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+106 0 obj
+114
+endobj
+
+%% Contents for page 11
+107 0 obj
+<<
+ /Length 108 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+108 0 obj
+72
+endobj
+
+109 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 110 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 10) Tj ET
+endstream
+endobj
+
+110 0 obj
+48
+endobj
+
+%% Contents for page 12
+111 0 obj
+<<
+ /Length 112 0 R
+>>
+stream
+q
+endstream
+endobj
+
+112 0 obj
+2
+endobj
+
+%% Contents for page 12
+113 0 obj
+<<
+ /Length 114 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 12 - red, 180) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+114 0 obj
+114
+endobj
+
+%% Contents for page 12
+115 0 obj
+<<
+ /Length 116 0 R
+>>
+stream
+
+Q
+q
+-1.00000 0.00000 0.00000 -1.00000 612.00000 792.00000 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+116 0 obj
+72
+endobj
+
+117 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 118 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 11) Tj ET
+endstream
+endobj
+
+118 0 obj
+48
+endobj
+
+%% Contents for page 13
+119 0 obj
+<<
+ /Length 120 0 R
+>>
+stream
+q
+endstream
+endobj
+
+120 0 obj
+2
+endobj
+
+%% Contents for page 13
+121 0 obj
+<<
+ /Length 122 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 13 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+122 0 obj
+114
+endobj
+
+%% Contents for page 13
+123 0 obj
+<<
+ /Length 124 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+124 0 obj
+69
+endobj
+
+125 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 126 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 12) Tj ET
+endstream
+endobj
+
+126 0 obj
+48
+endobj
+
+%% Contents for page 14
+127 0 obj
+<<
+ /Length 128 0 R
+>>
+stream
+q
+endstream
+endobj
+
+128 0 obj
+2
+endobj
+
+%% Contents for page 14
+129 0 obj
+<<
+ /Length 130 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 14 - red, 270, scale 1.25) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+130 0 obj
+126
+endobj
+
+%% Contents for page 14
+131 0 obj
+<<
+ /Length 132 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+132 0 obj
+69
+endobj
+
+133 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 134 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 13) Tj ET
+endstream
+endobj
+
+134 0 obj
+48
+endobj
+
+%% Contents for page 15
+135 0 obj
+<<
+ /Length 136 0 R
+>>
+stream
+q
+endstream
+endobj
+
+136 0 obj
+2
+endobj
+
+%% Contents for page 15
+137 0 obj
+<<
+ /Length 138 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 15 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+138 0 obj
+114
+endobj
+
+%% Contents for page 15
+139 0 obj
+<<
+ /Length 140 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+140 0 obj
+69
+endobj
+
+141 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 142 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 14) Tj ET
+endstream
+endobj
+
+142 0 obj
+48
+endobj
+
+%% Contents for page 16
+143 0 obj
+<<
+ /Length 144 0 R
+>>
+stream
+q
+endstream
+endobj
+
+144 0 obj
+2
+endobj
+
+%% Contents for page 16
+145 0 obj
+<<
+ /Length 146 0 R
+>>
+stream
+1 0 0 RG
+1 0 0 rg
+BT
+ /F1 24 Tf
+ 72 720 Td
+ (Page 16 - red, 270) Tj
+ET
+5 w
+0 0 612 792 re s
+271 371 60 60 re f
+endstream
+endobj
+
+146 0 obj
+114
+endobj
+
+%% Contents for page 16
+147 0 obj
+<<
+ /Length 148 0 R
+>>
+stream
+
+Q
+q
+0.00000 -0.77273 0.77273 0.00000 0.00000 632.45455 cm
+/Fx1 Do
+Q
+endstream
+endobj
+
+148 0 obj
+69
+endobj
+
+149 0 obj
+<<
+ /BBox [
+ 0
+ 0
+ 612
+ 792
+ ]
+ /Resources <<
+ /Font <<
+ /F1 151 0 R
+ >>
+ /ProcSet [
+ /PDF
+ /Text
+ ]
+ >>
+ /Subtype /Form
+ /Type /XObject
+ /Length 150 0 R
+>>
+stream
+BT /F1 15 Tf 72 720 Td (Original page 15) Tj ET
+endstream
+endobj
+
+150 0 obj
+48
+endobj
+
+151 0 obj
+<<
+ /BaseFont /Times-Roman
+ /Encoding /WinAnsiEncoding
+ /Subtype /Type1
+ /Type /Font
+>>
+endobj
+
+xref
+0 152
+0000000000 65535 f
+0000000025 00000 n
+0000000079 00000 n
+0000000321 00000 n
+0000000599 00000 n
+0000000891 00000 n
+0000001180 00000 n
+0000001458 00000 n
+0000001749 00000 n
+0000002056 00000 n
+0000002347 00000 n
+0000002639 00000 n
+0000002933 00000 n
+0000003245 00000 n
+0000003543 00000 n
+0000003841 00000 n
+0000004139 00000 n
+0000004454 00000 n
+0000004752 00000 n
+0000005062 00000 n
+0000005121 00000 n
+0000005163 00000 n
+0000005328 00000 n
+0000005372 00000 n
+0000005495 00000 n
+0000005515 00000 n
+0000005634 00000 n
+0000005670 00000 n
+0000005953 00000 n
+0000005996 00000 n
+0000006055 00000 n
+0000006097 00000 n
+0000006271 00000 n
+0000006315 00000 n
+0000006442 00000 n
+0000006462 00000 n
+0000006745 00000 n
+0000006788 00000 n
+0000006847 00000 n
+0000006889 00000 n
+0000006991 00000 n
+0000007034 00000 n
+0000007154 00000 n
+0000007197 00000 n
+0000007320 00000 n
+0000007340 00000 n
+0000007623 00000 n
+0000007666 00000 n
+0000007725 00000 n
+0000007767 00000 n
+0000007932 00000 n
+0000007976 00000 n
+0000008099 00000 n
+0000008119 00000 n
+0000008402 00000 n
+0000008445 00000 n
+0000008504 00000 n
+0000008546 00000 n
+0000008715 00000 n
+0000008759 00000 n
+0000008887 00000 n
+0000008907 00000 n
+0000009190 00000 n
+0000009233 00000 n
+0000009292 00000 n
+0000009334 00000 n
+0000009514 00000 n
+0000009558 00000 n
+0000009686 00000 n
+0000009706 00000 n
+0000009989 00000 n
+0000010032 00000 n
+0000010091 00000 n
+0000010133 00000 n
+0000010302 00000 n
+0000010346 00000 n
+0000010474 00000 n
+0000010494 00000 n
+0000010777 00000 n
+0000010820 00000 n
+0000010879 00000 n
+0000010921 00000 n
+0000011090 00000 n
+0000011134 00000 n
+0000011262 00000 n
+0000011282 00000 n
+0000011565 00000 n
+0000011608 00000 n
+0000011667 00000 n
+0000011709 00000 n
+0000011879 00000 n
+0000011923 00000 n
+0000012052 00000 n
+0000012072 00000 n
+0000012355 00000 n
+0000012399 00000 n
+0000012458 00000 n
+0000012501 00000 n
+0000012684 00000 n
+0000012729 00000 n
+0000012859 00000 n
+0000012880 00000 n
+0000013165 00000 n
+0000013210 00000 n
+0000013271 00000 n
+0000013315 00000 n
+0000013488 00000 n
+0000013534 00000 n
+0000013665 00000 n
+0000013686 00000 n
+0000013972 00000 n
+0000014017 00000 n
+0000014078 00000 n
+0000014122 00000 n
+0000014295 00000 n
+0000014341 00000 n
+0000014472 00000 n
+0000014493 00000 n
+0000014779 00000 n
+0000014824 00000 n
+0000014885 00000 n
+0000014929 00000 n
+0000015102 00000 n
+0000015148 00000 n
+0000015276 00000 n
+0000015297 00000 n
+0000015583 00000 n
+0000015628 00000 n
+0000015689 00000 n
+0000015733 00000 n
+0000015918 00000 n
+0000015964 00000 n
+0000016092 00000 n
+0000016113 00000 n
+0000016399 00000 n
+0000016444 00000 n
+0000016505 00000 n
+0000016549 00000 n
+0000016722 00000 n
+0000016768 00000 n
+0000016896 00000 n
+0000016917 00000 n
+0000017203 00000 n
+0000017248 00000 n
+0000017309 00000 n
+0000017353 00000 n
+0000017526 00000 n
+0000017572 00000 n
+0000017700 00000 n
+0000017721 00000 n
+0000018007 00000 n
+0000018028 00000 n
+trailer <<
+ /Root 1 0 R
+ /Size 152
+ /ID [<4866f3ccc81fb28dc4a27f0f976ce937><31415926535897932384626433832795>]
+>>
+startxref
+18138
+%%EOF
diff --git a/qpdf/qtest/qpdf/verbose-merge.out b/qpdf/qtest/qpdf/verbose-merge.out
index ae8c3113..9de13e16 100644
--- a/qpdf/qtest/qpdf/verbose-merge.out
+++ b/qpdf/qtest/qpdf/verbose-merge.out
@@ -1,3 +1,4 @@
+qpdf: selecting --keep-open-files=y
qpdf: processing 20-pages.pdf
qpdf: processing ./20-pages.pdf
qpdf: processing minimal.pdf
diff --git a/qpdf/qtest/storage/field-types.odt b/qpdf/qtest/storage/field-types.odt
new file mode 100644
index 00000000..807e925d
--- /dev/null
+++ b/qpdf/qtest/storage/field-types.odt
Binary files differ
diff --git a/qpdf/qtest/storage/field-types.pdf b/qpdf/qtest/storage/field-types.pdf
new file mode 100644
index 00000000..af6ab17e
--- /dev/null
+++ b/qpdf/qtest/storage/field-types.pdf
Binary files differ
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index c167b643..e83f84aa 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -6,6 +6,10 @@
#include <qpdf/QPDFPageDocumentHelper.hh>
#include <qpdf/QPDFPageObjectHelper.hh>
#include <qpdf/QPDFAcroFormDocumentHelper.hh>
+#include <qpdf/QPDFNumberTreeObjectHelper.hh>
+#include <qpdf/QPDFNameTreeObjectHelper.hh>
+#include <qpdf/QPDFPageLabelDocumentHelper.hh>
+#include <qpdf/QPDFOutlineDocumentHelper.hh>
#include <qpdf/QUtil.hh>
#include <qpdf/QTC.hh>
#include <qpdf/Pl_StdioFile.hh>
@@ -161,6 +165,44 @@ static void print_rect(std::ostream& out,
<< r.urx << ", " << r.ury << "]";
}
+static void read_file_into_memory(
+ char const* filename,
+ PointerHolder<char>& file_buf, size_t& size)
+{
+ FILE* f = QUtil::safe_fopen(filename, "rb");
+ fseek(f, 0, SEEK_END);
+ size = QUtil::tell(f);
+ fseek(f, 0, SEEK_SET);
+ file_buf = PointerHolder<char>(true, new char[size]);
+ char* buf_p = file_buf.getPointer();
+ size_t bytes_read = 0;
+ size_t len = 0;
+ while ((len = fread(buf_p + bytes_read, 1, size - bytes_read, f)) > 0)
+ {
+ bytes_read += len;
+ }
+ if (bytes_read != size)
+ {
+ if (ferror(f))
+ {
+ throw std::runtime_error(
+ std::string("failure reading file ") + filename +
+ " into memory: read " +
+ QUtil::int_to_string(bytes_read) + "; wanted " +
+ QUtil::int_to_string(size));
+ }
+ else
+ {
+ throw std::logic_error(
+ std::string("premature eof reading file ") + filename +
+ " into memory: read " +
+ QUtil::int_to_string(bytes_read) + "; wanted " +
+ QUtil::int_to_string(size));
+ }
+ }
+ fclose(f);
+}
+
void runtest(int n, char const* filename1, char const* arg2)
{
// Most tests here are crafted to work on specific files. Look at
@@ -200,6 +242,33 @@ void runtest(int n, char const* filename1, char const* arg2)
// arg2 is password
pdf.processFile(filename1, arg2);
}
+ else if (n == 45)
+ {
+ // Decode obfuscated files. To obfuscated, run the input file
+ // through this perl script, and save the result to
+ // filename.obfuscated. This pretends that the input was
+ // called filename.pdf and that that file contained the
+ // deobfuscated version.
+
+ // undef $/;
+ // my @str = split('', <STDIN>);
+ // for (my $i = 0; $i < scalar(@str); ++$i)
+ // {
+ // $str[$i] = chr(ord($str[$i]) ^ 0xcc);
+ // }
+ // print(join('', @str));
+
+ std::string filename(std::string(filename1) + ".obfuscated");
+ size_t size = 0;
+ read_file_into_memory(filename.c_str(), file_buf, size);
+ char* p = file_buf.getPointer();
+ for (size_t i = 0; i < size; ++i)
+ {
+ p[i] ^= 0xcc;
+ }
+ pdf.processMemoryFile((std::string(filename1) + ".pdf").c_str(),
+ p, size);
+ }
else if (n % 2 == 0)
{
if (n % 4 == 0)
@@ -217,39 +286,9 @@ void runtest(int n, char const* filename1, char const* arg2)
else
{
QTC::TC("qpdf", "exercise processMemoryFile");
- FILE* f = QUtil::safe_fopen(filename1, "rb");
- fseek(f, 0, SEEK_END);
- size_t size = QUtil::tell(f);
- fseek(f, 0, SEEK_SET);
- file_buf = PointerHolder<char>(true, new char[size]);
- char* buf_p = file_buf.getPointer();
- size_t bytes_read = 0;
- size_t len = 0;
- while ((len = fread(buf_p + bytes_read, 1, size - bytes_read, f)) > 0)
- {
- bytes_read += len;
- }
- if (bytes_read != size)
- {
- if (ferror(f))
- {
- throw std::runtime_error(
- std::string("failure reading file ") + filename1 +
- " into memory: read " +
- QUtil::int_to_string(bytes_read) + "; wanted " +
- QUtil::int_to_string(size));
- }
- else
- {
- throw std::logic_error(
- std::string("premature eof reading file ") + filename1 +
- " into memory: read " +
- QUtil::int_to_string(bytes_read) + "; wanted " +
- QUtil::int_to_string(size));
- }
- }
- fclose(f);
- pdf.processMemoryFile(filename1, buf_p, size);
+ size_t size = 0;
+ read_file_into_memory(filename1, file_buf, size);
+ pdf.processMemoryFile(filename1, file_buf.getPointer(), size);
}
if ((n == 0) || (n == 1))
@@ -717,7 +756,7 @@ void runtest(int n, char const* filename1, char const* arg2)
// Do it wrong first...
pdf.replaceObject(qdict.getObjGen(), qdict);
}
- catch (std::logic_error)
+ catch (std::logic_error const&)
{
std::cout << "caught logic error as expected" << std::endl;
}
@@ -884,11 +923,24 @@ void runtest(int n, char const* filename1, char const* arg2)
}
else if (n == 17)
{
- // The input file to this test case is broken to exercise an
- // error condition.
+ // The input file to this test case has a duplicated page.
+ QPDFObjectHandle page_kids =
+ pdf.getRoot().getKey("/Pages").getKey("/Kids");
+ assert(page_kids.getArrayItem(0).getObjGen() ==
+ page_kids.getArrayItem(1).getObjGen());
std::vector<QPDFObjectHandle> const& pages = pdf.getAllPages();
+ assert(pages.size() == 3);
+ assert(! (pages.at(0).getObjGen() == pages.at(1).getObjGen()));
+ assert(QPDFObjectHandle(pages.at(0)).getKey("/Contents").getObjGen() ==
+ QPDFObjectHandle(pages.at(1)).getKey("/Contents").getObjGen());
pdf.removePage(pages.at(0));
- std::cout << "you can't see this" << std::endl;
+ assert(pages.size() == 2);
+ PointerHolder<Buffer> b = QPDFObjectHandle(pages.at(0)).
+ getKey("/Contents").getStreamData();
+ std::string contents = std::string(
+ reinterpret_cast<char const*>(b->getBuffer()),
+ b->getSize());
+ assert(contents.find("page 0") != std::string::npos);
}
else if (n == 18)
{
@@ -1003,7 +1055,7 @@ void runtest(int n, char const* filename1, char const* arg2)
res2.unparseResolved();
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error: " << e.what() << std::endl;
}
@@ -1012,7 +1064,7 @@ void runtest(int n, char const* filename1, char const* arg2)
res2.makeDirect();
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error: " << e.what() << std::endl;
}
@@ -1046,13 +1098,16 @@ void runtest(int n, char const* filename1, char const* arg2)
// and O2 and their streams but not O3 or any other pages.
assert(arg2 != 0);
- QPDF newpdf;
- newpdf.processFile(arg2);
- QPDFObjectHandle qtest = pdf.getTrailer().getKey("/QTest");
- newpdf.getTrailer().replaceKey(
- "/QTest", newpdf.copyForeignObject(qtest));
+ {
+ // Make sure original PDF is out of scope when we write.
+ QPDF oldpdf;
+ oldpdf.processFile(arg2);
+ QPDFObjectHandle qtest = oldpdf.getTrailer().getKey("/QTest");
+ pdf.getTrailer().replaceKey(
+ "/QTest", pdf.copyForeignObject(qtest));
+ }
- QPDFWriter w(newpdf, "a.pdf");
+ QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true);
w.setStreamDataMode(qpdf_s_preserve);
w.write();
@@ -1065,16 +1120,19 @@ void runtest(int n, char const* filename1, char const* arg2)
// that O3 points to. Also, inherited object will have been
// pushed down and will be preserved.
- assert(arg2 != 0);
- QPDF newpdf;
- newpdf.processFile(arg2);
- QPDFObjectHandle qtest = pdf.getTrailer().getKey("/QTest");
- QPDFObjectHandle O3 = qtest.getKey("/O3");
- QPDFPageDocumentHelper(newpdf).addPage(O3, false);
- newpdf.getTrailer().replaceKey(
- "/QTest", newpdf.copyForeignObject(qtest));
+ {
+ // Make sure original PDF is out of scope when we write.
+ assert(arg2 != 0);
+ QPDF oldpdf;
+ oldpdf.processFile(arg2);
+ QPDFObjectHandle qtest = oldpdf.getTrailer().getKey("/QTest");
+ QPDFObjectHandle O3 = qtest.getKey("/O3");
+ QPDFPageDocumentHelper(pdf).addPage(O3, false);
+ pdf.getTrailer().replaceKey(
+ "/QTest", pdf.copyForeignObject(qtest));
+ }
- QPDFWriter w(newpdf, "a.pdf");
+ QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true);
w.setStreamDataMode(qpdf_s_preserve);
w.write();
@@ -1083,20 +1141,81 @@ void runtest(int n, char const* filename1, char const* arg2)
{
// Copy O3 and the page O3 refers to before copying qtest.
// Should get qtest plus only the O3 page and the page that O3
- // points to. Inherited objects should be preserved.
+ // points to. Inherited objects should be preserved. This test
+ // also exercises copying from a stream that has a buffer and
+ // a provider, including copying a provider multiple times. We
+ // also exercise setImmediateCopyFrom.
- assert(arg2 != 0);
- QPDF newpdf;
- newpdf.processFile(arg2);
- QPDFObjectHandle qtest = pdf.getTrailer().getKey("/QTest");
- QPDFObjectHandle O3 = qtest.getKey("/O3");
- QPDFPageDocumentHelper dh(newpdf);
- dh.addPage(O3.getKey("/OtherPage"), false);
- dh.addPage(O3, false);
- newpdf.getTrailer().replaceKey(
- "/QTest", newpdf.copyForeignObject(qtest));
-
- QPDFWriter w(newpdf, "a.pdf");
+ // Create a provider. The provider stays in scope.
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> p1;
+ {
+ // Local scope
+ Pl_Buffer pl("buffer");
+ pl.write(QUtil::unsigned_char_pointer("new data for stream\n"),
+ 20); // no null!
+ pl.finish();
+ PointerHolder<Buffer> b = pl.getBuffer();
+ Provider* provider = new Provider(b);
+ p1 = provider;
+ }
+ // Create a stream that uses a provider in empty1 and copy it
+ // to empty2. It is copied from empty2 to the final pdf.
+ QPDF empty1;
+ empty1.emptyPDF();
+ QPDFObjectHandle s1 = QPDFObjectHandle::newStream(&empty1);
+ s1.replaceStreamData(
+ p1, QPDFObjectHandle::newNull(), QPDFObjectHandle::newNull());
+ QPDF empty2;
+ empty2.emptyPDF();
+ s1 = empty2.copyForeignObject(s1);
+ {
+ // Make sure some source PDFs are out of scope when we
+ // write.
+
+ PointerHolder<QPDFObjectHandle::StreamDataProvider> p2;
+ // Create another provider. This one will go out of scope
+ // along with its containing qpdf, which has
+ // setImmediateCopyFrom(true).
+ {
+ // Local scope
+ Pl_Buffer pl("buffer");
+ pl.write(QUtil::unsigned_char_pointer(
+ "more data for stream\n"),
+ 21); // no null!
+ pl.finish();
+ PointerHolder<Buffer> b = pl.getBuffer();
+ Provider* provider = new Provider(b);
+ p2 = provider;
+ }
+ QPDF empty3;
+ empty3.emptyPDF();
+ empty3.setImmediateCopyFrom(true);
+ QPDFObjectHandle s3 = QPDFObjectHandle::newStream(&empty3);
+ s3.replaceStreamData(
+ p2, QPDFObjectHandle::newNull(), QPDFObjectHandle::newNull());
+ assert(arg2 != 0);
+ QPDF oldpdf;
+ oldpdf.processFile(arg2);
+ QPDFObjectHandle qtest = oldpdf.getTrailer().getKey("/QTest");
+ QPDFObjectHandle O3 = qtest.getKey("/O3");
+ QPDFPageDocumentHelper dh(pdf);
+ dh.addPage(O3.getKey("/OtherPage"), false);
+ dh.addPage(O3, false);
+ QPDFObjectHandle s2 = QPDFObjectHandle::newStream(
+ &oldpdf, "potato\n");
+ pdf.getTrailer().replaceKey(
+ "/QTest", pdf.copyForeignObject(qtest));
+ pdf.getTrailer().replaceKey(
+ "/QTest2", QPDFObjectHandle::newArray());
+ pdf.getTrailer().getKey("/QTest2").appendItem(
+ pdf.copyForeignObject(s1));
+ pdf.getTrailer().getKey("/QTest2").appendItem(
+ pdf.copyForeignObject(s2));
+ pdf.getTrailer().getKey("/QTest2").appendItem(
+ pdf.copyForeignObject(s3));
+ }
+
+ QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true);
w.setStreamDataMode(qpdf_s_preserve);
w.write();
@@ -1109,7 +1228,7 @@ void runtest(int n, char const* filename1, char const* arg2)
pdf.copyForeignObject(pdf.getTrailer().getKey("/QTest"));
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error: " << e.what() << std::endl;
}
@@ -1118,7 +1237,7 @@ void runtest(int n, char const* filename1, char const* arg2)
pdf.copyForeignObject(QPDFObjectHandle::newInteger(1));
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error: " << e.what() << std::endl;
}
@@ -1139,7 +1258,7 @@ void runtest(int n, char const* filename1, char const* arg2)
w.write();
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error: " << e.what() << std::endl;
}
@@ -1185,7 +1304,7 @@ void runtest(int n, char const* filename1, char const* arg2)
QPDFObjectHandle::parse("[1 0 R]", "indirect test");
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::logic_error e)
+ catch (std::logic_error const& e)
{
std::cout << "logic error parsing indirect: " << e.what()
<< std::endl;
@@ -1195,7 +1314,7 @@ void runtest(int n, char const* filename1, char const* arg2)
QPDFObjectHandle::parse("0 trailing", "trailing test");
std::cout << "oops -- didn't throw" << std::endl;
}
- catch (std::runtime_error e)
+ catch (std::runtime_error const& e)
{
std::cout << "trailing data: " << e.what()
<< std::endl;
@@ -1612,6 +1731,321 @@ void runtest(int n, char const* filename1, char const* arg2)
w.setSuppressOriginalObjectIDs(true);
w.write();
}
+ else if (n == 45)
+ {
+ // Decode obfuscated files. This is here to help test with
+ // files that trigger anti-virus warnings. See comments in
+ // qpdf.test for details.
+ QPDFWriter w(pdf, "a.pdf");
+ w.setStaticID(true);
+ w.write();
+ if (! pdf.getWarnings().empty())
+ {
+ exit(3);
+ }
+ }
+ else if (n == 46)
+ {
+ // Test number tree. This test is crafted to work with
+ // number-tree.pdf
+ QPDFObjectHandle qtest = pdf.getTrailer().getKey("/QTest");
+ QPDFNumberTreeObjectHelper ntoh(qtest);
+ QPDFNumberTreeObjectHelper::idx_map ntoh_map = ntoh.getAsMap();
+ for (QPDFNumberTreeObjectHelper::idx_map::iterator iter =
+ ntoh_map.begin();
+ iter != ntoh_map.end(); ++iter)
+ {
+ std::cout << (*iter).first << " "
+ << (*iter).second.getStringValue()
+ << std::endl;
+ }
+ assert(1 == ntoh.getMin());
+ assert(29 == ntoh.getMax());
+ assert(ntoh.hasIndex(6));
+ assert(! ntoh.hasIndex(500));
+ QPDFObjectHandle oh;
+ assert(! ntoh.findObject(4, oh));
+ assert(ntoh.findObject(3, oh));
+ assert("three" == oh.getStringValue());
+ QPDFNumberTreeObjectHelper::numtree_number offset = 0;
+ assert(! ntoh.findObjectAtOrBelow(0, oh, offset));
+ assert(ntoh.findObjectAtOrBelow(8, oh, offset));
+ assert("six" == oh.getStringValue());
+ assert(2 == offset);
+ }
+ else if (n == 47)
+ {
+ // Test page labels.
+ QPDFPageLabelDocumentHelper pldh(pdf);
+ size_t npages = pdf.getRoot().getKey("/Pages").
+ getKey("/Count").getIntValue();
+ std::vector<QPDFObjectHandle> labels;
+ pldh.getLabelsForPageRange(0, npages - 1, 1, labels);
+ assert(labels.size() % 2 == 0);
+ for (size_t i = 0; i < labels.size(); i+= 2)
+ {
+ std::cout << labels.at(i).getIntValue() << " "
+ << labels.at(i+1).unparse() << std::endl;
+ }
+ }
+ else if (n == 48)
+ {
+ // Test name tree. This test is crafted to work with
+ // name-tree.pdf
+ QPDFObjectHandle qtest = pdf.getTrailer().getKey("/QTest");
+ QPDFNameTreeObjectHelper ntoh(qtest);
+ std::map<std::string, QPDFObjectHandle> ntoh_map = ntoh.getAsMap();
+ for (std::map<std::string, QPDFObjectHandle>::iterator iter =
+ ntoh_map.begin();
+ iter != ntoh_map.end(); ++iter)
+ {
+ std::cout << (*iter).first << " -> "
+ << (*iter).second.getStringValue()
+ << std::endl;
+ }
+ assert(ntoh.hasName("11 elephant"));
+ assert(ntoh.hasName("07 sev\xe2\x80\xa2n"));
+ assert(! ntoh.hasName("potato"));
+ QPDFObjectHandle oh;
+ assert(! ntoh.findObject("potato", oh));
+ assert(ntoh.findObject("07 sev\xe2\x80\xa2n", oh));
+ assert("seven!" == oh.getStringValue());
+ }
+ else if (n == 49)
+ {
+ // Outlines
+ std::vector<QPDFPageObjectHelper> pages =
+ QPDFPageDocumentHelper(pdf).getAllPages();
+ QPDFOutlineDocumentHelper odh(pdf);
+ int pageno = 0;
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter, ++pageno)
+ {
+ std::list<QPDFOutlineObjectHelper> outlines =
+ odh.getOutlinesForPage((*iter).getObjectHandle().getObjGen());
+ for (std::list<QPDFOutlineObjectHelper>::iterator oiter =
+ outlines.begin();
+ oiter != outlines.end(); ++oiter)
+ {
+ std::cout
+ << "page " << pageno << ": "
+ << (*oiter).getTitle() << " -> "
+ << (*oiter).getDest().unparseResolved() << std::endl;
+ }
+ }
+ }
+ else if (n == 50)
+ {
+ // Test dictionary merge. This test is crafted to work with
+ // merge-dict.pdf
+ QPDFObjectHandle d1 = pdf.getTrailer().getKey("/Dict1");
+ QPDFObjectHandle d2 = pdf.getTrailer().getKey("/Dict2");
+ d1.mergeResources(d2);
+ std::cout << d1.getJSON().unparse() << std::endl;
+ // Top-level type mismatch
+ d1.mergeResources(d2.getKey("/k1"));
+ std::set<std::string> names = d1.getResourceNames();
+ for (std::set<std::string>::iterator iter = names.begin();
+ iter != names.end(); ++iter)
+ {
+ std::cout << *iter << std::endl;
+ }
+ }
+ else if (n == 51)
+ {
+ // Test radio button and checkbox field setting. The input
+ // files must have radios button called r1 and r2 and
+ // checkboxes called checkbox1 and checkbox2. The files
+ // button-set*.pdf are designed for this test case.
+ QPDFObjectHandle acroform = pdf.getRoot().getKey("/AcroForm");
+ QPDFObjectHandle fields = acroform.getKey("/Fields");
+ int n = fields.getArrayNItems();
+ for (int i = 0; i < n; ++i)
+ {
+ QPDFObjectHandle field = fields.getArrayItem(i);
+ QPDFObjectHandle T = field.getKey("/T");
+ if (! T.isString())
+ {
+ continue;
+ }
+ std::string Tval = T.getUTF8Value();
+ if (Tval == "r1")
+ {
+ std::cout << "setting r1 via parent\n";
+ QPDFFormFieldObjectHelper foh(field);
+ foh.setV(QPDFObjectHandle::newName("/2"));
+ }
+ else if (Tval == "r2")
+ {
+ std::cout << "setting r2 via child\n";
+ field = field.getKey("/Kids").getArrayItem(1);
+ QPDFFormFieldObjectHelper foh(field);
+ foh.setV(QPDFObjectHandle::newName("/3"));
+ }
+ else if (Tval == "checkbox1")
+ {
+ std::cout << "turning checkbox1 on\n";
+ QPDFFormFieldObjectHelper foh(field);
+ foh.setV(QPDFObjectHandle::newName("/Yes"));
+ }
+ else if (Tval == "checkbox2")
+ {
+ std::cout << "turning checkbox2 off\n";
+ QPDFFormFieldObjectHelper foh(field);
+ foh.setV(QPDFObjectHandle::newName("/Off"));
+ }
+ }
+ QPDFWriter w(pdf, "a.pdf");
+ w.setQDFMode(true);
+ w.setStaticID(true);
+ w.write();
+ }
+ else if (n == 52)
+ {
+ // This test just sets a field value for appearance stream
+ // generating testing.
+ QPDFObjectHandle acroform = pdf.getRoot().getKey("/AcroForm");
+ QPDFObjectHandle fields = acroform.getKey("/Fields");
+ int n = fields.getArrayNItems();
+ for (int i = 0; i < n; ++i)
+ {
+ QPDFObjectHandle field = fields.getArrayItem(i);
+ QPDFObjectHandle T = field.getKey("/T");
+ if (! T.isString())
+ {
+ continue;
+ }
+ std::string Tval = T.getUTF8Value();
+ if (Tval == "list1")
+ {
+ std::cout << "setting list1 value\n";
+ QPDFFormFieldObjectHelper foh(field);
+ foh.setV(QPDFObjectHandle::newString(arg2));
+ }
+ }
+ QPDFWriter w(pdf, "a.pdf");
+ w.write();
+ }
+ else if (n == 53)
+ {
+ // Test get all objects and dangling ref handling
+ QPDFObjectHandle root = pdf.getRoot();
+ root.replaceKey(
+ "/Q1",
+ pdf.makeIndirectObject(QPDFObjectHandle::newString("potato")));
+ std::cout << "all objects" << std::endl;
+ std::vector<QPDFObjectHandle> all = pdf.getAllObjects();
+ for (std::vector<QPDFObjectHandle>::iterator iter = all.begin();
+ iter != all.end(); ++iter)
+ {
+ std::cout << (*iter).unparse() << std::endl;
+ }
+
+ QPDFWriter w(pdf, "a.pdf");
+ w.setStaticID(true);
+ w.write();
+ }
+ else if (n == 54)
+ {
+ // Test getFinalVersion. This must be invoked with a file
+ // whose final version is not 1.5.
+ QPDFWriter w(pdf, "a.pdf");
+ assert(pdf.getPDFVersion() != "1.5");
+ w.setObjectStreamMode(qpdf_o_generate);
+ if (w.getFinalVersion() != "1.5")
+ {
+ std::cout << "oops: " << w.getFinalVersion() << std::endl;
+ }
+ }
+ else if (n == 55)
+ {
+ // Form XObjects
+ std::vector<QPDFPageObjectHelper> pages =
+ QPDFPageDocumentHelper(pdf).getAllPages();
+ QPDFObjectHandle qtest = QPDFObjectHandle::newArray();
+ for (std::vector<QPDFPageObjectHelper>::iterator iter = pages.begin();
+ iter != pages.end(); ++iter)
+ {
+ QPDFPageObjectHelper& ph(*iter);
+ qtest.appendItem(ph.getFormXObjectForPage());
+ qtest.appendItem(ph.getFormXObjectForPage(false));
+ }
+ pdf.getTrailer().replaceKey("/QTest", qtest);
+ QPDFWriter w(pdf, "a.pdf");
+ w.setQDFMode(true);
+ w.setStaticID(true);
+ w.write();
+ }
+ else if ((n >= 56) && (n <= 59))
+ {
+ // Placing form XObjects
+ assert(arg2);
+ QPDF pdf2;
+ pdf2.processFile(arg2);
+
+ // red pages are from pdf, blue pages are from pdf2
+ // red pages always have stated rotation absolutely
+ // 56: blue pages are overlaid exactly on top of red pages
+ // 57: blue pages have stated rotation relative to red pages
+ // 58: blue pages have no rotation (absolutely upright)
+ // 59: blue pages have stated rotation absolutely
+ bool handle_from_transformation = ((n == 57) || (n == 59));
+ bool invert_to_transformation = ((n == 58) || (n == 59));
+
+ std::vector<QPDFPageObjectHelper> pages1 =
+ QPDFPageDocumentHelper(pdf).getAllPages();
+ std::vector<QPDFPageObjectHelper> pages2 =
+ QPDFPageDocumentHelper(pdf2).getAllPages();
+ size_t npages = (pages1.size() < pages2.size()
+ ? pages1.size() : pages2.size());
+ for (size_t i = 0; i < npages; ++i)
+ {
+ QPDFPageObjectHelper& ph1 = pages1.at(i);
+ QPDFPageObjectHelper& ph2 = pages2.at(i);
+ QPDFObjectHandle fo = pdf.copyForeignObject(
+ ph2.getFormXObjectForPage(handle_from_transformation));
+ int min_suffix = 1;
+ QPDFObjectHandle resources = ph1.getAttribute("/Resources", true);
+ std::string name = resources.getUniqueResourceName(
+ "/Fx", min_suffix);
+ std::string content =
+ ph1.placeFormXObject(
+ fo, name, ph1.getTrimBox().getArrayAsRectangle(),
+ invert_to_transformation);
+ if (! content.empty())
+ {
+ resources.mergeResources(
+ QPDFObjectHandle::parse("<< /XObject << >> >>"));
+ resources.getKey("/XObject").replaceKey(name, fo);
+ ph1.addPageContents(
+ QPDFObjectHandle::newStream(&pdf, "q\n"), true);
+ ph1.addPageContents(
+ QPDFObjectHandle::newStream(&pdf, "\nQ\n" + content),
+ false);
+ }
+ }
+ QPDFWriter w(pdf, "a.pdf");
+ w.setQDFMode(true);
+ w.setStaticID(true);
+ w.write();
+ }
+ else if (n == 60)
+ {
+ // Boundary condition testing for getUniqueResourceName
+ QPDFObjectHandle r1 = QPDFObjectHandle::newDictionary();
+ int min_suffix = 1;
+ for (int i = 1; i < 3; ++i)
+ {
+ std::string name = r1.getUniqueResourceName("/Quack", min_suffix);
+ r1.mergeResources(QPDFObjectHandle::parse("<< /Z << >> >>"));
+ r1.getKey("/Z").replaceKey(
+ name, QPDFObjectHandle::newString("moo"));
+ }
+ pdf.getTrailer().replaceKey("/QTest", r1);
+ QPDFWriter w(pdf, "a.pdf");
+ w.setStaticID(true);
+ w.write();
+ }
else
{
throw std::runtime_error(std::string("invalid test ") +
diff --git a/qpdf/test_tokenizer.cc b/qpdf/test_tokenizer.cc
index 9f65281b..36758a8b 100644
--- a/qpdf/test_tokenizer.cc
+++ b/qpdf/test_tokenizer.cc
@@ -16,7 +16,7 @@ static char const* whoami = 0;
void usage()
{
std::cerr << "Usage: " << whoami
- << " [-maxlen len | -no-ignorable] filename"
+ << " [-maxlen len | -no-ignorable | -old-ei] filename"
<< std::endl;
exit(2);
}
@@ -132,7 +132,7 @@ try_skipping(QPDFTokenizer& tokenizer, PointerHolder<InputSource> is,
static void
dump_tokens(PointerHolder<InputSource> is, std::string const& label,
size_t max_len, bool include_ignorable,
- bool skip_streams, bool skip_inline_images)
+ bool skip_streams, bool skip_inline_images, bool old_ei)
{
Finder f1(is, "endstream");
std::cout << "--- BEGIN " << label << " ---" << std::endl;
@@ -183,7 +183,16 @@ dump_tokens(PointerHolder<InputSource> is, std::string const& label,
else if (skip_inline_images &&
(token == QPDFTokenizer::Token(QPDFTokenizer::tt_word, "ID")))
{
- tokenizer.expectInlineImage();
+ char ch;
+ is->read(&ch, 1);
+ if (old_ei)
+ {
+ tokenizer.expectInlineImage();
+ }
+ else
+ {
+ tokenizer.expectInlineImage(is);
+ }
inline_image_offset = is->tell();
}
else if (token.getType() == QPDFTokenizer::tt_eof)
@@ -195,7 +204,7 @@ dump_tokens(PointerHolder<InputSource> is, std::string const& label,
}
static void process(char const* filename, bool include_ignorable,
- size_t max_len)
+ size_t max_len, bool old_ei)
{
PointerHolder<InputSource> is;
@@ -203,7 +212,7 @@ static void process(char const* filename, bool include_ignorable,
FileInputSource* fis = new FileInputSource();
fis->setFilename(filename);
is = fis;
- dump_tokens(is, "FILE", max_len, include_ignorable, true, false);
+ dump_tokens(is, "FILE", max_len, include_ignorable, true, false, false);
// Tokenize content streams, skipping inline images
QPDF qpdf;
@@ -222,7 +231,7 @@ static void process(char const* filename, bool include_ignorable,
"content data", content_data.getPointer());
is = bis;
dump_tokens(is, "PAGE " + QUtil::int_to_string(pageno),
- max_len, include_ignorable, false, true);
+ max_len, include_ignorable, false, true, old_ei);
}
// Tokenize object streams
@@ -241,7 +250,7 @@ static void process(char const* filename, bool include_ignorable,
is = bis;
dump_tokens(is, "OBJECT STREAM " +
QUtil::int_to_string((*iter).getObjectID()),
- max_len, include_ignorable, false, false);
+ max_len, include_ignorable, false, false, false);
}
}
}
@@ -266,6 +275,7 @@ int main(int argc, char* argv[])
char const* filename = 0;
size_t max_len = 0;
bool include_ignorable = true;
+ bool old_ei = false;
for (int i = 1; i < argc; ++i)
{
if (argv[i][0] == '-')
@@ -282,6 +292,10 @@ int main(int argc, char* argv[])
{
include_ignorable = false;
}
+ else if (strcmp(argv[i], "-old-ei") == 0)
+ {
+ old_ei = true;
+ }
else
{
usage();
@@ -303,7 +317,7 @@ int main(int argc, char* argv[])
try
{
- process(filename, include_ignorable, max_len);
+ process(filename, include_ignorable, max_len, old_ei);
}
catch (std::exception& e)
{
diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver
index 5f3b0152..1519882a 100755
--- a/qtest/bin/qtest-driver
+++ b/qtest/bin/qtest-driver
@@ -2,7 +2,7 @@
#
# This file is part of qtest.
#
-# Copyright 1993-2007, Jay Berkenbilt
+# Copyright 1993-2019, Jay Berkenbilt
#
# QTest is distributed under the terms of version 2.0 of the Artistic
# license which may be found in the source distribution.
@@ -33,7 +33,7 @@ require TestDriver;
if ((@ARGV == 1) && ($ARGV[0] eq '--version'))
{
- print "$whoami version 1.4\n";
+ print "$whoami version 1.5\n";
exit 0;
}
if ((@ARGV == 1) && ($ARGV[0] eq '--print-path'))
@@ -46,6 +46,7 @@ my @bindirs = ();
my $datadir = undef;
my $covdir = '.';
my $stdout_tty = (-t STDOUT) ? "1" : "0";
+my $junit_suffix = "";
while (@ARGV)
{
@@ -69,6 +70,11 @@ while (@ARGV)
{
$stdout_tty = $1;
}
+ elsif ($arg eq '-junit-suffix')
+ {
+ usage() unless @ARGV;
+ $junit_suffix = "-" . shift(@ARGV);
+ }
else
{
usage();
@@ -159,8 +165,10 @@ elsif (@testcov)
my $testlogfile = 'qtest.log';
my $testxmlfile = 'qtest-results.xml';
+my $testjunitfile = "TEST-qtest$junit_suffix.xml";
unlink $testlogfile;
unlink $testxmlfile;
+unlink $testjunitfile;
my $totmissing = 0;
my $totextra = 0;
@@ -208,10 +216,13 @@ if (defined $tc_log)
print_xml(" coverage-scope=\"$tc_scope\"");
}
print_xml(">\n");
+print_junit("<?xml version=\"1.0\"?>\n" .
+ "<testsuites>\n");
foreach my $test (@tests)
{
print_and_log("\nRunning $test\n");
print_xml(" <testsuite file=\"$test\">\n");
+ print_junit(" <testsuite name=\"$test\">\n");
my @results = run_test($test);
if (scalar(@results) != 5)
{
@@ -263,6 +274,7 @@ foreach my $test (@tests)
print_xml(" />\n");
}
print_xml(" </testsuite>\n");
+ print_junit(" </testsuite>\n");
}
my $coverage_okay = 1;
@@ -317,6 +329,7 @@ if (defined $tc_log)
}
print_xml(" />\n" .
"</qtest-results>\n");
+print_junit("</testsuites>\n");
exit ($okay ? 0 : 2);
@@ -408,6 +421,7 @@ sub run_test
'-tempdir', $tempdir,
'-testlog', "$cwd/$testlogfile",
'-testxml', "$cwd/$testxmlfile",
+ '-testjunit', "$cwd/$testjunitfile",
"-stdout-tty=$stdout_tty") or
fatal("exec $prog failed: $!");
}
@@ -668,15 +682,22 @@ sub tc_do_final_checks
if (@problems)
{
my $testxml = open_xml();
+ my $testjunit = open_junit();
$testxml->print(" <coverage-errors count=\"" .
scalar(@problems) . "\">\n");
+ $testjunit->print(" <testsuite name=\"coverage\">\n");
foreach my $p (@problems)
{
$testlog->print("$p\n");
$testxml->print(" <coverage-error case=\"$p\"/>\n");
+ $testjunit->print(" <testcase name=\"$p\">\n" .
+ " <failure message=\"$p\"/>\n" .
+ " </testcase>\n");
}
$testxml->print(" </coverage-errors>\n");
$testxml->close();
+ $testjunit->print(" </testsuite>\n");
+ $testjunit->close();
$testlog->print("coverage errors: " . scalar(@problems) . "\n");
}
my $passed = (@problems == 0);
@@ -718,6 +739,11 @@ sub open_xml
open_binary($testxmlfile);
}
+sub open_junit
+{
+ open_binary($testjunitfile);
+}
+
sub print_and_log
{
my $fh = open_log();
@@ -733,6 +759,13 @@ sub print_xml
$fh->close();
}
+sub print_junit
+{
+ my $fh = open_junit();
+ print $fh @_;
+ $fh->close();
+}
+
sub print_and_pad
{
TestDriver::print_and_pad(@_);
@@ -784,6 +817,7 @@ Options include:
-bindirs bindir[:bindir...]
[ -covdir [coverage-dir] ]
[ -stdout-tty=[01] ]
+ [ -junit-suffix suffix ]
Subsidiary test programs are run with the -bindirs argument (a
colon-separated list of directories, which may be relative but will be
@@ -809,6 +843,15 @@ determination of whether standard output is a terminal. This can be
useful for cases in which another program is invoking ${whoami} and
passing its output through a pipe to a terminal.
+Qtest writes its results to qtest.log, qtest-results.xml, and
+TEST-qtest.xml. The TEST-qtest.xml file is compatible with JUnit's
+test ouput, which makes it useful for many continuous integration
+systems. The test output information in that file is not quite as rich
+as in qtest-results.xml, but it is good enough for most purposes. If
+you want your JUnit-compatible results file to have a different name,
+pass -junit-suffix yoursuffix. This will change the name to
+TEST-qtest-yoursuffix.xml.
+
";
exit 2;
diff --git a/qtest/module/TestDriver.pm b/qtest/module/TestDriver.pm
index ca083e56..061d0e26 100644
--- a/qtest/module/TestDriver.pm
+++ b/qtest/module/TestDriver.pm
@@ -2,7 +2,7 @@
#
# This file is part of qtest.
#
-# Copyright 1993-2007, Jay Berkenbilt
+# Copyright 1993-2019, Jay Berkenbilt
#
# QTest is distributed under the terms of version 2.0 of the Artistic
# license which may be found in the source distribution.
@@ -71,12 +71,14 @@ use constant EXPECT_FAILURE => 1 << 2;
use constant RM_WS_ONLY_LINES => 1 << 3;
# Field names
-use vars qw($f_socket $f_origdir $f_tempdir $f_testlog $f_testxml $f_suitename);
+use vars (qw($f_socket $f_origdir $f_tempdir $f_testlog),
+ qw($f_testxml $f_testjunit $f_suitename));
$f_socket = 'socket';
$f_origdir = 'origdir';
$f_tempdir = 'tempdir';
$f_testlog = 'testlog';
$f_testxml = 'testxml';
+$f_testjunit = 'testjunit';
$f_suitename = 'suitename';
use vars qw($f_passes $f_fails $f_xpasses $f_xfails $f_testnum);
@@ -105,7 +107,7 @@ my $color_emph = "";
# MSWin32 support
my $in_windows = 0;
my $winbin = undef;
-if ($^O eq 'MSWin32')
+if (($^O eq 'MSWin32') || ($^O eq 'msys'))
{
$in_windows = 1;
}
@@ -233,13 +235,14 @@ sub new
}
my $suitename = shift;
- if (! ((@ARGV == 11) &&
+ if (! ((@ARGV == 13) &&
(($ARGV[0] eq '-fd') || ($ARGV[0] eq '-port')) &&
($ARGV[2] eq '-origdir') &&
($ARGV[4] eq '-tempdir') &&
($ARGV[6] eq '-testlog') &&
($ARGV[8] eq '-testxml') &&
- ($ARGV[10] =~ m/^-stdout-tty=([01])$/) &&
+ ($ARGV[10] eq '-testjunit') &&
+ ($ARGV[12] =~ m/^-stdout-tty=([01])$/) &&
(-d $ARGV[5])))
{
die +__PACKAGE__, ": improper invocation of test driver $0 (" .
@@ -251,11 +254,14 @@ sub new
my $tempdir = $ARGV[5];
my $testlogfile = $ARGV[7];
my $testxmlfile = $ARGV[9];
+ my $testjunitfile = $ARGV[11];
my $testlog = new IO::File(">>$testlogfile");
binmode $testlog;
my $testxml = new IO::File(">>$testxmlfile");
binmode $testxml;
- $ARGV[10] =~ m/=([01])/ or die +__PACKAGE__, ": INTERNAL ERROR in ARGV[10]";
+ my $testjunit = new IO::File(">>$testjunitfile");
+ binmode $testjunit;
+ $ARGV[12] =~ m/=([01])/ or die +__PACKAGE__, ": INTERNAL ERROR in ARGV[10]";
my $stdout_is_tty = $1;
if ($stdout_is_tty)
{
@@ -300,6 +306,7 @@ sub new
$rep->{+__PACKAGE__}{$f_tempdir} = $tempdir;
$rep->{+__PACKAGE__}{$f_testlog} = $testlog;
$rep->{+__PACKAGE__}{$f_testxml} = $testxml;
+ $rep->{+__PACKAGE__}{$f_testjunit} = $testjunit;
$rep->{+__PACKAGE__}{$f_suitename} = $suitename;
$rep->{+__PACKAGE__}{$f_passes} = 0;
$rep->{+__PACKAGE__}{$f_fails} = 0;
@@ -342,6 +349,12 @@ sub _testxml
$rep->{+__PACKAGE__}{$f_testxml};
}
+sub _testjunit
+{
+ my $rep = shift;
+ $rep->{+__PACKAGE__}{$f_testjunit};
+}
+
sub _suitename
{
my $rep = shift;
@@ -771,6 +784,10 @@ sub runtest
binmode F;
while (<$in>)
{
+ if ($flags & $rep->NORMALIZE_NEWLINES)
+ {
+ s/\r$//;
+ }
print F;
}
$in->close();
@@ -1003,6 +1020,7 @@ sub runtest
my $passed = $rep->update_counters($outcome, $exp_outcome);
my $testxml = $rep->_testxml();
+ my $testjunit = $rep->_testjunit();
my $testlog = $rep->_testlog();
# $outcome_text is for the human-readable. We need something
# different for the xml file.
@@ -1014,16 +1032,22 @@ sub runtest
? ($passed ? "pass" : "unexpected-pass")
: ($passed ? "expected-fail" : "fail")) .
"\"\n");
+ $testjunit->print(" <testcase\n" .
+ " id=\"" . xmlify($category, 1) . " $testnum\"\n" .
+ " name=\"" . xmlify($description, 1) . "\"\n");
if (($outcome eq FAIL) && ($outcome ne $exp_outcome))
{
# Test failed and failure was not expected
$testxml->print(" >\n");
+ $testjunit->print(" >\n" .
+ " <failure>\n");
$testlog->printf("$category test %d (%s) FAILED\n",
$testnum, $description);
my $cwd = getcwd();
$testlog->print("cwd: $cwd\n");
+ $testjunit->print("cwd: " . xmlify($cwd) . "\n");
$testxml->print(" <cwd>" . xmlify($cwd) . "</cwd>\n");
my $cmd = $in_command;
if ((defined $cmd) && (ref($cmd) eq 'ARRAY'))
@@ -1034,6 +1058,7 @@ sub runtest
{
$testlog->print("command: $cmd\n");
$testxml->print(" <command>" . xmlify($cmd) . "</command>\n");
+ $testjunit->print("command: " . xmlify($cmd) . "\n");
}
if (defined $out_file)
{
@@ -1044,6 +1069,8 @@ sub runtest
$testxml->print(
" <expected-output-file>" . xmlify($out_file) .
"</expected-output-file>\n");
+ $testjunit->print("expected output in " .
+ xmlify($out_file) . "\n");
}
# It would be nice if we could filter out internal calls for
@@ -1054,6 +1081,7 @@ sub runtest
$testxml->print(" <stacktrace>test failure" .
xmlify(Carp::longmess()) .
"</stacktrace>\n");
+ $testjunit->print("stracktrace:\n" . xmlify(Carp::longmess()));
if (! $status_match)
{
@@ -1064,16 +1092,20 @@ sub runtest
" <expected-status>$out_exit_status</expected-status>\n");
$testxml->print(
" <actual-status>$exit_status</actual-status>\n");
+ $testjunit->printf(" Expected status: %s\n", $out_exit_status);
+ $testjunit->printf(" Actual status: %s\n", $exit_status);
}
if (! $output_match)
{
&QTC::TC("testdriver", "TestDriver output mismatch");
$testlog->print("--> BEGIN EXPECTED OUTPUT <--\n");
$testxml->print(" <expected-output>");
+ $testjunit->print("-- BEGIN EXPECTED OUTPUT --\n");
if (defined $expected_file)
{
write_file_to_fh($expected_file, $testlog);
xml_write_file_to_fh($expected_file, $testxml);
+ xml_write_file_to_fh($expected_file, $testjunit);
}
elsif (defined $out_regexp)
{
@@ -1083,6 +1115,7 @@ sub runtest
$testlog->print("\n");
}
$testxml->print("regexp: " . xmlify($out_regexp));
+ $testjunit->print("regexp: " . xmlify($out_regexp));
}
else
{
@@ -1093,19 +1126,26 @@ sub runtest
"--> BEGIN ACTUAL OUTPUT <--\n");
$testxml->print("</expected-output>\n" .
" <actual-output>");
+ $testjunit->print("-- END EXPECTED OUTPUT --\n" .
+ "-- ACTUAL OUTPUT --\n");
write_file_to_fh($actual_file, $testlog);
xml_write_file_to_fh($actual_file, $testxml);
+ xml_write_file_to_fh($actual_file, $testjunit);
$testlog->print("--> END ACTUAL OUTPUT <--\n");
$testxml->print("</actual-output>\n");
+ $testjunit->print("-- ACTUAL OUTPUT --\n");
if (defined $output_diff)
{
&QTC::TC("testdriver", "TestDriver display diff");
$testlog->print("--> DIFF EXPECTED ACTUAL <--\n");
$testxml->print(" <diff-output>");
+ $testjunit->print("-- DIFF EXPECTED ACTUAL --\n");
write_file_to_fh($output_diff, $testlog);
xml_write_file_to_fh($output_diff, $testxml);
+ xml_write_file_to_fh($output_diff, $testjunit);
$testlog->print("--> END DIFFERENCES <--\n");
$testxml->print("</diff-output>\n");
+ $testjunit->print("-- END DIFFERENCES --\n");
}
else
{
@@ -1113,10 +1153,13 @@ sub runtest
}
}
$testxml->print(" </testcase>\n");
+ $testjunit->print(" </failure>\n" .
+ " </testcase>\n");
}
else
{
$testxml->print(" />\n");
+ $testjunit->print(" />\n");
}
if (defined $threads)
@@ -1245,7 +1288,8 @@ sub xmlify
$str =~ s/</&lt;/g;
$str =~ s/>/&gt;/g;
$str =~ s/\"/&quot;/g if $attr;
- $str =~ s/([\000-\010\013-\037\177-\377])/sprintf("&#x%02x;", ord($1))/ge;
+ $str =~ s/([\000-\010\013-\037])/sprintf("[0x%02x]", ord($1))/ge;
+ $str =~ s/([\177-\377])/sprintf("&#x%02x;", ord($1))/ge;
$str;
}