diff --git a/postscript-go/.project b/postscript-go/.project
new file mode 100644
index 0000000..e3f2ccf
--- /dev/null
+++ b/postscript-go/.project
@@ -0,0 +1,18 @@
+
+
+ postscript-go
+
+
+ draw2d
+
+
+
+ com.googlecode.goclipse.goBuilder
+
+
+
+
+
+ goclipse.goNature
+
+
diff --git a/postscript-go/AUTHORS b/postscript-go/AUTHORS
new file mode 100644
index 0000000..a7d71ab
--- /dev/null
+++ b/postscript-go/AUTHORS
@@ -0,0 +1 @@
+Laurent Le Goff
\ No newline at end of file
diff --git a/postscript-go/README b/postscript-go/README
new file mode 100644
index 0000000..65fbebe
--- /dev/null
+++ b/postscript-go/README
@@ -0,0 +1,4 @@
+Postscript go implementation that uses [http://code.google.com/p/draw2d/ draw2d] to generate images.
+
+sample generation:
+[http://postcript-go.googlecode.com/svn/postscript-go/TestPostscript.png]
\ No newline at end of file
diff --git a/postscript-go/TestPostscript.png b/postscript-go/TestPostscript.png
new file mode 100644
index 0000000..f6b7f61
Binary files /dev/null and b/postscript-go/TestPostscript.png differ
diff --git a/postscript-go/bst.txt b/postscript-go/bst.txt
new file mode 100644
index 0000000..c495dbc
--- /dev/null
+++ b/postscript-go/bst.txt
@@ -0,0 +1,18 @@
+Copyright (c) 2010, Laurent Le Goff
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/postscript-go/fonts/COPYING b/postscript-go/fonts/COPYING
new file mode 100644
index 0000000..78c6065
--- /dev/null
+++ b/postscript-go/fonts/COPYING
@@ -0,0 +1,42 @@
+Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font
+instruction code copyright (c) 2001 by URW++ GmbH. All Rights
+Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of these Fonts and associated documentation files (the "Font
+Software"), to deal in the Font Software, including without
+limitation the rights to use, copy, merge, publish, distribute,
+sublicense, and/or sell copies of the Font Software, and to permit
+persons to whom the Font Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be included in all copies of one or more of the Font Software.
+
+The Font Software may not be modified, altered, or added to, and in
+particular the designs of glyphs or characters in the Fonts may not
+be modified nor may additional glyphs or characters be added to the
+Fonts. This License becomes null and void when the Fonts or Font
+Software have been modified.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
+OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
+INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
+INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
+SOFTWARE.
+
+Except as contained in this notice, the names of Bigelow & Holmes
+Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
+promote the sale, use or other dealings in this Font Software without
+prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
+
+For further information, contact:
+
+info@urwpp.de
+or
+design@bigelowandholmes.com
diff --git a/postscript-go/fonts/README b/postscript-go/fonts/README
new file mode 100644
index 0000000..f8cf488
--- /dev/null
+++ b/postscript-go/fonts/README
@@ -0,0 +1,24 @@
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/font/bh-ttf
+
+ http://cgit.freedesktop.org/xorg/font/bh-ttf
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
+
diff --git a/postscript-go/fonts/luximb.ttf b/postscript-go/fonts/luximb.ttf
new file mode 100644
index 0000000..7473e1f
Binary files /dev/null and b/postscript-go/fonts/luximb.ttf differ
diff --git a/postscript-go/fonts/luximbi.ttf b/postscript-go/fonts/luximbi.ttf
new file mode 100644
index 0000000..734201b
Binary files /dev/null and b/postscript-go/fonts/luximbi.ttf differ
diff --git a/postscript-go/fonts/luximr.ttf b/postscript-go/fonts/luximr.ttf
new file mode 100644
index 0000000..6ad6e12
Binary files /dev/null and b/postscript-go/fonts/luximr.ttf differ
diff --git a/postscript-go/fonts/luximri.ttf b/postscript-go/fonts/luximri.ttf
new file mode 100644
index 0000000..9b02826
Binary files /dev/null and b/postscript-go/fonts/luximri.ttf differ
diff --git a/postscript-go/fonts/luxirb.ttf b/postscript-go/fonts/luxirb.ttf
new file mode 100644
index 0000000..89c1711
Binary files /dev/null and b/postscript-go/fonts/luxirb.ttf differ
diff --git a/postscript-go/fonts/luxirbi.ttf b/postscript-go/fonts/luxirbi.ttf
new file mode 100644
index 0000000..6a5fe68
Binary files /dev/null and b/postscript-go/fonts/luxirbi.ttf differ
diff --git a/postscript-go/fonts/luxirr.ttf b/postscript-go/fonts/luxirr.ttf
new file mode 100644
index 0000000..daa8ad8
Binary files /dev/null and b/postscript-go/fonts/luxirr.ttf differ
diff --git a/postscript-go/fonts/luxirri.ttf b/postscript-go/fonts/luxirri.ttf
new file mode 100644
index 0000000..3a0c406
Binary files /dev/null and b/postscript-go/fonts/luxirri.ttf differ
diff --git a/postscript-go/fonts/luxisb.ttf b/postscript-go/fonts/luxisb.ttf
new file mode 100644
index 0000000..1e1ee43
Binary files /dev/null and b/postscript-go/fonts/luxisb.ttf differ
diff --git a/postscript-go/fonts/luxisbi.ttf b/postscript-go/fonts/luxisbi.ttf
new file mode 100644
index 0000000..c7072a7
Binary files /dev/null and b/postscript-go/fonts/luxisbi.ttf differ
diff --git a/postscript-go/fonts/luxisr.ttf b/postscript-go/fonts/luxisr.ttf
new file mode 100644
index 0000000..c47fd20
Binary files /dev/null and b/postscript-go/fonts/luxisr.ttf differ
diff --git a/postscript-go/fonts/luxisri.ttf b/postscript-go/fonts/luxisri.ttf
new file mode 100644
index 0000000..8a3b012
Binary files /dev/null and b/postscript-go/fonts/luxisri.ttf differ
diff --git a/postscript-go/spec/PLRM.pdf b/postscript-go/spec/PLRM.pdf
new file mode 100644
index 0000000..146374e
--- /dev/null
+++ b/postscript-go/spec/PLRM.pdf
@@ -0,0 +1,306339 @@
+%PDF-1.2
+%
+37546 0 obj
+<<
+/Linearized 1
+/O 37549
+/H [ 12180 14718 ]
+/L 7769823
+/E 188928
+/N 912
+/T 7018782
+>>
+endobj
+ xref
+37546 579
+0000000016 00000 n
+0000011940 00000 n
+0000012135 00000 n
+0000026898 00000 n
+0000027066 00000 n
+0000027139 00000 n
+0000027256 00000 n
+0000027387 00000 n
+0000027568 00000 n
+0000027755 00000 n
+0000027843 00000 n
+0000027931 00000 n
+0000028002 00000 n
+0000028107 00000 n
+0000028178 00000 n
+0000028283 00000 n
+0000028354 00000 n
+0000028459 00000 n
+0000028530 00000 n
+0000028635 00000 n
+0000028706 00000 n
+0000028811 00000 n
+0000028882 00000 n
+0000028987 00000 n
+0000029058 00000 n
+0000029163 00000 n
+0000029234 00000 n
+0000029339 00000 n
+0000029410 00000 n
+0000029515 00000 n
+0000029586 00000 n
+0000029691 00000 n
+0000029762 00000 n
+0000029867 00000 n
+0000029938 00000 n
+0000030043 00000 n
+0000030114 00000 n
+0000030219 00000 n
+0000030290 00000 n
+0000030395 00000 n
+0000030466 00000 n
+0000030571 00000 n
+0000030642 00000 n
+0000030747 00000 n
+0000030818 00000 n
+0000030923 00000 n
+0000030994 00000 n
+0000031099 00000 n
+0000031170 00000 n
+0000031275 00000 n
+0000031346 00000 n
+0000031451 00000 n
+0000031521 00000 n
+0000031626 00000 n
+0000031696 00000 n
+0000031801 00000 n
+0000031871 00000 n
+0000031976 00000 n
+0000032046 00000 n
+0000032151 00000 n
+0000032221 00000 n
+0000032291 00000 n
+0000032445 00000 n
+0000032598 00000 n
+0000032725 00000 n
+0000032875 00000 n
+0000033086 00000 n
+0000033285 00000 n
+0000033413 00000 n
+0000033552 00000 n
+0000033706 00000 n
+0000033868 00000 n
+0000034024 00000 n
+0000034177 00000 n
+0000034328 00000 n
+0000034494 00000 n
+0000034659 00000 n
+0000034820 00000 n
+0000034959 00000 n
+0000035106 00000 n
+0000035255 00000 n
+0000035452 00000 n
+0000035594 00000 n
+0000035731 00000 n
+0000035934 00000 n
+0000036096 00000 n
+0000036232 00000 n
+0000036371 00000 n
+0000036529 00000 n
+0000036681 00000 n
+0000036877 00000 n
+0000037079 00000 n
+0000037212 00000 n
+0000037428 00000 n
+0000037595 00000 n
+0000037722 00000 n
+0000037862 00000 n
+0000038022 00000 n
+0000038219 00000 n
+0000038366 00000 n
+0000038506 00000 n
+0000038634 00000 n
+0000038779 00000 n
+0000038912 00000 n
+0000039047 00000 n
+0000039251 00000 n
+0000039381 00000 n
+0000039515 00000 n
+0000039699 00000 n
+0000039888 00000 n
+0000040021 00000 n
+0000040224 00000 n
+0000040363 00000 n
+0000040513 00000 n
+0000040679 00000 n
+0000040835 00000 n
+0000040995 00000 n
+0000041136 00000 n
+0000041277 00000 n
+0000041435 00000 n
+0000041593 00000 n
+0000041751 00000 n
+0000041909 00000 n
+0000042067 00000 n
+0000042251 00000 n
+0000042430 00000 n
+0000042609 00000 n
+0000042697 00000 n
+0000042795 00000 n
+0000042866 00000 n
+0000042971 00000 n
+0000043042 00000 n
+0000043147 00000 n
+0000043218 00000 n
+0000043323 00000 n
+0000043394 00000 n
+0000043499 00000 n
+0000043571 00000 n
+0000043676 00000 n
+0000043748 00000 n
+0000043853 00000 n
+0000043925 00000 n
+0000044030 00000 n
+0000044102 00000 n
+0000044207 00000 n
+0000044279 00000 n
+0000044384 00000 n
+0000044456 00000 n
+0000044561 00000 n
+0000044666 00000 n
+0000044737 00000 n
+0000044809 00000 n
+0000044914 00000 n
+0000044986 00000 n
+0000045091 00000 n
+0000045163 00000 n
+0000045268 00000 n
+0000045340 00000 n
+0000045445 00000 n
+0000045517 00000 n
+0000045622 00000 n
+0000045694 00000 n
+0000045799 00000 n
+0000045871 00000 n
+0000045976 00000 n
+0000046048 00000 n
+0000046153 00000 n
+0000046224 00000 n
+0000046329 00000 n
+0000046400 00000 n
+0000046505 00000 n
+0000046576 00000 n
+0000046691 00000 n
+0000046762 00000 n
+0000046833 00000 n
+0000046981 00000 n
+0000047099 00000 n
+0000047259 00000 n
+0000047412 00000 n
+0000047574 00000 n
+0000047729 00000 n
+0000047886 00000 n
+0000048033 00000 n
+0000048189 00000 n
+0000048356 00000 n
+0000048530 00000 n
+0000048706 00000 n
+0000048858 00000 n
+0000049011 00000 n
+0000049158 00000 n
+0000049301 00000 n
+0000049471 00000 n
+0000049617 00000 n
+0000049788 00000 n
+0000049933 00000 n
+0000050082 00000 n
+0000050233 00000 n
+0000050377 00000 n
+0000050535 00000 n
+0000050724 00000 n
+0000050917 00000 n
+0000051102 00000 n
+0000051290 00000 n
+0000051429 00000 n
+0000051574 00000 n
+0000051725 00000 n
+0000051868 00000 n
+0000051996 00000 n
+0000052164 00000 n
+0000052397 00000 n
+0000052594 00000 n
+0000052746 00000 n
+0000052889 00000 n
+0000053084 00000 n
+0000053227 00000 n
+0000053371 00000 n
+0000053532 00000 n
+0000053692 00000 n
+0000053848 00000 n
+0000053974 00000 n
+0000054125 00000 n
+0000054341 00000 n
+0000054502 00000 n
+0000054648 00000 n
+0000054822 00000 n
+0000054996 00000 n
+0000055175 00000 n
+0000055331 00000 n
+0000055512 00000 n
+0000055683 00000 n
+0000055803 00000 n
+0000055984 00000 n
+0000056164 00000 n
+0000056304 00000 n
+0000056498 00000 n
+0000056699 00000 n
+0000056844 00000 n
+0000057027 00000 n
+0000057176 00000 n
+0000057308 00000 n
+0000057450 00000 n
+0000057593 00000 n
+0000057735 00000 n
+0000057883 00000 n
+0000058062 00000 n
+0000058256 00000 n
+0000058427 00000 n
+0000058576 00000 n
+0000058710 00000 n
+0000058904 00000 n
+0000059052 00000 n
+0000059183 00000 n
+0000059327 00000 n
+0000059482 00000 n
+0000059631 00000 n
+0000059776 00000 n
+0000059912 00000 n
+0000060080 00000 n
+0000060231 00000 n
+0000060371 00000 n
+0000060509 00000 n
+0000060693 00000 n
+0000060884 00000 n
+0000061062 00000 n
+0000061257 00000 n
+0000061405 00000 n
+0000061599 00000 n
+0000061798 00000 n
+0000061922 00000 n
+0000062063 00000 n
+0000062265 00000 n
+0000062420 00000 n
+0000062544 00000 n
+0000062706 00000 n
+0000062886 00000 n
+0000063062 00000 n
+0000063209 00000 n
+0000063333 00000 n
+0000063480 00000 n
+0000063612 00000 n
+0000063823 00000 n
+0000064005 00000 n
+0000064146 00000 n
+0000064326 00000 n
+0000064439 00000 n
+0000064644 00000 n
+0000064790 00000 n
+0000065001 00000 n
+0000065173 00000 n
+0000065307 00000 n
+0000065461 00000 n
+0000065631 00000 n
+0000065801 00000 n
+0000065958 00000 n
+0000066152 00000 n
+0000066368 00000 n
+0000066515 00000 n
+0000066644 00000 n
+0000066813 00000 n
+0000067012 00000 n
+0000067140 00000 n
+0000067285 00000 n
+0000067429 00000 n
+0000067572 00000 n
+0000067707 00000 n
+0000067851 00000 n
+0000068008 00000 n
+0000068159 00000 n
+0000068355 00000 n
+0000068484 00000 n
+0000068628 00000 n
+0000068763 00000 n
+0000068933 00000 n
+0000069083 00000 n
+0000069266 00000 n
+0000069395 00000 n
+0000069564 00000 n
+0000069751 00000 n
+0000069886 00000 n
+0000070063 00000 n
+0000070258 00000 n
+0000070386 00000 n
+0000070514 00000 n
+0000070673 00000 n
+0000070873 00000 n
+0000071000 00000 n
+0000071129 00000 n
+0000071274 00000 n
+0000071433 00000 n
+0000071573 00000 n
+0000071704 00000 n
+0000071848 00000 n
+0000072008 00000 n
+0000072165 00000 n
+0000072356 00000 n
+0000072488 00000 n
+0000072668 00000 n
+0000072864 00000 n
+0000072996 00000 n
+0000073167 00000 n
+0000073331 00000 n
+0000073480 00000 n
+0000073642 00000 n
+0000073812 00000 n
+0000074007 00000 n
+0000074199 00000 n
+0000074357 00000 n
+0000074514 00000 n
+0000074645 00000 n
+0000074782 00000 n
+0000074934 00000 n
+0000075118 00000 n
+0000075256 00000 n
+0000075391 00000 n
+0000075592 00000 n
+0000075795 00000 n
+0000075926 00000 n
+0000076058 00000 n
+0000076210 00000 n
+0000076358 00000 n
+0000076558 00000 n
+0000076694 00000 n
+0000076836 00000 n
+0000077006 00000 n
+0000077157 00000 n
+0000077290 00000 n
+0000077424 00000 n
+0000077575 00000 n
+0000077764 00000 n
+0000077876 00000 n
+0000078063 00000 n
+0000078203 00000 n
+0000078331 00000 n
+0000078485 00000 n
+0000078635 00000 n
+0000078788 00000 n
+0000078984 00000 n
+0000079110 00000 n
+0000079246 00000 n
+0000079434 00000 n
+0000079573 00000 n
+0000079698 00000 n
+0000079915 00000 n
+0000080045 00000 n
+0000080176 00000 n
+0000080323 00000 n
+0000080468 00000 n
+0000080624 00000 n
+0000080774 00000 n
+0000080959 00000 n
+0000081085 00000 n
+0000081271 00000 n
+0000081472 00000 n
+0000081650 00000 n
+0000081786 00000 n
+0000081944 00000 n
+0000082102 00000 n
+0000082258 00000 n
+0000082417 00000 n
+0000082548 00000 n
+0000082685 00000 n
+0000082834 00000 n
+0000082976 00000 n
+0000083173 00000 n
+0000083361 00000 n
+0000083555 00000 n
+0000083763 00000 n
+0000083895 00000 n
+0000084024 00000 n
+0000084180 00000 n
+0000084329 00000 n
+0000084474 00000 n
+0000084619 00000 n
+0000084769 00000 n
+0000084919 00000 n
+0000085070 00000 n
+0000085221 00000 n
+0000085413 00000 n
+0000085559 00000 n
+0000085706 00000 n
+0000085836 00000 n
+0000086026 00000 n
+0000086170 00000 n
+0000086290 00000 n
+0000086438 00000 n
+0000086586 00000 n
+0000086735 00000 n
+0000086862 00000 n
+0000087000 00000 n
+0000087144 00000 n
+0000087260 00000 n
+0000087378 00000 n
+0000087516 00000 n
+0000087701 00000 n
+0000087878 00000 n
+0000088023 00000 n
+0000088155 00000 n
+0000088283 00000 n
+0000088471 00000 n
+0000088605 00000 n
+0000088737 00000 n
+0000088930 00000 n
+0000089098 00000 n
+0000089259 00000 n
+0000089422 00000 n
+0000089616 00000 n
+0000089815 00000 n
+0000089950 00000 n
+0000090085 00000 n
+0000090293 00000 n
+0000090493 00000 n
+0000090638 00000 n
+0000090765 00000 n
+0000090880 00000 n
+0000091009 00000 n
+0000091186 00000 n
+0000091326 00000 n
+0000091478 00000 n
+0000091614 00000 n
+0000091756 00000 n
+0000091892 00000 n
+0000092030 00000 n
+0000092165 00000 n
+0000092300 00000 n
+0000092432 00000 n
+0000092568 00000 n
+0000092703 00000 n
+0000092835 00000 n
+0000092970 00000 n
+0000093165 00000 n
+0000093348 00000 n
+0000093490 00000 n
+0000093677 00000 n
+0000093824 00000 n
+0000093951 00000 n
+0000094078 00000 n
+0000094269 00000 n
+0000094397 00000 n
+0000094539 00000 n
+0000094680 00000 n
+0000094831 00000 n
+0000095036 00000 n
+0000095167 00000 n
+0000095355 00000 n
+0000095501 00000 n
+0000095628 00000 n
+0000095749 00000 n
+0000095896 00000 n
+0000096068 00000 n
+0000096220 00000 n
+0000096370 00000 n
+0000096523 00000 n
+0000096710 00000 n
+0000096842 00000 n
+0000097000 00000 n
+0000097151 00000 n
+0000097327 00000 n
+0000097514 00000 n
+0000097685 00000 n
+0000097823 00000 n
+0000097959 00000 n
+0000098103 00000 n
+0000098255 00000 n
+0000098407 00000 n
+0000098554 00000 n
+0000098755 00000 n
+0000098939 00000 n
+0000099084 00000 n
+0000099220 00000 n
+0000099367 00000 n
+0000099514 00000 n
+0000099661 00000 n
+0000099808 00000 n
+0000099959 00000 n
+0000100111 00000 n
+0000100257 00000 n
+0000100405 00000 n
+0000100559 00000 n
+0000100706 00000 n
+0000100855 00000 n
+0000101013 00000 n
+0000101214 00000 n
+0000101347 00000 n
+0000101464 00000 n
+0000101588 00000 n
+0000101765 00000 n
+0000101884 00000 n
+0000102007 00000 n
+0000102145 00000 n
+0000102279 00000 n
+0000102412 00000 n
+0000102593 00000 n
+0000102728 00000 n
+0000102859 00000 n
+0000102991 00000 n
+0000103138 00000 n
+0000103324 00000 n
+0000103460 00000 n
+0000103650 00000 n
+0000103854 00000 n
+0000103986 00000 n
+0000104138 00000 n
+0000104308 00000 n
+0000104459 00000 n
+0000104606 00000 n
+0000104736 00000 n
+0000104882 00000 n
+0000105017 00000 n
+0000105147 00000 n
+0000105287 00000 n
+0000105485 00000 n
+0000105644 00000 n
+0000105775 00000 n
+0000105924 00000 n
+0000106076 00000 n
+0000106222 00000 n
+0000106390 00000 n
+0000106524 00000 n
+0000106659 00000 n
+0000106828 00000 n
+0000107063 00000 n
+0000108412 00000 n
+0000109590 00000 n
+0000110319 00000 n
+0000110548 00000 n
+0000111725 00000 n
+0000112025 00000 n
+0000113194 00000 n
+0000113768 00000 n
+0000114938 00000 n
+0000115172 00000 n
+0000116337 00000 n
+0000142147 00000 n
+0000142227 00000 n
+0000154496 00000 n
+0000160638 00000 n
+0000186861 00000 n
+0000012180 00000 n
+0000026872 00000 n
+trailer
+<<
+/Size 38125
+/Info 37441 0 R
+/Root 37547 0 R
+/Prev 7018769
+/ID[]
+>>
+startxref
+0
+%%EOF
+
+37547 0 obj
+<<
+/Type /Catalog
+/Pages 37453 0 R
+/Outlines 37550 0 R
+/Names 37548 0 R
+/OpenAction [ 37549 0 R /XYZ null null null ]
+/PageMode /UseOutlines
+/SPI:PageMap 37545 0 R
+>>
+endobj
+37548 0 obj
+<<
+/Dests 37440 0 R
+>>
+endobj
+38123 0 obj
+<< /S 32669 /O 34094 /E 34110 /Filter /FlateDecode /Length 38124 0 R >>
+stream
+HtV{PTι..\aU^%E1ʚ(b$zZniIkÇF;T
+l1>V4֠}̦QLIf')Q9qf~;
+@[ w+
+έe9BCO澠2QD@{ENT1
+pR@]s LUs"U=2` #>"`'4$.@%i}L%(*>
+\u2tQH#!ClƙGPc0UI7NMmxݦ+t*uaq$(4QMOԴeq#,.P%h85IC)S!Г wIM
R0L* NJ{}i[ds
+