From f1de1826bddd32ce5aecaff3755fa9f940c6412a Mon Sep 17 00:00:00 2001 From: Jim Cownie Date: Thu, 3 Oct 2013 11:55:28 +0000 Subject: Update web pages to include style sheets and referenced documents missed before. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@191888 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/README.txt | 104 + www/Reference.pdf | 10413 ++++++++++++++++++++++++++++++++++++++++++++++++++++ www/content.css | 27 + www/index.html | 43 +- www/menu.css | 39 + 5 files changed, 10613 insertions(+), 13 deletions(-) create mode 100644 www/README.txt create mode 100644 www/Reference.pdf create mode 100644 www/content.css create mode 100644 www/menu.css (limited to 'www') diff --git a/www/README.txt b/www/README.txt new file mode 100644 index 0000000..3880bf0 --- /dev/null +++ b/www/README.txt @@ -0,0 +1,104 @@ + + README for Intel(R) OpenMP* Runtime Library + =========================================== + +How to Build Documentation +========================== + +The main documentation is in Doxygen* format, and this distribution +should come with pre-built PDF documentation in doc/Reference.pdf. +However, an HTML version can be built by executing: + +% doxygen doc/doxygen/config + +in this directory. + +That will produce HTML documentation in the doc/doxygen/generated +directory, which can be accessed by pointing a web browser at the +index.html file there. + +If you don't have Doxygen installed, you can download it from +www.doxygen.org. + + +How to Build the Intel(R) OpenMP* Runtime Library +================================================= + +The Makefile at the top-level will attempt to detect what it needs to +build the Intel(R) OpenMP* Runtime Library. To see the default settings, +type: + +make info + +You can change the Makefile's behavior with the following options: + +omp_root: The path to the top-level directory containing the top-level + Makefile. By default, this will take on the value of the + current working directory. + +omp_os: Operating system. By default, the build will attempt to + detect this. Currently supports "linux", "macos", and + "windows". + +arch: Architecture. By default, the build will attempt to + detect this if not specified by the user. Currently + supported values are + "32" for IA-32 architecture + "32e" for Intel(R) 64 architecture + "mic" for Intel(R) Many Integrated Core Architecture + + If "mic" is specified then "icc" will be used as the + compiler, and appropriate k1om binutils will be used. The + necessary packages must be installed on the build machine + for this to be possible (but an Intel(R) Xeon Phi(TM) + coprocessor card is not required to build the library). + +compiler: Which compiler to use for the build. Defaults to "icc" + or "icl" depending on the value of omp_os. Also supports + some versions of "gcc"* when omp_os is "linux". The selected + compiler should be installed and in the user's path. The + corresponding Fortran compiler should also be in the path. + See "Supported RTL Build Configurations" below for more + information on compiler versions. + +mode: Library mode: default is "release". Also supports "debug". + +To use any of the options above, simple add =. For +example, if you want to build with gcc instead of icc, type: + +make compiler=gcc + +Supported RTL Build Configurations +================================== + +Supported Architectures: IA-32 architecture, Intel(R) 64, and +Intel(R) Many Integrated Core Architecture + + ----------------------------------------------------------- + | icc/icl | gcc | +--------------|------------------------------|--------------------------| +| Linux* OS | Yes(1,5) | Yes(2,4) | +| OS X* | Yes(1,3,4) | No | +| Windows* OS | Yes(1,4) | No | +------------------------------------------------------------------------- + +(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are + supported (12.1 is recommended). +(2) gcc version 4.6.2 is supported. +(3) For icc on OS X*, OS X* version 10.5.8 is supported. +(4) Intel(R) Many Integrated Core Architecture not supported. +(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0 + or later are required. + +Front-end Compilers that work with this RTL +=========================================== + +The following compilers are known to do compatible code generation for +this RTL: icc/icl, gcc. See the documentation for more detail. + +----------------------------------------------------------------------- + +Notices +======= + +*Other names and brands may be claimed as the property of others. diff --git a/www/Reference.pdf b/www/Reference.pdf new file mode 100644 index 0000000..60ce400 --- /dev/null +++ b/www/Reference.pdf @@ -0,0 +1,10413 @@ +%PDF-1.4 +% +5 0 obj +<< /S /GoTo /D (chapter.1) >> +endobj +8 0 obj +(\376\377\000I\000n\000t\000e\000l\000\256\000\040\000\040\000O\000p\000e\000n\000M\000P\000\040\000R\000u\000n\000t\000i\000m\000e\000\040\000L\000i\000b\000r\000a\000r\000y\000\040\000I\000n\000t\000e\000r\000f\000a\000c\000e) +endobj +9 0 obj +<< /S /GoTo /D (section.1.1) >> +endobj +12 0 obj +(\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n) +endobj +13 0 obj +<< /S /GoTo /D (section.1.2) >> +endobj +16 0 obj +(\376\377\000B\000u\000i\000l\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000R\000u\000n\000t\000i\000m\000e) +endobj +17 0 obj +<< /S /GoTo /D (section.1.3) >> +endobj +20 0 obj +(\376\377\000S\000u\000p\000p\000o\000r\000t\000e\000d\000\040\000R\000T\000L\000\040\000B\000u\000i\000l\000d\000\040\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000s) +endobj +21 0 obj +<< /S /GoTo /D (section.1.4) >> +endobj +24 0 obj +(\376\377\000F\000r\000o\000n\000t\000-\000e\000n\000d\000\040\000C\000o\000m\000p\000i\000l\000e\000r\000s\000\040\000t\000h\000a\000t\000\040\000w\000o\000r\000k\000\040\000w\000i\000t\000h\000\040\000t\000h\000i\000s\000\040\000R\000T\000L) +endobj +25 0 obj +<< /S /GoTo /D (section.1.5) >> +endobj +28 0 obj +(\376\377\000O\000u\000t\000l\000i\000n\000i\000n\000g) +endobj +29 0 obj +<< /S /GoTo /D (subsection.1.5.1) >> +endobj +32 0 obj +(\376\377\000A\000d\000d\000r\000e\000s\000s\000i\000n\000g\000\040\000s\000h\000a\000r\000e\000d\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s) +endobj +33 0 obj +<< /S /GoTo /D (subsubsection.1.5.1.1) >> +endobj +36 0 obj +(\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000T\000e\000c\000h\000n\000i\000q\000u\000e) +endobj +37 0 obj +<< /S /GoTo /D (subsubsection.1.5.1.2) >> +endobj +40 0 obj +(\376\377\000F\000u\000t\000u\000r\000e\000\040\000T\000e\000c\000h\000n\000i\000q\000u\000e) +endobj +41 0 obj +<< /S /GoTo /D (section.1.6) >> +endobj +44 0 obj +(\376\377\000L\000i\000b\000r\000a\000r\000y\000\040\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s) +endobj +45 0 obj +<< /S /GoTo /D (section.1.7) >> +endobj +48 0 obj +(\376\377\000E\000x\000a\000m\000p\000l\000e\000s) +endobj +49 0 obj +<< /S /GoTo /D (subsection.1.7.1) >> +endobj +52 0 obj +(\376\377\000W\000o\000r\000k\000\040\000S\000h\000a\000r\000i\000n\000g\000\040\000E\000x\000a\000m\000p\000l\000e) +endobj +53 0 obj +<< /S /GoTo /D (chapter.2) >> +endobj +56 0 obj +(\376\377\000M\000o\000d\000u\000l\000e\000\040\000I\000n\000d\000e\000x) +endobj +57 0 obj +<< /S /GoTo /D (section.2.1) >> +endobj +60 0 obj +(\376\377\000M\000o\000d\000u\000l\000e\000s) +endobj +61 0 obj +<< /S /GoTo /D (chapter.3) >> +endobj +64 0 obj +(\376\377\000C\000l\000a\000s\000s\000\040\000I\000n\000d\000e\000x) +endobj +65 0 obj +<< /S /GoTo /D (section.3.1) >> +endobj +68 0 obj +(\376\377\000C\000l\000a\000s\000s\000\040\000L\000i\000s\000t) +endobj +69 0 obj +<< /S /GoTo /D (chapter.4) >> +endobj +72 0 obj +(\376\377\000M\000o\000d\000u\000l\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +73 0 obj +<< /S /GoTo /D (section.4.1) >> +endobj +76 0 obj +(\376\377\000A\000t\000o\000m\000i\000c\000\040\000O\000p\000e\000r\000a\000t\000i\000o\000n\000s) +endobj +77 0 obj +<< /S /GoTo /D (subsection.4.1.1) >> +endobj +80 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +81 0 obj +<< /S /GoTo /D (section.4.2) >> +endobj +84 0 obj +(\376\377\000B\000a\000s\000i\000c\000\040\000T\000y\000p\000e\000s) +endobj +85 0 obj +<< /S /GoTo /D (subsection.4.2.1) >> +endobj +88 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +89 0 obj +<< /S /GoTo /D (subsection.4.2.2) >> +endobj +92 0 obj +(\376\377\000M\000a\000c\000r\000o\000\040\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +93 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.1) >> +endobj +96 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000A\000T\000O\000M\000I\000C\000\137\000R\000E\000D\000U\000C\000E) +endobj +97 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.2) >> +endobj +100 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000A\000U\000T\000O\000P\000A\000R) +endobj +101 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.3) >> +endobj +104 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000B\000A\000R\000R\000I\000E\000R\000\137\000E\000X\000P\000L) +endobj +105 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.4) >> +endobj +108 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000B\000A\000R\000R\000I\000E\000R\000\137\000I\000M\000P\000L) +endobj +109 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.5) >> +endobj +112 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000I\000M\000B) +endobj +113 0 obj +<< /S /GoTo /D (subsubsection.4.2.2.6) >> +endobj +116 0 obj +(\376\377\000K\000M\000P\000\137\000I\000D\000E\000N\000T\000\137\000K\000M\000P\000C) +endobj +117 0 obj +<< /S /GoTo /D (subsection.4.2.3) >> +endobj +120 0 obj +(\376\377\000T\000y\000p\000e\000d\000e\000f\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +121 0 obj +<< /S /GoTo /D (subsubsection.4.2.3.1) >> +endobj +124 0 obj +(\376\377\000i\000d\000e\000n\000t\000\137\000t) +endobj +125 0 obj +<< /S /GoTo /D (section.4.3) >> +endobj +128 0 obj +(\376\377\000D\000e\000p\000r\000e\000c\000a\000t\000e\000d\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +endobj +129 0 obj +<< /S /GoTo /D (subsection.4.3.1) >> +endobj +132 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +133 0 obj +<< /S /GoTo /D (subsection.4.3.2) >> +endobj +136 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +137 0 obj +<< /S /GoTo /D (subsubsection.4.3.2.1) >> +endobj +140 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000o\000k\000\137\000t\000o\000\137\000f\000o\000r\000k) +endobj +141 0 obj +<< /S /GoTo /D (section.4.4) >> +endobj +144 0 obj +(\376\377\000S\000t\000a\000r\000t\000u\000p\000\040\000a\000n\000d\000\040\000S\000h\000u\000t\000d\000o\000w\000n) +endobj +145 0 obj +<< /S /GoTo /D (subsection.4.4.1) >> +endobj +148 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +149 0 obj +<< /S /GoTo /D (subsection.4.4.2) >> +endobj +152 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +153 0 obj +<< /S /GoTo /D (subsubsection.4.4.2.1) >> +endobj +156 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000e\000g\000i\000n) +endobj +157 0 obj +<< /S /GoTo /D (subsubsection.4.4.2.2) >> +endobj +160 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d) +endobj +161 0 obj +<< /S /GoTo /D (section.4.5) >> +endobj +164 0 obj +(\376\377\000P\000a\000r\000a\000l\000l\000e\000l\000\040\000\050\000f\000o\000r\000k\000/\000j\000o\000i\000n\000\051) +endobj +165 0 obj +<< /S /GoTo /D (subsection.4.5.1) >> +endobj +168 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +169 0 obj +<< /S /GoTo /D (subsection.4.5.2) >> +endobj +172 0 obj +(\376\377\000T\000y\000p\000e\000d\000e\000f\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +173 0 obj +<< /S /GoTo /D (subsubsection.4.5.2.1) >> +endobj +176 0 obj +(\376\377\000k\000m\000p\000c\000\137\000m\000i\000c\000r\000o) +endobj +177 0 obj +<< /S /GoTo /D (subsection.4.5.3) >> +endobj +180 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +181 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.1) >> +endobj +184 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000s\000e\000r\000i\000a\000l\000i\000z\000e\000d\000\137\000p\000a\000r\000a\000l\000l\000e\000l) +endobj +185 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.2) >> +endobj +188 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000k\000\137\000c\000a\000l\000l) +endobj +189 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.3) >> +endobj +192 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000k\000\137\000t\000e\000a\000m\000s) +endobj +193 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.4) >> +endobj +196 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000p\000u\000s\000h\000\137\000n\000u\000m\000\137\000t\000e\000a\000m\000s) +endobj +197 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.5) >> +endobj +200 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000p\000u\000s\000h\000\137\000n\000u\000m\000\137\000t\000h\000r\000e\000a\000d\000s) +endobj +201 0 obj +<< /S /GoTo /D (subsubsection.4.5.3.6) >> +endobj +204 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000s\000e\000r\000i\000a\000l\000i\000z\000e\000d\000\137\000p\000a\000r\000a\000l\000l\000e\000l) +endobj +205 0 obj +<< /S /GoTo /D (section.4.6) >> +endobj +208 0 obj +(\376\377\000T\000h\000r\000e\000a\000d\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) +endobj +209 0 obj +<< /S /GoTo /D (subsection.4.6.1) >> +endobj +212 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +213 0 obj +<< /S /GoTo /D (subsection.4.6.2) >> +endobj +216 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +217 0 obj +<< /S /GoTo /D (subsubsection.4.6.2.1) >> +endobj +220 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000o\000u\000n\000d\000\137\000n\000u\000m\000\137\000t\000h\000r\000e\000a\000d\000s) +endobj +221 0 obj +<< /S /GoTo /D (subsubsection.4.6.2.2) >> +endobj +224 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000o\000u\000n\000d\000\137\000t\000h\000r\000e\000a\000d\000\137\000n\000u\000m) +endobj +225 0 obj +<< /S /GoTo /D (subsubsection.4.6.2.3) >> +endobj +228 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000g\000l\000o\000b\000a\000l\000\137\000n\000u\000m\000\137\000t\000h\000r\000e\000a\000d\000s) +endobj +229 0 obj +<< /S /GoTo /D (subsubsection.4.6.2.4) >> +endobj +232 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000g\000l\000o\000b\000a\000l\000\137\000t\000h\000r\000e\000a\000d\000\137\000n\000u\000m) +endobj +233 0 obj +<< /S /GoTo /D (subsubsection.4.6.2.5) >> +endobj +236 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000i\000n\000\137\000p\000a\000r\000a\000l\000l\000e\000l) +endobj +237 0 obj +<< /S /GoTo /D (section.4.7) >> +endobj +240 0 obj +(\376\377\000W\000o\000r\000k\000\040\000S\000h\000a\000r\000i\000n\000g) +endobj +241 0 obj +<< /S /GoTo /D (subsection.4.7.1) >> +endobj +244 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +245 0 obj +<< /S /GoTo /D (subsection.4.7.2) >> +endobj +248 0 obj +(\376\377\000E\000n\000u\000m\000e\000r\000a\000t\000i\000o\000n\000\040\000T\000y\000p\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +249 0 obj +<< /S /GoTo /D (subsubsection.4.7.2.1) >> +endobj +252 0 obj +(\376\377\000s\000c\000h\000e\000d\000\137\000t\000y\000p\000e) +endobj +253 0 obj +<< /S /GoTo /D (subsection.4.7.3) >> +endobj +256 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +257 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.1) >> +endobj +260 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000c\000r\000i\000t\000i\000c\000a\000l) +endobj +261 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.2) >> +endobj +264 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000f\000i\000n\000i\000\137\0004) +endobj +265 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.3) >> +endobj +268 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000f\000i\000n\000i\000\137\0004\000u) +endobj +269 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.4) >> +endobj +272 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000f\000i\000n\000i\000\137\0008) +endobj +273 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.5) >> +endobj +276 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000f\000i\000n\000i\000\137\0008\000u) +endobj +277 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.6) >> +endobj +280 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000i\000n\000i\000t\000\137\0004) +endobj +281 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.7) >> +endobj +284 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000i\000n\000i\000t\000\137\0004\000u) +endobj +285 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.8) >> +endobj +288 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000i\000n\000i\000t\000\137\0008) +endobj +289 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.9) >> +endobj +292 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000i\000n\000i\000t\000\137\0008\000u) +endobj +293 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.10) >> +endobj +296 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000n\000e\000x\000t\000\137\0004) +endobj +297 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.11) >> +endobj +300 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000n\000e\000x\000t\000\137\0004\000u) +endobj +301 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.12) >> +endobj +304 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000n\000e\000x\000t\000\137\0008) +endobj +305 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.13) >> +endobj +308 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000d\000i\000s\000p\000a\000t\000c\000h\000\137\000n\000e\000x\000t\000\137\0008\000u) +endobj +309 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.14) >> +endobj +312 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000c\000r\000i\000t\000i\000c\000a\000l) +endobj +313 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.15) >> +endobj +316 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000m\000a\000s\000t\000e\000r) +endobj +317 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.16) >> +endobj +320 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000o\000r\000d\000e\000r\000e\000d) +endobj +321 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.17) >> +endobj +324 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000s\000i\000n\000g\000l\000e) +endobj +325 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.18) >> +endobj +328 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000\137\000s\000t\000a\000t\000i\000c\000\137\000f\000i\000n\000i) +endobj +329 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.19) >> +endobj +332 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000\137\000s\000t\000a\000t\000i\000c\000\137\000i\000n\000i\000t\000\137\0004) +endobj +333 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.20) >> +endobj +336 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000\137\000s\000t\000a\000t\000i\000c\000\137\000i\000n\000i\000t\000\137\0004\000u) +endobj +337 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.21) >> +endobj +340 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000\137\000s\000t\000a\000t\000i\000c\000\137\000i\000n\000i\000t\000\137\0008) +endobj +341 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.22) >> +endobj +344 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000o\000r\000\137\000s\000t\000a\000t\000i\000c\000\137\000i\000n\000i\000t\000\137\0008\000u) +endobj +345 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.23) >> +endobj +348 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000m\000a\000s\000t\000e\000r) +endobj +349 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.24) >> +endobj +352 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000o\000r\000d\000e\000r\000e\000d) +endobj +353 0 obj +<< /S /GoTo /D (subsubsection.4.7.3.25) >> +endobj +356 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000s\000i\000n\000g\000l\000e) +endobj +357 0 obj +<< /S /GoTo /D (section.4.8) >> +endobj +360 0 obj +(\376\377\000S\000y\000n\000c\000h\000r\000o\000n\000i\000z\000a\000t\000i\000o\000n) +endobj +361 0 obj +<< /S /GoTo /D (subsection.4.8.1) >> +endobj +364 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +365 0 obj +<< /S /GoTo /D (subsection.4.8.2) >> +endobj +368 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +369 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.1) >> +endobj +372 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000a\000r\000r\000i\000e\000r) +endobj +373 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.2) >> +endobj +376 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000a\000r\000r\000i\000e\000r\000\137\000m\000a\000s\000t\000e\000r) +endobj +377 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.3) >> +endobj +380 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000b\000a\000r\000r\000i\000e\000r\000\137\000m\000a\000s\000t\000e\000r\000\137\000n\000o\000w\000a\000i\000t) +endobj +381 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.4) >> +endobj +384 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000b\000a\000r\000r\000i\000e\000r\000\137\000m\000a\000s\000t\000e\000r) +endobj +385 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.5) >> +endobj +388 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000r\000e\000d\000u\000c\000e) +endobj +389 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.6) >> +endobj +392 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000e\000n\000d\000\137\000r\000e\000d\000u\000c\000e\000\137\000n\000o\000w\000a\000i\000t) +endobj +393 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.7) >> +endobj +396 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000f\000l\000u\000s\000h) +endobj +397 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.8) >> +endobj +400 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000r\000e\000d\000u\000c\000e) +endobj +401 0 obj +<< /S /GoTo /D (subsubsection.4.8.2.9) >> +endobj +404 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000r\000e\000d\000u\000c\000e\000\137\000n\000o\000w\000a\000i\000t) +endobj +405 0 obj +<< /S /GoTo /D (section.4.9) >> +endobj +408 0 obj +(\376\377\000T\000h\000r\000e\000a\000d\000\040\000p\000r\000i\000v\000a\000t\000e\000\040\000d\000a\000t\000a\000\040\000s\000u\000p\000p\000o\000r\000t) +endobj +409 0 obj +<< /S /GoTo /D (subsection.4.9.1) >> +endobj +412 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +413 0 obj +<< /S /GoTo /D (subsection.4.9.2) >> +endobj +416 0 obj +(\376\377\000T\000y\000p\000e\000d\000e\000f\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +417 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.1) >> +endobj +420 0 obj +(\376\377\000k\000m\000p\000c\000\137\000c\000c\000t\000o\000r) +endobj +421 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.2) >> +endobj +424 0 obj +(\376\377\000k\000m\000p\000c\000\137\000c\000c\000t\000o\000r\000\137\000v\000e\000c) +endobj +425 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.3) >> +endobj +428 0 obj +(\376\377\000k\000m\000p\000c\000\137\000c\000t\000o\000r) +endobj +429 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.4) >> +endobj +432 0 obj +(\376\377\000k\000m\000p\000c\000\137\000c\000t\000o\000r\000\137\000v\000e\000c) +endobj +433 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.5) >> +endobj +436 0 obj +(\376\377\000k\000m\000p\000c\000\137\000d\000t\000o\000r) +endobj +437 0 obj +<< /S /GoTo /D (subsubsection.4.9.2.6) >> +endobj +440 0 obj +(\376\377\000k\000m\000p\000c\000\137\000d\000t\000o\000r\000\137\000v\000e\000c) +endobj +441 0 obj +<< /S /GoTo /D (subsection.4.9.3) >> +endobj +444 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +445 0 obj +<< /S /GoTo /D (subsubsection.4.9.3.1) >> +endobj +448 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000c\000o\000p\000y\000p\000r\000i\000v\000a\000t\000e) +endobj +449 0 obj +<< /S /GoTo /D (subsubsection.4.9.3.2) >> +endobj +452 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000t\000h\000r\000e\000a\000d\000p\000r\000i\000v\000a\000t\000e\000\137\000c\000a\000c\000h\000e\000d) +endobj +453 0 obj +<< /S /GoTo /D (subsubsection.4.9.3.3) >> +endobj +456 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000t\000h\000r\000e\000a\000d\000p\000r\000i\000v\000a\000t\000e\000\137\000r\000e\000g\000i\000s\000t\000e\000r) +endobj +457 0 obj +<< /S /GoTo /D (subsubsection.4.9.3.4) >> +endobj +460 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000t\000h\000r\000e\000a\000d\000p\000r\000i\000v\000a\000t\000e\000\137\000r\000e\000g\000i\000s\000t\000e\000r\000\137\000v\000e\000c) +endobj +461 0 obj +<< /S /GoTo /D (section.4.10) >> +endobj +464 0 obj +(\376\377\000T\000a\000s\000k\000i\000n\000g\000\040\000s\000u\000p\000p\000o\000r\000t) +endobj +465 0 obj +<< /S /GoTo /D (subsection.4.10.1) >> +endobj +468 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +469 0 obj +<< /S /GoTo /D (subsection.4.10.2) >> +endobj +472 0 obj +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +473 0 obj +<< /S /GoTo /D (subsubsection.4.10.2.1) >> +endobj +476 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000o\000m\000p\000\137\000t\000a\000s\000k\000\137\000w\000i\000t\000h\000\137\000d\000e\000p\000s) +endobj +477 0 obj +<< /S /GoTo /D (subsubsection.4.10.2.2) >> +endobj +480 0 obj +(\376\377\000\137\000\137\000k\000m\000p\000c\000\137\000o\000m\000p\000\137\000w\000a\000i\000t\000\137\000d\000e\000p\000s) +endobj +481 0 obj +<< /S /GoTo /D (chapter.5) >> +endobj +484 0 obj +(\376\377\000C\000l\000a\000s\000s\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +485 0 obj +<< /S /GoTo /D (section.5.1) >> +endobj +488 0 obj +(\376\377\000i\000d\000e\000n\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +endobj +489 0 obj +<< /S /GoTo /D (subsection.5.1.1) >> +endobj +492 0 obj +(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n) +endobj +493 0 obj +<< /S /GoTo /D (subsection.5.1.2) >> +endobj +496 0 obj +(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +endobj +497 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.1) >> +endobj +500 0 obj +(\376\377\000f\000l\000a\000g\000s) +endobj +501 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.2) >> +endobj +504 0 obj +(\376\377\000p\000s\000o\000u\000r\000c\000e) +endobj +505 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.3) >> +endobj +508 0 obj +(\376\377\000r\000e\000s\000e\000r\000v\000e\000d\000\137\0001) +endobj +509 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.4) >> +endobj +512 0 obj +(\376\377\000r\000e\000s\000e\000r\000v\000e\000d\000\137\0002) +endobj +513 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.5) >> +endobj +516 0 obj +(\376\377\000r\000e\000s\000e\000r\000v\000e\000d\000\137\0003) +endobj +517 0 obj +<< /S /GoTo /D (subsubsection.5.1.2.5) >> +endobj +519 0 obj +(\376\377\000I\000n\000d\000e\000x) +endobj +520 0 obj +<< /S /GoTo /D [521 0 R /Fit ] >> +endobj +523 0 obj << +/Length 252 +/Filter /FlateDecode +>> +stream +xڅMKA wIGQ(voұt-e ߻SO›!XY]^,-ԯ d95h^cyմ]=C:bCؠ!B>'ĺCp2(zNF1c$K|6#J|(oVb*_6T~BoCeuȠLSdٚ+}:kLMn0? Xd--YBm~^rbgu > endobj +524 0 obj << +/D [521 0 R /XYZ 70.866 771.024 null] +>> endobj +522 0 obj << +/Font << /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +529 0 obj << +/Length 1187 +/Filter /FlateDecode +>> +stream +xڕVY6~ЇRZK]d 4Hh$*:u}gxȶVh'fs|s{{z]]nR/6ve4Mۖ'_WooNQ/<ȣ+է/+AޣAɽgY{Ii]yWYPv{㯣,'w k7j 75B`h׷ ;Cu45&~iQ觔:6Pu++ߚ1%Gf+5AaJ ~R!%;7Y;YtT!^.{nFBT غ cȦא.*dtq09Mqq m68/Eͻ5쮹2nE6 Zgc̢n5|_m޸KfvnVC R66k<"ص/9; +56vR:}8 ]I@ini4H[ n~ѓeЦRT\n~(Dv9}6;;w?ܟBE:,Ujfq .~}`[[`E PƮ%TXM;wjm+! M|/ -!+s;> endobj +527 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +564 0 obj << +/Length 1078 +/Filter /FlateDecode +>> +stream +x[oH+|i_xv$@"vCVjW N acIIژ^ćH`AVG>ՇK+1 Öo <-.YlqYD_ZK2sWՕW,Hw\Ƹ=لVTc DU@Ḣv +Z}fY + Ͼ&A8fkXJ߯|+wvtQ"$@vMApQ̠2udv/2gQDmT$eBݛϓ0M ]Iu0RQ^#39 y ~yB$;H g87,Ǩ GDaLl`^YǰD3LQ TwPCM AQR(_'Q7Tc,4(9g.]?զ%zsi좼;͝o엇Ua##Y7Ѓ3)KP=b |Vj: +}ҔzD9ɠ^=ގ2ʍӦQѹ={#(J {B!F(eщ|NV';Diֈr2ȗŴD% ֳ|J9&Ht쀔bp\ҭ\zz'19W_PF::W +FPƆ8% + +ȵL\ z!d'yM +۩_ۻ`οMa!yӮݦtmrSPMoofV7m!]4l } +hDە k/RYoSgW^ɹ1Ķuu:^ڟwǡ  +endstream +endobj +563 0 obj << +/Type /Page +/Contents 564 0 R +/Resources 562 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 526 0 R +/Annots [ 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R ] +>> endobj +532 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 603.843 269.381 614.255] +/Subtype /Link +/A << /S /GoTo /D (chapter.1) >> +>> endobj +533 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 587.661 156.569 596.145] +/Subtype /Link +/A << /S /GoTo /D (section.1.1) >> +>> endobj +534 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 567.833 192.443 578.209] +/Subtype /Link +/A << /S /GoTo /D (section.1.2) >> +>> endobj +535 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 549.897 253.511 560.479] +/Subtype /Link +/A << /S /GoTo /D (section.1.3) >> +>> endobj +536 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 532.069 284.247 542.543] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +537 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 514.025 145.101 524.607] +/Subtype /Link +/A << /S /GoTo /D (section.1.5) >> +>> endobj +538 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 496.089 254.45 506.465] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.1) >> +>> endobj +539 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 478.261 255.621 488.736] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.5.1.1) >> +>> endobj +540 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 460.325 251.64 470.594] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.5.1.2) >> +>> endobj +541 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 442.389 178.895 452.864] +/Subtype /Link +/A << /S /GoTo /D (section.1.6) >> +>> endobj +542 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 424.454 149.082 434.722] +/Subtype /Link +/A << /S /GoTo /D (section.1.7) >> +>> endobj +543 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 406.41 233.28 416.992] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.7.1) >> +>> endobj +544 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 379.149 143.966 387.601] +/Subtype /Link +/A << /S /GoTo /D (chapter.2) >> +>> endobj +545 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 361.222 143.604 369.706] +/Subtype /Link +/A << /S /GoTo /D (section.2.1) >> +>> endobj +546 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 332.068 136.506 340.714] +/Subtype /Link +/A << /S /GoTo /D (chapter.3) >> +>> endobj +547 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 314.061 148.58 322.832] +/Subtype /Link +/A << /S /GoTo /D (section.3.1) >> +>> endobj +548 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 284.988 185.937 293.633] +/Subtype /Link +/A << /S /GoTo /D (chapter.4) >> +>> endobj +549 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 265.277 183.378 275.751] +/Subtype /Link +/A << /S /GoTo /D (section.4.1) >> +>> endobj +550 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 247.341 221.956 257.609] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.1.1) >> +>> endobj +551 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 229.405 157.475 239.673] +/Subtype /Link +/A << /S /GoTo /D (section.4.2) >> +>> endobj +552 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 211.469 221.956 221.738] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.2.1) >> +>> endobj +553 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 195.237 269.163 204.008] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.2.2) >> +>> endobj +554 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 176.409 316.457 186.072] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.1) >> +>> endobj +555 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 158.473 282.09 168.136] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.2) >> +>> endobj +556 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 140.537 306.514 149.994] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.3) >> +>> endobj +557 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 122.602 304.514 132.058] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.4) >> +>> endobj +558 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 104.666 254.689 114.123] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.5) >> +>> endobj +559 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 86.73 264.65 96.393] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.2.6) >> +>> endobj +560 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 67.983 235.71 78.457] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.2.3) >> +>> endobj +566 0 obj << +/D [563 0 R /XYZ 70.866 635.428 null] +>> endobj +562 0 obj << +/Font << /F107 565 0 R /F95 530 0 R /F99 531 0 R /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +609 0 obj << +/Length 1208 +/Filter /FlateDecode +>> +stream +x]6+ +&LYb7ðXk0Wav=Z Z&?&o{r9fYugGmѢ=u_yϟf7fŹlSBu \Lp5:тxreQFD['Pwjg ~|B!Gz@QϵL2?+{kں +2ƫvommZ$64&zk(*HHinDz# sgkϓ0dN)7Q6Fc! vB, p0;Z ):kֻ׬0_) @dd ZOuO~vZESkq\|v` Av6OQO5$uQϔY(֗!. ӱć0Jİ+DT(Lg/ʀ*"7e\)=dZ3u@Kľˌľg76Ό3ah?\>vȎr$d(ܤxd~W2z@SvJA(F9תOb\aP–plڷ_ +gx;LL+cicwIO5=|b&Go8"jͷA⇴ZKVPbs_;#5)5LEU_Z0WţX|v,>i=4>gLY>,{oYMsedԸT#1bqsŵT$I?Np8}Ņ;,PɈzͿ玒}V/xNq{IfF#pXL5y-13,/v7Zte,/h♘6 +ŰK/RYK+5=76ĸF, +ϱfc̶1 =8|j>rΕ078LjOY!#s@k1КƏ Xh4qՑVж7.~u3U Njr\XDc_溰YvO G[2Z}{tU)7Y2cƫ2KU<#O|L8P~M75_$V5zؔ.#E7wN(~^Ȥ8: +endstream +endobj +608 0 obj << +/Type /Page +/Contents 609 0 R +/Resources 607 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 526 0 R +/Annots [ 561 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R ] +>> endobj +561 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 758.989 209.364 768.446] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.2.3.1) >> +>> endobj +567 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 740.48 197.428 750.748] +/Subtype /Link +/A << /S /GoTo /D (section.4.3) >> +>> endobj +568 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 722.783 221.956 733.051] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.3.1) >> +>> endobj +569 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 706.789 238.777 715.354] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.3.2) >> +>> endobj +570 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 687.388 260.553 697.863] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.3.2.1) >> +>> endobj +571 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 669.691 198.665 680.165] +/Subtype /Link +/A << /S /GoTo /D (section.4.4) >> +>> endobj +572 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 651.994 221.956 662.262] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.4.1) >> +>> endobj +573 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 636.081 238.777 644.565] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.4.2) >> +>> endobj +574 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 616.491 240.755 626.867] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.4.2.1) >> +>> endobj +575 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 598.902 233.78 609.17] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.4.2.2) >> +>> endobj +576 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 581.204 178.886 591.679] +/Subtype /Link +/A << /S /GoTo /D (section.4.5) >> +>> endobj +577 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 563.507 221.956 573.775] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.5.1) >> +>> endobj +578 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 545.81 235.71 556.284] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.5.2) >> +>> endobj +579 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 528.112 230.767 538.381] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.2.1) >> +>> endobj +580 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 512.119 238.777 520.683] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.5.3) >> +>> endobj +581 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 492.718 310.423 502.986] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.1) >> +>> endobj +582 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 475.021 252.071 485.495] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.2) >> +>> endobj +583 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 457.323 263.036 467.798] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.3) >> +>> endobj +584 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 439.626 289.998 449.894] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.4) >> +>> endobj +585 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 421.929 295.485 432.197] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.5) >> +>> endobj +586 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 404.231 290.482 414.5] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.5.3.6) >> +>> endobj +587 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 388.238 185.422 397.009] +/Subtype /Link +/A << /S /GoTo /D (section.4.6) >> +>> endobj +588 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 368.837 221.956 379.105] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.6.1) >> +>> endobj +589 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 352.843 238.777 361.408] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.6.2) >> +>> endobj +590 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 333.442 300.972 343.71] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.6.2.1) >> +>> endobj +591 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 315.745 296.489 326.013] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.6.2.2) >> +>> endobj +592 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 297.94 299.968 308.316] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.6.2.3) >> +>> endobj +593 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 280.243 295.485 290.618] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.6.2.4) >> +>> endobj +594 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 262.653 259.593 272.921] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.6.2.5) >> +>> endobj +595 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 244.848 164.029 255.43] +/Subtype /Link +/A << /S /GoTo /D (section.4.7) >> +>> endobj +596 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 227.258 221.956 237.527] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.7.1) >> +>> endobj +597 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 209.561 276.39 219.829] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.7.2) >> +>> endobj +598 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 191.864 228.301 202.132] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.2.1) >> +>> endobj +599 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 175.87 238.777 184.435] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.7.3) >> +>> endobj +600 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 156.469 244.36 166.737] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.1) >> +>> endobj +601 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 138.772 278.629 149.246] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.2) >> +>> endobj +602 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 121.074 283.614 131.549] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.3) >> +>> endobj +603 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 103.377 278.629 113.852] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.4) >> +>> endobj +604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 85.68 283.614 96.154] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.5) >> +>> endobj +605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 67.983 278.629 78.251] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.6) >> +>> endobj +607 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +652 0 obj << +/Length 1113 +/Filter /FlateDecode +>> +stream +x]sF+.\&M2ʹIsggS 5u} Kk1bŬ=E ~:NsH@j\{o>} ~ /^$)go3l[>0g_X>Vky0N!g~^o3T';\H1CP vDXB1 8\$m0I \e看ց?SwmP]8 +-c ;ؓ3瘩&381LF\3""2]`H>#1e4br=ljb-V&]qf^'qrA1%>5C1h̅GMtm¥' 4w&;vIz2]jtҜ O& wyds^xI3x +#@&X-z, +鎠iol%ԤvrImSs6'j:Ǒ ⶹ/'GsnjjXBxWi6iM%*0?x]Ow&1j Bt[vog`#VQ>:|F݇LJNEQk,3o[ϰIJMպ$Nvvc/ceNλ0'8{|L5 sw O/0MG^f87R1u*20 m&CXhTMzJ %QϛD=J +MJTr=T*X8\BE9 H;'ޤ&}lőbgٝO.ܬn駭IC; m%U i=HG}UsJ|ާy-m54b|ᾼ.z +endstream +endobj +651 0 obj << +/Type /Page +/Contents 652 0 R +/Resources 650 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 526 0 R +/Annots [ 606 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R ] +>> endobj +606 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 758.177 283.614 768.446] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.7) >> +>> endobj +610 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 740.48 278.629 750.748] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.8) >> +>> endobj +611 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 722.783 283.614 733.051] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.9) >> +>> endobj +612 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 705.085 283.847 715.354] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.10) >> +>> endobj +613 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 687.388 288.832 697.656] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.11) >> +>> endobj +614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 669.691 283.847 679.959] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.12) >> +>> endobj +615 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 651.994 288.832 662.262] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.13) >> +>> endobj +616 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 634.296 264.301 644.565] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.14) >> +>> endobj +617 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 616.599 266.166 626.867] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.15) >> +>> endobj +618 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 598.902 269.662 609.17] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.16) >> +>> endobj +619 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 581.097 262.185 591.473] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.17) >> +>> endobj +620 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 563.507 271.375 573.982] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.18) >> +>> endobj +621 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 545.81 281.345 556.284] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.19) >> +>> endobj +622 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 528.112 286.33 538.587] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.20) >> +>> endobj +623 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 510.415 281.345 520.89] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.21) >> +>> endobj +624 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 492.718 286.33 503.192] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.22) >> +>> endobj +625 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 475.021 246.225 485.289] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.23) >> +>> endobj +626 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 457.323 249.722 467.592] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.24) >> +>> endobj +627 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 439.518 242.244 449.894] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.7.3.25) >> +>> endobj +628 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 421.929 173.506 432.403] +/Subtype /Link +/A << /S /GoTo /D (section.4.8) >> +>> endobj +629 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 404.231 221.956 414.5] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.8.1) >> +>> endobj +630 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 388.238 238.777 396.802] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.8.2) >> +>> endobj +631 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 368.837 244.862 379.105] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.1) >> +>> endobj +632 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 351.139 277.248 361.408] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.2) >> +>> endobj +633 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 333.442 307.876 343.71] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.3) >> +>> endobj +634 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 315.745 297.189 326.013] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.4) >> +>> endobj +635 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 298.047 266.175 308.316] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.5) >> +>> endobj +636 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 280.35 296.803 290.618] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.6) >> +>> endobj +637 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 262.653 237.761 273.127] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.7) >> +>> endobj +638 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 244.956 246.234 255.224] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.8) >> +>> endobj +639 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 227.258 276.862 237.527] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.8.2.9) >> +>> endobj +640 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 209.561 220.13 219.829] +/Subtype /Link +/A << /S /GoTo /D (section.4.9) >> +>> endobj +641 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 191.864 221.956 202.132] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.9.1) >> +>> endobj +642 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 174.166 235.71 184.641] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.9.2) >> +>> endobj +643 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 156.469 228.283 166.737] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.1) >> +>> endobj +644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 138.772 246.996 149.04] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.2) >> +>> endobj +645 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 121.074 223.8 131.343] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.3) >> +>> endobj +646 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 103.377 242.513 113.645] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.4) >> +>> endobj +647 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 85.68 224.302 95.948] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.5) >> +>> endobj +648 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 67.983 243.015 78.251] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.2.6) >> +>> endobj +650 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +674 0 obj << +/Length 927 +/Filter /FlateDecode +>> +stream +xIsH}zz_|TRYflnN¨-S(}^x HThZ~+Mf"JdUiRH[EٷK "0c~׌gWG[`JW/-;D0]73WHH +NVNt +uGQJ ^+IpN9gM:L:ݬ\^'͐׹_ R )lhub qhN5VZU9 nƥ&vc< . “e5-H~0̲߾(FjJ9݇|vNzpA=aفBX$$Tiiՠm7Cu<:TF {۹ذ}NeC"V+@Pfb߸ܕI;rӵhP^GI]zz3Tß/F44H 0uWogM^g+ +~/Ipӎ{5n7.o +endstream +endobj +673 0 obj << +/Type /Page +/Contents 674 0 R +/Resources 672 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 526 0 R +/Annots [ 649 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R ] +>> endobj +649 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 759.881 238.777 768.446] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.9.3) >> +>> endobj +653 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 740.553 264.31 750.821] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.3.1) >> +>> endobj +654 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 722.929 304.953 733.197] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.3.2) >> +>> endobj +655 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 705.197 305.939 715.573] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.3.3) >> +>> endobj +656 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 687.572 324.652 697.948] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.9.3.4) >> +>> endobj +657 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 669.948 172.789 680.324] +/Subtype /Link +/A << /S /GoTo /D (section.4.10) >> +>> endobj +658 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 652.431 221.956 662.699] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.10.1) >> +>> endobj +659 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 636.51 238.777 645.075] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.10.2) >> +>> endobj +660 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 617.182 303.044 627.451] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.10.2.1) >> +>> endobj +661 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 599.558 281.48 609.826] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.4.10.2.2) >> +>> endobj +662 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 573.746 178.477 582.392] +/Subtype /Link +/A << /S /GoTo /D (chapter.5) >> +>> endobj +663 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.814 556.05 198.791 564.821] +/Subtype /Link +/A << /S /GoTo /D (section.5.1) >> +>> endobj +664 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 536.722 221.956 546.991] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1.1) >> +>> endobj +665 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.728 520.802 258.7 529.366] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1.2) >> +>> endobj +666 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 501.366 201.385 511.948] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.1) >> +>> endobj +667 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 483.849 214.341 494.118] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.2) >> +>> endobj +668 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 467.036 227.342 476.493] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.3) >> +>> endobj +669 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 449.412 227.342 458.869] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.4) >> +>> endobj +670 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.608 431.788 227.342 441.244] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.5) >> +>> endobj +671 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 392.689 99.805 402.433] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.5.1.2.5) >> +>> endobj +672 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +678 0 obj << +/Length 2008 +/Filter /FlateDecode +>> +stream +xڭXm~wYsd[(be`|j'^"N^}*r0Nqo^惈2OaZ(, +st|( +/N,,w!V*᾽)$Yd;㥛LIs - oۅ) D +{V>Vb(y/R?\qbo>$B)ɦ0D6>2}uiu7L(4̓qOMc5KùG~5}} p<\8)nQB!MOJ/V*2A۹6iaK^7jU};pF~R0e2 +\;DX)l[@^`κ'UeӠQ쑑iO/uo92Z#`GW.]| sVc[ *ڛ6;cdW d,:k͑F;78 d:XN/MSZ {<-U{; -`!㮞7=o?] xU:ii`MeGV{"P MiXZ:op p9ʛ,ESI5aipúߜ::dckH@hWUMw6'sYi\q$ arFwit9N,ҟ1++ dϨ?-8m H"_E +$1.Ɯ{]Ls0݉=yML[dD ]HQ*Ћ"ȏ#qrLySB!e,t(87Cp.Žrt;XLYz &A%3]S nT}lO +6=:SOMm?Nb]D됄Y<#*I8ޘ).LڜFӠ߮@tFd(".lGM#'^(/{FXə[o5|L:yi(àmJCm-8N7U@3CNxnj)o!Ɍsm rT3$ O@7`8a!X%1~^#@? u&CTz+LV^}ȨXdq)p9oR&•Jڊ%0KO#0i&ŵIJS208UXL?W}Y嚕2 h';Lwki/^XUٵeՏ;N5B@156/mU(Z})-,Swj7$Ȣ0\[Ͻl- SF4flˆ"V_%EfTB`i<[|'2r"IpD .tEߔT%@#VkbY>]7Oy T i¸]o`M :L.0a]MR"/˞f +B*+*ЋV5.sL3 >jGV*;]xqy(+\kۂsAtZff{H\AErb ;M]Rey 8W9&9fw}Ϻj)^VGvkK?Pk}^pƢsJߝgxc3xIJ\J3>R&NWJ.`B seΚ!\qMhtK /;jpIՍpsTPmNJ~׌,ٖRAY{ *Ei_C,W?ĸCKB+rVS}%ĵ!]8YAߟo*2ŠX&97S Ϛ޿/" +endstream +endobj +677 0 obj << +/Type /Page +/Contents 678 0 R +/Resources 676 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 684 0 R +/Annots [ 675 0 R ] +>> endobj +675 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [232.239 506.533 335.85 517.008] +/Subtype/Link/A<> +>> endobj +679 0 obj << +/D [677 0 R /XYZ 70.866 789.024 null] +>> endobj +6 0 obj << +/D [677 0 R /XYZ 70.866 771.024 null] +>> endobj +680 0 obj << +/D [677 0 R /XYZ 70.866 580.643 null] +>> endobj +681 0 obj << +/D [677 0 R /XYZ 70.866 580.643 null] +>> endobj +10 0 obj << +/D [677 0 R /XYZ 70.866 580.643 null] +>> endobj +683 0 obj << +/D [677 0 R /XYZ 210.362 462.213 null] +>> endobj +14 0 obj << +/D [677 0 R /XYZ 70.866 444.007 null] +>> endobj +676 0 obj << +/Font << /F107 565 0 R /F99 531 0 R /F46 525 0 R /F160 682 0 R /F95 530 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +687 0 obj << +/Length 2637 +/Filter /FlateDecode +>> +stream +xڭZܸ (ïW 6MhPx#{ΏKEnjMˎ-QEH ~z" Q$[/XE^ +q:b0/NDaoz/?K1.@ZNLѼk)NWM55;l_~4 pD(ozK00&'CT(YP{w`MDKCҋ#V"uuբB]@4~*)k4MVuG#m8԰B~sMVk(Y+z4_l6i"M,띶 +Xs0n(Ѣowu_o4UeepVn~; n + MnĊ44*/-Xw7r'HQc,*o0.< Dl!,D8#:²YasMpaJH'2H7eGse~Ĉf&wĹY﷏YBogHDTCL- +kY8tFZ'>!pcP:vyN|0x19( ڋY#]Se{,,C`80!㯖Ɯ7+%Yg"22#Qc_>gFN[C=|B譫XdxݎP D0L玁ޭDOL rB$~wwNbt^X&xJp:l,jAg5=9t`TЯ id&%]]4RϦ.B %Ϳ>4\Tbв02 +}wG!thؼsFMf^C:PeFz{:z1ur mtO{{h<^h'wX +꾲Vu$}rPdr̉dQ9rs){1!nFI!›.:{c^m[qb5hF{7u5  jИ&eZ8R[w ݉%)AmuIro4M|P=]0+(#V6ŜF`TXФѶhsȍS). {z[}9@2Oi_otI(XT,TMx`]z +ҳ*{x5)Ė,&hC1ghC(Cǡ ! G C9m0^0>)6^d<<rPAd2)Nb3 BpS|@|SB62"%^҆W  a<:U-i ͻSmI'C ~=$xpz + Z4I/&kZ + e\BFs/b (y'(Aq} I"ȋ,_YT9R8bBʋKƢiv9aB8,ͤKKI J8Vβ425Х&4J*S +2^0u!{5tMFo=˹Ql6$1"%CmM~. + (P?OOt&G/Tr[㈩ οx5 vũԨ#L +(;yR@ʼn+ SM.2s@->5F=ι<8ɕ_4(W]uk] ù,$׷'Ȯ:ֆhNJa;4mFEj\^_\UP.JtƲ3a8Sz660v@~~/ۢ]mj~,Нƴ + l=p*8+amlc:a&3!!e?Eeܐi>*&q6V dA-ZxpIOlY\!}ӎͤ~K*g::LiXvc]u"\mgޗX{9 a+`6۳"}ou!ei Z_m8l?~wh>F= ZU';|G,1'"D21IB,vPA^/)L_-?VL'ߥ]7fiv1*VE~ˆ8ދ.kN\G"ҎJ< Jד;\ucbe(_ \w[C|t +endstream +endobj +686 0 obj << +/Type /Page +/Contents 687 0 R +/Resources 685 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 684 0 R +>> endobj +688 0 obj << +/D [686 0 R /XYZ 70.866 789.024 null] +>> endobj +690 0 obj << +/D [686 0 R /XYZ 244.482 523.188 null] +>> endobj +18 0 obj << +/D [686 0 R /XYZ 70.866 504.993 null] +>> endobj +691 0 obj << +/D [686 0 R /XYZ 430.105 302.276 null] +>> endobj +22 0 obj << +/D [686 0 R /XYZ 70.866 283.974 null] +>> endobj +692 0 obj << +/D [686 0 R /XYZ 257.237 222.002 null] +>> endobj +26 0 obj << +/D [686 0 R /XYZ 70.866 205.592 null] +>> endobj +685 0 obj << +/Font << /F95 530 0 R /F99 531 0 R /F46 525 0 R /F11 689 0 R /F160 682 0 R /F107 565 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +699 0 obj << +/Length 2939 +/Filter /FlateDecode +>> +stream +xڝZYܶ~_ d/_oznPaŽ30ZIuNё#G^c "p)]UKܢ5]x!NYK/_Y[f@V1.(bO [ +SC;{`Ir=GlLmoWDO6lF D"0Jzm[Ims^j]{yS8ÿB KFy`_Y65\*\)pTJd=: cMr Ƀ{*"R42Z+u2 GRЗL0\.d^I8=FJicoLJ#L$c@C8i -8Ps S<$S:! 8C%F_BI>> R)ʡ^r !*fjt? p0].u&E&2"Ivƚ?q}>P?OYǓQu: v.Xw4B="A/\ăHkYǔ|8 ><;ojh~l9h7C?XaN@d +%"vD$/%dHA0 ^UF{w[J#B&y&ty_Gg:)NN|2q IyZWP랻T~X!Xi޶Hi':Vk>%C2fK@ON1ox  ORX@32.\M +B1`p%LܝzKa'Bn dzVEK757(赆];m%y%:uz ,dI^ibʹ+ ޺aĂNmL!?<`  2D L/u<א/ +G/Q0ƒ v}df(dK,rvtr?ĔX2, 9T`f,:[J(" +P4ڻp^a< ).Yf&hFX/Zah +Scu+Cf4[/*tppeXgĦms=qKW+& +.N:'c'Δ"W?v~zʍ}&ΡzEĢ;>g=-?8p襠Gz.^e9{CɭLMNnoEy^ICye{IS* VS3@ԉ} lrSɗaxSQc<nm+伶O9H{A=Wͥ5y6X[궊mN+ Zj-ݦs5~8.;?0%6'?mvٗYU{ lS]/||9~Mp0X,1rr:nN71}Ȉ>G5́W# +Z/* D`e!vAifi~?cdž2D`굉KI +endstream +endobj +698 0 obj << +/Type /Page +/Contents 699 0 R +/Resources 697 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 684 0 R +/Annots [ 693 0 R 694 0 R 695 0 R ] +>> endobj +693 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 106.654 144.523 117.128] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES) >> +>> endobj +694 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 87.211 184.477 97.793] +/Subtype /Link +/A << /S /GoTo /D (group__DEPRECATED) >> +>> endobj +695 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 67.875 185.714 78.457] +/Subtype /Link +/A << /S /GoTo /D (group__STARTUP__SHUTDOWN) >> +>> endobj +700 0 obj << +/D [698 0 R /XYZ 70.866 789.024 null] +>> endobj +701 0 obj << +/D [698 0 R /XYZ 70.866 653.962 null] +>> endobj +30 0 obj << +/D [698 0 R /XYZ 70.866 647.487 null] +>> endobj +702 0 obj << +/D [698 0 R /XYZ 267.799 580.069 null] +>> endobj +34 0 obj << +/D [698 0 R /XYZ 70.866 563.111 null] +>> endobj +703 0 obj << +/D [698 0 R /XYZ 138.731 469.333 null] +>> endobj +38 0 obj << +/D [698 0 R /XYZ 70.866 454.267 null] +>> endobj +704 0 obj << +/D [698 0 R /XYZ 309.53 215.752 null] +>> endobj +42 0 obj << +/D [698 0 R /XYZ 70.866 197.622 null] +>> endobj +697 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F160 682 0 R /F107 565 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +722 0 obj << +/Length 2187 +/Filter /FlateDecode +>> +stream +xZ]6`fg2X!H666x'IXك{>0vݛ,K>zƂ?'AyX[,Cbe}~WYMӏ6fs^ɰ=.qp8(QzK\=>e?!YQ9#8#\sbLn'-j }ۮ&~֊AY.vvYn TA`^D;:m +܌ryrb}y3s܈Ҕҕ́Ӝ{wO'E=LMt:ɳJ.n/ɮH鎲e_N:=ETJ{+x+ʔx kMLEwb1 tAqTQ9ف TQbˌHeLWQ 1bG?unX6I/ 'q-1Weўu_ڠM,.faس& vE.&9;H^"-- k^kַ> endobj +696 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 758.07 165.934 768.652] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL) >> +>> endobj +708 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 737.915 172.471 748.497] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES) >> +>> endobj +709 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 717.76 151.077 728.342] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING) >> +>> endobj +710 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 697.713 207.178 708.188] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE) >> +>> endobj +711 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 677.558 160.555 688.033] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION) >> +>> endobj +712 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 657.404 170.426 667.878] +/Subtype /Link +/A << /S /GoTo /D (group__ATOMIC__OPS) >> +>> endobj +713 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.607 347.75 138.811 355.276] +/Subtype /Link +/A << /S /GoTo /D (group__STARTUP__SHUTDOWN_ga53f4ef16321f42eeb3b8dd463b51f112) >> +>> endobj +714 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.607 299.929 130.443 307.455] +/Subtype /Link +/A << /S /GoTo /D (group__STARTUP__SHUTDOWN_gacdedfb2c01fe256ad6c75507644bdfed) >> +>> endobj +715 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [99.16 244.138 130.443 251.665] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +716 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.607 172.407 180.654 179.934] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +717 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [120.082 164.437 214.129 171.963] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +718 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [120.082 124.587 205.76 132.113] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_gafc5438d4c4f01dcd347d9bfde27f68e1) >> +>> endobj +719 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [115.897 92.706 218.313 100.232] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga5c40184c6babbe35c50d43a47573c5c5) >> +>> endobj +723 0 obj << +/D [721 0 R /XYZ 70.866 789.024 null] +>> endobj +724 0 obj << +/D [721 0 R /XYZ 70.866 628.003 null] +>> endobj +46 0 obj << +/D [721 0 R /XYZ 70.866 621.455 null] +>> endobj +725 0 obj << +/D [721 0 R /XYZ 70.866 586.291 null] +>> endobj +50 0 obj << +/D [721 0 R /XYZ 70.866 586.291 null] +>> endobj +720 0 obj << +/Font << /F95 530 0 R /F99 531 0 R /F46 525 0 R /F160 682 0 R /F107 565 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +741 0 obj << +/Length 535 +/Filter /FlateDecode +>> +stream +xڝMs0{t,J t2N'8NiῳL \"g%o\M|hp#!e4.bv0Ƿjez +J9ڑMk1:No'm:`..w + e{%j%iKZ<2iQҭZtnLt5;]"lO?-}ۻxGa'`h?X~ա٨qkށ `:鷁/$4&-fx- g给1ӬjNmr7bRMW-j P7NmQUk"pqQ*\vXUT,?7.M잿 +c8zhkS#iK}/mnn=/E]MpFl>RbUX2,_6ai㋏ + (鷬UhmT[bs+iQN⻠Lkvv=,j|qxſq 1 +endstream +endobj +740 0 obj << +/Type /Page +/Contents 741 0 R +/Resources 739 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 684 0 R +>> endobj +742 0 obj << +/D [740 0 R /XYZ 70.866 789.024 null] +>> endobj +739 0 obj << +/Font << /F95 530 0 R /F160 682 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +745 0 obj << +/Length 322 +/Filter /FlateDecode +>> +stream +xڕQn0+poc܀CC 㤨C{zvvarYRb T3(0t㡭7BA)=}uOapCCE(ک/4y>VևMfwY]yavJ^squA^ _'ak[2",BoHLnA*A60"O[SNNM2 BJEu@ln/m*嘒ߧ92VX_9f,QkN|~3GSg09gފrh,h].0{?_5~u>z# +endstream +endobj +744 0 obj << +/Type /Page +/Contents 745 0 R +/Resources 743 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 684 0 R +>> endobj +746 0 obj << +/D [744 0 R /XYZ 70.866 789.024 null] +>> endobj +743 0 obj << +/Font << /F95 530 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +759 0 obj << +/Length 557 +/Filter /FlateDecode +>> +stream +xMo0+|tq=8(HFP8Xl74DI(g[X!\2N"c͓'Y&԰8́ S.I̙њhÙI3rAlm +a>~B!XčT8 bxu)sZey@LFuĤP]0B{?*{İDI/v8VlhѡhʢqU/< ∄3-$zyb4.틺r>Phi4?J#Naq8\ Nb>(m 8n&_ș#i 7§<8&4{>*{z4Vjgu~\-!WTw vuQ$yxa}D(~ͭϬꆙPt7SH)9Ի+%IQqZں*zth@x6>>f{ݦij?:x(q?YQrʬ{ڋt Ġ +endstream +endobj +758 0 obj << +/Type /Page +/Contents 759 0 R +/Resources 757 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 761 0 R +/Annots [ 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R ] +>> endobj +747 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 514.707 525.406 523.088] +/Subtype /Link +/A << /S /GoTo /D (section.4.1) >> +>> endobj +748 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 502.568 525.406 511.132] +/Subtype /Link +/A << /S /GoTo /D (section.4.2) >> +>> endobj +749 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 490.612 525.406 499.177] +/Subtype /Link +/A << /S /GoTo /D (section.4.3) >> +>> endobj +750 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 478.841 525.406 487.222] +/Subtype /Link +/A << /S /GoTo /D (section.4.4) >> +>> endobj +751 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 466.886 525.406 475.267] +/Subtype /Link +/A << /S /GoTo /D (section.4.5) >> +>> endobj +752 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 454.931 525.406 463.312] +/Subtype /Link +/A << /S /GoTo /D (section.4.6) >> +>> endobj +753 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 442.792 525.406 451.357] +/Subtype /Link +/A << /S /GoTo /D (section.4.7) >> +>> endobj +754 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 430.837 525.406 439.401] +/Subtype /Link +/A << /S /GoTo /D (section.4.8) >> +>> endobj +755 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 418.881 525.406 427.446] +/Subtype /Link +/A << /S /GoTo /D (section.4.9) >> +>> endobj +756 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 406.926 525.406 415.491] +/Subtype /Link +/A << /S /GoTo /D (section.4.10) >> +>> endobj +760 0 obj << +/D [758 0 R /XYZ 70.866 789.024 null] +>> endobj +54 0 obj << +/D [758 0 R /XYZ 70.866 771.024 null] +>> endobj +58 0 obj << +/D [758 0 R /XYZ 70.866 585.116 null] +>> endobj +757 0 obj << +/Font << /F107 565 0 R /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +764 0 obj << +/Length 301 +/Filter /FlateDecode +>> +stream +xڕQn0+6Ǫ-**܀4"A׉Tvgv0%w}t +,uZ v`Z8N5,ebu64Vg}s^§7}Tr!#_YK-Q!w3@*YT*).`AGS 1hمACRQ`S_f> endobj +765 0 obj << +/D [763 0 R /XYZ 70.866 789.024 null] +>> endobj +762 0 obj << +/Font << /F95 530 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +770 0 obj << +/Length 310 +/Filter /FlateDecode +>> +stream +x=O0wĄU !qh$|b-},? ʅ6*Œ\WDncR@]ow2?@"hE Zsefs989ejQH'\iS^"y&+$b X^#CX("nJ˚duSN]U8SŒ]48/%u}#hp};7)vy2×"B*RJ :7.օ!d +endstream +endobj +769 0 obj << +/Type /Page +/Contents 770 0 R +/Resources 768 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 761 0 R +/Annots [ 766 0 R 767 0 R ] +>> endobj +766 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.043 514.604 105.474 523.088] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +767 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [513.443 514.707 525.406 523.088] +/Subtype /Link +/A << /S /GoTo /D (section.5.1) >> +>> endobj +771 0 obj << +/D [769 0 R /XYZ 70.866 789.024 null] +>> endobj +62 0 obj << +/D [769 0 R /XYZ 70.866 771.024 null] +>> endobj +66 0 obj << +/D [769 0 R /XYZ 70.866 584.926 null] +>> endobj +768 0 obj << +/Font << /F107 565 0 R /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +774 0 obj << +/Length 302 +/Filter /FlateDecode +>> +stream +xڕQn0+ǾPQ> 8PrޏU+]~ڭ0:κ1:۞~_~ay +endstream +endobj +773 0 obj << +/Type /Page +/Contents 774 0 R +/Resources 772 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 761 0 R +>> endobj +775 0 obj << +/D [773 0 R /XYZ 70.866 789.024 null] +>> endobj +772 0 obj << +/Font << /F95 530 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +778 0 obj << +/Length 1918 +/Filter /FlateDecode +>> +stream +xڵZ[F}@ꋭԓLVj&mjoIb k\}a0,,f9g`q#Bԇ׋o_D"BF2 PbF4I_}VkJ咯߼("%(8X t)OMwe\f +yR!d f8"5/*m\Ӄ9Z>h"A38t2-,OJz9T2G9 +x7Qki3BX1,$TklKFl݊{df`zζ + 82K,uŽ6mEI#OB"R^Z3bU,mK{gwR.vm ~ӷ|xتvqy!O}ȴ݊gS.C&6Yn-CA>r6lw,i7Z33Y-yA-\N6dJ& uЧ!B"& +zm.4K#5Eo! lUa=ny T6Z4,/}?آ\sO&!XT?>{o!!ݠӱtS^Xu2k;`ӠBE,N/VNMrqs&f@jVYԌmj/%^` >fB/ Ů[UA)wKO+֢muKZ_x,îp +*qe\HwwXWZ(TH +%^T~7c4q\IL`FF!f nX,Jy[duoU3GULܖ ;fTN 9Uw_ŸV^,&G,+ģI+8Fxڭ`i +ltkIg+? n|3hS)+3ګ8kv[ۭ`޶E* ,L,Gf?C:U҇ +x4酄#EP> endobj +779 0 obj << +/D [777 0 R /XYZ 70.866 789.024 null] +>> endobj +70 0 obj << +/D [777 0 R /XYZ 70.866 771.024 null] +>> endobj +731 0 obj << +/D [777 0 R /XYZ 70.866 585.116 null] +>> endobj +74 0 obj << +/D [777 0 R /XYZ 70.866 585.116 null] +>> endobj +78 0 obj << +/D [777 0 R /XYZ 70.866 548.234 null] +>> endobj +776 0 obj << +/Font << /F107 565 0 R /F46 525 0 R /F160 682 0 R /F95 530 0 R /F11 689 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +785 0 obj << +/Length 2709 +/Filter /FlateDecode +>> +stream +x[mOWlʚ;媤UU*e_X 8KͯO bArayg{{vs緡 +d 0RRzAH$zq=c:l ]<ⴌ$Kuo~"{R{է_g?xPy!OWٕd5dU ɀB8..prno0@YT2̐"3JWw]rDZx D F/S[`ؑ&<)Gl=Zen.QH&75 LP{27<䣕v!gOpţ- { oh_,XNF "0ߠrub`@lnڗGp: 7<|Zl0D4d얘"UE7:kJa<~\"\A`DW ZQ.TۋyK/њ4s t] gP^ h]A &; ;g@JfaO_ kܛAGk"=9YRkEYYXf;jk*|]`qjGq {+=bN7^(ɤWۭe +Y]TYF5 v*^T!u54/-cAP_ҥkJ{" +QH[MҚme +l(QgcJ +8Uܗ q\VA8T/4ŁG(Y,[SٯRHN'f`oq,goǩyk6ekgteKS^f'dmaj$p ލ`gT1jx ='-+NcDonhVH7~a0Ua0CSkZ:O {e_Zn_Èi}c=x^3c-%Yiy[P0D 줎D;{dxK\M˾1ݗ +fׇ%XlѼ͗])v_ھ$GG/8(eVr?ʣ]\'~^O<PSPmsȰ1BIjYvW:dp%jnRjڑAŹ[\2$g|VmtohqOAPꃝzTR5O%C9~ŐT 8hU7̓U(5?FWgPE fF*H3I=/hq업}^)+]Kl8-leCToF­Fw$ LY < ,h$H$h Fp+[+OS`p%.[%Gͳz +L{ V?v_FE\]MQ܀ȋ?ъsZ\$&F?-t^>"@t bXfϊ qpN=2vfs7?{{CRLk!rw+ ?VL?O2CvT1޲&ULv.+{rG:䮱|tS pQ +endstream +endobj +784 0 obj << +/Type /Page +/Contents 785 0 R +/Resources 783 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 761 0 R +/Annots [ 780 0 R 781 0 R 782 0 R ] +>> endobj +780 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [249.795 529.114 281.078 536.64] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +781 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [266.532 345.072 297.815 352.598] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +782 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.689 151.522 255.972 159.048] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +786 0 obj << +/D [784 0 R /XYZ 70.866 789.024 null] +>> endobj +787 0 obj << +/D [784 0 R /XYZ 70.866 570.145 null] +>> endobj +788 0 obj << +/D [784 0 R /XYZ 70.866 503.984 null] +>> endobj +790 0 obj << +/D [784 0 R /XYZ 70.866 398.447 null] +>> endobj +791 0 obj << +/D [784 0 R /XYZ 70.866 311.972 null] +>> endobj +792 0 obj << +/D [784 0 R /XYZ 70.866 98.181 null] +>> endobj +783 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F11 689 0 R /F99 531 0 R /F160 682 0 R /F107 565 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +797 0 obj << +/Length 1151 +/Filter /FlateDecode +>> +stream +xX]&}ѮmUUwF]mn^U$qY'3'ʹܗ@.~A`~\yo04-HL)IF `U?8X$*t#㹨ڦ ރ( +aR0J[y_=,Is”D8x_({`4  H)g7F[!= !JB|y7N>ziI~H[=7Ѳv +p\ `]bTkA'ֆZYIu`Lkto #fqwD[vS)W5~*U+e0ܱƬ^k6A-l$ ͹$<8o0E, SGɈ0 ? !p,xˑ}|D12U| OxU!i*m 11b)L\kζ =JJ!ZJ4[ZTw*GhF! lRlΦni[iq!jaHu7pp^Hy[ֻ j#`wCﻫB;k0> endobj +793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.583 706.07 230.866 713.597] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +794 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.583 655.404 230.866 662.93] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +798 0 obj << +/D [796 0 R /XYZ 70.866 789.024 null] +>> endobj +799 0 obj << +/D [796 0 R /XYZ 70.866 615.524 null] +>> endobj +800 0 obj << +/D [796 0 R /XYZ 70.866 556.212 null] +>> endobj +795 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F160 682 0 R /F107 565 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +804 0 obj << +/Length 665 +/Filter /FlateDecode +>> +stream +xڕMs0 +CTI,_9vfidlp!}~vyѲ+ q>ΧoB }dqfO-s= ]7ܽ3S+/TҮu;_cőL C*`yx,2(dx.Fߎ8)}|nx,ԗ\&ߪY&iWW2Ym>9u'I[?XAORt4imzl ۚ@BC G7oCCoC=D+3^O^fhfޙ }׃3 'hكbד8J׃w"Xfm}n9v5OY6|59.8huަ][ ڌ'y3H5ux+1a|T?^lr}E(:U@aQwOrՁctWTŢM3;^O2wl{\.} +endstream +endobj +803 0 obj << +/Type /Page +/Contents 804 0 R +/Resources 802 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 801 0 R +>> endobj +805 0 obj << +/D [803 0 R /XYZ 70.866 789.024 null] +>> endobj +802 0 obj << +/Font << /F95 530 0 R /F160 682 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +808 0 obj << +/Length 640 +/Filter /FlateDecode +>> +stream +xڝAs0 +CTI!rkmv&ܒ N bW zۓdoy$\yb( FJ$ސQ #A'qFcWW6yvEm^5ҧA[q UK={.2ZS-$YW#}0GlG"2br+ɭcnbD(]);M?UNm)vy&2Y7]毣aF.B >wق0ޯ$ƸqNM[Z]B bQIV"P2&n (F/M5\uotf[w4-l0Y@g7Gq¨ؔuĭýq*UE1…ݾ8]\ bxDR;nIām '-&,80zz*Y (-8? 4*itӘluP-gaoǃ/ .mz":a:6SkӹkEEI*0:Kkwۼq.(+R@W` /./EkPtAPҐC~ϘNmT+ /Vmj?ś[Y 6gfAD> +endstream +endobj +807 0 obj << +/Type /Page +/Contents 808 0 R +/Resources 806 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 801 0 R +>> endobj +809 0 obj << +/D [807 0 R /XYZ 70.866 789.024 null] +>> endobj +806 0 obj << +/Font << /F95 530 0 R /F160 682 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +812 0 obj << +/Length 857 +/Filter /FlateDecode +>> +stream +xڕXMo0+|umcjV[G9VQH6,_@d#9ن71,A2 fOYpv1I!b-QJEYnC* + ǜ>nUD,zUjgmY+d߀j,AͧX2Up{OP]iBDEV'1NcncmR+(&ߋN- &dh֍[ךzpu]2Brv2S\gEΆSĒh6nǘbb6ݽm*$쪹v\KbS;~bF~r7ѩDՆ-sVJx/) 'i,:}~?z1uU.˕&ͧ<p9][N%` ˧]$hiS<,@Tg$ *U~ǒSu+_ +BXAIIi|Kfha,b p m[$H$D*I*I*IHHo "#z_c8?ƍPr)xkz{FBd(TzCt vPQťэw}A!֛H&7E&LL5H?B[x!IdfD` +nP}p݃ ,TZ!ֶVn;7)nBqsvpZ^RW;.sDhӔF4=jwY̯Neշy3{R֛'C.u˃0Z5 +endstream +endobj +811 0 obj << +/Type /Page +/Contents 812 0 R +/Resources 810 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 801 0 R +>> endobj +813 0 obj << +/D [811 0 R /XYZ 70.866 789.024 null] +>> endobj +814 0 obj << +/D [811 0 R /XYZ 70.866 752 null] +>> endobj +810 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F160 682 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +817 0 obj << +/Length 1078 +/Filter /FlateDecode +>> +stream +xڭX](}ϯё&0`\Vj;ڏ[ęXM.N쌕O|8\=B#"ni:zw +p*e+DIʰhD"x}lmΚ*/$֤v +MՃ#RX1ѷ-/8U" M ݏT$qĪkf?,V*kmbXk $^"y4Sw +6 >63aaw&$GLD\H&h5"j|M>4zua w\R715yL,,\'XUeBb٢|*WOc&L|Hi Z-o %nLt&bvN)Ns:7+r"`iӘg| ͪgvNpF^w` 7faބw"hRg^V zaA+İLj;MĜWTŤ]+NJDXGĺnK I߃ ؋e$L7Y!e%<+ƔD6!̆LTSq̌X#!'euk%͉a(B덏KUg 撟@Q˟nfbr5q-mw\6Ү\֣,uVӄsc%t֊$l(ZV M2ϡɓX#,hYg?ZaU   ʦ'eVVl񵷿***w\pG顋#`B-Y+mH`]^,S;w+| }{2Н&<0!eBUAWF8*˔5[jeSls Zk{)AW hRr9 +endstream +endobj +816 0 obj << +/Type /Page +/Contents 817 0 R +/Resources 815 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 801 0 R +>> endobj +818 0 obj << +/D [816 0 R /XYZ 70.866 789.024 null] +>> endobj +819 0 obj << +/D [816 0 R /XYZ 70.866 663.484 null] +>> endobj +815 0 obj << +/Font << /F95 530 0 R /F160 682 0 R /F107 565 0 R /F46 525 0 R /F174 789 0 R /F11 689 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +830 0 obj << +/Length 1374 +/Filter /FlateDecode +>> +stream +xڽ[oHFZs}˅Vi&KjB&Vf6sI}H0bc޻mĽEB0oœBx2Hoxw> G=יC +G!~\V3WS膖!W_ su6I|O"/!`K%0kՔ[Dfcg?irN/e_O3;c(tvz<]L`מFT{#롎E&uLW@̳+O1z,1pww;f۠[K$]x'^cܭ-b&oxP%]%$ra^Uf4Odauc% *9V6C8>,$h T*q +endstream +endobj +829 0 obj << +/Type /Page +/Contents 830 0 R +/Resources 828 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 801 0 R +/Annots [ 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R ] +>> endobj +820 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [151.227 729.56 172.659 740.035] +/Subtype /Link +/A << /S /GoTo /D (structident) >> +>> endobj +821 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.159 729.56 202.068 740.035] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +822 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 716.979 200.912 726.642] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga951d8a0a41a4b285b3da9cabd7a99f85) >> +>> endobj +823 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 703.587 210.873 713.25] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga50e3ecb5eb8d70f437a84a8b2bc9e88f) >> +>> endobj +824 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 690.195 228.312 699.858] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga744ef043bd848d5e338b4c72ef247adc) >> +>> endobj +825 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 676.802 262.68 686.465] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_gaf2f9e5d03f9f38651a3b8d5ef8635d44) >> +>> endobj +826 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 663.41 252.736 673.073] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga7358cc60d0f006b36752a1795e6d5d93) >> +>> endobj +827 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.678 650.018 250.737 659.681] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_gaaffb56f3d5bd8803b41e9862e2aeb863) >> +>> endobj +831 0 obj << +/D [829 0 R /XYZ 70.866 789.024 null] +>> endobj +705 0 obj << +/D [829 0 R /XYZ 70.866 771.024 null] +>> endobj +82 0 obj << +/D [829 0 R /XYZ 70.866 771.024 null] +>> endobj +86 0 obj << +/D [829 0 R /XYZ 70.866 634.736 null] +>> endobj +90 0 obj << +/D [829 0 R /XYZ 70.866 573.056 null] +>> endobj +832 0 obj << +/D [829 0 R /XYZ 70.866 548.085 null] +>> endobj +94 0 obj << +/D [829 0 R /XYZ 70.866 548.085 null] +>> endobj +833 0 obj << +/D [829 0 R /XYZ 70.866 486.191 null] +>> endobj +98 0 obj << +/D [829 0 R /XYZ 70.866 469.913 null] +>> endobj +834 0 obj << +/D [829 0 R /XYZ 70.866 392.174 null] +>> endobj +102 0 obj << +/D [829 0 R /XYZ 70.866 375.896 null] +>> endobj +835 0 obj << +/D [829 0 R /XYZ 70.866 315.781 null] +>> endobj +106 0 obj << +/D [829 0 R /XYZ 70.866 299.503 null] +>> endobj +836 0 obj << +/D [829 0 R /XYZ 70.866 239.388 null] +>> endobj +110 0 obj << +/D [829 0 R /XYZ 70.866 223.11 null] +>> endobj +837 0 obj << +/D [829 0 R /XYZ 70.866 145.371 null] +>> endobj +114 0 obj << +/D [829 0 R /XYZ 70.866 129.093 null] +>> endobj +828 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +841 0 obj << +/Length 453 +/Filter /FlateDecode +>> +stream +xڕMo0 :ڇԷcѵXa-V92ɖE/;"E_ 3Ar]ōĀUrC4Qh@QR6!&mͲPܱx*@>'zk &H4!vG5|rO TlG&V&'sZ9EM(V-\/V0t6}=]+quHHVLfh~k?~7gÀRvX1!l,Qn]TK8V)ڸc:9؏Cv}= }$A0BB!AeحPyD T|1 )Cʓ^ +v)Em +y?λ#*n\{ 8 jbK`,ϱ>MKiDzHu_p<\~n$ݡ +endstream +endobj +840 0 obj << +/Type /Page +/Contents 841 0 R +/Resources 839 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 843 0 R +>> endobj +842 0 obj << +/D [840 0 R /XYZ 70.866 789.024 null] +>> endobj +118 0 obj << +/D [840 0 R /XYZ 70.866 771.024 null] +>> endobj +838 0 obj << +/D [840 0 R /XYZ 70.866 751.762 null] +>> endobj +122 0 obj << +/D [840 0 R /XYZ 70.866 751.762 null] +>> endobj +839 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +848 0 obj << +/Length 1057 +/Filter /FlateDecode +>> +stream +xڭWMHWM&Jf'i&h cb[ 6{w"hCQUzL"b6H)+ 6J!1(Z>`$XP5w>iܔ~c:pƳO3 +ާ10A)<A/ ɱ.F~'L)ш2Q*V.qy8n+ĵM!af}\wMQ| AМ,ko:*FGZw\J7eVԜcyט9ЗK0LzY4(eu/<Iκ  +_ވPTβB3}*eai2sj$.e} 1XY*-wyXI3ZIV9wBJo۟q{x`qwrx~moE +I+{.?e`M |EW5@z2ŗ,MfУ@1H:F# E=4X`ZWJ6 +7a=pJBaxw=R@jU*c\O,Ƭˉ`@J])uXqDb';SL@f Xt@#E!e C4OC&⍭mRLӴ) \"pɉ'PXa.XSI9yv)6 4%0o䰈D=N%?ABi= \.oq +LQ̀d\0b='IÒC=|jcettFTH)XW4n,L8+CwgK +EX".[B8ќ6`}fD 1l [eYQ?+#;`v"v؉T?'NiN2 o -ow6?*vwivE\y}j l1_ +endstream +endobj +847 0 obj << +/Type /Page +/Contents 848 0 R +/Resources 846 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 843 0 R +/Annots [ 844 0 R 845 0 R ] +>> endobj +844 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 704.801 218.727 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__DEPRECATED_ga27292e41af4c26e0bdf45b12b1f76d5a) >> +>> endobj +845 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [222.213 704.801 251.122 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +849 0 obj << +/D [847 0 R /XYZ 70.866 789.024 null] +>> endobj +706 0 obj << +/D [847 0 R /XYZ 70.866 771.024 null] +>> endobj +126 0 obj << +/D [847 0 R /XYZ 70.866 771.024 null] +>> endobj +850 0 obj << +/D [847 0 R /XYZ 70.866 723.517 null] +>> endobj +130 0 obj << +/D [847 0 R /XYZ 70.866 690.557 null] +>> endobj +134 0 obj << +/D [847 0 R /XYZ 70.866 630.933 null] +>> endobj +851 0 obj << +/D [847 0 R /XYZ 70.866 606.078 null] +>> endobj +138 0 obj << +/D [847 0 R /XYZ 70.866 606.078 null] +>> endobj +853 0 obj << +/D [847 0 R /XYZ 70.866 573.531 null] +>> endobj +846 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +860 0 obj << +/Length 1542 +/Filter /FlateDecode +>> +stream +xڽX[6~ĊB[gL&nx2N=B},Ĺ}oGNG/hDHKɂC0 H`(\pXmn'Zc"}9CB1Rˠ^OGl‴EW,#G}rp¸G7#*xgVH"Hp1CtbV!& #fͫ$ʾ TЏN=ne" dxKػMlj=}3$ەbcJA: MVͪ޻P1:`5=&#LU{=G:"͙4RyjL%YۄY,47yB@Gv W d a\91<[ۄ0"W5~c8I/S΋dmKr9PŔ#)7}4qyh 3&ߊ1.~rITI&ǵ);=s2.7M]Tq1Qmu!EB 196`vu$PFNοDQԉRw@\h"Tginz6יִbq& +f4 o( \N.~X(WuPN`|@Q,nƶ# 939E*Vܽ}k+;.╩Laoe>{(K荫Ȱ\ +I,=&N@˩,1 +@NFJ- WU' +&}e)~*%ad)-v T!) D`.KE2|aFR h:&( cHv2ӱ#LXt8SzL?Pa:L+$" sAi9XJG H1%ԻP-EߨV fO_iUo/kþ/aWnh09DbǙzL{q, qwh`ļ5}{ӤƨIvwgno_8=)^(]]<IRu{xM'3"zels (e[ڷ&3E\3}co'8!8}%xw*S!Ok}mZF"QF3wmoߡ7 Vv}Rl7r_ +endstream +endobj +859 0 obj << +/Type /Page +/Contents 860 0 R +/Resources 858 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 843 0 R +/Annots [ 854 0 R 855 0 R 856 0 R 857 0 R ] +>> endobj +854 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 704.693 173.789 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__STARTUP__SHUTDOWN_ga53f4ef16321f42eeb3b8dd463b51f112) >> +>> endobj +855 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [177.275 704.693 206.184 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +856 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 691.849 166.813 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__STARTUP__SHUTDOWN_gacdedfb2c01fe256ad6c75507644bdfed) >> +>> endobj +857 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [170.299 691.849 199.208 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +861 0 obj << +/D [859 0 R /XYZ 70.866 789.024 null] +>> endobj +707 0 obj << +/D [859 0 R /XYZ 70.866 771.024 null] +>> endobj +142 0 obj << +/D [859 0 R /XYZ 70.866 771.024 null] +>> endobj +862 0 obj << +/D [859 0 R /XYZ 70.866 723.517 null] +>> endobj +146 0 obj << +/D [859 0 R /XYZ 70.866 677.605 null] +>> endobj +150 0 obj << +/D [859 0 R /XYZ 70.866 618.089 null] +>> endobj +732 0 obj << +/D [859 0 R /XYZ 70.866 593.218 null] +>> endobj +154 0 obj << +/D [859 0 R /XYZ 70.866 593.218 null] +>> endobj +863 0 obj << +/D [859 0 R /XYZ 70.866 560.521 null] +>> endobj +733 0 obj << +/D [859 0 R /XYZ 70.866 464.406 null] +>> endobj +158 0 obj << +/D [859 0 R /XYZ 70.866 449.166 null] +>> endobj +864 0 obj << +/D [859 0 R /XYZ 70.866 418.306 null] +>> endobj +858 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +883 0 obj << +/Length 2380 +/Filter /FlateDecode +>> +stream +x[IF 0\c`Ifb9DH%y*R-lޫzq pwOhddK0RP$I >,(]CG0]O漋+1y<=ZJHSD``Č(V.>}bD}i]B!D- 9/~^ROn`T/>b_D,ӧwI|@ +1RH+zZr|7K{eD"U{AF '#Jȝ\gߗ6lb ȥŶAI1f^ui=Kg? +q˟}>Ni{;vRV;Z'ўmՑd}rd4)lws[w1Z!J-aSHG]=1LiCd#vGqGpz]x^ׇ%~/lcxP"@ꂄTlr;widӫ툯ձܙ:2H1 /hח%Prŧu5kR5ID45bu&[L4n VaƮ::iX6 + VE])"H.hD'BCs,S(/ 6%Y쬞f}?8q(M١1R{+8& pch΄i76H`AOFC8]q01΢SrpK9B{gTX'*슲7-UH[g"qhBߎp+ ;OGX"m 1Hʺ:hқL_LFj[wHà c-aFJ"czCSB0}$8;[GBSLbĉ"8,FD7H]  KX|Ɍ|u)s)ܲYUX@Go# ZԈF#3hg {34ĐY" 4]uVU\)Se/&ѫq1̪˜wG݆j0~.Le>>=Pi_ɗ¶baΜʙ>Ρ +͓10=>ORT2 ;kӰ@1Az*^X  ʶ}i=F@ީ4C G [8}(b4'Eo-#u)BR;u>-\&R\35\89 q}år&2\|$sH|{Ag"d "n@}yvp$4SuC|juZ̦6KxKFEg}~|gAVjZt.kRc r+Bk&MycQ% ze]~ +{~,S ^5;}o;!F O0EA }>6d.^2ǰ,nf Àoe+jty/Q]K7ETAc8HLUyk{1+.lw:܄rlR$! ZLE1 4Ҋ^ƖHNH5Kϧ3/.9\XqxXi$û+C |R* zy~Owwi({͛zD(FyvX(SТ4Ǎ TϽQ9v|D!sς.&zP)%Ŕ(;6-9^(F %Ga?z5#G9*aYQo5O9@Z  (gSs\}}FBa* eqU3,.N1#HPy\˖OJr^h}͆3AE贪=Mv8gvl[-vݩ7n`= Bi3i2cDaZ@Phާ׽9][5Zz)9on$v; $p2OMἮ64 ͠K=vKsd9]9l7N pL˄epzҎA}|JLBE*dL3| b06_K׊apQ:N +O.'QB!Mo͐ނ;0tX }|Oa^OgXN_ [N|^h'{p{c| +Éc}7-e|ȓ%?&ϧ"j;cZ ~  +endstream +endobj +882 0 obj << +/Type /Page +/Contents 883 0 R +/Resources 881 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 843 0 R +/Annots [ 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R ] +>> endobj +865 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [153.358 704.693 203.669 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gab49014fb4572e7d0f308fd9b1824daf7) >> +>> endobj +866 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 646.862 228.519 657.444] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_ga345b3a5866deefefc91ae1e8958f49f4) >> +>> endobj +867 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [232.004 646.862 260.913 657.444] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +868 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 633.91 185.104 644.492] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gac2b7cc2fa78dde5381bcf00cfc48d124) >> +>> endobj +869 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.59 633.91 217.499 644.492] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +870 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.433 633.91 355.745 644.492] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gab49014fb4572e7d0f308fd9b1824daf7) >> +>> endobj +871 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.41 620.959 222.953 631.541] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gaae9462b03457d809faeb3e767a5b2283) >> +>> endobj +872 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [226.36 620.959 255.269 631.541] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +873 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 596.052 196.07 606.634] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_ga1cab712d076ba1d2758b0c3bf5ffe38a) >> +>> endobj +874 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.556 596.052 228.465 606.634] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [316.399 596.052 366.711 606.634] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gab49014fb4572e7d0f308fd9b1824daf7) >> +>> endobj +876 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 583.101 223.516 593.683] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_ga7b1ba1cc8d9d2fea8654bbb1e59f079e) >> +>> endobj +877 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.001 583.101 255.91 593.683] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +878 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 570.149 243.456 580.731] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gac341818e68b06d910111e4cf08bb54dd) >> +>> endobj +879 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [246.942 570.149 275.851 580.731] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +880 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.484 426.459 332.071 437.042] +/Subtype /Link +/A << /S /GoTo /D (group__PARALLEL_gac2b7cc2fa78dde5381bcf00cfc48d124) >> +>> endobj +884 0 obj << +/D [882 0 R /XYZ 70.866 789.024 null] +>> endobj +726 0 obj << +/D [882 0 R /XYZ 70.866 771.024 null] +>> endobj +162 0 obj << +/D [882 0 R /XYZ 70.866 771.024 null] +>> endobj +885 0 obj << +/D [882 0 R /XYZ 70.866 721.36 null] +>> endobj +886 0 obj << +/D [882 0 R /XYZ 70.866 665.685 null] +>> endobj +166 0 obj << +/D [882 0 R /XYZ 70.866 555.905 null] +>> endobj +170 0 obj << +/D [882 0 R /XYZ 70.866 496.389 null] +>> endobj +887 0 obj << +/D [882 0 R /XYZ 70.866 469.469 null] +>> endobj +174 0 obj << +/D [882 0 R /XYZ 70.866 469.469 null] +>> endobj +888 0 obj << +/D [882 0 R /XYZ 70.866 411.292 null] +>> endobj +178 0 obj << +/D [882 0 R /XYZ 70.866 317.163 null] +>> endobj +889 0 obj << +/D [882 0 R /XYZ 70.866 292.2 null] +>> endobj +182 0 obj << +/D [882 0 R /XYZ 70.866 292.2 null] +>> endobj +890 0 obj << +/D [882 0 R /XYZ 70.866 259.594 null] +>> endobj +891 0 obj << +/D [882 0 R /XYZ 70.866 175.434 null] +>> endobj +186 0 obj << +/D [882 0 R /XYZ 70.866 160.194 null] +>> endobj +892 0 obj << +/D [882 0 R /XYZ 70.866 129.276 null] +>> endobj +881 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F160 682 0 R /F174 789 0 R /F177 852 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +899 0 obj << +/Length 2518 +/Filter /FlateDecode +>> +stream +x[MCl`oR{ v3"A&;}Y4nu[[r&_G%Kؒ^Zj*V2^#wUdI^"C:21'E/3I;0t*]OTї9wd9ׇ")QF@K) zow 4b*k2Z~FxSDm칎0鄭wM1_3B+xceoEqH^ܘ6=Sqoɫl>tt:sAot߼Ty?nRzF oxO<+MP,1mUxy}\ۭ,JEwp.DFMË0Cp8R @l=wXL,a.ElHPnP&B{ +b #?=vKE$;Vi S3GDJ3fHTuw VM9͋"v#RrLN40{,ޅN'L !c0VN-Q,/3imsq{v#7ǰxt,}$Jn~Bs~/u+m9ZuZ +16wk+r$UϼD+GK2ЛXVL? !nH*jK١j[CyZn9,HkA׋1i +a|Bba>'ISkȓ};QdW۳,yrɳJˊCp<O y|\:.,GTk-GTsD∲Q)3Gp[%\N #N5pĖa7hik9ףJtHVzZ"P3& ziT/W2sH>4l-B(˜8 [9W_p)<'7rB']v +I,,R؞uVXaEIDi&I;8AUyrŔӬ +`%@7Hx-l'aBGfD!EW Tۋ[Z!nxP -:*ģdjFY?͕vU)tGwwlS7.Q2|l%a=1`^E=6;a{ۧ{C/*{Mv5`!u$0Fg9Ǐ#q|pM<(}}n)rؗnw-n;kxKos,GG+aU=ۄZ>m 诧Hp_O`Dq ֹ^Y5 +挓!nOC`e +;Lk/m)l_768;NFt4f*kav91NF2GN_%er3?]]Abk>>Ƨג 2D(>nclVP TclV lJv{K>u-=> endobj +900 0 obj << +/D [898 0 R /XYZ 70.866 789.024 null] +>> endobj +895 0 obj << +/D [898 0 R /XYZ 70.866 741.549 null] +>> endobj +190 0 obj << +/D [898 0 R /XYZ 70.866 726.309 null] +>> endobj +901 0 obj << +/D [898 0 R /XYZ 70.866 695.391 null] +>> endobj +894 0 obj << +/D [898 0 R /XYZ 70.866 586.524 null] +>> endobj +194 0 obj << +/D [898 0 R /XYZ 70.866 571.284 null] +>> endobj +902 0 obj << +/D [898 0 R /XYZ 70.866 540.366 null] +>> endobj +893 0 obj << +/D [898 0 R /XYZ 70.866 431.897 null] +>> endobj +198 0 obj << +/D [898 0 R /XYZ 70.866 416.657 null] +>> endobj +903 0 obj << +/D [898 0 R /XYZ 70.866 385.739 null] +>> endobj +896 0 obj << +/D [898 0 R /XYZ 70.866 277.271 null] +>> endobj +202 0 obj << +/D [898 0 R /XYZ 70.866 262.03 null] +>> endobj +904 0 obj << +/D [898 0 R /XYZ 70.866 231.113 null] +>> endobj +897 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +917 0 obj << +/Length 2000 +/Filter /FlateDecode +>> +stream +xZKs6WHUޏSIMjSɎuIhXH/EdvDJŲGwF Q4yLhՏ˫9X!1X8,Y)ߗ?'BI"uf576iݦ+'_my+si2%$\}&+9D8|37T(:W4I Wďh5&a8n D/4]"[ܦSinNJ(1iTBkA<sˈ߿z,X |\&b!ww01{Kۼͱd\*Ui'u.q !` QRӏ6+S59ecs9\{@" ݾG>'"W"B8Eo!{99-6Þc[t*CG T#(P|G2.4u|וc?#<0 x #Sd@kR1'% Z +/? TN(J+?V+jBbD#Nح53nb`B֫ \3ZU4c3ҋ NJ>^aY}̎ +`` 2I,9buIޟ>p$VS\Ym\tZTH8[k✚8Cs^% ̀%(D pBP*F>:N(/T;;6z<X0 ) +!*n Xx\q;b+x? >f!H,d=c5x_yrou]D4H*P6t .{‘6Dٸ ATe;-%+|{z 4HaDp@VCr!weE)!E=%9 >2<ϡ5H_j#Ԇ2EjLEG,*q;Tn n ea~Ulvm3j'}u6vSH忝y/q! )]%Y/@Gwbпxs/ +8ϢK՞G~Ϫ) fQ#'}j>-fQ!9`vh?oNj}ku2cUiD0 Ii/?(BŗDP}~ڦJuSQD_L}Ɂ\Ɂcc5Pw044QN[*\SK:]I0t|`-C`)@}/3A=uMCXSzXqa5êXĐ> Z`\cU$ MR8ϰHB N=pf" D[}{e*kWt[yTv ++>h^&[ެ!1ZzrgӇsPEա2릾 SIhUߋKOQݶe9 /mBca1rSVYp5~r "`A!g?^/ر~Ԅi: ^- +O> endobj +905 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 704.693 253.66 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES_ga39488769ed881a75703495759c0f109f) >> +>> endobj +906 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [257.146 704.693 286.055 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +907 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 691.742 258.143 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES_ga127cc7161bbef3ccd2446a9405973192) >> +>> endobj +908 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.629 691.742 290.538 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +909 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 678.898 254.664 689.372] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES_ga9a981e3dcd9264c2cf5bd8a8cc6f16af) >> +>> endobj +910 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [258.15 678.898 287.059 689.372] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +911 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 665.946 259.147 676.421] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES_gadcc691c6c7695988deba68a2de817a66) >> +>> endobj +912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.633 665.946 291.542 676.421] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +913 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 652.995 217.768 663.47] +/Subtype /Link +/A << /S /GoTo /D (group__THREAD__STATES_ga5c4aad6e2e289283e9c58031f7c4e228) >> +>> endobj +914 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [221.254 652.995 250.163 663.47] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +918 0 obj << +/D [916 0 R /XYZ 70.866 789.024 null] +>> endobj +727 0 obj << +/D [916 0 R /XYZ 70.866 771.024 null] +>> endobj +206 0 obj << +/D [916 0 R /XYZ 70.866 771.024 null] +>> endobj +919 0 obj << +/D [916 0 R /XYZ 70.866 723.517 null] +>> endobj +210 0 obj << +/D [916 0 R /XYZ 70.866 638.751 null] +>> endobj +214 0 obj << +/D [916 0 R /XYZ 70.866 579.128 null] +>> endobj +920 0 obj << +/D [916 0 R /XYZ 70.866 554.273 null] +>> endobj +218 0 obj << +/D [916 0 R /XYZ 70.866 554.273 null] +>> endobj +921 0 obj << +/D [916 0 R /XYZ 70.866 521.725 null] +>> endobj +922 0 obj << +/D [916 0 R /XYZ 70.866 416.51 null] +>> endobj +222 0 obj << +/D [916 0 R /XYZ 70.866 401.27 null] +>> endobj +923 0 obj << +/D [916 0 R /XYZ 70.866 370.41 null] +>> endobj +924 0 obj << +/D [916 0 R /XYZ 70.866 265.196 null] +>> endobj +226 0 obj << +/D [916 0 R /XYZ 70.866 249.955 null] +>> endobj +925 0 obj << +/D [916 0 R /XYZ 70.866 219.038 null] +>> endobj +915 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +930 0 obj << +/Length 1537 +/Filter /FlateDecode +>> +stream +xڽXKF+t*3h|L9qٕr 1˪"FX8ίO sAbnl_rd.SRfJS$IXeٜ|oM +݌inju9CB1ߣ­N~YLL,9)' #쫗d\2| +Ȓ 001< ׺&Ms:>s\mO;T"pP%@!X`ٜQ#Cٜ`s +aK $qB12"Z118S I&oK=re}2GJu,zĮHAYgV) naS}v 0:  +Y| +qY:I9R&/{g}k>t8F/c9_ٕqQv齢쪿fsXR`1DUHhѻ-.x4iEfgDLEv[aoQB-ʀS5"{Up$Nni PM@?kxr6Gt6Bv]+֔f+(lcofd5#uc2Dq/p` +ʩ ڸg!^nm$YTt-Epe=}to`}U['U֑;ҚvoAmm4f?Gsa08a >]hA'[ȚH6giq1mYzL68q6CX}bYXƔfybv8dUIH#I$In:2?9D aCagP\a6)26<|pk_yθ"\7IwNq_na4d}gTĤI(~,b)rX$ď`CDa,C`Oj#E{`@~C\\1=XԳz*Ou> endobj +931 0 obj << +/D [929 0 R /XYZ 70.866 789.024 null] +>> endobj +926 0 obj << +/D [929 0 R /XYZ 70.866 759.174 null] +>> endobj +230 0 obj << +/D [929 0 R /XYZ 70.866 743.933 null] +>> endobj +932 0 obj << +/D [929 0 R /XYZ 70.866 713.016 null] +>> endobj +927 0 obj << +/D [929 0 R /XYZ 70.866 507.107 null] +>> endobj +234 0 obj << +/D [929 0 R /XYZ 70.866 491.867 null] +>> endobj +933 0 obj << +/D [929 0 R /XYZ 70.866 461.007 null] +>> endobj +928 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1012 0 obj << +/Length 1804 +/Filter /FlateDecode +>> +stream +x[[F~HfDK$jԨmΑY>صQYn1Mϓ/ |3vv^= G#OJ~tFZJGyI17q߷k?Y*=a=OVApG/oGRbj4|5z;>q0bv>G.̱tnFpn'FT#` ?FBЃz!)Hh/" +1f jP.0=ȶkwM/[kڄmf'Un{F9D")VHND)O0 ąIH蝤tE!H +.FpKB.ׅKB +Ճ=RmfC?Fa9'|UV=#GY=iY0NX.iM=7gBUNY"ܪS..g[c+0'ЅNO4MRSs'Bt9 .&ǪAG>@>wϒ{4ʬؔ KyRfԁCτPM'8` +kgx6J@|DQ"|Dj?HDj0iDN)ZձWI֙JDz^Sv4=i;x5{w"~贎aHJ헃߲ +i o~v˹Pgu^4yL Za + *KGҝt[v.A Sm8غMQE(=ՇDNngZKp7D6E&4n*Q}=,¹l'py(* *#S=ĢXd+'VkX{!TjQno!Vw{)͵E?Ֆ>kR[jNԖ펞jmvRܒ˩Ymש-Y[sXE6@mrYcJpe^+^8*SuW?geI&ocՐb N_J>CǏQ,_yDo)Iܪ‰#E,TJϼK8\oCog xX+r>. +endstream +endobj +1011 0 obj << +/Type /Page +/Contents 1012 0 R +/Resources 1010 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 934 0 R +/Annots [ 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R 990 0 R 991 0 R 992 0 R 993 0 R 994 0 R 995 0 R 996 0 R 997 0 R 998 0 R 999 0 R 1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R ] +>> endobj +935 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [119.604 703.425 167.45 713.693] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) >> +>> endobj +936 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 691.362 158.824 701.738] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea7ed3535e3c97c9c2ce299addd74b4a01) >> +>> endobj +937 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [184.501 691.362 248.28 701.738] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea2a987351b9605b918693a17d4dd90772) >> +>> endobj +938 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [273.957 691.362 382.424 701.738] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea52b66fc7ba82beb3d6fbdb82a6ef045d) >> +>> endobj +939 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.101 691.362 468.401 701.738] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea270b6b98ec2f9ec4832f7a59b0a0d532) >> +>> endobj +940 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 679.515 182.477 689.783] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beae4b8e84801f56fdb39472c45762bd051) >> +>> endobj +941 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.662 679.515 271.44 689.783] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beab1e0332cc09c1f3ee029b9fcc1c40ba0) >> +>> endobj +942 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.624 679.515 357.677 689.783] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea9a4a0dce1e919688bcd27411746b7ad8) >> +>> endobj +943 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [383.354 679.515 446.137 689.783] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beaa0f903270046d7a28b002855648da9f1) >> +>> endobj +944 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 667.56 154.081 677.828] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beadb87fc98ffc6440f53caa1f5d6606512) >> +>> endobj +945 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [179.758 667.56 244.541 677.828] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beabbef146a7c8d44992e9c61bec2309348) >> +>> endobj +946 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.725 667.56 392.582 677.828] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea28ae6227a8117b9f39b797caf3211313) >> +>> endobj +947 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [415.766 667.56 501.924 677.828] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea4132f477daf882e74036a9062a97b7a3) >> +>> endobj +948 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 655.497 157.327 665.873] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beac30b06c765f4623efb929a141ff9457e) >> +>> endobj +949 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [187.989 655.497 250.271 665.873] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea7d1b46242e62919d0c5af733553351c3) >> +>> endobj +950 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [280.933 655.497 387.902 665.873] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea14900e8333498e699db5038b413fa53a) >> +>> endobj +951 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [418.564 655.497 477.366 665.873] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea2816d8223370b9c78f554321cd308b53) >> +>> endobj +952 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.777 643.649 174.999 654.124] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea3dd2ff18afe8c14f3076694e52942ee5) >> +>> endobj +953 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.066 643.649 282.809 654.124] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea1fd38bd33c374db6667332f011a980d9) >> +>> endobj +954 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.876 643.649 378.157 654.124] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea9a30ec9215efb0a584597aeda2c03e19) >> +>> endobj +955 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [406.635 643.649 476.134 654.124] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea317dd63053ef79e3b3cea2ce2b676b38) >> +>> endobj +956 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 571.045 204.4 581.627] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga721f06c8017479ccc6cb46ae0552b597) >> +>> endobj +957 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [207.885 571.045 236.794 581.627] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +958 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 557.385 199.199 567.967] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gaa290fe71698081e26ec234a234d2fdcc) >> +>> endobj +959 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.685 557.385 231.594 567.967] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +960 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 543.725 182.755 554.307] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gada4a8fc8b0a17d3109acdeaf2c9443ea) >> +>> endobj +961 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.241 543.725 215.15 554.307] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +962 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 530.065 202.696 540.647] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga06dfab09153c455fcaa609e97846b0d5) >> +>> endobj +963 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.182 530.065 235.091 540.647] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +964 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 516.405 177.393 526.987] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gafc4e7d07089576fe946c42777ef191cc) >> +>> endobj +965 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [180.879 516.405 209.788 526.987] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +966 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 502.745 197.334 513.327] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga134f0e9d82a69403d9e167dbbf7ae731) >> +>> endobj +967 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [200.82 502.745 229.729 513.327] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +968 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 489.085 200.419 499.667] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga794e820b3c076c766cef93bb414908cc) >> +>> endobj +969 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [203.904 489.085 232.813 499.667] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +970 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 475.425 195.218 486.007] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gaa7d615b194c12278b00841852b0dff2b) >> +>> endobj +971 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [198.704 475.425 227.613 486.007] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +972 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 461.765 204.408 472.347] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga4bec24e63a011cc0bfca98e79f3c0b93) >> +>> endobj +973 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [207.894 461.765 236.803 472.347] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +974 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 433.115 211.662 443.697] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +975 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.148 433.115 244.057 443.697] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +976 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [353.969 433.115 401.815 443.697] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) >> +>> endobj +977 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113 407.5 216.159 418.082] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gaed75fbf8e655bc644d585a48e810bcfc) >> +>> endobj +978 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [219.156 407.5 248.065 418.082] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +979 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [355.728 407.5 403.574 418.082] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) >> +>> endobj +980 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 381.884 211.662 392.467] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gafb31932f7af41b5db5e7d80b21926853) >> +>> endobj +981 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.148 381.884 244.057 392.467] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +982 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [353.969 381.884 401.815 392.467] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) >> +>> endobj +983 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113 356.269 216.159 366.851] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gaf047657f8ff072f15174f03ff80b4882) >> +>> endobj +984 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [219.156 356.269 248.065 366.851] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +985 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [355.728 356.269 403.574 366.851] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) >> +>> endobj +986 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.31 330.654 210.701 341.236] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +987 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [214.759 330.654 243.668 341.236] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +988 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.899 305.039 216.276 315.621] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga9ef4cfec5c836de61180767240c7f380) >> +>> endobj +989 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.923 305.039 249.832 315.621] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +990 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.31 279.423 210.701 290.006] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gad49ead8c4196b726b6f04d4b1d53d01d) >> +>> endobj +991 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [214.759 279.423 243.668 290.006] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +992 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [107.899 253.808 216.276 264.39] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab1eac772e1ef6ddc3a8512c00a4e78be) >> +>> endobj +993 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.923 253.808 249.832 264.39] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +994 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 228.193 211.662 238.775] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) >> +>> endobj +995 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.148 228.193 244.057 238.775] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +996 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 214.533 211.662 225.115] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gac9f8cad27477155b583b54848887997d) >> +>> endobj +997 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.148 214.533 244.057 225.115] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +998 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 200.873 216.647 211.455] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gaf293aeef6b6f673f2d824171d6ec20e3) >> +>> endobj +999 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.133 200.873 249.042 211.455] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1000 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 187.213 216.647 197.795] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gad99af80b23202044e80aaed7d711b9ac) >> +>> endobj +1001 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.133 187.213 249.042 197.795] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1002 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.195 158.563 214.085 169.145] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) >> +>> endobj +1003 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.277 158.563 246.186 169.145] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1004 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [115 132.948 220.875 143.53] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga305bbe90a798fdc8347aa809978365f5) >> +>> endobj +1005 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.871 132.948 254.78 143.53] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1006 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.195 107.333 214.085 117.915] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga20f319fbf345661d19fc6bfd325231a5) >> +>> endobj +1007 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.277 107.333 246.186 117.915] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1008 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [115 81.717 220.875 92.3] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga91d58a0a222e1f75e1d5d65b8ece3645) >> +>> endobj +1009 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.871 81.717 254.78 92.3] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1013 0 obj << +/D [1011 0 R /XYZ 70.866 789.024 null] +>> endobj +728 0 obj << +/D [1011 0 R /XYZ 70.866 771.024 null] +>> endobj +238 0 obj << +/D [1011 0 R /XYZ 70.866 771.024 null] +>> endobj +1014 0 obj << +/D [1011 0 R /XYZ 70.866 722.85 null] +>> endobj +1015 0 obj << +/D [1011 0 R /XYZ 70.866 590.578 null] +>> endobj +1010 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1065 0 obj << +/Length 2535 +/Filter /FlateDecode +>> +stream +xڵZY~_PU+7I?:{$]x]Cb$J,L~}@Qhf`  >p{D1I}QkD 'y9$Z,y/4 Wir@JAT$Gͻۛ?o 1 ?h؏%"on. +IKl| Epeo3H%z ^3BG [,4|kؚcxCotp;>߽z$,$ZŞ޷efczmX/][3eR 0= 2!]Rj7@};'Dk}fϘ]\1{k&KG$J%c$QϬA[3SDԑ`ZBuҺ1UQB:7,6k\ʹ"1i^7)A7nkꞶUwY,ea12MŽ )jlM7x0i{Xjk':O+wQ6fmY7;M)oÐ_ B  ?n8%Lqc%gx$*-R%|s ;I,(7K!Jd\F 7'#â~4^[xI0j|Fd2U7XU}w I;gan43PIa1F.o:ۘ^c-f{udڇލ"5_?ݜn_V*ʢu*L/e(woiLnraj3lg|0k*CY5Yt2FYa]~hm&ORM\rxٻ},%ײS;xB3-(N-GꇇnytoyQ&ۜ {<"Uz̒ވ4|˖E1gG:,s6>GqVؠd;m"78 xiCnU2bKGdGjY}iK,!]7kRwGt6xgL9vMB6ωĤ$<$VP +r,ߕ H;sHqP.dBZ[GדcWƳ)aRxCKe_>ՙ fs?Ltq>f> a wC-b}>3:#WHnIIDr|;ztjPZrl ! O z]m}2sҍ ^+:襁R[V;s:ݶ :y@s c>]#zo"0E$)$bNOGT$ςQ:+mɇkřُ{vFbY Ph5KuĂ^Wwoš*w}- >%b:%v0 Ox'PUOdAx#4Y2s̢KwjS}BD K⁧zK5>ǧdrPCC}z.QBC5EFNH$zm:Zؑf})s(&Wco3 +j<#_Op_N"*ٵɛWIޞ #񊼍g8==&е$kR:gOqD. ?#ˑS.+"s9U>mYP>w:~֦͢Wj+:oF"E(wIW2\a;CͩSЖ "?>1(@K]`yH;J:Vd3"R)c”`YBi'<f٬n`?w1Y5䰬Şb`M}O^^C0\IB( q:mu-\Zϴ ?n:ZJSRSDZ[)1oN||_C&|iͱArFS{=3 ř-:nQ`?󂱰>#4xttC?֐L{ +̭T%%gILlbr,tQy0bd ?LTpp1ϺjY혥C-ʡjP΍c|GDk~=#ŀŗE$r&/T.@6PLxMWlF?Y>n[dwg{5#}E.*%u@!<ВKԀi>fnj]R4.ݡ}ep'יwNhxqzvjns?N㾂za\Wa%/뺂FoPfn;uw | >t^gZE}=.K߷4ᑖߴ<g_o7-lfȊql(}/Jv(z~J_c_#1zg[Ao`ږx + +*n?ֿM0v LLj +endstream +endobj +1064 0 obj << +/Type /Page +/Contents 1065 0 R +/Resources 1063 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 934 0 R +/Annots [ 1060 0 R 1061 0 R 1062 0 R ] +>> endobj +1060 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.141 662.297 318.031 672.879] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) >> +>> endobj +1061 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.294 632.718 325.467 643.3] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +1062 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [344.952 632.718 448.344 643.3] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +1066 0 obj << +/D [1064 0 R /XYZ 70.866 789.024 null] +>> endobj +242 0 obj << +/D [1064 0 R /XYZ 70.866 771.024 null] +>> endobj +246 0 obj << +/D [1064 0 R /XYZ 70.866 596.455 null] +>> endobj +1016 0 obj << +/D [1064 0 R /XYZ 70.866 567.642 null] +>> endobj +250 0 obj << +/D [1064 0 R /XYZ 70.866 567.642 null] +>> endobj +1017 0 obj << +/D [1064 0 R /XYZ 88.314 486.659 null] +>> endobj +1018 0 obj << +/D [1064 0 R /XYZ 88.314 470.719 null] +>> endobj +1019 0 obj << +/D [1064 0 R /XYZ 88.314 454.779 null] +>> endobj +1020 0 obj << +/D [1064 0 R /XYZ 88.314 438.839 null] +>> endobj +1021 0 obj << +/D [1064 0 R /XYZ 88.314 422.898 null] +>> endobj +1022 0 obj << +/D [1064 0 R /XYZ 88.314 406.958 null] +>> endobj +1023 0 obj << +/D [1064 0 R /XYZ 88.314 391.018 null] +>> endobj +1024 0 obj << +/D [1064 0 R /XYZ 88.314 375.078 null] +>> endobj +1025 0 obj << +/D [1064 0 R /XYZ 88.314 359.137 null] +>> endobj +1026 0 obj << +/D [1064 0 R /XYZ 88.314 343.197 null] +>> endobj +1027 0 obj << +/D [1064 0 R /XYZ 88.314 327.257 null] +>> endobj +1028 0 obj << +/D [1064 0 R /XYZ 88.314 311.317 null] +>> endobj +1029 0 obj << +/D [1064 0 R /XYZ 88.314 295.377 null] +>> endobj +1030 0 obj << +/D [1064 0 R /XYZ 88.314 279.436 null] +>> endobj +1031 0 obj << +/D [1064 0 R /XYZ 88.314 263.496 null] +>> endobj +1032 0 obj << +/D [1064 0 R /XYZ 88.314 247.556 null] +>> endobj +1033 0 obj << +/D [1064 0 R /XYZ 88.314 231.616 null] +>> endobj +1034 0 obj << +/D [1064 0 R /XYZ 88.314 215.675 null] +>> endobj +1035 0 obj << +/D [1064 0 R /XYZ 88.314 199.735 null] +>> endobj +1036 0 obj << +/D [1064 0 R /XYZ 88.314 183.795 null] +>> endobj +254 0 obj << +/D [1064 0 R /XYZ 70.866 141.073 null] +>> endobj +1041 0 obj << +/D [1064 0 R /XYZ 70.866 116.11 null] +>> endobj +258 0 obj << +/D [1064 0 R /XYZ 70.866 116.11 null] +>> endobj +1068 0 obj << +/D [1064 0 R /XYZ 70.866 83.504 null] +>> endobj +1063 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F160 682 0 R /F179 1067 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1075 0 obj << +/Length 2438 +/Filter /FlateDecode +>> +stream +x[r6}WQ/yJ26{fR.E۬IDe۸CJ[ŒHOph8zpo7_oDEHK)C$&zzq՟qoҫoe\fEn7mj4QrWmF{%!-6 ne \9]^{URlRm/4)ӍW^غDȀa*a)RTLY%?r,C DIַ }<手Cv^l~|:kǼ̶kJ cɱ>7qVMЗ&DdRr`޷i,`cǧCr8vDC@a&X5 ~0 +,sG +1DAokWE9m/E@w#A$L(C\/mP$Q%o.bTLjTE5AB6B!B5LQ~IYl ϙ"08stC5xxWᡶ)G*X$$TS9m$KFÆ⺙O[g-PHF0#9u-i:(v %EmݮG* 3DƈXq@/W}6iM6oFĐII uGR #POmMrfdjH8 aA\HD !7Q:FPVl&:SJvS@}->[c]._j6Grcs$A2gO~vkdI5ݚU;S*J4O„9hTlpN%F9X =95EaS-rꠜj STKʏIBD?]RҜ/AnI?}L۬ +r4 d +-N2UwނT7R*>X8 J5BRYSD!JjP Z<(U R-땪«BRZ1yc +V}2Å + .TrRH }B0惄jJÄjJׄj TMTWNIRRFJ%) SAo䂺-\R*eMAKTEPvzU ዀRIt :"Vd$ɨ4tJ:jFX"$6JѣS_4Tw=V74͡;_:Kz8$kW|ݥ] v۳0Y8 L-N.02TN +cw0)RF7nEc6ӛh/4D B'` :yk'![(K<4WCފp1?L2Rѻ\DZ].ha沋9Ey65 mrQ}p5z7vn@{\wF{qƀ@<E/I-;c*X ٚMdvxgιp ,O k9Igm!7UN˜N }WA{VC +tN&de#pia3Wb!iPZȧzXbbM곝5cqhWyt13d.擄ЕV ePlkhωk, +g$0Yh4:yp({8aLwUI"Й>g{Pz'WۧΔ9o`By'=H ,X(&՚ӀoW[!Uj-o^>gs}>x +b +=ͤY=ɪ>m/GpNu;fE]]ÚbS)0BG[謨Kp*ꊋEPAnU JEd/ag ~ 06;K%łRPWD^/3|W$,H=䔆;z: -FȠzVB+_3 ˒p/(}~4Lx*L ]@zC}kb\h4uC +=(x%ZҔ[00=N-bP +G5@,QY?ۗǰ\}y+Kc3-) QƼY *q¥!y4OtlwZЪm$"N[2~BإO?Ίi{YlFj-`{/U2l }ܻUMxmӽmފ|}ri7& +endstream +endobj +1074 0 obj << +/Type /Page +/Contents 1075 0 R +/Resources 1073 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 934 0 R +/Annots [ 1069 0 R 1070 0 R 1071 0 R 1072 0 R ] +>> endobj +1069 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 540.757 186.487 551.231] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) >> +>> endobj +1070 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 465.609 186.487 476.084] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) >> +>> endobj +1071 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 390.462 186.487 400.936] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) >> +>> endobj +1072 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 85.607 186.486 96.081] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +1076 0 obj << +/D [1074 0 R /XYZ 70.866 789.024 null] +>> endobj +1052 0 obj << +/D [1074 0 R /XYZ 70.866 729.594 null] +>> endobj +262 0 obj << +/D [1074 0 R /XYZ 70.866 714.354 null] +>> endobj +1077 0 obj << +/D [1074 0 R /XYZ 70.866 683.436 null] +>> endobj +1054 0 obj << +/D [1074 0 R /XYZ 70.866 599.276 null] +>> endobj +266 0 obj << +/D [1074 0 R /XYZ 70.866 584.036 null] +>> endobj +1053 0 obj << +/D [1074 0 R /XYZ 70.866 524.129 null] +>> endobj +270 0 obj << +/D [1074 0 R /XYZ 70.866 508.888 null] +>> endobj +1055 0 obj << +/D [1074 0 R /XYZ 70.866 448.981 null] +>> endobj +274 0 obj << +/D [1074 0 R /XYZ 70.866 433.741 null] +>> endobj +735 0 obj << +/D [1074 0 R /XYZ 70.866 373.834 null] +>> endobj +278 0 obj << +/D [1074 0 R /XYZ 70.866 358.593 null] +>> endobj +1078 0 obj << +/D [1074 0 R /XYZ 70.866 315.779 null] +>> endobj +1046 0 obj << +/D [1074 0 R /XYZ 70.866 157.266 null] +>> endobj +282 0 obj << +/D [1074 0 R /XYZ 70.866 141.039 null] +>> endobj +1047 0 obj << +/D [1074 0 R /XYZ 70.866 68.979 null] +>> endobj +1073 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F160 682 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1086 0 obj << +/Length 2767 +/Filter /FlateDecode +>> +stream +x\KoW̑~TlE8@c0E*S=3b=_LwW]U"3OZbLSbʴDz}fKz{? @,}z_1f&l 1ǫlQ"ɾ+3H MW K {3#+FD3_0J?szu)c \l' "j0.<]DjD2)© O\"5> oÈ^oׇS+,S+1ZB&\Ա>c*׫|{9u6%u0ZRQ.b:VBmvwoPHE*Kpm62EHE$ObN|ٙ93զ=,Oمc5n@2ţ$CekEC{d3kHEA#x<|x@ D1 k`TP%0! a8z6okfPQ> ăHՎp$LA gz@`vgaC#"IMu~!gpRЬgA(?@ꃶ!.T +px(h < $YK}]XNBJe 67x`x1IgWWζF+`vSLOHcUL**%fbIՀ@]66Si')bMKkZlApR SGC`lbslq|펜^zHi3-,gIR ri;F)y>]Wce~F+iSֵopQ}~8[ٹ1]w"("!/]9:NHQ4B04ǿ-ЍQ[}.w[sWe!c1>j̥4L L|!dEmw&t==E4qap>nwޏڵEg:}W4AY\gI|ec,z06H +fT$,V\;-$]y{]`RpFF 9`k`<)ѫ"QGq (QOpu%Ua[0};Fbv g)b-a%0,L dYLeZɩu#VuGYin!a$IcX?}Hiآ {љFALAM;Rh>&k4DuQ}.)j,PQ}][kۥ9vS$! !3zù4 7C)8RRI9ek&k?xsʻ{&c?wsc7 RݜM$PiPՆnƉ9=MV37gVF_m&U'nROiFnNe7o#{p č#nqGn? ÷GO}7'T]_J"H9ޣ"\{US0ywE0g_ 8"(UE00w&P6qG+ * [UюMgkڊ`Vв+) +) {VAWs?"Ȋ3HS'W"Պ SUS@AMb=M|5WB?'OUMl(#뇣M|*jԁ3%TC*eH!|RS:B;M B2 @l{6=%/8~'ˮpbA=7 +endstream +endobj +1085 0 obj << +/Type /Page +/Contents 1086 0 R +/Resources 1084 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 934 0 R +/Annots [ 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R ] +>> endobj +1079 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 721.564 186.486 732.038] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +1080 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 634.461 186.486 644.936] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) >> +>> endobj +1081 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 274.15 191.705 284.624] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +1082 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 179.878 191.705 190.353] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +1083 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 85.607 191.705 96.081] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) >> +>> endobj +1087 0 obj << +/D [1085 0 R /XYZ 70.866 789.024 null] +>> endobj +286 0 obj << +/D [1085 0 R /XYZ 70.866 771.024 null] +>> endobj +1048 0 obj << +/D [1085 0 R /XYZ 70.866 704.936 null] +>> endobj +290 0 obj << +/D [1085 0 R /XYZ 70.866 689.695 null] +>> endobj +736 0 obj << +/D [1085 0 R /XYZ 70.866 617.833 null] +>> endobj +294 0 obj << +/D [1085 0 R /XYZ 70.866 602.593 null] +>> endobj +1088 0 obj << +/D [1085 0 R /XYZ 70.866 559.778 null] +>> endobj +1049 0 obj << +/D [1085 0 R /XYZ 70.866 351.793 null] +>> endobj +298 0 obj << +/D [1085 0 R /XYZ 70.866 330.579 null] +>> endobj +1050 0 obj << +/D [1085 0 R /XYZ 70.866 257.522 null] +>> endobj +302 0 obj << +/D [1085 0 R /XYZ 70.866 236.307 null] +>> endobj +1051 0 obj << +/D [1085 0 R /XYZ 70.866 163.25 null] +>> endobj +306 0 obj << +/D [1085 0 R /XYZ 70.866 142.036 null] +>> endobj +1042 0 obj << +/D [1085 0 R /XYZ 70.866 68.979 null] +>> endobj +1084 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F46 525 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1091 0 obj << +/Length 2311 +/Filter /FlateDecode +>> +stream +x͛[o+h x-zټu"+P[Jml;)Ŵ(n %ezf83~C18zpw7>F,{FZHI7 o!b#NS;-UzLχ*/ 3滻niej4Qz"XCCͯ7ىyqVfKpc7G +1D`7R)]>B1M}5RBd 4Fl1SPD9fEOR -:8s_gz̫bQU~20V& dݧʍƁefA>b A2 ڗ7nЕH ݌pt=CA +8L^T'1㾼ucD 3SLjF\U.5Q^cTq0APiO>u+k(VPU)CHIJkH3 +*Izm  [/*&Gʎ[B6oU1̅Dq,u EdhH#!_: +AvCMhF>C3r酛!_<Sv?ÖMybsA] ,ZRv"bH1Bc02v~QZ?UA|hB=O{8]61Kv}%xs>gGy(ȓmD`/ "6Rsxx*@tŁkXd1C-؊<_1&^,fruf/Y:2ߝַ2ƛ䆖wN(bK6&Yj)botO2͓*s>Փ( e-Poln.GOD5y{\@wI tH_"9҈2)1Kj_8$*;jz?f,9ţYaҮ.춸$}ٌINSwgwvaydfs9ѡˀ{h.V}^i"ːj~Ӵ$Ǜ +6%|2&&nPk Pb${éC#3>9\C=J]{)=$.a-+ )"XX~n嗛Ca봇Z_!Sq a= л@=P-2Y&â0uz FF03ӺZ3n|@e2\G"&0=DuWfm Q! 5'ZswYm=J\AbQU㶠Ų)f=.qlQ+-&wf3m /W_)}BN? +̆46w:> endobj +1092 0 obj << +/D [1090 0 R /XYZ 70.866 789.024 null] +>> endobj +310 0 obj << +/D [1090 0 R /XYZ 70.866 771.024 null] +>> endobj +1093 0 obj << +/D [1090 0 R /XYZ 70.866 745.88 null] +>> endobj +1038 0 obj << +/D [1090 0 R /XYZ 70.866 637.412 null] +>> endobj +314 0 obj << +/D [1090 0 R /XYZ 70.866 622.171 null] +>> endobj +1094 0 obj << +/D [1090 0 R /XYZ 70.866 591.254 null] +>> endobj +1040 0 obj << +/D [1090 0 R /XYZ 70.866 507.094 null] +>> endobj +318 0 obj << +/D [1090 0 R /XYZ 70.866 491.854 null] +>> endobj +1095 0 obj << +/D [1090 0 R /XYZ 70.866 460.936 null] +>> endobj +1044 0 obj << +/D [1090 0 R /XYZ 70.866 376.776 null] +>> endobj +322 0 obj << +/D [1090 0 R /XYZ 70.866 361.536 null] +>> endobj +1096 0 obj << +/D [1090 0 R /XYZ 70.866 330.618 null] +>> endobj +1045 0 obj << +/D [1090 0 R /XYZ 70.866 234.503 null] +>> endobj +326 0 obj << +/D [1090 0 R /XYZ 70.866 219.263 null] +>> endobj +1097 0 obj << +/D [1090 0 R /XYZ 70.866 188.345 null] +>> endobj +1056 0 obj << +/D [1090 0 R /XYZ 70.866 97.148 null] +>> endobj +330 0 obj << +/D [1090 0 R /XYZ 70.866 70.866 null] +>> endobj +1089 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F46 525 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1103 0 obj << +/Length 2929 +/Filter /FlateDecode +>> +stream +x\I$JL@@PKnڢe=V")rsiQT-UzF#o(^_7F8id(ZDba,sch:?o_fy/#)QF wcpXNZbw~ H%}NGGR1Vw%S552kFhAh"s{F)1r]..b\T4mr\"Cۑ@;b(+iH-LTq`L&L5|5'2 +[`v8Ύ:e$Fakr^ne)#VUV'l!ȹ'Fl3-8=qn`H#R>R* fJPZmo  +25w9!*@36+WE(xsEhݮ0?'_.A4UUʶ*#9'NHQҚ+sӚۭfUWHXU]OQIc{ sqJ]U[[{Te +;_P5R'Ũ37 rik´v#BP ʪ[={827oaPn%Z +XBFu/mYfތ HIM-~Zxz|h`?gӄvs`k)L ]~NФ16>ӪYEh\sB #@H5hoYIp"нd6˽:֦^O`#N-ps'>xo +ds9rך !I\t v): R8{y +˚1ɷ"۷l<_/)my(jDH! hc{om @hJ y?浐xGާJރ6W4 4! C+_gɯ?h9砐p:ざFx~9w}?nl +D>LՁqy:IH0/IS䁵%.DŽluJ~T:#Hb/4n/͢yS__@TQ& kS0[*isGD6Dh5C BxX$ؑt`YBvPWa;$Dk|b0U?RZ7BD¸8l 25|/`r/s'X6-T7_/?sk"pG;I(5|2+3ET& +&M/n-!cm K@H!SIjݳM z1^(IlT_ƺ<%MZe:'ZAcsjLzZ)pYAaGϽ]%1'PpiרmM\\74KO!JTw/9,V!%>IC9hCNMC3n,= *3UR|@kW +-H +}_cp %_c %`c %O'n1%kF7?~lu.&.fmU}`DHΘmHʀݪ7ml{߮ 6YlCGͮl:ΒoN< ĀsG-ig Y,}ҹj9אr.q5$\yf"Og6Gl.j +d +D4&K47h]֨f$/yZ'#he;h21 撶0ߖjnknR5rȒ}zf]$|Ys0]I)n+Oe;-R0"8:Lop M3"1J25i3.Mޤ@·yRt3- XsX3Ř<3e d<. 3d'^&Ykw.?nZHl3[ Fw21q^nai֗[{-q=^n_i y#&W] |BްPҦ +?'0 +i;=C} :2cEȝeHH;4-O}װ~`g +ĽKޢU'8)¤JnYOMڗi+]no5-i>?a , &,C21FxYo0^ +́-8o4 nv"v ۆv2mR('y(k.}htNS?M֝Ƴ]> endobj +1098 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 451.339 189.203 461.813] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) >> +>> endobj +1099 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 364.236 189.203 374.711] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) >> +>> endobj +1100 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.313 277.133 189.203 287.608] +/Subtype /Link +/A << /S /GoTo /D (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) >> +>> endobj +1104 0 obj << +/D [1102 0 R /XYZ 70.866 789.024 null] +>> endobj +1105 0 obj << +/D [1102 0 R /XYZ 70.866 733.983 null] +>> endobj +1057 0 obj << +/D [1102 0 R /XYZ 70.866 521.813 null] +>> endobj +334 0 obj << +/D [1102 0 R /XYZ 70.866 506.573 null] +>> endobj +1058 0 obj << +/D [1102 0 R /XYZ 70.866 434.711 null] +>> endobj +338 0 obj << +/D [1102 0 R /XYZ 70.866 419.47 null] +>> endobj +1059 0 obj << +/D [1102 0 R /XYZ 70.866 347.608 null] +>> endobj +342 0 obj << +/D [1102 0 R /XYZ 70.866 332.368 null] +>> endobj +1037 0 obj << +/D [1102 0 R /XYZ 70.866 260.505 null] +>> endobj +346 0 obj << +/D [1102 0 R /XYZ 70.866 245.265 null] +>> endobj +1106 0 obj << +/D [1102 0 R /XYZ 70.866 214.347 null] +>> endobj +1039 0 obj << +/D [1102 0 R /XYZ 70.866 68.979 null] +>> endobj +1101 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F46 525 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1110 0 obj << +/Length 1356 +/Filter /FlateDecode +>> +stream +xXnF}Wy{KAIcŁASkD*Y7rweQ肢/IΜ3;sH<&8y;y6W#,=$ +#-e E$y9ete.a#N랾N*olJgB҆v<b6(D^? B Ҥ?|37HvBX?hUOH綶s P @i,b5p30lΌ DŘy#z$" hQWW"%T sC3yPMQ6H'Qckmʅ 6>Z# E]MguH5sg1 #">H[E !zl*yF + Ddʼna/hBCqvwE0ek*e4D(HIO@8\0E,c 39t3BƼ|Zq{a}6O{8=ِp9} 3|I =Q&28m|b/GzY[Es`~Z~hu=#6%uaʵyq\Z+ ,]e8F>T$#Qw]Y{xwN>#l`dNS"PxW +A$PFvۃ/\`|$%.UU\+=FwJL] 1TIPdOsNQ;n aŎnc&1Cy>Lڽmp8d? N::ѷ q.g|@I/C"wn''yl쑐y?HXp9Pf'۴u9vID(b=j1hq،]˼+a*H6XX?kF! ,fSB!eO-t7&m*p=T+P<y(Z ėa+Z% PH$` &-m56$3ni[ל=Li`p[-! V|qKw(‡´[t|S[62dvPIƷ]o-ws$ +endstream +endobj +1109 0 obj << +/Type /Page +/Contents 1110 0 R +/Resources 1108 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1107 0 R +>> endobj +1111 0 obj << +/D [1109 0 R /XYZ 70.866 789.024 null] +>> endobj +350 0 obj << +/D [1109 0 R /XYZ 70.866 771.024 null] +>> endobj +1112 0 obj << +/D [1109 0 R /XYZ 70.866 745.88 null] +>> endobj +1043 0 obj << +/D [1109 0 R /XYZ 70.866 661.721 null] +>> endobj +354 0 obj << +/D [1109 0 R /XYZ 70.866 646.48 null] +>> endobj +1113 0 obj << +/D [1109 0 R /XYZ 70.866 615.562 null] +>> endobj +1108 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F46 525 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1134 0 obj << +/Length 2152 +/Filter /FlateDecode +>> +stream +x[nF}WQN/y\L&`L p$MDO٤%m`_[TjF~ݏ,qZkd(ZGqY>-${nldt/9]ϸH_#)QF!ۻsKƴrww~~5D8}+G"Dcݿ-51kFh?V0?Sa\x4ڧѽDR^~h?-XsרgUpm^)C(LjyL8vpgEtdŒ-VEp-, 9sf*xZ;fvF @,I|Cb3"%sȵZI~ XpISj\Y!xqoWE\N:N'7XveJmh_ae%٦^]3!9cDJ6 k Xw= i*r m@V< &Q y`6`8`}E2[%[?SC+Kqό# #2V۵ݙDQ󰉋cH0_AOCWAԧC_=!jP4sooW~a)d.8(-fGMeJTl{2b  w\YPv3\LК8fJ):\ٵ#NL4 (H9Jrġ6BR!S^){fa44V\͊l+!eWՒ +˛½PP @56} |]R6@§:OϚ(SItm)9$Կ6}cX +ՇtMv4{ihEL `IܯoX|ƮlwЙbËHjFt8ѮiK pH`c 4V+bxe _Xn=Qch5S +M)(eBZ +FISA0Njf֭Z +cհL= +9+J3ñxL#J*ⴙ@7=9d +7-w@ƅՁ i}Xٴˈ߰; m"D P1HIzjql']+dIs"c@)vD[Ot6arB1_{bOىbw @ai>!p;R| b +Ek)Ġ$h,[OzJyty' LP R99ޖ@ u_Y*Z pᲺ][Są45՛ץ|$% B)1@JJw3kRNKٍ +@S' +:0;mۂ ZY3tU[ԷZ;;vűf,tO%j6oxdC$$u,Ŕ(.^ͦ^lBͳծy'm3]hTiMm6B9h+:&zNl;Kӛ| `yu?bb?m߃saq9؈OIq>ec-5yZ5ZoNǭ`iucsUˢFR|g{/ [zH3L9A"}Sv}Qհl[{!%/]zfvPQۉVE4hNj*ZUte͠єTX*zUtE=cǭg{B +jY&9>`ٙ0,7 Ӝ{Yj8 |?h q%ɒ> endobj +1114 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 704.801 170.794 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga2cb95dd19b86bd1b925be9be29a17f85) >> +>> endobj +1115 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [174.28 704.801 203.189 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1116 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 691.742 177.895 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga84b2ebeef737395dddd8ef446c071760) >> +>> endobj +1117 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.381 691.742 210.29 702.324] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1118 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 678.79 235.422 689.372] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_gacea2959cabb92c4a941087e524c5f3d5) >> +>> endobj +1119 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [238.908 678.79 267.817 689.372] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1120 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 665.839 230.222 676.421] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga35415691dad1e3430caa78c9d4b34cb3) >> +>> endobj +1121 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.708 665.839 262.617 676.421] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1122 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 652.887 266.051 663.47] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga5a51fa2c8f61d807895e377d6c732b16) >> +>> endobj +1123 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [269.537 652.887 298.446 663.47] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1124 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.943 639.936 235.35 650.518] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_gafc5438d4c4f01dcd347d9bfde27f68e1) >> +>> endobj +1125 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [239.149 639.936 268.058 650.518] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1126 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 615.029 229.837 625.612] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga5c40184c6babbe35c50d43a47573c5c5) >> +>> endobj +1127 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.323 615.029 262.232 625.612] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1128 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [140.016 602.078 205.795 612.66] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga6a08af1c559012315e7e5be69f7fe608) >> +>> endobj +1129 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [210.666 602.078 239.575 612.66] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1130 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.489 577.171 199.208 587.753] +/Subtype /Link +/A << /S /GoTo /D (group__SYNCHRONIZATION_ga2ead7ca8fe9886581c216ca8006ae3c9) >> +>> endobj +1131 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.694 577.171 231.603 587.753] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1135 0 obj << +/D [1133 0 R /XYZ 70.866 789.024 null] +>> endobj +730 0 obj << +/D [1133 0 R /XYZ 70.866 771.024 null] +>> endobj +358 0 obj << +/D [1133 0 R /XYZ 70.866 771.024 null] +>> endobj +1136 0 obj << +/D [1133 0 R /XYZ 70.866 723.517 null] +>> endobj +362 0 obj << +/D [1133 0 R /XYZ 70.866 562.927 null] +>> endobj +366 0 obj << +/D [1133 0 R /XYZ 70.866 503.411 null] +>> endobj +1137 0 obj << +/D [1133 0 R /XYZ 70.866 478.557 null] +>> endobj +370 0 obj << +/D [1133 0 R /XYZ 70.866 478.557 null] +>> endobj +1138 0 obj << +/D [1133 0 R /XYZ 70.866 445.95 null] +>> endobj +1139 0 obj << +/D [1133 0 R /XYZ 70.866 361.791 null] +>> endobj +374 0 obj << +/D [1133 0 R /XYZ 70.866 346.55 null] +>> endobj +1140 0 obj << +/D [1133 0 R /XYZ 70.866 315.633 null] +>> endobj +1141 0 obj << +/D [1133 0 R /XYZ 70.866 180.44 null] +>> endobj +378 0 obj << +/D [1133 0 R /XYZ 70.866 165.2 null] +>> endobj +1142 0 obj << +/D [1133 0 R /XYZ 70.866 134.282 null] +>> endobj +1132 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1149 0 obj << +/Length 2650 +/Filter /FlateDecode +>> +stream +x[Ks6WpsT#xq7Ԧ6lƷLjh5c_iR5ȸ*"ݍkCo~w;-i)Ytw)b)#)$E_qSG0x=9t}KU>ևTIpw-H3QLy=vSq( ne7A'Xuԗ*R#W S:N}$F2znB'{H/z5ëڟt[W[o^>}oM*-r/L n~:W xUod'C1_9m~d&MRY M^X`[՞OU4LYmַ՝m=eWY9W2SfSV }m/%Bx qR&/\gYSx}Wal_ffW#J!IC0}~&>kP.Bwp-1^C[cۧ z0 +(tQ =g#f)ύ=x!d#P߁9#js8u |= >S}4QL6tA)"۾ D'BJ ,TsH +Q֏T|1äpz'*?f؋`jE p7ȯvH d5 Ye{IDi-F&Ex[ 7(sPl"&G#Uc3W ^ۇ#&}e^M L{Lm^wx R+q|ŗ]mZkhXn-t&eZ\H`_z-.Fŕr8-+%{ vK 'HwK5,c^.fUu.s0r0Pms-'|r XZ[r ˜ +Wm[L5/2lak&%%.K4j`# L3ꍫ tnCP x*+ߊ_Pe\)v{.UeLWp`!ytbIaT\J*J +h8k3t l<#<{Zm_HS+.JG9'86ed{ݿ]R%M.Ez& `AH9pWNn]fVMތmp_r_z;;hO`풌y#K4RQ ]j!dt+&xUU%*](-ږM@\n#3sm^iyvk+ejײ!dA qyi~N^\1W1Lag9ɋSʺ̳U"CQ^-!U PzJ|5i{.,'/rR}q?%LcS {Y`;E@{ruO9$/1ZZTg +I o%0E[FKU$XpU$̽y<<eR{U hJH'u*rC\E mdJ'u;k8`| #XM0@"Ha>W||qwPp#k qs|6"7?~NЙ;O +<^Ko:2f_Rԟ0d>pWO_]xhC>+ILRG `doBu;&e p].m䕞Нr+zeA 1*L3IG[_ڳMס5E= c&?5p/'>X-O ^uc=wl6uPlp̞$ݸn+!k{>8;3o"д1砻Ǽ~x4~t()P4ZX`EI nFM d\offj!Y{> endobj +1150 0 obj << +/D [1148 0 R /XYZ 70.866 789.024 null] +>> endobj +1144 0 obj << +/D [1148 0 R /XYZ 70.866 687.528 null] +>> endobj +382 0 obj << +/D [1148 0 R /XYZ 70.866 672.287 null] +>> endobj +1151 0 obj << +/D [1148 0 R /XYZ 70.866 641.369 null] +>> endobj +1146 0 obj << +/D [1148 0 R /XYZ 70.866 545.255 null] +>> endobj +386 0 obj << +/D [1148 0 R /XYZ 70.866 530.014 null] +>> endobj +1152 0 obj << +/D [1148 0 R /XYZ 70.866 499.096 null] +>> endobj +738 0 obj << +/D [1148 0 R /XYZ 70.866 390.628 null] +>> endobj +390 0 obj << +/D [1148 0 R /XYZ 70.866 375.387 null] +>> endobj +1153 0 obj << +/D [1148 0 R /XYZ 70.866 344.47 null] +>> endobj +1143 0 obj << +/D [1148 0 R /XYZ 70.866 247.956 null] +>> endobj +394 0 obj << +/D [1148 0 R /XYZ 70.866 232.716 null] +>> endobj +1154 0 obj << +/D [1148 0 R /XYZ 70.866 201.857 null] +>> endobj +1145 0 obj << +/D [1148 0 R /XYZ 70.866 85.429 null] +>> endobj +398 0 obj << +/D [1148 0 R /XYZ 70.866 70.866 null] +>> endobj +1147 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1157 0 obj << +/Length 2484 +/Filter /FlateDecode +>> +stream +x[K6 %n.6eVw cˎ%wק(QhѲ% +؋-TUckw^ww_ӈD##%K_2Q"IUۂ#}@^XxSʷ?&3$=Lox/qBFdw.ft^$\0n_~ÞՒ 1Qk:/>nv}Q(^GE s4'`I} b4c$+!efs>sjZJDCkb|luXf3.ր3h2 a*+ʍ3q`Gq0f < Wno*U Ig U1/`~b ogbu>fNo]~H=7&x1V|vqJy XAR?Y"ɩF\P\ȑ5-ܾa 9d3j@5B,!q@°_M`3' # pJa3B 8e*XgdԳ3nAXi 4'H=Z +~MtSl9,J8->8gH\yk+Y')2dP—CY)ؕl3x3m}^12x2 e9Can":-5 fi#º+f߽*8 +rO+aW])2ؾȢ +<5ZȭF*Yd] F F7;x m.(6CMFBja{V__k=9OyrϠG{:@A,i:~x@q=Q2K%!qayBuQ‘=&>KW͵ua^xz"T1э᢫y]EF#=tx45 OP5ȅ@q:lS6JB,yl7uV;@mCS1zB؂%u>d8|({a4dIDՓO6cÅlBnʩHm~? ( Ъ7S@GzP}QUEզ6'X;  +w n&+{ @qm@')zsZ(ۭË~kŸ*/^lA=WjTEGKyXW֗vh~ytRWVc]GHP"dIm[0{\f@=.97vEԕMUe0>)"( ' a0W7Ů"܅ǧ=SW.BvISN p{Sn69tHF&)r&|ٹNy`#f+*N'$kT@-\'"֝Vm6ZXJ٭e<{Wi^cSuX>1-u^8of,uNj +-Q}=;.;jnaG9lvT9Q+ +(BcVbDv_G1lRCϩ<i;9{F"B#8K,[Y~UfV"όHC}4o&>XvJUfY矶sQS]Y"C3)o ,t{Y!a;:3!nfVP$,nB@3{.zgB6b +y1 ۛ@7!&T&Mc7/;^"neHP:;;-+Ӳc=ڇ=qeK Kp!-+k[fJ؍Da\v59VvA'dde +%DV_Qwj]6g򔇜CB&:{^y55ݿ6YQLbN01B!MyDTIeK?dEO֗ٮ a F/1TwY񟟎jq7;X/7ΑΟuOsnZdkK. & +endstream +endobj +1156 0 obj << +/Type /Page +/Contents 1157 0 R +/Resources 1155 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1107 0 R +>> endobj +1158 0 obj << +/D [1156 0 R /XYZ 70.866 789.024 null] +>> endobj +1159 0 obj << +/D [1156 0 R /XYZ 70.866 733.983 null] +>> endobj +737 0 obj << +/D [1156 0 R /XYZ 70.866 525.067 null] +>> endobj +402 0 obj << +/D [1156 0 R /XYZ 70.866 509.827 null] +>> endobj +1160 0 obj << +/D [1156 0 R /XYZ 70.866 467.012 null] +>> endobj +1155 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1183 0 obj << +/Length 1841 +/Filter /FlateDecode +>> +stream +xZMF+tUf<%YW\qűy]+iAVN6>=H+ !Ȯx[{z{ ގ~^iddSi)=e(ěg; 8a\v:ܯ*߬c4^'/_#b6Fr/x}{aČ|`Hpc}1.No틋` !$sd1m4!X6:&ŸQ~!n٬ls0:ބa1fbW^_rYI8Hi`;JEYDS}gs]$Lٟ`7c]aaQwVO + xB$NX.쉦=u`wdKI8iơfk _٬^1RMQ3@v ))Y4)k8\<h&v;1axBW9W;lS$mnucqjm sz-ӌM϶"ޥѶi>y +l8'aψgvjyO.tH?.FX  + +9Z y斸7) 2 +brJ +$IĤJZbfJ]jʠC|fn=7 cqEk @,kwUXr+v@QSfٕ(8 b` +'' +36Pq,T]i#5WX0ɺ\ $Ӟ\ E혣0֦(Q*JQ K6Q=B#\_ +qU?Z"zHR#A͹mL#DŽ+$'i>!ajWi){W@QA5!gқ{aTK{l!b({[sS ;X#/i 66{6hbeqT 4"nwxM Ba!)LnovnP8Hם38y޻k$ߤŐQ!cc~> +$s̵_b^G(V=ơm]=ϝ0TXΚ2Hbqm]f8r\Δ+FM5pZ8XYaޱ04}2SIw)nEIJ{Р>:N,{]_ ?)ql[fa.2]AȭJ@etZtEg㖐Zٶ{P춛Ȇ\L8q*qn 1>Zgwyvv"ḳ/yiD1yƤ¼CC'Kn)fH`^w5 +Н#kIwqQ[j'ڏZeYAϡ5_X`3H.^22OD? +K ]rJ"chS@'F@PSl ~ + ){jKw:f}MMĠ|Yg!%|@yM)_SC<9$p'FIb!PM0]!o8}#۴1v;+dnuG?J$99R}Ə.۹OE6WVyZd7DI35V +endstream +endobj +1182 0 obj << +/Type /Page +/Contents 1183 0 R +/Resources 1181 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1107 0 R +/Annots [ 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R ] +>> endobj +1161 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.13 704.902 196.985 715.484] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga1453eca6136fd77e5de88ea0e78cc7a4) >> +>> endobj +1162 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [200.112 704.902 229.021 715.484] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1163 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [114.094 680.204 239.578 690.787] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga120efa08eb51f45664477d30eff31916) >> +>> endobj +1164 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.668 680.204 272.577 690.787] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1165 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [343.215 680.204 386.56 690.787] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga0c2f8074a8474eee42bc96a4bdc7679a) >> +>> endobj +1166 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.904 680.204 455.732 690.787] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gab6148c019e88c8853596bf5f516373b4) >> +>> endobj +1167 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.559 680.204 525.406 690.787] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gad8268ac7d007fa1c3351da682c487c0f) >> +>> endobj +1168 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [125.591 655.507 250.089 666.089] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gab4aa3dff2b1b55b1abb002ef69c7efe7) >> +>> endobj +1169 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [255.889 655.507 284.798 666.089] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1170 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.938 630.809 258.135 641.391] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gaec6e88892a1b0b62287df5173a7f0336) >> +>> endobj +1171 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.07 630.809 290.979 641.391] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1172 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [360.919 630.809 422.977 641.391] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gac1f868aef7d531d34b91eaa57e339f21) >> +>> endobj +1173 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [443.971 630.809 510.512 641.391] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gaf9503cacabf6cf90ed34f2727fc480bc) >> +>> endobj +1174 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [109.777 618.854 172.336 629.436] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gab7035b42d465074b31195534efb37e3b) >> +>> endobj +1175 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.832 592.419 204.176 602.894] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga0c2f8074a8474eee42bc96a4bdc7679a) >> +>> endobj +1176 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [153.358 579.677 197.205 590.151] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gad8268ac7d007fa1c3351da682c487c0f) >> +>> endobj +1177 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.832 566.934 208.659 577.409] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gab6148c019e88c8853596bf5f516373b4) >> +>> endobj +1178 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.832 554.192 222.889 564.666] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gac1f868aef7d531d34b91eaa57e339f21) >> +>> endobj +1179 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [153.358 541.449 215.917 551.924] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gab7035b42d465074b31195534efb37e3b) >> +>> endobj +1180 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.832 528.707 227.372 539.181] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_gaf9503cacabf6cf90ed34f2727fc480bc) >> +>> endobj +1184 0 obj << +/D [1182 0 R /XYZ 70.866 789.024 null] +>> endobj +729 0 obj << +/D [1182 0 R /XYZ 70.866 771.024 null] +>> endobj +406 0 obj << +/D [1182 0 R /XYZ 70.866 771.024 null] +>> endobj +1185 0 obj << +/D [1182 0 R /XYZ 70.866 723.517 null] +>> endobj +410 0 obj << +/D [1182 0 R /XYZ 70.866 514.659 null] +>> endobj +414 0 obj << +/D [1182 0 R /XYZ 70.866 455.34 null] +>> endobj +1186 0 obj << +/D [1182 0 R /XYZ 70.866 428.312 null] +>> endobj +418 0 obj << +/D [1182 0 R /XYZ 70.866 428.312 null] +>> endobj +1187 0 obj << +/D [1182 0 R /XYZ 70.866 368.782 null] +>> endobj +422 0 obj << +/D [1182 0 R /XYZ 70.866 353.738 null] +>> endobj +1188 0 obj << +/D [1182 0 R /XYZ 70.866 293.831 null] +>> endobj +426 0 obj << +/D [1182 0 R /XYZ 70.866 278.788 null] +>> endobj +1189 0 obj << +/D [1182 0 R /XYZ 70.866 218.88 null] +>> endobj +430 0 obj << +/D [1182 0 R /XYZ 70.866 203.837 null] +>> endobj +1190 0 obj << +/D [1182 0 R /XYZ 70.866 143.93 null] +>> endobj +434 0 obj << +/D [1182 0 R /XYZ 70.866 128.886 null] +>> endobj +1191 0 obj << +/D [1182 0 R /XYZ 70.866 68.979 null] +>> endobj +1181 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F160 682 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1200 0 obj << +/Length 3610 +/Filter /FlateDecode +>> +stream +xڵr_GsIi'i$)TU $W%6ɽX `]<-⻛?|)WZPi09'-֋_[n*}_q,5pon.ow/D-x;l4,MsU6۵Gcmw|ySGknyH.90J;#nQ6B=N0֑nη`[#wܔuM6q[8g{a@&NԃQbTnA3ezK"ۦ )lS;) =ס +>sZ܀@ڠ5x|"༭Ls `!uq_7-MPlT(PNb2Bg: +<93 +^-WBkS=:࣪3{:ă=KW=`hY_LTp|&  /|p+{C pGIB-sO *iػx3K ͮg})SQT%왏XXO(~`pa9n Վ!Z,D ,YS[䉨ZqJRl4Y31CL63Yu7"4e&Pf5KJ& `>am8mVQD U7D޴ #wwa;X]Ux)8W V -6ƟCA==l|\k8mlcvB)bn aZVnOS?yw7_n8SXD^A 7Vd{hS܂~q~ +"Dr +~ὣV܃nGS/^h >$G=ˢŦ]4és ^j:K_&D1EOrb. Xŧ40ѥa@={<1$~LRRmK{Z陇;/KRp3v*^zYDl4-`d'mK1eW@,Q,~{g?YB~GmC +,Z߻nq=C[lʫ 74@ǒ4B܅'L=]E O{HLv)n),57%ѐym?>VM}ڃ0)X 畻6RV++R`O`8ęW'..E)4 !FM?"$p|Ad=Eўŕ;G_#6?{ +5y1U~ozۻxI2 Js?ԆÁe>!u>Rf vi| bn&24T>zO +?TֱXXaƵ9{~]Jsy__ 4d壔D|/0Hw2 }r}l}ʦ1B5 +AIU\!cDI(k%1׀LWfy!=%"( +R=[G0)NM"i3òS.E28]qE!HV(~rj&F_,x{Y + RQ7S ΩIbR^Y^&suwӅ_!0 |ȒtWɾ5 ^K κj0t0 0uqᘔ`Y֍ cՍ̓.!(S6E4-kr.o*wWp0/o{fQXӊElؕӂ"tr@W:6n~ve3eNK:iFHX44],n ⾘ډRJfpƟ\YI _dU靔uN" br'}gp6v+ *13mR1>AJŤLŒq2A/Q,J2~ϩ/5F˨0U5]D{څ\'LQJd 1xѵ+Q M_L" Vm^?mCw߱|`/O1&/ +endstream +endobj +1199 0 obj << +/Type /Page +/Contents 1200 0 R +/Resources 1198 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1204 0 R +/Annots [ 1196 0 R 1197 0 R ] +>> endobj +1196 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [109.468 425.776 193.322 436.358] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga1453eca6136fd77e5de88ea0e78cc7a4) >> +>> endobj +1197 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [332.65 413.82 416.505 424.403] +/Subtype /Link +/A << /S /GoTo /D (group__THREADPRIVATE_ga1453eca6136fd77e5de88ea0e78cc7a4) >> +>> endobj +1201 0 obj << +/D [1199 0 R /XYZ 70.866 789.024 null] +>> endobj +438 0 obj << +/D [1199 0 R /XYZ 70.866 771.024 null] +>> endobj +442 0 obj << +/D [1199 0 R /XYZ 70.866 689.695 null] +>> endobj +1192 0 obj << +/D [1199 0 R /XYZ 70.866 664.733 null] +>> endobj +446 0 obj << +/D [1199 0 R /XYZ 70.866 664.733 null] +>> endobj +1202 0 obj << +/D [1199 0 R /XYZ 70.866 620.23 null] +>> endobj +1194 0 obj << +/D [1199 0 R /XYZ 70.866 191.927 null] +>> endobj +450 0 obj << +/D [1199 0 R /XYZ 70.866 176.687 null] +>> endobj +1203 0 obj << +/D [1199 0 R /XYZ 70.866 145.769 null] +>> endobj +1198 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F99 531 0 R /F46 525 0 R /F160 682 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1207 0 obj << +/Length 1856 +/Filter /FlateDecode +>> +stream +xZnF}WQ/y)Z 4h- Ebl2JT\;{!EKY$Ť3=3Mד_&_hddDaLHj|2=|&a#Nsݬt6JO_n4/EɯW'TZ#My|<{`ČNȻ 6ɇɟ +{k/{U}iVI̽bwέc篸&qΓ9\1e~&ˋt_=O46b(2vFtqx:H[z< ~:cx)ݦU|jQ,3yI*L?aL1. +]gy,7juwaAKA1; đA 1@OO7٪?D'Rj8@es!a +8 ,27+s\#"MjI0A<m@D`Ҝ4]ئ7oOX`QNa đ S\aI ҍ#]L9ADPd9ҳ0DTYG&a ngQ-Q6"vG8r#4 q/iBva +,luvՁ:gy + AFkˮj +ͺ$Y"C|g)[lw .BG<~+FD;] 8`"aH4S0گ}}k*^_wȪL*p]^XJ+Pj ŚҴP2\Mu +jtmz))FL%b +hð=$ gn69_ݗ4oM-S}n3Xi@sB,t^t>l(M+<{oVkOA[ p N KAWY0qN,].4~MIz; ^gQ;;x$KX 6‘֥?†8_?K0p +6t}: -<U)aC^&)j&T5Bj,Sj%r ˔ZI4-KuI)Vd,)E(AG6-jrMz"ii)vy"dg**҅ +#Ў "26(SYTa GaxHIseHͮ3@WJJ !8ejF%B(S*vL LM@@o9Q~AQV}-C՝=yG$ r!u9>%NI?HwaNxSm'wh+EjҝjIyۀt<{eE$ +g?w۱&> endobj +1208 0 obj << +/D [1206 0 R /XYZ 70.866 789.024 null] +>> endobj +1193 0 obj << +/D [1206 0 R /XYZ 70.866 699.483 null] +>> endobj +454 0 obj << +/D [1206 0 R /XYZ 70.866 684.242 null] +>> endobj +1209 0 obj << +/D [1206 0 R /XYZ 70.866 641.428 null] +>> endobj +1195 0 obj << +/D [1206 0 R /XYZ 70.866 508.252 null] +>> endobj +458 0 obj << +/D [1206 0 R /XYZ 70.866 493.011 null] +>> endobj +1210 0 obj << +/D [1206 0 R /XYZ 70.866 450.139 null] +>> endobj +1205 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1217 0 obj << +/Length 2974 +/Filter /FlateDecode +>> +stream +xڽ\Ys7~ׯGj;oJ6$6dX45L +(`9cŢa !1ɏ7?Lo{kebU'ӇDSbJX2O>at<mFӱKz_^|MGӟ!8pUnݻ7o70|&` 1 ͧ?hrP­I^ω(L8a74hM Hk`T' eLWe0J)C:u +8hiáɄS"(o.[Uwo*4SD >Zdɧjev‡n7aCǸQ \7{vOe[7nV M,.7wrtmXÊgl>9k<:./}˥VDoJW/1pi20F (jȤ侊o{T/hWKB9QΖvWB+2[l~T +Npez)0mɳ`JlA~\pЅkcW)KQYJ2,;' ބ b>B2Mwl6.6ً5VT(irӧtp )\7փ:=,gdxj(rR;a馴tK/UXzwc'"G8l/Y0Lz-(XCp4Z("*G&%5lY&t!< lvPZ*:j"Wq3eDm/:r7Q\@-TWEP+*cjU7H"qC+eZpe +.%9tq0N%aLWs/׮{!G + cTx/YŽ%mcKD_9D8Ma1zD-8)QTcz(5)@~[hnZԜ}Q +p +Ѱn++& +,tD ?| Iɽa``V2"pJ1˰D^# + :/+'%YxDs}#yFHVT^&ay!SbaMΉb k4@k]L*+#ѭ -^c\9{8j%8z ʤ?TXvqK:63T)AS kE0 &IFȦGUZ? NLJ1<Ο]36D2ǒb,XxX9 "%sCقSrJp-  U"EN1! @/x`Q+910 aA7,(! @kchq יJs<[}ogG-†Pqϩ-p뽧Z1gwٻ_?60{8|cl5G<~,/}OkZ+PծvIfH9|H7/ؗ B>&҄>ƇSz?dI~ԙl]m]<+XEIN6R?b_]JʎyX2[hiW +kU=xysw *~vY ru +P*c2vG%Dg%'cw'c!P%.U5>wWrs +:b9Hb0l Qa. 8V/>g'R˭]vE'6WgxzY p p~b&!)U;7_ǫY&npv́鎙AK괄#S\Wƾ|` ݑY;[2j\EޝָVQ ci$e 9>QTrb fbc7.q[@wP.4!\]8ؔ)X ݔ)w*zMæE[ u)W+A`+Mb<Z: Kv +Ǧ.XˆŸk֊`Y0&P9!߶df)Bv9_{p^P~~2% 0S`o^1;7+N4%Yo 2ߔWG˸l~ :RkyX``z:P*~uĎ_oE`!܏dht\zŴ$J}u3G_n `TtdHK&0bB|u N_uZPdhn^!3!m1˶VFM+ly>/"sӏbrd;OsnS?\2'a~#<9wUKPO +v gyW>O  Xc ^bOX.@_}@n? +w1QEmI՟n}]Q}Vv骾': +endstream +endobj +1216 0 obj << +/Type /Page +/Contents 1217 0 R +/Resources 1215 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1204 0 R +/Annots [ 1211 0 R 1212 0 R 1213 0 R 1214 0 R ] +>> endobj +1211 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.601 704.693 262.19 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__TASKING_ga8b2a95073f7a4a81055899ee6a93ecee) >> +>> endobj +1212 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [266.646 704.693 295.555 715.275] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1213 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.38 667.831 214.404 678.413] +/Subtype /Link +/A << /S /GoTo /D (group__TASKING_gab53273918f995639450c4dcbed02df88) >> +>> endobj +1214 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.781 667.831 246.69 678.413] +/Subtype /Link +/A << /S /GoTo /D (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) >> +>> endobj +1218 0 obj << +/D [1216 0 R /XYZ 70.866 789.024 null] +>> endobj +1219 0 obj << +/D [1216 0 R /XYZ 70.866 771.024 null] +>> endobj +462 0 obj << +/D [1216 0 R /XYZ 70.866 771.024 null] +>> endobj +1220 0 obj << +/D [1216 0 R /XYZ 70.866 723.517 null] +>> endobj +466 0 obj << +/D [1216 0 R /XYZ 70.866 641.74 null] +>> endobj +470 0 obj << +/D [1216 0 R /XYZ 70.866 582.116 null] +>> endobj +1221 0 obj << +/D [1216 0 R /XYZ 70.866 557.261 null] +>> endobj +474 0 obj << +/D [1216 0 R /XYZ 70.866 557.261 null] +>> endobj +1222 0 obj << +/D [1216 0 R /XYZ 70.866 512.758 null] +>> endobj +1223 0 obj << +/D [1216 0 R /XYZ 70.866 303.842 null] +>> endobj +478 0 obj << +/D [1216 0 R /XYZ 70.866 288.602 null] +>> endobj +1224 0 obj << +/D [1216 0 R /XYZ 70.866 245.787 null] +>> endobj +1215 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R /F177 852 0 R /F174 789 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1227 0 obj << +/Length 307 +/Filter /FlateDecode +>> +stream +xڕQN0+0k{H@<[C۸R*q!qggv0e7948 ߁EIn,t@i$Tw=JZ۶UnuՁ]>Xw`[ +o3@2=Ҋkfa^:S@ѱA+incon+^7>mL!c(Mڥǥ&'_=t +(u%n^"[RV͡x؜a;Ne> endobj +1228 0 obj << +/D [1226 0 R /XYZ 70.866 789.024 null] +>> endobj +1225 0 obj << +/Font << /F95 530 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1236 0 obj << +/Length 1026 +/Filter /FlateDecode +>> +stream +xVێ6}W,9I)- +4hi@%zM,$~}y-ۛn³̙  ^.K\|Z|2`)`jHJR!R"$*oh :V3N4l@;LT:7'nE#os/sT#E7=* +8Z7Sc_2j?a,K1'ʗx.$;SlI(z{')nS;uGa<_\K,@z4OFKZQ+cLJcҜXtyp:o8AX}ۻϚ8N/˶vDp50Z"ו֙3tCلgi> endobj +1229 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 466.552 185.517 476.821] +/Subtype /Link +/A << /S /GoTo /D (structident_a8a098c07080704af1d89e401a1b4d10f) >> +>> endobj +1230 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 452.082 159.559 462.665] +/Subtype /Link +/A << /S /GoTo /D (structident_afa1ec17df36c4bf1e36e97eab63953b9) >> +>> endobj +1231 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 437.828 185.517 448.096] +/Subtype /Link +/A << /S /GoTo /D (structident_a91db2d18476e0a527ba20e04ca2c3e74) >> +>> endobj +1232 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.63 423.465 185.517 433.734] +/Subtype /Link +/A << /S /GoTo /D (structident_ae29e80f6fc150f73c1790c8796bcfd9f) >> +>> endobj +1233 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [122.182 409.103 156.068 419.371] +/Subtype /Link +/A << /S /GoTo /D (structident_ad1e271d732662abda25b1320f66e9935) >> +>> endobj +1237 0 obj << +/D [1235 0 R /XYZ 70.866 789.024 null] +>> endobj +482 0 obj << +/D [1235 0 R /XYZ 70.866 771.024 null] +>> endobj +734 0 obj << +/D [1235 0 R /XYZ 70.866 584.926 null] +>> endobj +486 0 obj << +/D [1235 0 R /XYZ 70.866 584.926 null] +>> endobj +1238 0 obj << +/D [1235 0 R /XYZ 70.866 486.68 null] +>> endobj +490 0 obj << +/D [1235 0 R /XYZ 70.866 391.538 null] +>> endobj +494 0 obj << +/D [1235 0 R /XYZ 70.866 310.414 null] +>> endobj +1239 0 obj << +/D [1235 0 R /XYZ 70.866 284.787 null] +>> endobj +498 0 obj << +/D [1235 0 R /XYZ 70.866 284.787 null] +>> endobj +1240 0 obj << +/D [1235 0 R /XYZ 70.866 204.903 null] +>> endobj +502 0 obj << +/D [1235 0 R /XYZ 70.866 186.342 null] +>> endobj +1241 0 obj << +/D [1235 0 R /XYZ 70.866 68.979 null] +>> endobj +1234 0 obj << +/Font << /F107 565 0 R /F160 682 0 R /F11 689 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1246 0 obj << +/Length 727 +/Filter /FlateDecode +>> +stream +xڵKS0:C# +)N8$2uR}ז 1dڤ')꿻?{MtEDJq4Z MQ +aEhƱ` +qEz 6y9Փ:+]cE?" +ǐ`9]!yj}kY !9"G׈3l%DP I'[bɀBKejj1'ePQ+\8C}ʮm LwI!} +3#rh{cW <I,hL`%w)MZn eί 'q i UBI> endobj +1247 0 obj << +/D [1245 0 R /XYZ 70.866 789.024 null] +>> endobj +506 0 obj << +/D [1245 0 R /XYZ 70.866 771.024 null] +>> endobj +1242 0 obj << +/D [1245 0 R /XYZ 70.866 716.891 null] +>> endobj +510 0 obj << +/D [1245 0 R /XYZ 70.866 701.65 null] +>> endobj +1243 0 obj << +/D [1245 0 R /XYZ 70.866 641.743 null] +>> endobj +514 0 obj << +/D [1245 0 R /XYZ 70.866 626.503 null] +>> endobj +1244 0 obj << +/Font << /F95 530 0 R /F107 565 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1299 0 obj << +/Length 788 +/Filter /FlateDecode +>> +stream +x͘]o0+| BmVմF:Y.b4HM=ͱ!Xfx_jvq0lH0XZdЃkaU~2&Bƣ{M̋Kg\,<sZ^R>cIbΑkQZZK 1GBS<{$MI̔2$y c]ѡN߱.iՊt?ЮLo4#^XwS/TW*eÚ9(gU6:-79q'7j- +endstream +endobj +1298 0 obj << +/Type /Page +/Contents 1299 0 R +/Resources 1297 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1301 0 R +/Annots [ 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R ] +>> endobj +1248 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.566 640.144 170.529 650.619] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +1249 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.566 615.797 170.529 626.272] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +1250 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.566 591.45 170.529 601.924] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +1251 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.725 567.103 195.688 577.577] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +1252 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [170.482 543.316 182.445 553.23] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +1253 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [170.482 518.968 182.445 528.882] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +1254 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.19 494.061 217.153 504.329] +/Subtype /Link +/A << /S /GoTo /D (page.37) >> +>> endobj +1255 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 469.606 161.051 480.188] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1256 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 445.258 161.051 455.841] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1257 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 420.911 161.051 431.493] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1258 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 396.564 161.051 407.146] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1259 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 372.216 161.051 382.799] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1260 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 347.869 161.051 358.451] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1261 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 323.522 161.051 334.104] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1262 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 299.174 161.051 309.757] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +1263 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 274.827 161.051 285.409] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1264 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 250.48 161.051 261.062] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1265 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 226.132 161.051 236.715] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1266 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 201.785 161.051 212.367] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1267 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 177.438 161.051 188.02] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1268 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.725 153.198 195.688 163.673] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +1269 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.566 128.851 170.529 139.325] +/Subtype /Link +/A << /S /GoTo /D (page.34) >> +>> endobj +1270 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 104.396 161.051 114.978] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +1271 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 80.049 161.051 90.631] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +1272 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 652.21 392.804 662.793] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +1273 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.319 627.971 402.282 638.445] +/Subtype /Link +/A << /S /GoTo /D (page.34) >> +>> endobj +1274 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.319 603.623 402.282 614.098] +/Subtype /Link +/A << /S /GoTo /D (page.34) >> +>> endobj +1275 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 579.276 407.661 589.751] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1276 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 554.821 392.804 565.403] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +1277 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.319 530.582 402.282 541.056] +/Subtype /Link +/A << /S /GoTo /D (page.34) >> +>> endobj +1278 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 506.127 392.804 516.709] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +1279 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 481.779 392.804 492.361] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +1280 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 457.432 392.804 468.014] +/Subtype /Link +/A << /S /GoTo /D (page.31) >> +>> endobj +1281 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 433.085 392.804 443.667] +/Subtype /Link +/A << /S /GoTo /D (page.31) >> +>> endobj +1282 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 408.737 392.804 419.32] +/Subtype /Link +/A << /S /GoTo /D (page.31) >> +>> endobj +1283 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 384.498 407.661 394.972] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1284 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 360.15 407.661 370.625] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1285 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.235 336.363 414.198 346.278] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +1286 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.235 312.016 414.198 321.93] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +1287 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.235 287.669 414.198 297.583] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +1288 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 262.653 392.804 273.236] +/Subtype /Link +/A << /S /GoTo /D (page.31) >> +>> endobj +1289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.241 238.414 426.204 248.682] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +1290 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [389.602 213.959 401.564 224.335] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +1291 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [389.602 189.611 401.564 199.987] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +1292 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 165.264 392.804 175.846] +/Subtype /Link +/A << /S /GoTo /D (page.31) >> +>> endobj +1293 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 141.024 407.661 151.499] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1294 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 116.677 407.661 127.152] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1295 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.319 92.33 402.282 102.804] +/Subtype /Link +/A << /S /GoTo /D (page.34) >> +>> endobj +1296 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.319 67.983 402.282 78.457] +/Subtype /Link +/A << /S /GoTo /D (page.35) >> +>> endobj +1300 0 obj << +/D [1298 0 R /XYZ 70.866 789.024 null] +>> endobj +1297 0 obj << +/Font << /F107 565 0 R /F46 525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1373 0 obj << +/Length 1158 +/Filter /FlateDecode +>> +stream +x͚]s8+tif6T w&ͤi;3I!l`h@ncLqe,{ dmK PUc]WN>(t~1!^eց7>j5@74(Bp7kL:i`"HK(yǞD9A8p/n 8vÐ9U!6EU*Oi RݿQx)hjd*{{9ŃX6p[ 65)k]_b\L6 ,Ko +6nFfoܤx[},-kӞ'Vͺq&\ɢ5@xޡ}elUd{: ۳ê}w7FkfoeTkMpVV*KlC2WNy\Zp4g~g])Nrـ'ߞ:`,X8'ƭ S6z|ʰ$s ^S%D\RFöɝY.ʎDX'aH%轎zIRXFl_F4ٜ65K!SWM/?QVPunss83xLEYRUHDiQlP? +endstream +endobj +1372 0 obj << +/Type /Page +/Contents 1373 0 R +/Resources 1371 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1301 0 R +/Annots [ 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R ] +>> endobj +1302 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [163.945 746.222 175.908 756.697] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1303 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 722.204 161.051 732.786] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +1304 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.19 698.402 217.153 708.67] +/Subtype /Link +/A << /S /GoTo /D (page.37) >> +>> endobj +1305 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.19 674.491 217.153 684.76] +/Subtype /Link +/A << /S /GoTo /D (page.38) >> +>> endobj +1306 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.19 650.581 217.153 660.849] +/Subtype /Link +/A << /S /GoTo /D (page.38) >> +>> endobj +1307 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.512 629.197 160.475 639.672] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +1308 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [122.609 607.814 134.572 618.082] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1309 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [121.697 596.419 133.66 606.127] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +1310 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [194.422 584.464 206.385 594.378] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1311 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [167.021 572.508 178.984 582.216] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1312 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.983 560.553 188.946 570.467] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1313 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.562 538.609 174.525 548.878] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +1314 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [172.885 526.654 184.848 537.129] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +1315 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [114.219 493.876 126.182 503.584] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1316 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.294 472.492 106.257 482.2] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1317 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.717 459.869 125.68 470.451] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1318 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.673 448.021 138.636 458.29] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.674 436.626 151.637 446.334] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1320 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.674 424.671 151.637 434.379] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +1321 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [139.674 412.716 151.637 422.424] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +1322 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.534 388.245 154.497 398.514] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +1323 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.534 354.907 154.497 365.175] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1324 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.534 330.996 154.497 341.265] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1325 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.534 307.086 154.497 317.354] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +1326 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 283.068 161.051 293.65] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1327 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 259.158 161.051 269.74] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1328 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 235.247 161.051 245.829] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1329 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 211.337 161.051 221.919] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1330 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 187.427 161.051 198.009] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1331 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 163.516 161.051 174.098] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1332 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 139.606 161.051 150.188] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1333 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 115.696 161.051 126.278] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1334 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 91.785 161.051 102.367] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1335 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.088 67.875 161.051 78.457] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1336 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 746.088 392.804 756.67] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1337 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 722.125 392.804 732.707] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1338 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 698.162 392.804 708.744] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1339 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 674.199 392.804 684.781] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1340 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 650.236 392.804 660.818] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1341 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 626.272 392.804 636.855] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1342 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 602.309 392.804 612.891] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1343 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 578.346 392.804 588.928] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1344 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 554.383 392.804 564.965] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1345 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 530.42 392.804 541.002] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1346 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 506.564 448.906 516.833] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1347 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 482.601 448.906 492.869] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1348 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 458.638 448.906 468.906] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1349 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 434.675 448.906 444.943] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1350 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 410.712 448.906 420.98] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1351 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.943 386.749 448.906 397.017] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +1352 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.698 362.785 407.661 373.26] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1353 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [375.773 340.401 387.736 350.876] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1354 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.508 328.42 466.471 338.688] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1355 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [396.156 316.438 408.119 326.913] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1356 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.122 304.456 419.085 314.931] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1357 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.083 292.475 446.046 302.743] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1358 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.57 280.493 451.533 290.762] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1359 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.567 268.512 446.53 278.78] +/Subtype /Link +/A << /S /GoTo /D (page.23) >> +>> endobj +1360 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [374.852 256.53 386.815 266.798] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +1361 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [345.972 233.127 357.935 242.835] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1362 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [345.972 198.761 357.935 208.469] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +1363 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [345.972 174.798 357.935 184.506] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +1364 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [345.972 150.835 357.935 160.543] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +1365 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.841 115.801 392.804 126.383] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +1366 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.552 103.927 407.515 114.402] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +1367 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [384.841 91.838 396.804 102.214] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +1368 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [377.865 79.964 389.828 90.232] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +1369 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [370.394 67.983 382.357 78.457] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +1374 0 obj << +/D [1372 0 R /XYZ 70.866 789.024 null] +>> endobj +1371 0 obj << +/Font << /F95 530 0 R /F46 525 0 R /F99 531 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1452 0 obj << +/Length 998 +/Filter /FlateDecode +>> +stream +xڵ[6)RCmcnXv^w# +9IЀ`:o_l`y ؆ sЉ|;@'}Dإv!|xuagd#0tBL@RlnA>Q; @< # +/?7TO4E "GQq|_TIumogeS˨7pAhoF~l6ȫXҖ fˆ%] 욥m f:{F +6G#J vzQsEN=؁;ah>{i@5i!:0xeQB2qSV53U%KwǚѴG~gRUP|&^ٗfn#hE,:L<|GF|zhO񸢵Q$gmq:{+g=R '&ϸRŃ鍾~~~/cݚ~%upf[m9} yPή+}p +U_xnwg\&si |5M7;(imqr~7`q%.)R.`a4?$"V3xf60j׷nh +廥wr9hS_Xk泤/{_5S[L^v'g ׿z+5'DNmg7@fǭc_y۸q6~dݛ(6 /W>An$47\m+ k f&Y$%M^A 溈fR|ob| ߡWCXG-uں m7ar"kS?[f۟v&fD0gqAcCygex|9j¥(ee +>ҊqS&gyo?\mڳѓ+H: /Krn ;l㖻?![BU\Wu-A͕Z1x%Dc>Dv+wgi?/bX/.qwC# 廡;QF+&uMܯvvvL-{ ߗ2_e4tj*]Rnel;k7g̍[kQ7ܯE(uű|s +WS_ucu}v]ΊzGY*.ycj/K<5{/U;І;[WNq9.[z_"F<=g),x9=_^,)ݺVۥm.-+[p#W]h.#^I8{cJ'8eMmœ63D!]7wh:nmUpbXAmY>)▤=_eKbѓJbU7omӳ#U' +endstream +endobj +1465 0 obj << +/Type /FontDescriptor +/FontName /SYFPBV+CMMI10 +/Flags 4 +/FontBBox [-32 -250 1048 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 72 +/XHeight 431 +/CharSet (/greater/less) +/FontFile 1464 0 R +>> endobj +1466 0 obj << +/Length1 795 +/Length2 907 +/Length3 0 +/Length 1454 +/Filter /FlateDecode +>> +stream +xڭyPgD(|J,RQC"8K .lLDrU< + u@!:) i"hP])}Oo[FpLf Q!p!:t9@`c. a l@ @g,b8x@E!2c9eb!P>., A$|X q>ȔT +)B/()"wLǶ@ID) ֓DX BYI@M.`)}TǁK2\\L/Pd.(t{G +D!@t3QAh9.\?s=a(@잮5*@JC>8;# VRDV  +(Hbe@F8A=R2*TFN%dJCtG@ N&ESsO3sN$9&#_N&~Xdvj!J +O4 BO%UUeMoAaFʯ< *f߹F$,Ikְ|)q/5hg܋~Vo#ebJW-F:ԹUIt5ь=Xt^Gum{B}+VkW05u)=qk6p4X47/ ǞS ;_z;/L,H P Yl=єؕQ-==27G4qVkeoccՃ.VuJЫB컋pٲ&.".vQZ u{i[w6Z +|פd{8?Ŏ+/,Iutx\5+^\2J~~ZuwpKL_.=+k[Px[\Sf5GRc򧮕XH5CԦ׼W$?Q5k,oڿ^7PJ?W1;:cep)-DcfANjm +uaznl|xVZ1\qx6]W ۔8h/xE''!uȤ_ GF +f4N-Y]UD{ujߣfaq1{9:ώV t26(JWE5yh:kH7l4[,jGԎؿy}nPLP,,ޫc#1hYF߈ԴkvwYir} +-zޢ,fRF;JP kOH',[.x41+ԇٜ)!~YjTkwSWEtxyٜ%юoT{[#}O텮eo<)cYjP> endobj +1468 0 obj << +/Length1 1612 +/Length2 17026 +/Length3 0 +/Length 17870 +/Filter /FlateDecode +>> +stream +xڬcx]-c[+۶msFǶm۶͎}g?|?uݳQ5j^d +tB&vFvtL9 ௑ Lhg+jl P75L\\\d;{G3RUI,7 Uy'a^)Bzբ;ޔ^;L'㷫'*??tG{DԆX.&Ժ³sēGёܾ6M2}'ͨ?` K0W jXg%#J6V;L9/Ǚ+q{FoTɻ?@Cc|Ui63[Xj=R9TP踢#1`E:ꙷxsbʹr˂N9D0K[4Z23ĔLᚎ=']Π=9IL81EfIDI64ʔ O6",^#ΰ\> ,WSE=h갊 /6V-p*OgQ M8A\L墼Pa+_9,wN%r&+9S1.sOJi0/tcc Ja]+i +yMɽn?^}1P(B=cWXd* +SFNQңQ|^ON`@Н?0 %~| Ȫf"e`;%q^Eh&5R]~VObGyO"lLkOLX}jrg`,Ʈ'$5xp &c`|~tQ=LN W7m?[,P{Vx .a~>Hvw`_숖Ԏ؜[2uzh] ōS/ħ!yyA3q|yS&xNh'͈wvLT΁CK2m_pL_M2a^pPr'"zF0)2}'R +p`}~ho%)yc`{zO,6cP*d,B G5 +~i{Wu|!tKy14?;-[I*_&)_F?Hf;fQ5(0;!~m +4>?%9P cp|OMDOKПyL: AJ<cv3w* ZZM7(?ukG bAߩIR0ٸӖ*覙{7Ux+4}J{)hv{s'g /+oH~ |~@$ ٳJ-0ex~}h) +8CϵRD*a3;8^dץz +MVy*9,y ݣ_%V&pϹX6'(*!WQ@DǿzTu>zP嫆Ej:8X"M/miG{{4P%Z0}֧ <!-K6҇#dg(wpkFI&~!=ΙBPf72{Am:6o~?r> ݅5 i Hy(԰'WcDi+O?ߜ9e{]6Gƶ #a~I7OWeCPA#o+Mo|\XqzZԭ]hϝ9!2 +odS[^c+uڒ=kCaei\CeTXěW/tˑwzKD{-x`^m@|A\ƦÁFR^"yg"z%b.hrd8H܅Ks/CxN<-$ElVRԌFE|AG}(+)H}c\̖@ r7‚9v܏#+k9 Q# SGo$x|)ԧWli{4PdO]mRȏ3OZ^z3?Nʄe6ko=bqy r?+m‹uirz?o*,`{׎ʦ'&̱+ `1vz @{ #Ԍ?|R[M|l}C^?OEy't.zL:Մk^կhÁ_W="0V.$(!3# u_cuG?<V:-s\L0Ŧj#K˛H'aZ"ReoR>ƒ8H$? vO.EW,;DfJ)e rl DS#cOI:CgI}.7'!< 9' ?ZGeH_N%fD/[.Rڎ[=fA=.y49B RF۳Y n7Oq4# dhO0ݤ(19Tx5kFdMƷwơ{tA!ϣpdv gm Ճ#8 RrmB爈c u=m;̜0NwL&充PZQEą.Y ;Ylj|Ũ&SOڐziǙ,zG{r@ʻHO،o~({+@8@P9dDx殚>V_HԺX_Li2tH)ږGes:*xUb'^@{J _2{O[CMCM`ajzM)e&[}P̚'y*L3ɘ!I@*b+KcO$x!wBEy9ng]B ğ=MFҶ4Fj䠵)pj&,`‘*0 +΀Q&+D}P6dWiWH ⵠBx0ܹ5nW5b(* ';7ׅz;U!5V ol$uK ^Wx͘e;+<BCz/f7 NSOӫqJ^k9IѪ=PXZ(sCwLo.r[y`}ov2Vd:V* llhC#v.;@Ppd#lck'W4f!L|#(x[C'JTXU"nKe,G\!=V{(g4ܠ&L5TgݹZZV+\L~]fhe;M_=ߚ@.?㏄谑Y*@04`eq&]2EoÛ 8h^Rst}iyn9Fl[]n1-d_l)Mg;1m(UwW~a ?- +'VPOa3zq*H/6?:֨ef106GGt\2~数> +^Q$ab)}Å\ÓAt1ްTs>vJ+g9`_K +@ׄiO{pcճI$7˖y$zIZg +?QkeV̧NJ#aki3a~z4wH//ߗQ<3=x\4Y#D%sbn%V&\d(jݣD #IP=>et>\̏h!$<4&Wԃ]a D ?w.D- +UF蓑݈,[uB7Ʌ}JgBwRЛ zKh<} N 8?78MNDұZRikjlhfOx0 s+\񲭥 $TsX^o}.|jEC+PBlM4 䄦3ׄNA f\jpJihsY {+ȹd?н@C)6f*|2 c9Io3wN $. N^gЎ o޳RX( \ +$.U-`t.}弞8 +K3*! នdX)A+ԫcz&2XK? يbeMwc[ +t; NuPֻB%{:2BR,+J!Sm55PA;Æ%USp.Tmz>&+- #S;`u[!h3s/_OmDbC& xY=v5J8$,ÑڴYS'OVF(jl!D$JOfm9k-;>9c +wKT@7od;:jt{-,߷G9|}Ɏ[hy~,^9Z΀~LoF& af,C2N}{i-(1s84Lnh3 rOw"laEDcxv۟w0e55d#,ߗ{. -3\DD%Dd*'a (afFD7ܟ3}m&ބ3sov~NQu1 e˝ Tu@Eskhs|36z)RAu$TE:`6k<1wU } r,KT8Ӟ/KM"5wT$5 }ZU 3@e^ѽ~pE:NS|cOb۵0K0,97UnR,'(#7kkhI:f6TQFrK_9 !:/TRB'~/ Nt54uh"K +Zqp m}txI&Lek(+͡o1X݃F d4HRGGq|;3:H}X3%uW YA%"~YfSxteU8wBr}4؆H 1 {AN [eßv꽵E|_`v߿y_c8^i˽3puTwraY֑7m)Z:?Cq+ +Qٔ!E_1ZD!L -ݩ7>RŁYnSIDg_ W/ 2Y@"ꚹ}% +JeSȪCfP/N>;:[2X`g?z׋kHW{HP7L ˢf$೎>Tu5Fy`z$>Fׇ㯹)iϏ1mtL~$4-b i +t5N&K/<,3Pso5`w|%aY!ZƻM³XT}r1 \ư8ȏ="$)oPT + +QO5ǼXt/ C'ĵR^ U8&Km, g.iq!05v @PuYa3޺b7X`|u =ǥq~U*EŮ9V^/3kw}G% \)c& +K7z*P[ٶM_zUP!A)j{)d0|+D xY=h{Gنkڬq99։ ! /Ҁ(Ai'3CVUWX15#+~I|RT\ݮVJa#ҥn&bL ;ޓo@H젿 xΆkQ(A;4hd<[Ck,Up\J5gNe`Ҷ$ Y`^k? -m/ai:^X2p}EH\3%4l{`ܓv@0 ځr<]x??5P]-yhA Ʈӆ ѾJS}w/q-mὠ)Oaˤ=31zA y6w]* !;,:n72;OK B,5h*i[kyh[A`atf\FqZz+O`>|ItN~V,mF'-\IrFA'xaD-ӇoijN W)Gy s3H# +8!4h.T͕Di,KcZ)#7[\!Ye/Hl +NPۃ9y2G3|?ͿГ>!֠w02gJk5I1>bp{kMB7͂z5<$#kkmMՂgmNygM锕g0my-;T)detimBPg&]~A/& y<[/Go[m?7:Z()4/7A}yȃ;UN=|o.!:{WY|-}U+'F=n^ҍd.иgvҊ84r賱K*IžFm.,6KLlexۊ7Q.ڝ[(ffQc츶k&B± g=MڎsݵM,:jQ/ ++3~{?'נb<2]P zu2>99d{$,ktKWf0 Z=P%rzd!bÅ1Z= +mwS3Ɖ 3aK$g+9d\+t&ۜO[w)3@aY je*<9zy*Z}Qh:EE +dv&{cpHW~r=oى7'WL~TID`7 9 +e:!8_*8ݰE- ٤يs]-$|ΌJ7~JtnQɜrCw-5fHftetLvQqo)Og|tJ-,U +#g+3V*YaBӸ6RNYg23S/* ]8 dnQysFR̲qL8ܽڝoC5zG8h2j8(8kH6Kw1KmQ2hHzv!iТD[jN^c н/2o`NBp&/si1peHЫvgm7$ {%-9Eg,bTkE%ްk;!.95f7<4\GGXqvsj @kq՗g!*PʎRL"s6.drmdQr{E>V\B_*̋;o6ME[,Է5CǪ'1iDgw/f(oǥP\J;Tv_d̖'sZ3E]r<;vc06Գ+溉nUr5cӵ%*ln(ݥY|'ġf]OVhRwo ނ*eS9&X:eW%0úm*w3?ECZ(K"$oqME}ݿY-%&#'v/Gd?!B*',wۗh:њƴN 5RS X=zM7[ALHnG;nTf>JB9v-̑!t: JP4q|^_ +fB{="t2׊Lpv| *V%f0'흵k"8|짓ȍyQLg!F 3L_"尓,HI)1Rg.1 izioGkg|`$j@#2.B?(Hif#*%W56}+iVAf{ !3nF" k>ʦ 7,KxPB#,xOh԰1K2BeYLvgw\E mflIgXz)<*~4))IIͪ߻eO*~Js;Q\Xjdŝ +M,z!0UeZBi|W2 ][6efƫBZWaNKgkxTmnN>@cZPe%˗OqwZh1%3- `7^w qô5DP\X<ƅ1+u5z)=1P`#-3)9VT5?P "筌(Ͻ /J8Gc 4ג6t +s*` Fr3S ސh+;~$)NA3tuN|:糗Mn#ħ4Z,̯̂˰b J8T81bK/PϤ5Њ6H#7xqy\!ͬOOl'J hJ4#d r9z1''0,'Rxk /zn뮪B ~g?!Wd'U&ů]֧RrA*]$1$zFDlNU&h7zJap8ғ[8~Bᢰ' vQ6f!-Bߎ_!#R +SBhl04‰ ;s_5i +p9e buٍoB0ݦ_R^8p0 \mS _ BtjkپG͡$|h_)oid]td)#]~n(`x6EmÎȸ"N/YBm3@cBF H~ W3~lph}YRb^} z~0eiPu]䏶%} =8s<D$'C_kˢ& Mp"U2?yb?Jr["ش}BFeXkUES{xEr?xW܎ bknOWmaKb/^srEn"A*u٠ZflzZ!gA.23ͺ1bGC-~}jA~fp3ʜ 8I@o?Fƫ9U9x}7~yQy,hY,Paȧ~4kVN|Y` iŊO9B4|hz@eVCD!0&`.ڋib͍_IWew/d 4ӀZL{ڏ5#"VG‚mN.!y+;-S|w(,ǯ [YbHs F z]S=Ϝu+\ҩvc9 +! pob?G{O#\t>ʪUgr@th7X3˖k\[]*ӱF?jAA$M,l>]w`!R܀x8Ɵw2Ffˆ\K.92#oc|#ʏBU}犁BёEB𙺓ih&*eQPz@16ma!p48h{W;.*/jjYQsmC3z/A +$f5ZS"`#ˢ '++oxG|ӗi Z?؈7ʻ.]<5 c\y{'ֶTcgnu'ܚt=UF%XkV ҦO!6cT0RY(DЌp~1SȮUsk/Iv=,񖵀{~a)y긾nYwe%+ƛYkLI-9Hq[tvܜuS[*oz,'w@OޜjBpthf`@ SLj35k09H3_@=Xb_7P aQg[z˦\ w>k"Z8LCrWډe@F;֗y$}{u@ hLI~6[-"K Űmt;k2B>⤧XB%H4tڧT#KS%& ᰒh;Cѥ9QZݞs@ ++h*ҋIXyA +A}wB!Q- %ӽBz~+:ᑈ;>4:mr7X"S,J9W{bcs>Tn;}h ,)8 'Y;:.H{^N.WFuL +P)䷥]/%LmLK + ΙXB}ht6BZLrITY?iϫ&`TDh;Iw&D1Zߚ/hs X|Ыt?HS1*s A)XR܌̰+E_c{\Gzқ؍y ٍ34'ʡ |p+:Z|Q^~gG|V"kUhr%5-#G\$DH: 8r͖oc;O>˞?MoK(P㠷(&yiwAZjK5Vwi 4T>gn"xMc0CNr:U;q?0EnЇ!y}L%\B;dX^3_IK?`ܛ ?Ss)¹l_TP/^ A_?"ӶkR/| ˤD5 VQ_p/u;iF4EJ_ʓYTKE1_L4}Ůj$Ρ꯲]s+"iKMbR T6 VWnˌ\=%Zزidr9?1uD׌8%$m_]g﭅MV} @)~{.?[6+$(" E;m2pt#%(ժ>a; wU\F0+B ݐ+dsSJ;8j[JBˢut] "ɽ&祙'׳]_5Ll<ؚWb}#P0f-率KteW4+r΍\en.+=&[֬H3$* K _`3Cgq6+hO>J:'>-p?~Lg_B=^0svr)?yv4+e(66F&yXB M1IQkaгOqO>J1 9ȳ⌮[Zvj.{X ,>:n 'ԯ[KF +~즀C*5[NuJ@Et&_Ts&˥\ʱV,@(l<΍okƾ2̎9rHU:u8]L8=,ä0p;/3Y +fBjZOf!&T23$l%-~kBRݘ*ڤc3 ~P@&2l|gR'Bɳ:DJKKP Ӥ&MP(GNaԕ + ϴܼp (X~P2خS2e?yW4+~e6W^6$J[qP]Of+y J&jN"p> endobj +1470 0 obj << +/Length1 1608 +/Length2 11011 +/Length3 0 +/Length 11835 +/Filter /FlateDecode +>> +stream +xڭweT]ے5n5ww p=www';~zu=^UfͪYkɾ*(  b G:&zFn adC #8lD u1@h`f0qqq!AfJU%u*Y +@ Zm? @`bn+hJʉ(T@@ cnqRL@,F cJstlFۀ.F@ۿ\[;`jo`G/v߄lA0##?x:8 |D*ȯtq+!`l`keoN6b@ [>`>ο lm\ ;?9;:L?r9~65A`kP$mL@&؍ls ʿfꃄ1` 4A`9~PT@O߉C=-de%g`1`7@X[7D 6R03h f4V0w42X}o1m1O毦s;y͠!!&DQ +;~:dA CHpc`б0r|6F+o e ]E32]+Ψ5WC0bw~OCIzgeTՆZ^wHpg(0@U>#Ry3?c3Gsn׊;d0tIfcx>U1At:'Y`Xު3DÕ=#NL˅^r"KR'*2Br-õ',<ݨ(*zt?7.1Gvť '~5zAp'A8 >bZY5m3u@}b1>ƺ,5WAY $#XƄi&KTiI.4i TH>ޜ 0 +nDYٯݕޓ,iH*`Mtwq>q> .jTcf:[]mF\>Vg\'Q:9ao#|[=9d>TMm2ο%Hp5CٲDG-3޿x 7An>d)?07(.s%`9ˮ[ܐMI?CAL pZ9U)Q/D(]ămcVh̶ P/N;5ވܦw"Od3V~mu!$:uQG>2N.n LֆE/&@Yl~mm~U1>ʘwB;UMCНY<W +XN3<+}kRUΪ;$;[׵Ib%Q+<(dܝ~ RxfN3=JԌ- +VW,Io|ǴԖ:Rzneu[ ,!_oj#m*7ٙv7⮳4NFq5pZDi3KYf #ݪdvyM 5;)VWJ%\at h٫9hGZ^5#1Y7Ƀ NjDtڞLyxRR+9\i|[(ޘsgSsk^pE;7OQ{[B1b)U,OVXT" +ڟK\AG QU>3.HVE0u K/)_WPstcaSql0f-O(>s_. p&|߮b&G^Xǀm<ޘwv# 2 .׶0FşX%n>(Z%㯵Gݥ%]QSmGE|3]9 ڈ#Z XluSSqg!}bFщt%e#Qq&rȀݐ9C6{e̻9.HyerSܶ`K#yX|7)[L2B&"#Mܪu=5WAdfn~7bmUqJ|6J2ETe*uJnkCo\64A! bT BQB1tMPIvOQ}+|'`eT -WZK}GU .[94aU?9)=/A+ȌwCHc睙`׋8sH^+VOLk8jS]$VadňP>?2A!z$g!Gߜs*b-[F(72>|30PkMk#L>qLϦ-fhaS|KMS9|D<#51@ w2ڣ |DAD2h +Qq,RO>cB+{YHJ'.Qhz4xR+N]0>d} L9np6F'˭Ua +un7G#P_*;F/mQvS8888h93GaH "#v 0Qjf!5)֙v-1[-:L[{FK 8XBP:ca VQ; RE4qmRڛ@/LDxFyJ52@ z(H{1vjV^DSrd&\wR(4BxefZV4Z{c]:>j46T:ZU=Fb-JxI+QI\ ^)5ڇ#\x[ƚ)DQgF2ڎ'sa-Aiy*H[= +,&Tǔi z;]<5.g?UyWvh u&CyfKd썠.3J; YL7Ȏ1A +!yӜCn HQ(>% ;Hu/tEE_]ltjҚ7|!l~yE?#?e@#OȷQznfG/NJneH &4^j#/U +ʲLr#Re4r +wJ*F\b?{-c*!hSea}6xS$>m#|A֍*71Mv#9fhA>PNg S2軱tl&`RN 5ِA6= tFv=:Wرi l9D!n3f=`cF`b +bw^[@%3 4ᘆㆤ/ɾ`+ ہ $zfjM>&*δ`C-Af[osuֹV,>:$h{X$7g\h˲7h6D\ҳc뗖ݧ\7b!/5Y{krlY7KNcn-oV{x^}\V®)֓F+IX<C[V35.VEiS +|lH {ܥ[*x*h#ɬf#w[_ S !RB>S*BI.Dd\Tj2׀1tgv|4L8^.xϴ԰Nϴ6 m\Ҭ D`-X|JyG`3-򛵳 8fFX6%=ڈ֗NRXSI"neq""IOA?z N`=/?To)hYR85d\n Z\Hz 3zy0Y!@>Ct _* +;"v$V |59xb jnȓ C8a?lJ:zo)딾/ɹȥa4UL3wtH䑛?.t@fŽOPȹ\Sp[k|fĬ']9ɼmoL8sd)y5-a?PH! hQ DM04/S;L#-s.(1WHCϵAnS\R'#U7ҋFLO}SyޠY<@X]•%ۅ߫4{نhZ=+sjTjqw͸☤(vաJչI#E͢E{(ǃelkL8c_4Ty?`k+e@= #*Ognve ªYZB oFYh\dY0aq+‰@Ey/K,՗+Xʩ5~b~67TKx)]r+iN:$/VFץׯ S[JW+o!W1:' +2Up  %iRO5__u^ ]u|يVS*2iV + F34jQzog-oNK! ~dgIT&IQApQKnw08Z~_J2qP ȷqRڝWFUh= ,Dɏ5A!#ߝ/Qdj|!2$r%oX9G:o oE{ +r:7GL jl-TNN+\xWL"q'pӗRLG/u3qʿU%u/87-#mI$^5tx||=rPYgqKtWrxn-2q*kPLt" L#0d=ut[yuN*kVqQ{9@WY|Ygș| +j_h͢0#;FC Ha{"j+xadHtg@DFBc<\\)c6%js6OfK?֬xa@=Gxlх qI=tՕsb ߽~&8eRޱ ?<\7eCƒM +"ow֡mV^^.4ŵ̜f]!f +gI.s4uR݃!WF0u7ÚcaïQOIj?@֞ |Ngfj?7sJ|'7sQut:I+}D;叒G#ˁOGܶ>S[t\>v`H4цJo ϡs[F59qЮq'8uMznΞT$zX ;Ꮶ|3V67k8^J*/sg<+&+U&e[JI0JF=!Iِ\vz/utBnp*dh->EiU9@S1[# +f(HرvG2d/d|'`ݲ 9ORq*}c#l[Uo<ʦ6L&BҤcoF +YnO%~!쨶Їߤ87tgzl/1,׺A]Jeq(S$01m+R[;H@l=2qSD77|abZ0o)֪fQa(VV=~H˖AΏM.aЧ5P=@|E5gݖZfפaP9Dy`貚x|t+k-9xRš%2VQ)Za6wK-՟ˇK~KXy1C4j?iQgDQ.g7u[T&˘7PƩYb8=^x'/DXdE]o'Al_,qˁ?K#R8-IjZޗaqWU58嬛]? 1+1 vt`U: +;G(o1״]tme} C[dQC0.!ڤj@R3YȰLiyKeCp %W>;8BH08oRH-yLn*ה* Y+e, +sh6k9{)waqܑV!{Z ܌C-'~i!KDLW=v޹s׬3AEBwy̪s憈t/WvҖgH6 +_J==mDɊd|%Vm6IdNM̠ +l^͖ŕ0p~Am06ds 3|=|\n 6Z.6i +cy c^Ǣ |VsuGDf=^8jXz._oy9r쎥MbgJhWjYT(!wèKc0lF%*'euhzhvɊ=U{g_\< ?Y/ AD5Y 8!,>|_FX -w\IF,Hls :ShGUEWxx&03i:3e0y$NP5BV Qzޥ8Ci13ܿ,3(ygZRjL NHڣCa{W{Mr*Pfڳ!|w3KadžwC;onnA͟s؂U#F| ?h/Y>D[ tJafB"s?PxΟ#(z>\lr8m̧M7E)HRwhuQ)UaX[0ǸNQB}&tq. yvH>3 TFeL6 `L OQ=L'u?fys&z7?lnu>rIQZt׶ݱ/kZ@ʹ<47Of>\d`Q.mMXcsiIj|x㟜>KǠ+~wpA߹rvzR]j#==\M"5C(wΏadb⑪,jh -жv9}6 +iҴ"Jۢ/L9pt[﹯vJOQz:9bʳn͕qpBد+K*-Df-vf$:lsf`g ntE%H{(/AYpwxrĶ{Cm6n%]0XEA`av‡v:l%~AA +endstream +endobj +1471 0 obj << +/Type /FontDescriptor +/FontName /XHFIVR+NimbusSanL-Bold +/Flags 4 +/FontBBox [-173 -307 1003 949] +/Ascent 722 +/CapHeight 722 +/Descent -217 +/ItalicAngle 0 +/StemV 141 +/XHeight 532 +/CharSet (/A/B/C/D/E/F/G/I/L/M/N/O/P/R/S/T/W/X/a/b/c/colon/d/e/eight/endash/f/five/four/g/h/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/r/registered/s/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) +/FontFile 1470 0 R +>> endobj +1472 0 obj << +/Length1 1625 +/Length2 12198 +/Length3 0 +/Length 13041 +/Filter /FlateDecode +>> +stream +xڭteT]%݂pq`A; .!;ÐMZϩ]g.9EE$f2J\ؘYJn.& +L ;s 9BpZ$M\m9@h`g!P$@^֖VZM5m:uzq@9\?(/W+ PVѕS(id@g;@ Xv:>  44:@g{k  _v ?A +UER_:]L\v Osߔ>h>PWk+o,S #?2\,K#hilntq[dohm?^hg#asXe7wsOh ݇shr 2\Z?5{]Cos ~,SѨt(kkbv?*3!2_qq'X|<\~Mxhl ț_'r0uW9O_<@3@MZFk nЄ~_Wz*P-r So^'{GzphSD~ty< A,Q>s +PzܬZjE/0SptyXQRb;0jON  v_C2dS C!SG8eiD_/cdeOH'ff-uX{oej! kVR})FPܞ#29L'?f=)Y!AoԜ%n {q4G C‡IGNJ4^,.q:dζ49W/V|Vco⮍+'ŷ?|[L&EmDdu&o3p 9Lp= ?N +u +豧(gqnu6q2OӉ!ri@pzX2x_Ys-/j,F炸itb8 0>WR^o7|ƒt *R8H{6_$WR.ۼY6-W,!C.A)Wo>B^Q2'HUC +\;ϴLXx[m ^Wlh O~u|`۳%r @Brj1h4C*&wHohb2aZ`옰Mt}ي(x]4V3ꘂ2? +T7KZ?_*Qb?͉ls mx3CxU9i6l94@dhުBI4KxKSy:LUԊXΨ`k?.e>zRx]w 9Ȅn*|+U0xG(Bc>D#uvۡѡ> +m260p)xKXրre}Y +L_5?#n+Kv5%E%Fw0&VGSU(LtWQt n|ŸaBW+f[ WIfA3iIٌٲգma tg}e5<" T I7ʙڰgS .~;FG곡m56lL?a֕*x}2MX#-)B "x՞ac~߆\IO|,;bsr{bu.3yL}z3?pҖKLuO|T; \8Rnݚ+4b:|όs׍tK. 7˟>f%('U%<iϝj/ +:\d3/AJ2 rsS6E=h,)WNu1>{J5-#gw^R +f ~͡Q ?%WTAB$G3yfbX`6#Läz6B"J^ѽPj}2ctpI0e0TIyS.x@nXH}X'jS?+n7ov'</]7m N >Ru3oy0pan>yg'î`\odaȨܕцP7赝y˲ *bS>"nse ^}yz싐yذGSCoq$/b6G>'nh~\M?(O$~pyI3FvzL=?m_Q¦F~N +C:6MnV+P=5?`9ˡ{NZbpρ< ~h4xC + >Dar˔;~7U5uA/ + ~o`ᅱvxym9mw;8$.s{+֮kwJ,C4= +i?wpv{Ju2K_ G\V| oSl25qzEJ_eCMo%CpAk$V2' +N2.:yKƻh}C&ˤ㷎 g&O%9Q sE`㟜LlΘ@t0Fi>?X)'r3AaxWZƏ=(F[K~ +ʼcuy(H}C-~q)#K;Xr!| Ymkpŷ/QVV:dOM5V?^Qʂg(g|@-q= kMFG~jp֟(H=V#Bi`T;X_z̈?-pG$Q +xAiQ*{sLXi\&rAgh`&pɘJ*rf~8D!uY_0 ==an:jZ'AdHCQڅ5ؓj +JQip1()@?AxWʊ%~$a()*:ĩbANb̒~%_-b.MXab6o=,HIxrX0RHI6:gbrg U;Iۣ:FC{^g4j)64q?L>ΆDmH?΃^z@d{YPi`rgJ{a_my,KaaFbxnѫxM\g9f1_;D,*YkqNETc !GzHQ@ҿY?}pTL)d/Qf vT>lWV;er<$:}QB<2#9pql?GH?e:&!_wJE_ZCZ%UX2'Q4" H ɶ+"> .xB(\bXjٍsgjmt+4+[y뀻p}rwrSZG0dҺoSe9jz"Vf +C'J\,ŧP# +:exwX?&Xp%"M$ +WVgש*|% Is׬'@N,7!gOoÈ *_Q ϊx#.2&fmDUCn?_>exGγ7ė< [C\Kk R(=DoV@~bģ'~)TdE$LǪa^a}5]uGz,bWu@%C@aCzmRÙIi7ʾ>R_׶ǟ'w΀'2( +-BhVO(R+Q~FPti''ev栉'i12<fBe0(4N%$?~Ti\@uGE7o\|'RUL9V3V[%tX:QPW*@p@~cVuu? x >tf$Pq;I6t;tFok-07_!jА$]_ٌ"Mv0*Ż@(.u$e[5!p57/h~c 9w9'.U3`-=z]X*&—'^Cik@M\04FdM;'aձcw->N)%jjgYI)_Ѐ9J+mZIX 8i"os0cEii>_z9.u*3XrDJ*qt+䴓;a~`6 DžOV +*2M0i5n 0ODPC`70YXt^ۭI+RQz ~BHKnGCx9< +p?{ Aȓ|_drHc \KN;̈ +Eˁ`F2@R0J0(v`,ƞ Z.ѨP8z3@ZH\dmM8BlaRD6 P#{ \lrp.}0 Rk1ČLJDZv_+vv d8FNeYM̟% ESOZ$,O_|WI1¤nH#ԉ{ھ*$&Ų}x<~+0PMݖPd}VˀA1[]_cM)]?/b̼9}{ %E +iU_"G+<(ekXg=Kt}b|V=蓟^M}6g}oB2VE1D?QgH^Q"H~LpN:s`i|gqi"8JaMEn*b,m@DXICR91ag4piW:SǤTgAY b +oցhᯂz„" YZnŌk ER +ըƾ0޽|7O>.YA8QHF%劁] +'Fj>/Qa>Ej-qSk! skՀ + ^k*ffԼ @yVEWpx~-jb HOAajo/AFSzuM(\&>w. /)J;~խ-vt+ZhV)EO'A1e!vWs0k#/sG Xn%._K9=v@&RCV~ϴE &goWe =>MX2䅐AEiY'egO irfp$1nɯS17Qm"7^dZ'RZU{gŦMUmK(P6c *UODH<1vLs|m,<[ƃmw=T5Zrtqf壹;+Wv5=@|YugMz8hd`"mC<*~Kb~ā +ހOli9 q" | +v+U٪_V֊a4`9Z" B+&5E+DsvnM &fbNM!/6I(Q{PZb8h@};2e)F3?UF[1AU}5'go'Ku|{ S1T2vK'_c=!OKLXmQGԜ158JX&P\GyBGL\OAhv>+ C]'0BStm+\)FPk,&' |`?g|.![;2LN:`dgqD~ DM x6/ժjESơ<+ekyҚ^)Qx? (γ4B͍ %ʃ]+\y?k(?ׅ-v~uܷKyYsf)'\n>Qk/H@EpDqKsL@9E3ԴZw4ZrcpfDO>f- ɮ UlA#WAK ?8ڈ]{aCUpH@F [!U7C1m#*[r}7\m4*/.~=/Ss!q:[ s,ܾz\C;g)>%evʾ^n\ t)Ob/le>nnH u*1zd( ia`(9mNpGՆs߃?&!.u9NGl9l̺AdTZI ǹd 1Hjԙ^% 1)5} f0RGS%!V'V:mjw>ej_fQ,T~ݐBhԸ[Wr]ҧQvj`FV?)ϡy#uɳ!(*DпY\cz>e.;к݆Q<[n~$07S]Lo? GE[}"i*|SP?l :j2=Λ[9v(`*LVyץ_~@18THGxBpNP@ށ"nD}b#p# +;8z%:g\$O^'a1^cY7?.jH-޺ 6OG&&g +l ?-ɡGzp&p6'@f - evMI0kЪ` VOz(oxhaOj}%~!+cLOp$hƭjuzF#;=8i2 e=}UxTynQ9u7)C$>@ ϱzvseθLT|E-B62K6q)Tڟ܋xХ? U塸ͼ|h<.MY >jC884 )`5젎<3a%|aIM껮 }XrWlj`r}DU*LveM'kQy!ZRHFJDjjkf lMWߚ*ѓKg`I4 `!ѤH$ha?f񖹃ޓRJ)E!9]oF`z*Xu*~McFznUrph̘)9'&'n^䣩9j$z֭qRB8ʞRP˷O(j-('6*VTD}./5s\' +_@SH{]\ME, +3YPO[/d"Y|m5Z>߽e?y^`fvhQ'R a| *-`W^NJ\(-K-L6>#"ӋN!^/Q+Q*"/G]J?[vQpc<[N Ra5-_t]CWrASX1 Uo$+5rwe vλodiZj n )AL_j| 3g6 ˃7`]{n\ʸߥ\ׅp|](M@Lx_nd:U-Ff2i-_v mW 1`iRx1MZ[f?,;vApJ=F~k|RD“.K<M(-eI+vSsǾ:d/))SlOw*%pmCI0Q ϕT)*n{<d)U).Ub7a>?Zxh#YeL"0F}oVA`1;8_XݑNeE k|~qtL \u u)t! +y&k]r ̄?+P_x#^ FD5կ57g'ʾ!_f'h͆Dfw4; +qoܺ-$WHGէfE.8Wtn!UT†˘>m|~9f+FdRH|dcrL3|UÜ"r_bkB/V˟=8R2"",)}8aZѾAD%*5,بc=kK&uz턊ֲYC,DŽ1'0Z>Gq_1kZt3E +5!FҦcR?|WAaH{ ؽd=dw?YXԌټ\1v /cRu 'k%p76+ +endstream +endobj +1473 0 obj << +/Type /FontDescriptor +/FontName /OVQSWJ+NimbusSanL-BoldCond +/Flags 4 +/FontBBox [-139 -307 822 975] +/Ascent 722 +/CapHeight 722 +/Descent -217 +/ItalicAngle 0 +/StemV 114 +/XHeight 532 +/CharSet (/A/B/C/D/E/F/I/K/L/M/N/O/P/R/S/T/U/W/X/a/b/c/colon/comma/d/e/eight/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/q/r/registered/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) +/FontFile 1472 0 R +>> endobj +1474 0 obj << +/Length1 1625 +/Length2 7184 +/Length3 0 +/Length 8010 +/Filter /FlateDecode +>> +stream +xڭTeX$A@QCNinTDB\ZZg1i꼐Y`P n.cU{!(# {QBaP9+$H`ȁ0.#@ #,zmrALn  ESu@ C@ٗFE =" +j j` lap/AmKCpsI#V3wyAοg @ +CW mar-{2MH}TM9D[!Fat]EZ#!Vɜ?i"PeYm wwU'To cHbˁsmr^e- A,w> + rj!,)sdG}Vp@4#2>4`rrC< @%_PK F(=@6`$`ko70]{0 OJFjԼ_3ߩl)摑y_p +^r &"VH8` _h@AZAm쟊0_??yga@Td EvIw'7zs{݂*XJĚpMu(Gݘm̾-G$qSg]yLAQ'j\#ZE7cp րgnyd ~hDu($5L{̽:=zž(ꆁ:%뉤^wT~GYBjhlZH-*W&bI/eN@r#~T̓ .k/rwO'7thV.Azȁ>^XIH77dwҏW:%3϶ŸPtmX n8}HnI} 0'97KF,Hs˥^y0u6tvn%90$:mR0~5bs +TyW!.ˣNOtCsX=qq6)zѮ?nH:LoXѣb:S&N8Q=jLJ;̼`0xԓYz )}6).1|p_IcF7O_ڜ/ך59H +V94O1)b'(CZ0ۍ[A-,ey&܉'th>V1#z-ۋb$M1/uAi9I[{k>G}@+h4%'j3܏gCGѪ̋rWy2ZD 8_} +“=]^-N^u!ۛ+/\¤IיC|axXe7$KNf/$$̓*tAj#YweNMp4n R *9Y2eL7p0)sI2XEZ(KwzBY߅ˆJg*L- J^vL Gڕ–{T]og>QLbuЎI \֎B 7 M<Ir#,Ǿv9lBZ##Jg3==+[xXw3~<݌ڗS)Y8T?JqХr^"?ăMLz@UB"EZL d˜}>XJ{Ab+eKrYU,}zcrmzZ fX$RdpolTnW`̒IOY_`K)$NkZcu !J~)mv;WzF +<`|I5<#)Bkﰈ|(?1 X[%3د]kr"lcC`zXpŀe:cnJWqטyCgYjN3?dZuJ4L}c߀4JEWfή,|'cTdL[Y=@QN\raM]}[@DaAFDlLʻ(tTI 7 +q9 +L Koʍ + b4IQvqeGW姡"2yZ:W.%w*fzֶ)c?ƜEXh:M\&JNalq"W4m%`;eauQiT.1 ‡[ހ ϊPݢ D} s8(MugK]4arF\gEej߂=F +i >q˻Gc[OcNLW2v/ݽj>X3qaEɺń>fO",YE(NG\XDz@5M4T+XL͓Wߌ-m+g-8~gw}/`j9&{-td~XEqB֐fWRuP]#:!0\$᧙\k׶= kDC_Zw4St 1KDk'>644?RF;|4izDNEre{p7;u38UmXuz~R.` <+Qa\K5,i)W On:fİb-0ꦼPbD^4UN~I`ĮTa_yuLi~@E=G/w$:-ޛ.edoKo_&Ϣ/47}FG$ղOhN\?lɪQr7ժWx;@j$E5q! +{)& ϏupgJ4$$]|}w?(_x[Uֺde'5΅9rIzyRW&;B*\w!kNWq_gR' pu"oV=!.2Vm|%޳b$8k$u4G|i|%E#>FUc},P;ti_{*kD<,$\`N*cwqpQ6b)#ȥ=3Vz&x4JYHx+5%^oI9L#qOŒClaUOb`$lƶK'@ƬBTg)ka*/dIFcHP"<*IQ}d*y ho5zZUsx 0' {ªr/ +jҦ?mZIњ:o(/;}yBYx+RmD9\bex$jP>7~d;8=9nnߞ0)M[2R#'*1wzCcfR +5 +Sm8ɌIDY+9eWO_쌄toe4.&A:KTPn/"SB,ū?9X,\Ցyr9aP4mXp]U&>#- + '"o퐜϶{/5A9G'Ǡ`0jB; ˮ}1[W%jN6zq_`7)POf]s 9dGay-SB/7ɻU(RL>%_$}!ﲏѦ`_O:aѪ9 C;(2D{#!l'/ɲ\9׺e:4$^O\-Лf%qJx&z[%.pp~ 4x.~{V7@q-(PZ@ix׵TP$J71J)k/4"S ⮷/TD|̟[&h{G)z^47 Ӷ̭c$,HK腴=.5ۀR΅'a?i^) .UBpB`H +4qqƪ6 g89I~@0i7j*t6sXpʕdc"f-e O|U=559]rcBs7Xˀ帠1[vjq<ب9> #BT3" )e}ғzCC!!&Byo 2vi=>TP_kpr JW Hv[9OLцYtghVCGO>c5M(O6iTS{bЀGJX$i^HC(XgK؝ E3)wr7{KV35).ʼn@},-X/[h{EB_09%e5I6bP0{pIVƯYkCeN3tUaX)MUc멌n' Dm$mMp6=+=YZrcmzEzl}њwyz4_ ;3?l(msHnHĝ; >e2Zu&AFhx&qńhwyybk;Bb|q[YCsoyQM_Vyl@6ʥo窦& tFM`L#Pr#[F,)TZA7LsފGEhچn"kǚ3:`~w4*esEwfy](2'n6ެdҥ wM YFm,m 0R#Po':nF0Y!v:j̩v + U˂Ğ >5ݸl[~k:! -yVe2-Y]1S SIg1Jn=D[Xӥ^_VwWl`8;KgD773]a^u#o0yokk(/ kѴqhu&/{ 3{ٍkZFs ,j~&'i^) 7TjâOTƉ➏N!Z+\3کFeffգ r)I o}| ŕ8Vfjj(]9y:ST6tIXɇ7Ɣ90ح>IF3DݍP6Fi/?nyQSԅQe>hnQKK)$C;ansʪj˼ca;vFbb}Hq߃6,۬@}F: {2Wάx<7~eN}?;0?;6Qs4zNhI- qEHZͦlDK:w}@e:!b <w#ߏFBmHhӡmމ6 +OX R g4G[A9.{> ++3ඃ> endobj +1476 0 obj << +/Length1 1641 +/Length2 7309 +/Length3 0 +/Length 8142 +/Filter /FlateDecode +>> +stream +xڭvgXk.-( {B @B`U:( +T)һ)& AY߷u#g{yf޹^^.c3aD`Ed0/_/CԐ\wIyy| Pa+($$@ D1> S+~AA[~\F#07DyAkq +C08fdlc2hAP"}]00@"P~+_W +]ZK ((v CQ!! +C04\ !p_ovWA(䵇5vMfDc` +jN;;7v מ$wIkk! 4; QpPuk2 _4 oB4ܿouK  +'_`4*B*.qC+ . 3-A"ԕTN uY?@# 迼Ԛp!zZ4M~e[0{O0 ohKobQ ܮ{# e5aP1 v׷nqC@bbba`O6 " ~ݰ?EtM UU{<`QPMeeKUK=` ,`'&"&&?h4`$a@\B`3H}܂@Ddq8|3,'$ޤMF4C3qI;sڣ_ +Y~Z{(jZ~x'o"8m;ˢPqz$rAۨ}\G^ +Q@eܣB]˽F_Z7ZpLO -o }<7Jg3q$xtsVo޶s|6T/9M'ٗߖIfl:οV/[sNZB"?vO}ܔS?)t +x^E*}a7\o׫<ٞueJ }RH)?D4#}Z{Vhl!6Qݼ{2Lpx!)ۧ0 SrUyhu Hq/r"M3VIiɯ,)c/5P5=VWؔuȑw3GaeZ ۦ߿WگA+]V9>gӥeڰ &{WcL/e}% )~25-'+phd߸gDCzlbcU/gQG+삎β t\#V{:cgHiUJʔKR:ݣjA8O>N,:>;A'~}9܅ U Αn#}L'kŇʰzҘOM+D5(2hG +Mx^+yCHĭ)|Y +DPCL!]jծ}iWs6NzYd/L"]̨k"*^ݸaKZ(e?où=^'6թ|:L8B E'T>7혘pUS\2dM{bbs, {?{ ~Ҿ922@ 8X M')R?jIYLSs1ٙFDG OS!H : ~ZH+;H!f>2ZEH2s?K䉸Mt(paa"xLy\,u9G7AQ3똃{I ę:ߞƉˀSewyX؂hu%DSXZPm6ɖ2q{ʸ̅0Lh +2i 2͚m&=D%=Ptq,L+@c$(A>aK2RH 燓8<ڑ|)wwX=س|c[)N}TpQ@f6S}ndXdN:gK-ONщ9\ѣhz[Բ4^ciLD·4LY&NAFrf-J汪 (|` $$v4?l[NOPr_M2M%B :%)6 z]/ݦ6s8^?'JQ;/Aw}۲gWbf S;w;gѨw%/a:7?*bxB}ܟ!䋰U&>Q -hӬ9{pUD(Yz*mz`6tu*f1*Jm5`9*ZX9ɺĖqrK(@rبpR;M)? 'S}k}=tSvDF&lTA7Ȃy66 +K]|)- U??A]vsӐn xƚJ̙('۹b|ň P4B{56/1F*6GvfQIRI]gC+G:'Rg6YfI|Py7GN^iq6/)CunLH'X2wE[8[k5SFIͶ6cBh#*M!ì Ls#31a$0FN_\lm槻q1v?͇32>_D+W}^tiYQ\H\,&a, r&cYЗѭ+s(z:P֠"2KgfًO~*hA0,wd/Y[.G{GK`eL`D|WDO}{ +m/sv^i}[ٓM +oe>`_;w''gNYr,{w{{8FG+_ː:,^qh`Dɀ6_HDZ(\$ӘҊ{֝.'<]$SZqރ`v8FdJ)|-[O)t? t]/iS6쑧Ur%n<\LOM8lQTG@LorQ"(ݚ9V$$\?nu0H:x C!AX3M3֝i%wdcuv-[L?{b&(i{P'R]cjpj6= n.]^4x[q('.S(3MU9g O6M`Mԏr~{3Ō."DS/>(ڶ Se5P>m:k5w{oGU~T;U.W0 MP.E1>2A\쒽BJdHN(q l1C+B6"Sk'vBPܳ9k +Hqw͋%C^5Gߝ?JqM4_i{9jdT6@f/9DS/D1&Q0d yRƐ_(\]lF_ydr嶩"wO{n$T|2WV (:+xP'g;NWmIϲQSre_$E:.z} ݍ&K,W\uO1ACsDZWJ෬.3oEF$Wdu0wO+!:PZ ־;~BϝIo{0ΕZYhS)]\)a|hOE~PN?O< Vg 85ᦩ$ wl4lTk` K3ծ7(F|C40.жGKZ&?s6%:h͵P/V%*kTWG`i`) dBc"vmR^R#K>"frAU8$[`DRbst~o꾒eDQl ťS ևekz hƐ:һ^.ׄYhۉ.0.VOx:$Uś0ؕNUe-#8?V(- E\^rp#.Қs80rvMRxb`CiY߼B*VӬZfae(TXeӞSr +[-vIFľ]qG$;vn[/ c_qw#疡NMgA$+:>k50ӳRڵ쵷OQ, +%my#ɥoxE`e:~gec+Tկdrunj6IԌ,\QԄrtZ͘C:ڋjlViw.=1{ ]drhk4iXxRIeEl6B729oVa0~EP~2+Ejy/jd+jy&KH +"v(u?n!r,Jl)ŜҰFc(emC{΀;yci3lqJJX|@M.JS{qkaeE!p`z Uf=lua01Es)&{M:x10QvI.bM{>3~M"؛ϷI 16́Y1a,u?^X@LS<*̺{>!fc~)U[h^ 1Idž!J.%Zd4c x܏ǜޡUYys X +n#a3YEZwI3l9=Yc/ՑƱTVW B3kȸVť_i' ir/{k!!!n>N`֠閗lz[ RcXefب#Gy.\[g(頞ZBa>T awځ4甎PR{3p31WM#[bxApB w0#Lˁ^\Xhnn`";GbJuH@ +N@J_Wj+N3YazG/WsyF7WsDjjk զvŨ/RyStQ?C`Ě8$O ?>:)1u'XAi ']"޽ӈ. .a<M FlRpzXwK/Z±p q&wM;%rݼL:ƹAq'&Vk]ȇ7eP/*(;Xܭ(6şHs ~_R^ʤT|d.3(ܕtˁdU֦@kTٻ m2EVqs(ي5<uck+i(V5682(aoDө;>djѯ?90J2fܚt1=b #W] Uv~V1VZ%G%VfQzm|."hlHZ;?>ˆBlJweq&[/ng:OEv AdگZ]Ymd}`B{= V&P7E=^)1d+31k`56+K)'~=#YP]5;^7+Mdg+9pY~v'Q Ρz C]TFI?n&q=)=VR^K/jZ/t|n輎׆oS56iQWS7b ?1U &ң\ԝR RWy"H_>ӛȰH2a./.kϼ{F?x +endstream +endobj +1477 0 obj << +/Type /FontDescriptor +/FontName /CJRNBA+NimbusSanL-BoldCondItal +/Flags 4 +/FontBBox [-143 -298 913 989] +/Ascent 722 +/CapHeight 722 +/Descent -217 +/ItalicAngle -9 +/StemV 120 +/XHeight 532 +/CharSet (/a/b/c/comma/d/e/f/fl/g/h/i/k/l/m/n/o/p/period/r/s/t/u/v/w/y/z) +/FontFile 1476 0 R +>> endobj +1478 0 obj << +/Length1 1166 +/Length2 11475 +/Length3 0 +/Length 12257 +/Filter /FlateDecode +>> +stream +xuveX[-q ܂{4!8%8=hpww 9sg~3}G[ꩢT`t289BX8X s7W 3GEucBK CHfiP28<\ t T 'o*ۃPRNn@G=htur[]V:I'g/0`Radf~oC@@`O tY;,܁NUBiXU+3iKq 6 j1iTR(i&- 9:y8lr{$K7g6-GP^PY!vNvvNa3o/`ef +YP|\܁ sY@@?`?Jf0``ρZ:9{;\`"?gWӟ,|N~?NQ?3K7j};@# `ƌ_ mCv?s_-?XYCoU!E_؛+d<:GbfwL W'R]!Pכ `NdatusS@G()hd rh@ l// #@=(KNB!u!5$,\Zon(1۬0=ʄvHndKڈV*BœHy Ht"E + #1L]'|&L=;,գszOvࢂ@B^^Pr0(t"g&0;C6(<Ui^AtnO6LRwnNOx'MYcͰs@tӂ~vf;?lTp2Q*aj8-~mǞD(Uc1;){pK"ېE8R&zq_F2{opҨϸ +rt-R1S:!SG=P5K|L8,%i\DOdvQY1cs*9К77VE?_sõmQICMiPX<\yeB9V :HP6ƃ.xf- E_b(94[Xl\=v&%V Mȓv n8Ɇ'o5n9˕t~h y)AOTɂ ::—R5Y1]RaRam5=N A-{C$~=MVCx8EAf$Ãy)gx=lʊDN_#-,YV-׷I.. Xy&p{/|XxT6_mq!2kdB?]PkN+ 쬿` }HGmkm Drf  (bIIwo"c%ǞUts[K?EN)-rp@0 ^ EQ6vQ" lN+5`ĥƳ}8be`ipB؜o~sgO+귬%/ +*[Wr|bZ8UgXǼeWvE:$*ѐ[Xbyϳ7@ܪ ;ڰ#+T<ԓa zyW}k I밹 ŗ3S/+>X[yc2k7/-ah|akೢKh+# ɤP?4DXZA@4:ĞLCfv&vxAB?q?$hH&,waHt[yJϴCcRt|@\N(9 $VM9^M`~I]d}2 wZpKBELKV,,[(/ ٨=AؽVXv[4}qm$fU>]Gƙ`ʳ(y,g PUྥӆwO$oaӃ3nԠx=4Hv!*zߴ"Dv11Xԭٔ\HC_bPQ&(O^oi8ؼBZ՗ + Υ;NҘ$.Z >5hpiDڪ&ʡLM& Q}Ga"ZQ\O|)G|q`VꬰHJ!Q]ړwYϤuC)^pVI쟲jmpnB{D`W 8Kdl }G]Z˅^qN{R ֆV6ɼsQ/)cZѾ+"4^(jB|:u +0ȻMn{$%AWwN$5d/H ,EQJU#VϬ*CDh"F%+BV!UH U_}| gsݲyAK]O(y8ݥߓԚIDz{d*$ >`j5[isTO;yr+{pxI4#JG\N?:%[ÆNXE?+kvVh!]UV4`}rfUZ0JfV{7}%TmDExuY~@uΎ'+V uܶ5Va⶧kIu<&$BqU6S]FV)eN4_]`~)#.VŞ66U LRZ,P"Gv?e3v'$Δ: +/U !pL8[i ߣ|a}3ܞ1iMeyx2zf@wvKoIv^LPV=Wפ jfV&U亯YCwYt8an쿄G S} +H4 "[7]99|=[ZO8ǬOgǞϠ&\Fg8a`1T%=MO(Ȧk +1&--̌t-%&D~d^<53sZ.P^`nȹŊ Y|-;z͟GWzhw)J4a5\uPfob٠4;w nlGbR܉9BjRZAM}5GdHh Ѯ9_}ǀQ?)i8jEt ScfΝjQ xMԪԩ]Q 8Ěɂ>446_6.w=,/w`C&7n=|bx:?7uV`[^PҤ|uuK;/i<0| L2PnrAie1/wÀ6)[ѭRF|k_ q߶m: ]U'w-.uVp5{&N[1**IOɛ}3nC:$KÕ3&tj̯k6Z`bZa *_Ur]?3.DN'i a0VR`?9UkyD2DH2\nxӆ?pxUp@r1Hͨ>ĉN)q@}:)*An֚=U>=tޢxAVpymf21s7lu:z+4q whdV_U#Ej&ĕOgsbի.!} ͨߑ+ *j},O~4w}H%3ߊ[:g?`30 sÇq0جQ56a~ 4.K:4ԯ>id*v\ *E Qxg땉{Eg+W#>:en.IRB*k;ѶGO-Gt&Q.ʏc%rHl@"*v<;YSեa+ v/eDxRb'2O|_ ل_l^:@E%_aY3i]6jdO2/5|y\M~v϶G$x)'|29(wTz}ל2aX>y#-XK+]8_Dq22$;E$nXgcyWQ/t%I m49n4r ѼZOuYIwNxr1z{,S1$/ ;{~dӶ^{j!~^pr3Vz({d8(ˌNDEһ: 4ohYvTUD V$pf 0`aB- lAE + +?n$Y0*Rz+iߟd4|4}46%6L?|/|ނ$.NQ=cQJ,mr~e=_/"LmGPocuOU^K *CDMQ!sבvWqi&#H&BcM}>AO@K\UYe6 fA *J c+i8x(gaF#VHq.T@o=qHI`$z?{N7V1fVpKOr#]3D#s=F-1L +z973 %;-IsF0ͣO*:qL]|U 0B)K3э]KɪJJPh3)=HK5F|VU3`?$.YT)vpM$B Z /$bJV=T݇HvEEQ:θj&&YNE [?I)ur 0?o7Coɴ.ѬwFmkr?rx +^ѕLU.gT`\yCbdBDKfx95~WmXarM$bW*H@ 7ή @pIFDTV~+X XjTVY +jA[VNʩwn:R藡P>? pE_dZ׾[/E'Q YY|72pE@(9/سᐛ^Eg*>]F̘Kџ>rАp.ǢnmC#4B+bMڨC=+xR  m0aq;?{Hdc>#>buBXJy>pjTmM +{*|1ɴ=" iqXɋL7_x'|8k\iZ{t+(Yjyv +y{/LcG#<~<|kIZֹϧif/量ktyG/F"2W];k'CqD 9]O4cpG9ExO:Y6{S +]\Z_@|Ib,o;^&?(Izq͍.PRh*\:x(?ż:M]SZs!!km2B# hw&!QeZYƄ(^oIgS21.*ؙgS-s2< HhNوDPUh`*/|Rǘpw\CבUP`Xy<ƙs-j~fuԠ 6B=(q5bz ca. +MpkJxߓܙ)h (\Rb֜0~@͏p\![`O 0XNʪ۹py Z:~+/c۟a +rwY(v)Gt2~Q)p$}cBSɧH?Y{+ڏ 6b4d!yY5( 5a}l:ha)DO1&^{a)u -@92h& 6z"diu*lIhdtЕh-:yGrP(@ 9?!Ddݫu6E-Es`/PZ2/gZ/j/4mzjMrOxP>_dqy/53{EDur{)Oq%BKXc>߽_]sT~' ٵhXLnjT<ǩ_EDKv"d 3BEM|kMS T:wnq^> "rj{,ޖ29S8Mo7"iZN&7gI[:A7+W +b%J&~[2wy?ϛMK V=o5.=V5-puy{qcQn ?_kTMH F FLg]prQI3T)Jq.DqyH#^rm䘈SFq1m7ux"_}9_ 7ٮ{KSbd)-w;ej/f43և`mBevϵQ]a!/xƒm\Hhhy6˂]ȳZW5{>K6 h 㧠9ZvBRڨ8\%K/Ɇ h:A. ɽZtF~↏TW9!R8i(w&49n`s6دT>Io`8!>+_Q}ts'?zB(Tz<:_l 8M +Zh`ܾr ]yyzqC[R|]&˅% :&b$So)ybjw0gzzԼkIO9 +gPm6ZGCDMњ2%Ws1' +?laL>UZWX ~7)o8aA"ǐ'p#$sDZ-Gm?(K) ? TEVvCݹ@#c$ +djBbA9([c>޼8][9?GE&wfwݬd)f@҉ QER2Z ĸZM]3 +\R}5iˍ+_x,4eGdHFph1"$mzû/2qZaS#v{C^:W$d/>Sw@TlerR/z0]t^,oues +մaAՍ0TÝgwc:(ɏʷe5D)' їC1v 1=($*7w MؿwU>r&6QT7pn7ĴE98]|T1ݑ#/K-؞%CC4M!\$x6Էg:d#w Sw}ANc6O\zw4)c#k`X]!3P92G 3yh I3/y͘IH{Fnnu/wVa4XxgNJ1:C_?yGi}@ n=MLw/SA)& TI4)&qBL0g"5{s4s8q{l5g< ꃣۘtyܽ1OEk D3&+c۲;S&:njH2bISe8 7fd J3wjehWjJٰ:&qYv;{GprRE.h2w!G|@~>_i4;mKwNlo0uc.NVSd"I/M2WTT: +endstream +endobj +1479 0 obj << +/Type /FontDescriptor +/FontName /KXOITK+NimbusSanL-Regu +/Flags 4 +/FontBBox [-174 -285 1001 953] +/Ascent 712 +/CapHeight 712 +/Descent -213 +/ItalicAngle 0 +/StemV 85 +/XHeight 523 +/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/ampersand/asterisk/b/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/copyright/d/e/eight/equal/exclam/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/plus/q/question/quotedbl/quotedblright/quoteright/r/registered/s/semicolon/seven/six/slash/t/three/trademark/two/u/underscore/v/w/x/y/z/zero) +/FontFile 1478 0 R +>> endobj +1480 0 obj << +/Length1 1199 +/Length2 5113 +/Length3 0 +/Length 5887 +/Filter /FlateDecode +>> +stream +xmsu\k>(% . "J .. ݝ" -"tJI#-|W{{ss\3s<BJH{:ez0w{BGqCUPP;4 PC|\0@];P eҲ`,#% 4@ܑ~@(8Hq"І8 xĠ@'\ TAz`.h )? o +9# GE@Q8٩9п\hY';(&$EqŪ!U<S|E#C8n!b=@T39C@ (X, >B}\D~6!v 9Aq?Fa/7t9PgHaǙNu(, C_Oָ:"pܡ@#c##u]?_Oee$V"% B >e$_=ZPj!@Ziw[^P'nW߫_~=$Y#+A?91poe@Ii R{89Qv0h +A_Jg8(T@ `hvo?PB$ Œ\`n'n(!(_IHGhƭ_{RؿN0\P03tZr\-uTK!/ t1NU5r$%ďHbQvQ +ІhF3~)'{e 4 bNc[S84W1@^vl@\u_4dK_xW@*5$2N[; ߏh+4&)%vYˤd[GDO]8 xI{i +iUȢ|g 5 ,(/j>W0}=fN|7P<3FcU 9SLaQl<슮ܞM5 ϶s-n^AfnH4gkA>z_8<`l dǗ$є\CuYOaJ ++ +PiK9KW$S^"h(^q5:~(0RfpDzfUl!bI,ݫŋv&d_;XIu +T]-8 K+?<^t& 쮇Y~85c2Pe-5܅ٚBcF0cتn_ z#lBR"gұZ[ Гy=Iaf0}!aH#Jb!t@CAʑ}oQa=4|1Cxo -iT~b +?0/[Hm?v|!^T ԔqvK(BQ;+[7{ |>TCEt%N]Uɍ5UV|~v{jWJ #e2>Guݳׯ KT; ^%s|)nμImNBcգyuPbkbdY7SܵZo_~ϟ ̵ q[ 2ئN3&p R g>jcl/ґ X1򭻮c5păSZRKH8P}ci95՟9Ÿ+e\rҧ҅Mo4>?)c8\N +K FL$1.DH31~ E˚3~;J}6n*a85g#gqXh'lxS0U.JmQy [3:y'S+iݡ&HD[vZ9:27G,1m\L?<[Q^Yo>[Kdb洲heuRD߽2I#ثCM{Q^5_5vkR4=]I%Zbbb|{[g0a0ȡvI륄Z8nO+?omХ.$N Q+A0S asa|6pA1Ohk=ư}I.@GB_!̌G2a˯ZŹ"zq!gBxl笚6$3^8IΖ=vf\Ty̆Nvn +|H_&w M0i6{u>Fmp|fZN}!6jf5b~}y_6Ma m=liRt0rF鐫Ftr-͝=_,OZsd-@II}оF/[p!Dzcu?o7Yk%ߏc@hYYIr&(D4JE-ׇDknMǜlF_^A>hI7 WMTTAkw'',NôC:1# A1}/ sFWg%7MY'=5[ZԦ\OĨuivClR``X*bתrGQ_F͓ӄ5yuq OgGV5ⳉz]x™(O> ^#sFl17_`ByK!ɑ]Sa)p|bS'ȢO$ě^{X-N:&u+zjG4l5_Z=CK.K;8O\q]f=PLXK%W_,+ E ]USܧ0s*3pwOzkϋi<.÷Gt[9~ŨQu2ftc\kAt,Jm0OXh ;7g2mN{h/~$RR>tYTu :H9Q-$,eU>9 #rL&;a=s)E[ 6.ڰRG7vkgW z'.Uh>5]Wdnx@?MXʁ?YbvH}>v J_[#zV41[zPu*10DqZv]hD: {2j>@ Mhb?0K)?UJZ_ +endstream +endobj +1481 0 obj << +/Type /FontDescriptor +/FontName /TUTTFM+NimbusSanL-ReguItal +/Flags 4 +/FontBBox [-178 -284 1108 953] +/Ascent 712 +/CapHeight 712 +/Descent -213 +/ItalicAngle -12 +/StemV 88 +/XHeight 523 +/CharSet (/a/b/c/d/e/f/fl/g/h/i/k/l/m/n/o/p/period/r/s/t/u/underscore/v/w/y/z) +/FontFile 1480 0 R +>> endobj +1454 0 obj << +/Type /Encoding +/Differences [2/fi/fl 33/exclam/quotedbl/numbersign 37/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question 65/A/B/C/D/E/F/G/H/I 75/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 91/bracketleft 93/bracketright 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 148/quotedblright/bullet/endash 153/trademark 169/copyright 174/registered] +>> endobj +689 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /SYFPBV+CMMI10 +/FontDescriptor 1465 0 R +/FirstChar 60 +/LastChar 62 +/Widths 1458 0 R +>> endobj +531 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /VCDMTN+CMSY10 +/FontDescriptor 1467 0 R +/FirstChar 3 +/LastChar 106 +/Widths 1461 0 R +>> endobj +682 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /LWZFPB+NimbusMonL-Regu +/FontDescriptor 1469 0 R +/FirstChar 33 +/LastChar 125 +/Widths 1459 0 R +/Encoding 1454 0 R +>> endobj +530 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /XHFIVR+NimbusSanL-Bold +/FontDescriptor 1471 0 R +/FirstChar 40 +/LastChar 174 +/Widths 1462 0 R +/Encoding 1454 0 R +>> endobj +565 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /OVQSWJ+NimbusSanL-BoldCond +/FontDescriptor 1473 0 R +/FirstChar 2 +/LastChar 174 +/Widths 1460 0 R +/Encoding 1454 0 R +>> endobj +1067 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /AHKYLG+NimbusSanL-BoldItal +/FontDescriptor 1475 0 R +/FirstChar 95 +/LastChar 119 +/Widths 1455 0 R +/Encoding 1454 0 R +>> endobj +852 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /CJRNBA+NimbusSanL-BoldCondItal +/FontDescriptor 1477 0 R +/FirstChar 3 +/LastChar 122 +/Widths 1456 0 R +/Encoding 1454 0 R +>> endobj +525 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /KXOITK+NimbusSanL-Regu +/FontDescriptor 1479 0 R +/FirstChar 2 +/LastChar 174 +/Widths 1463 0 R +/Encoding 1454 0 R +>> endobj +789 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /TUTTFM+NimbusSanL-ReguItal +/FontDescriptor 1481 0 R +/FirstChar 3 +/LastChar 122 +/Widths 1457 0 R +/Encoding 1454 0 R +>> endobj +526 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [521 0 R 528 0 R 563 0 R 608 0 R 651 0 R 673 0 R] +>> endobj +684 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [677 0 R 686 0 R 698 0 R 721 0 R 740 0 R 744 0 R] +>> endobj +761 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [758 0 R 763 0 R 769 0 R 773 0 R 777 0 R 784 0 R] +>> endobj +801 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [796 0 R 803 0 R 807 0 R 811 0 R 816 0 R 829 0 R] +>> endobj +843 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [840 0 R 847 0 R 859 0 R 882 0 R 898 0 R 916 0 R] +>> endobj +934 0 obj << +/Type /Pages +/Count 6 +/Parent 1482 0 R +/Kids [929 0 R 1011 0 R 1064 0 R 1074 0 R 1085 0 R 1090 0 R] +>> endobj +1107 0 obj << +/Type /Pages +/Count 6 +/Parent 1483 0 R +/Kids [1102 0 R 1109 0 R 1133 0 R 1148 0 R 1156 0 R 1182 0 R] +>> endobj +1204 0 obj << +/Type /Pages +/Count 6 +/Parent 1483 0 R +/Kids [1199 0 R 1206 0 R 1216 0 R 1226 0 R 1235 0 R 1245 0 R] +>> endobj +1301 0 obj << +/Type /Pages +/Count 3 +/Parent 1483 0 R +/Kids [1298 0 R 1372 0 R 1451 0 R] +>> endobj +1482 0 obj << +/Type /Pages +/Count 36 +/Parent 1484 0 R +/Kids [526 0 R 684 0 R 761 0 R 801 0 R 843 0 R 934 0 R] +>> endobj +1483 0 obj << +/Type /Pages +/Count 15 +/Parent 1484 0 R +/Kids [1107 0 R 1204 0 R 1301 0 R] +>> endobj +1484 0 obj << +/Type /Pages +/Count 51 +/Kids [1482 0 R 1483 0 R] +>> endobj +1485 0 obj << +/Type /Outlines +/First 7 0 R +/Last 518 0 R +/Count 6 +>> endobj +518 0 obj << +/Title 519 0 R +/A 517 0 R +/Parent 1485 0 R +/Prev 483 0 R +>> endobj +515 0 obj << +/Title 516 0 R +/A 513 0 R +/Parent 495 0 R +/Prev 511 0 R +>> endobj +511 0 obj << +/Title 512 0 R +/A 509 0 R +/Parent 495 0 R +/Prev 507 0 R +/Next 515 0 R +>> endobj +507 0 obj << +/Title 508 0 R +/A 505 0 R +/Parent 495 0 R +/Prev 503 0 R +/Next 511 0 R +>> endobj +503 0 obj << +/Title 504 0 R +/A 501 0 R +/Parent 495 0 R +/Prev 499 0 R +/Next 507 0 R +>> endobj +499 0 obj << +/Title 500 0 R +/A 497 0 R +/Parent 495 0 R +/Next 503 0 R +>> endobj +495 0 obj << +/Title 496 0 R +/A 493 0 R +/Parent 487 0 R +/Prev 491 0 R +/First 499 0 R +/Last 515 0 R +/Count -5 +>> endobj +491 0 obj << +/Title 492 0 R +/A 489 0 R +/Parent 487 0 R +/Next 495 0 R +>> endobj +487 0 obj << +/Title 488 0 R +/A 485 0 R +/Parent 483 0 R +/First 491 0 R +/Last 495 0 R +/Count -2 +>> endobj +483 0 obj << +/Title 484 0 R +/A 481 0 R +/Parent 1485 0 R +/Prev 71 0 R +/Next 518 0 R +/First 487 0 R +/Last 487 0 R +/Count -1 +>> endobj +479 0 obj << +/Title 480 0 R +/A 477 0 R +/Parent 471 0 R +/Prev 475 0 R +>> endobj +475 0 obj << +/Title 476 0 R +/A 473 0 R +/Parent 471 0 R +/Next 479 0 R +>> endobj +471 0 obj << +/Title 472 0 R +/A 469 0 R +/Parent 463 0 R +/Prev 467 0 R +/First 475 0 R +/Last 479 0 R +/Count -2 +>> endobj +467 0 obj << +/Title 468 0 R +/A 465 0 R +/Parent 463 0 R +/Next 471 0 R +>> endobj +463 0 obj << +/Title 464 0 R +/A 461 0 R +/Parent 71 0 R +/Prev 407 0 R +/First 467 0 R +/Last 471 0 R +/Count -2 +>> endobj +459 0 obj << +/Title 460 0 R +/A 457 0 R +/Parent 443 0 R +/Prev 455 0 R +>> endobj +455 0 obj << +/Title 456 0 R +/A 453 0 R +/Parent 443 0 R +/Prev 451 0 R +/Next 459 0 R +>> endobj +451 0 obj << +/Title 452 0 R +/A 449 0 R +/Parent 443 0 R +/Prev 447 0 R +/Next 455 0 R +>> endobj +447 0 obj << +/Title 448 0 R +/A 445 0 R +/Parent 443 0 R +/Next 451 0 R +>> endobj +443 0 obj << +/Title 444 0 R +/A 441 0 R +/Parent 407 0 R +/Prev 415 0 R +/First 447 0 R +/Last 459 0 R +/Count -4 +>> endobj +439 0 obj << +/Title 440 0 R +/A 437 0 R +/Parent 415 0 R +/Prev 435 0 R +>> endobj +435 0 obj << +/Title 436 0 R +/A 433 0 R +/Parent 415 0 R +/Prev 431 0 R +/Next 439 0 R +>> endobj +431 0 obj << +/Title 432 0 R +/A 429 0 R +/Parent 415 0 R +/Prev 427 0 R +/Next 435 0 R +>> endobj +427 0 obj << +/Title 428 0 R +/A 425 0 R +/Parent 415 0 R +/Prev 423 0 R +/Next 431 0 R +>> endobj +423 0 obj << +/Title 424 0 R +/A 421 0 R +/Parent 415 0 R +/Prev 419 0 R +/Next 427 0 R +>> endobj +419 0 obj << +/Title 420 0 R +/A 417 0 R +/Parent 415 0 R +/Next 423 0 R +>> endobj +415 0 obj << +/Title 416 0 R +/A 413 0 R +/Parent 407 0 R +/Prev 411 0 R +/Next 443 0 R +/First 419 0 R +/Last 439 0 R +/Count -6 +>> endobj +411 0 obj << +/Title 412 0 R +/A 409 0 R +/Parent 407 0 R +/Next 415 0 R +>> endobj +407 0 obj << +/Title 408 0 R +/A 405 0 R +/Parent 71 0 R +/Prev 359 0 R +/Next 463 0 R +/First 411 0 R +/Last 443 0 R +/Count -3 +>> endobj +403 0 obj << +/Title 404 0 R +/A 401 0 R +/Parent 367 0 R +/Prev 399 0 R +>> endobj +399 0 obj << +/Title 400 0 R +/A 397 0 R +/Parent 367 0 R +/Prev 395 0 R +/Next 403 0 R +>> endobj +395 0 obj << +/Title 396 0 R +/A 393 0 R +/Parent 367 0 R +/Prev 391 0 R +/Next 399 0 R +>> endobj +391 0 obj << +/Title 392 0 R +/A 389 0 R +/Parent 367 0 R +/Prev 387 0 R +/Next 395 0 R +>> endobj +387 0 obj << +/Title 388 0 R +/A 385 0 R +/Parent 367 0 R +/Prev 383 0 R +/Next 391 0 R +>> endobj +383 0 obj << +/Title 384 0 R +/A 381 0 R +/Parent 367 0 R +/Prev 379 0 R +/Next 387 0 R +>> endobj +379 0 obj << +/Title 380 0 R +/A 377 0 R +/Parent 367 0 R +/Prev 375 0 R +/Next 383 0 R +>> endobj +375 0 obj << +/Title 376 0 R +/A 373 0 R +/Parent 367 0 R +/Prev 371 0 R +/Next 379 0 R +>> endobj +371 0 obj << +/Title 372 0 R +/A 369 0 R +/Parent 367 0 R +/Next 375 0 R +>> endobj +367 0 obj << +/Title 368 0 R +/A 365 0 R +/Parent 359 0 R +/Prev 363 0 R +/First 371 0 R +/Last 403 0 R +/Count -9 +>> endobj +363 0 obj << +/Title 364 0 R +/A 361 0 R +/Parent 359 0 R +/Next 367 0 R +>> endobj +359 0 obj << +/Title 360 0 R +/A 357 0 R +/Parent 71 0 R +/Prev 239 0 R +/Next 407 0 R +/First 363 0 R +/Last 367 0 R +/Count -2 +>> endobj +355 0 obj << +/Title 356 0 R +/A 353 0 R +/Parent 255 0 R +/Prev 351 0 R +>> endobj +351 0 obj << +/Title 352 0 R +/A 349 0 R +/Parent 255 0 R +/Prev 347 0 R +/Next 355 0 R +>> endobj +347 0 obj << +/Title 348 0 R +/A 345 0 R +/Parent 255 0 R +/Prev 343 0 R +/Next 351 0 R +>> endobj +343 0 obj << +/Title 344 0 R +/A 341 0 R +/Parent 255 0 R +/Prev 339 0 R +/Next 347 0 R +>> endobj +339 0 obj << +/Title 340 0 R +/A 337 0 R +/Parent 255 0 R +/Prev 335 0 R +/Next 343 0 R +>> endobj +335 0 obj << +/Title 336 0 R +/A 333 0 R +/Parent 255 0 R +/Prev 331 0 R +/Next 339 0 R +>> endobj +331 0 obj << +/Title 332 0 R +/A 329 0 R +/Parent 255 0 R +/Prev 327 0 R +/Next 335 0 R +>> endobj +327 0 obj << +/Title 328 0 R +/A 325 0 R +/Parent 255 0 R +/Prev 323 0 R +/Next 331 0 R +>> endobj +323 0 obj << +/Title 324 0 R +/A 321 0 R +/Parent 255 0 R +/Prev 319 0 R +/Next 327 0 R +>> endobj +319 0 obj << +/Title 320 0 R +/A 317 0 R +/Parent 255 0 R +/Prev 315 0 R +/Next 323 0 R +>> endobj +315 0 obj << +/Title 316 0 R +/A 313 0 R +/Parent 255 0 R +/Prev 311 0 R +/Next 319 0 R +>> endobj +311 0 obj << +/Title 312 0 R +/A 309 0 R +/Parent 255 0 R +/Prev 307 0 R +/Next 315 0 R +>> endobj +307 0 obj << +/Title 308 0 R +/A 305 0 R +/Parent 255 0 R +/Prev 303 0 R +/Next 311 0 R +>> endobj +303 0 obj << +/Title 304 0 R +/A 301 0 R +/Parent 255 0 R +/Prev 299 0 R +/Next 307 0 R +>> endobj +299 0 obj << +/Title 300 0 R +/A 297 0 R +/Parent 255 0 R +/Prev 295 0 R +/Next 303 0 R +>> endobj +295 0 obj << +/Title 296 0 R +/A 293 0 R +/Parent 255 0 R +/Prev 291 0 R +/Next 299 0 R +>> endobj +291 0 obj << +/Title 292 0 R +/A 289 0 R +/Parent 255 0 R +/Prev 287 0 R +/Next 295 0 R +>> endobj +287 0 obj << +/Title 288 0 R +/A 285 0 R +/Parent 255 0 R +/Prev 283 0 R +/Next 291 0 R +>> endobj +283 0 obj << +/Title 284 0 R +/A 281 0 R +/Parent 255 0 R +/Prev 279 0 R +/Next 287 0 R +>> endobj +279 0 obj << +/Title 280 0 R +/A 277 0 R +/Parent 255 0 R +/Prev 275 0 R +/Next 283 0 R +>> endobj +275 0 obj << +/Title 276 0 R +/A 273 0 R +/Parent 255 0 R +/Prev 271 0 R +/Next 279 0 R +>> endobj +271 0 obj << +/Title 272 0 R +/A 269 0 R +/Parent 255 0 R +/Prev 267 0 R +/Next 275 0 R +>> endobj +267 0 obj << +/Title 268 0 R +/A 265 0 R +/Parent 255 0 R +/Prev 263 0 R +/Next 271 0 R +>> endobj +263 0 obj << +/Title 264 0 R +/A 261 0 R +/Parent 255 0 R +/Prev 259 0 R +/Next 267 0 R +>> endobj +259 0 obj << +/Title 260 0 R +/A 257 0 R +/Parent 255 0 R +/Next 263 0 R +>> endobj +255 0 obj << +/Title 256 0 R +/A 253 0 R +/Parent 239 0 R +/Prev 247 0 R +/First 259 0 R +/Last 355 0 R +/Count -25 +>> endobj +251 0 obj << +/Title 252 0 R +/A 249 0 R +/Parent 247 0 R +>> endobj +247 0 obj << +/Title 248 0 R +/A 245 0 R +/Parent 239 0 R +/Prev 243 0 R +/Next 255 0 R +/First 251 0 R +/Last 251 0 R +/Count -1 +>> endobj +243 0 obj << +/Title 244 0 R +/A 241 0 R +/Parent 239 0 R +/Next 247 0 R +>> endobj +239 0 obj << +/Title 240 0 R +/A 237 0 R +/Parent 71 0 R +/Prev 207 0 R +/Next 359 0 R +/First 243 0 R +/Last 255 0 R +/Count -3 +>> endobj +235 0 obj << +/Title 236 0 R +/A 233 0 R +/Parent 215 0 R +/Prev 231 0 R +>> endobj +231 0 obj << +/Title 232 0 R +/A 229 0 R +/Parent 215 0 R +/Prev 227 0 R +/Next 235 0 R +>> endobj +227 0 obj << +/Title 228 0 R +/A 225 0 R +/Parent 215 0 R +/Prev 223 0 R +/Next 231 0 R +>> endobj +223 0 obj << +/Title 224 0 R +/A 221 0 R +/Parent 215 0 R +/Prev 219 0 R +/Next 227 0 R +>> endobj +219 0 obj << +/Title 220 0 R +/A 217 0 R +/Parent 215 0 R +/Next 223 0 R +>> endobj +215 0 obj << +/Title 216 0 R +/A 213 0 R +/Parent 207 0 R +/Prev 211 0 R +/First 219 0 R +/Last 235 0 R +/Count -5 +>> endobj +211 0 obj << +/Title 212 0 R +/A 209 0 R +/Parent 207 0 R +/Next 215 0 R +>> endobj +207 0 obj << +/Title 208 0 R +/A 205 0 R +/Parent 71 0 R +/Prev 163 0 R +/Next 239 0 R +/First 211 0 R +/Last 215 0 R +/Count -2 +>> endobj +203 0 obj << +/Title 204 0 R +/A 201 0 R +/Parent 179 0 R +/Prev 199 0 R +>> endobj +199 0 obj << +/Title 200 0 R +/A 197 0 R +/Parent 179 0 R +/Prev 195 0 R +/Next 203 0 R +>> endobj +195 0 obj << +/Title 196 0 R +/A 193 0 R +/Parent 179 0 R +/Prev 191 0 R +/Next 199 0 R +>> endobj +191 0 obj << +/Title 192 0 R +/A 189 0 R +/Parent 179 0 R +/Prev 187 0 R +/Next 195 0 R +>> endobj +187 0 obj << +/Title 188 0 R +/A 185 0 R +/Parent 179 0 R +/Prev 183 0 R +/Next 191 0 R +>> endobj +183 0 obj << +/Title 184 0 R +/A 181 0 R +/Parent 179 0 R +/Next 187 0 R +>> endobj +179 0 obj << +/Title 180 0 R +/A 177 0 R +/Parent 163 0 R +/Prev 171 0 R +/First 183 0 R +/Last 203 0 R +/Count -6 +>> endobj +175 0 obj << +/Title 176 0 R +/A 173 0 R +/Parent 171 0 R +>> endobj +171 0 obj << +/Title 172 0 R +/A 169 0 R +/Parent 163 0 R +/Prev 167 0 R +/Next 179 0 R +/First 175 0 R +/Last 175 0 R +/Count -1 +>> endobj +167 0 obj << +/Title 168 0 R +/A 165 0 R +/Parent 163 0 R +/Next 171 0 R +>> endobj +163 0 obj << +/Title 164 0 R +/A 161 0 R +/Parent 71 0 R +/Prev 143 0 R +/Next 207 0 R +/First 167 0 R +/Last 179 0 R +/Count -3 +>> endobj +159 0 obj << +/Title 160 0 R +/A 157 0 R +/Parent 151 0 R +/Prev 155 0 R +>> endobj +155 0 obj << +/Title 156 0 R +/A 153 0 R +/Parent 151 0 R +/Next 159 0 R +>> endobj +151 0 obj << +/Title 152 0 R +/A 149 0 R +/Parent 143 0 R +/Prev 147 0 R +/First 155 0 R +/Last 159 0 R +/Count -2 +>> endobj +147 0 obj << +/Title 148 0 R +/A 145 0 R +/Parent 143 0 R +/Next 151 0 R +>> endobj +143 0 obj << +/Title 144 0 R +/A 141 0 R +/Parent 71 0 R +/Prev 127 0 R +/Next 163 0 R +/First 147 0 R +/Last 151 0 R +/Count -2 +>> endobj +139 0 obj << +/Title 140 0 R +/A 137 0 R +/Parent 135 0 R +>> endobj +135 0 obj << +/Title 136 0 R +/A 133 0 R +/Parent 127 0 R +/Prev 131 0 R +/First 139 0 R +/Last 139 0 R +/Count -1 +>> endobj +131 0 obj << +/Title 132 0 R +/A 129 0 R +/Parent 127 0 R +/Next 135 0 R +>> endobj +127 0 obj << +/Title 128 0 R +/A 125 0 R +/Parent 71 0 R +/Prev 83 0 R +/Next 143 0 R +/First 131 0 R +/Last 135 0 R +/Count -2 +>> endobj +123 0 obj << +/Title 124 0 R +/A 121 0 R +/Parent 119 0 R +>> endobj +119 0 obj << +/Title 120 0 R +/A 117 0 R +/Parent 83 0 R +/Prev 91 0 R +/First 123 0 R +/Last 123 0 R +/Count -1 +>> endobj +115 0 obj << +/Title 116 0 R +/A 113 0 R +/Parent 91 0 R +/Prev 111 0 R +>> endobj +111 0 obj << +/Title 112 0 R +/A 109 0 R +/Parent 91 0 R +/Prev 107 0 R +/Next 115 0 R +>> endobj +107 0 obj << +/Title 108 0 R +/A 105 0 R +/Parent 91 0 R +/Prev 103 0 R +/Next 111 0 R +>> endobj +103 0 obj << +/Title 104 0 R +/A 101 0 R +/Parent 91 0 R +/Prev 99 0 R +/Next 107 0 R +>> endobj +99 0 obj << +/Title 100 0 R +/A 97 0 R +/Parent 91 0 R +/Prev 95 0 R +/Next 103 0 R +>> endobj +95 0 obj << +/Title 96 0 R +/A 93 0 R +/Parent 91 0 R +/Next 99 0 R +>> endobj +91 0 obj << +/Title 92 0 R +/A 89 0 R +/Parent 83 0 R +/Prev 87 0 R +/Next 119 0 R +/First 95 0 R +/Last 115 0 R +/Count -6 +>> endobj +87 0 obj << +/Title 88 0 R +/A 85 0 R +/Parent 83 0 R +/Next 91 0 R +>> endobj +83 0 obj << +/Title 84 0 R +/A 81 0 R +/Parent 71 0 R +/Prev 75 0 R +/Next 127 0 R +/First 87 0 R +/Last 119 0 R +/Count -3 +>> endobj +79 0 obj << +/Title 80 0 R +/A 77 0 R +/Parent 75 0 R +>> endobj +75 0 obj << +/Title 76 0 R +/A 73 0 R +/Parent 71 0 R +/Next 83 0 R +/First 79 0 R +/Last 79 0 R +/Count -1 +>> endobj +71 0 obj << +/Title 72 0 R +/A 69 0 R +/Parent 1485 0 R +/Prev 63 0 R +/Next 483 0 R +/First 75 0 R +/Last 463 0 R +/Count -10 +>> endobj +67 0 obj << +/Title 68 0 R +/A 65 0 R +/Parent 63 0 R +>> endobj +63 0 obj << +/Title 64 0 R +/A 61 0 R +/Parent 1485 0 R +/Prev 55 0 R +/Next 71 0 R +/First 67 0 R +/Last 67 0 R +/Count -1 +>> endobj +59 0 obj << +/Title 60 0 R +/A 57 0 R +/Parent 55 0 R +>> endobj +55 0 obj << +/Title 56 0 R +/A 53 0 R +/Parent 1485 0 R +/Prev 7 0 R +/Next 63 0 R +/First 59 0 R +/Last 59 0 R +/Count -1 +>> endobj +51 0 obj << +/Title 52 0 R +/A 49 0 R +/Parent 47 0 R +>> endobj +47 0 obj << +/Title 48 0 R +/A 45 0 R +/Parent 7 0 R +/Prev 43 0 R +/First 51 0 R +/Last 51 0 R +/Count -1 +>> endobj +43 0 obj << +/Title 44 0 R +/A 41 0 R +/Parent 7 0 R +/Prev 27 0 R +/Next 47 0 R +>> endobj +39 0 obj << +/Title 40 0 R +/A 37 0 R +/Parent 31 0 R +/Prev 35 0 R +>> endobj +35 0 obj << +/Title 36 0 R +/A 33 0 R +/Parent 31 0 R +/Next 39 0 R +>> endobj +31 0 obj << +/Title 32 0 R +/A 29 0 R +/Parent 27 0 R +/First 35 0 R +/Last 39 0 R +/Count -2 +>> endobj +27 0 obj << +/Title 28 0 R +/A 25 0 R +/Parent 7 0 R +/Prev 23 0 R +/Next 43 0 R +/First 31 0 R +/Last 31 0 R +/Count -1 +>> endobj +23 0 obj << +/Title 24 0 R +/A 21 0 R +/Parent 7 0 R +/Prev 19 0 R +/Next 27 0 R +>> endobj +19 0 obj << +/Title 20 0 R +/A 17 0 R +/Parent 7 0 R +/Prev 15 0 R +/Next 23 0 R +>> endobj +15 0 obj << +/Title 16 0 R +/A 13 0 R +/Parent 7 0 R +/Prev 11 0 R +/Next 19 0 R +>> endobj +11 0 obj << +/Title 12 0 R +/A 9 0 R +/Parent 7 0 R +/Next 15 0 R +>> endobj +7 0 obj << +/Title 8 0 R +/A 5 0 R +/Parent 1485 0 R +/Next 55 0 R +/First 11 0 R +/Last 47 0 R +/Count -7 +>> endobj +1486 0 obj << +/Names [(Doc-Start) 524 0 R (chapter*.1) 566 0 R (chapter.1) 6 0 R (chapter.2) 54 0 R (chapter.3) 62 0 R (chapter.4) 70 0 R] +/Limits [(Doc-Start) (chapter.4)] +>> endobj +1487 0 obj << +/Names [(chapter.5) 482 0 R (group__ATOMIC__OPS) 731 0 R (group__BASIC__TYPES) 705 0 R (group__BASIC__TYPES_ga50e3ecb5eb8d70f437a84a8b2bc9e88f) 837 0 R (group__BASIC__TYPES_ga690fda6b92f039a72db263c6b4394ddb) 838 0 R (group__BASIC__TYPES_ga7358cc60d0f006b36752a1795e6d5d93) 834 0 R] +/Limits [(chapter.5) (group__BASIC__TYPES_ga7358cc60d0f006b36752a1795e6d5d93)] +>> endobj +1488 0 obj << +/Names [(group__BASIC__TYPES_ga744ef043bd848d5e338b4c72ef247adc) 833 0 R (group__BASIC__TYPES_ga951d8a0a41a4b285b3da9cabd7a99f85) 836 0 R (group__BASIC__TYPES_gaaffb56f3d5bd8803b41e9862e2aeb863) 835 0 R (group__BASIC__TYPES_gaf2f9e5d03f9f38651a3b8d5ef8635d44) 832 0 R (group__DEPRECATED) 706 0 R (group__DEPRECATED_ga27292e41af4c26e0bdf45b12b1f76d5a) 851 0 R] +/Limits [(group__BASIC__TYPES_ga744ef043bd848d5e338b4c72ef247adc) (group__DEPRECATED_ga27292e41af4c26e0bdf45b12b1f76d5a)] +>> endobj +1489 0 obj << +/Names [(group__PARALLEL) 726 0 R (group__PARALLEL_ga1cab712d076ba1d2758b0c3bf5ffe38a) 895 0 R (group__PARALLEL_ga345b3a5866deefefc91ae1e8958f49f4) 893 0 R (group__PARALLEL_ga7b1ba1cc8d9d2fea8654bbb1e59f079e) 896 0 R (group__PARALLEL_gaae9462b03457d809faeb3e767a5b2283) 894 0 R (group__PARALLEL_gab49014fb4572e7d0f308fd9b1824daf7) 887 0 R] +/Limits [(group__PARALLEL) (group__PARALLEL_gab49014fb4572e7d0f308fd9b1824daf7)] +>> endobj +1490 0 obj << +/Names [(group__PARALLEL_gac2b7cc2fa78dde5381bcf00cfc48d124) 891 0 R (group__PARALLEL_gac341818e68b06d910111e4cf08bb54dd) 889 0 R (group__STARTUP__SHUTDOWN) 707 0 R (group__STARTUP__SHUTDOWN_ga53f4ef16321f42eeb3b8dd463b51f112) 732 0 R (group__STARTUP__SHUTDOWN_gacdedfb2c01fe256ad6c75507644bdfed) 733 0 R (group__SYNCHRONIZATION) 730 0 R] +/Limits [(group__PARALLEL_gac2b7cc2fa78dde5381bcf00cfc48d124) (group__SYNCHRONIZATION)] +>> endobj +1491 0 obj << +/Names [(group__SYNCHRONIZATION_ga2cb95dd19b86bd1b925be9be29a17f85) 1143 0 R (group__SYNCHRONIZATION_ga2ead7ca8fe9886581c216ca8006ae3c9) 1146 0 R (group__SYNCHRONIZATION_ga35415691dad1e3430caa78c9d4b34cb3) 1144 0 R (group__SYNCHRONIZATION_ga5a51fa2c8f61d807895e377d6c732b16) 1141 0 R (group__SYNCHRONIZATION_ga5c40184c6babbe35c50d43a47573c5c5) 738 0 R (group__SYNCHRONIZATION_ga6a08af1c559012315e7e5be69f7fe608) 1145 0 R] +/Limits [(group__SYNCHRONIZATION_ga2cb95dd19b86bd1b925be9be29a17f85) (group__SYNCHRONIZATION_ga6a08af1c559012315e7e5be69f7fe608)] +>> endobj +1492 0 obj << +/Names [(group__SYNCHRONIZATION_ga84b2ebeef737395dddd8ef446c071760) 1137 0 R (group__SYNCHRONIZATION_gacea2959cabb92c4a941087e524c5f3d5) 1139 0 R (group__SYNCHRONIZATION_gafc5438d4c4f01dcd347d9bfde27f68e1) 737 0 R (group__TASKING) 1219 0 R (group__TASKING_ga8b2a95073f7a4a81055899ee6a93ecee) 1221 0 R (group__TASKING_gab53273918f995639450c4dcbed02df88) 1223 0 R] +/Limits [(group__SYNCHRONIZATION_ga84b2ebeef737395dddd8ef446c071760) (group__TASKING_gab53273918f995639450c4dcbed02df88)] +>> endobj +1493 0 obj << +/Names [(group__THREADPRIVATE) 729 0 R (group__THREADPRIVATE_ga0c2f8074a8474eee42bc96a4bdc7679a) 1188 0 R (group__THREADPRIVATE_ga120efa08eb51f45664477d30eff31916) 1193 0 R (group__THREADPRIVATE_ga1453eca6136fd77e5de88ea0e78cc7a4) 1192 0 R (group__THREADPRIVATE_gab4aa3dff2b1b55b1abb002ef69c7efe7) 1194 0 R (group__THREADPRIVATE_gab6148c019e88c8853596bf5f516373b4) 1186 0 R] +/Limits [(group__THREADPRIVATE) (group__THREADPRIVATE_gab6148c019e88c8853596bf5f516373b4)] +>> endobj +1494 0 obj << +/Names [(group__THREADPRIVATE_gab7035b42d465074b31195534efb37e3b) 1191 0 R (group__THREADPRIVATE_gac1f868aef7d531d34b91eaa57e339f21) 1189 0 R (group__THREADPRIVATE_gad8268ac7d007fa1c3351da682c487c0f) 1190 0 R (group__THREADPRIVATE_gaec6e88892a1b0b62287df5173a7f0336) 1195 0 R (group__THREADPRIVATE_gaf9503cacabf6cf90ed34f2727fc480bc) 1187 0 R (group__THREAD__STATES) 727 0 R] +/Limits [(group__THREADPRIVATE_gab7035b42d465074b31195534efb37e3b) (group__THREAD__STATES)] +>> endobj +1495 0 obj << +/Names [(group__THREAD__STATES_ga127cc7161bbef3ccd2446a9405973192) 924 0 R (group__THREAD__STATES_ga39488769ed881a75703495759c0f109f) 926 0 R (group__THREAD__STATES_ga5c4aad6e2e289283e9c58031f7c4e228) 927 0 R (group__THREAD__STATES_ga9a981e3dcd9264c2cf5bd8a8cc6f16af) 922 0 R (group__THREAD__STATES_gadcc691c6c7695988deba68a2de817a66) 920 0 R (group__WORK__SHARING) 728 0 R] +/Limits [(group__THREAD__STATES_ga127cc7161bbef3ccd2446a9405973192) (group__WORK__SHARING)] +>> endobj +1496 0 obj << +/Names [(group__WORK__SHARING_ga06dfab09153c455fcaa609e97846b0d5) 1040 0 R (group__WORK__SHARING_ga134f0e9d82a69403d9e167dbbf7ae731) 1042 0 R (group__WORK__SHARING_ga20f319fbf345661d19fc6bfd325231a5) 1058 0 R (group__WORK__SHARING_ga305bbe90a798fdc8347aa809978365f5) 1057 0 R (group__WORK__SHARING_ga4bec24e63a011cc0bfca98e79f3c0b93) 1045 0 R (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b) 736 0 R] +/Limits [(group__WORK__SHARING_ga06dfab09153c455fcaa609e97846b0d5) (group__WORK__SHARING_ga5671ff45051907f76cc3d214e1de854b)] +>> endobj +1497 0 obj << +/Names [(group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) 1052 0 R (group__WORK__SHARING_ga721f06c8017479ccc6cb46ae0552b597) 1037 0 R (group__WORK__SHARING_ga794e820b3c076c766cef93bb414908cc) 1043 0 R (group__WORK__SHARING_ga91d58a0a222e1f75e1d5d65b8ece3645) 1059 0 R (group__WORK__SHARING_ga9ef4cfec5c836de61180767240c7f380) 1049 0 R (group__WORK__SHARING_gaa290fe71698081e26ec234a234d2fdcc) 1038 0 R] +/Limits [(group__WORK__SHARING_ga5f02c0e2081859da86664bfeaec6de62) (group__WORK__SHARING_gaa290fe71698081e26ec234a234d2fdcc)] +>> endobj +1498 0 obj << +/Names [(group__WORK__SHARING_gaa7d615b194c12278b00841852b0dff2b) 1044 0 R (group__WORK__SHARING_gab1eac772e1ef6ddc3a8512c00a4e78be) 1051 0 R (group__WORK__SHARING_gab516cbd738ec072f4929faecbbc456f9) 1056 0 R (group__WORK__SHARING_gac9f8cad27477155b583b54848887997d) 1053 0 R (group__WORK__SHARING_gad49ead8c4196b726b6f04d4b1d53d01d) 1050 0 R (group__WORK__SHARING_gad99af80b23202044e80aaed7d711b9ac) 1055 0 R] +/Limits [(group__WORK__SHARING_gaa7d615b194c12278b00841852b0dff2b) (group__WORK__SHARING_gad99af80b23202044e80aaed7d711b9ac)] +>> endobj +1499 0 obj << +/Names [(group__WORK__SHARING_gada4a8fc8b0a17d3109acdeaf2c9443ea) 1039 0 R (group__WORK__SHARING_gadcaf200537aaa0218a60c398438f81be) 1016 0 R (group__WORK__SHARING_gae991c61cbe8e2942fe1f757a65442b26) 735 0 R (group__WORK__SHARING_gaed75fbf8e655bc644d585a48e810bcfc) 1046 0 R (group__WORK__SHARING_gaf047657f8ff072f15174f03ff80b4882) 1048 0 R (group__WORK__SHARING_gaf293aeef6b6f673f2d824171d6ec20e3) 1054 0 R] +/Limits [(group__WORK__SHARING_gada4a8fc8b0a17d3109acdeaf2c9443ea) (group__WORK__SHARING_gaf293aeef6b6f673f2d824171d6ec20e3)] +>> endobj +1500 0 obj << +/Names [(group__WORK__SHARING_gafb31932f7af41b5db5e7d80b21926853) 1047 0 R (group__WORK__SHARING_gafc4e7d07089576fe946c42777ef191cc) 1041 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea14900e8333498e699db5038b413fa53a) 1031 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea1fd38bd33c374db6667332f011a980d9) 1034 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea270b6b98ec2f9ec4832f7a59b0a0d532) 1020 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea2816d8223370b9c78f554321cd308b53) 1032 0 R] +/Limits [(group__WORK__SHARING_gafb31932f7af41b5db5e7d80b21926853) (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea2816d8223370b9c78f554321cd308b53)] +>> endobj +1501 0 obj << +/Names [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea28ae6227a8117b9f39b797caf3211313) 1027 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea2a987351b9605b918693a17d4dd90772) 1018 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea317dd63053ef79e3b3cea2ce2b676b38) 1036 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea3dd2ff18afe8c14f3076694e52942ee5) 1033 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea4132f477daf882e74036a9062a97b7a3) 1028 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea52b66fc7ba82beb3d6fbdb82a6ef045d) 1019 0 R] +/Limits [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea28ae6227a8117b9f39b797caf3211313) (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea52b66fc7ba82beb3d6fbdb82a6ef045d)] +>> endobj +1502 0 obj << +/Names [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea7d1b46242e62919d0c5af733553351c3) 1030 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea7ed3535e3c97c9c2ce299addd74b4a01) 1017 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea9a30ec9215efb0a584597aeda2c03e19) 1035 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea9a4a0dce1e919688bcd27411746b7ad8) 1023 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beaa0f903270046d7a28b002855648da9f1) 1024 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beab1e0332cc09c1f3ee029b9fcc1c40ba0) 1022 0 R] +/Limits [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81bea7d1b46242e62919d0c5af733553351c3) (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beab1e0332cc09c1f3ee029b9fcc1c40ba0)] +>> endobj +1503 0 obj << +/Names [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beabbef146a7c8d44992e9c61bec2309348) 1026 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beac30b06c765f4623efb929a141ff9457e) 1029 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beadb87fc98ffc6440f53caa1f5d6606512) 1025 0 R (group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beae4b8e84801f56fdb39472c45762bd051) 1021 0 R (index) 680 0 R (index_SEC_EXAMPLES) 724 0 R] +/Limits [(group__WORK__SHARING_ggadcaf200537aaa0218a60c398438f81beabbef146a7c8d44992e9c61bec2309348) (index_SEC_EXAMPLES)] +>> endobj +1504 0 obj << +/Names [(index_SEC_INTERFACES) 704 0 R (index_SEC_SEC_OT) 702 0 R (index_SEC_SEC_PT) 703 0 R (index_SEC_SHAREDVARS) 701 0 R (index_SEC_WORKSHARING_EXAMPLE) 725 0 R (index_sec_building) 683 0 R] +/Limits [(index_SEC_INTERFACES) (index_sec_building)] +>> endobj +1505 0 obj << +/Names [(index_sec_frontend) 691 0 R (index_sec_intro) 681 0 R (index_sec_outlining) 692 0 R (index_sec_supported) 690 0 R (page.1) 679 0 R (page.10) 775 0 R] +/Limits [(index_sec_frontend) (page.10)] +>> endobj +1506 0 obj << +/Names [(page.11) 779 0 R (page.12) 786 0 R (page.13) 798 0 R (page.14) 805 0 R (page.15) 809 0 R (page.16) 813 0 R] +/Limits [(page.11) (page.16)] +>> endobj +1507 0 obj << +/Names [(page.17) 818 0 R (page.18) 831 0 R (page.19) 842 0 R (page.2) 688 0 R (page.20) 849 0 R (page.21) 861 0 R] +/Limits [(page.17) (page.21)] +>> endobj +1508 0 obj << +/Names [(page.22) 884 0 R (page.23) 900 0 R (page.24) 918 0 R (page.25) 931 0 R (page.26) 1013 0 R (page.27) 1066 0 R] +/Limits [(page.22) (page.27)] +>> endobj +1509 0 obj << +/Names [(page.28) 1076 0 R (page.29) 1087 0 R (page.3) 700 0 R (page.30) 1092 0 R (page.31) 1104 0 R (page.32) 1111 0 R] +/Limits [(page.28) (page.32)] +>> endobj +1510 0 obj << +/Names [(page.33) 1135 0 R (page.34) 1150 0 R (page.35) 1158 0 R (page.36) 1184 0 R (page.37) 1201 0 R (page.38) 1208 0 R] +/Limits [(page.33) (page.38)] +>> endobj +1511 0 obj << +/Names [(page.39) 1218 0 R (page.4) 723 0 R (page.40) 1228 0 R (page.41) 1237 0 R (page.42) 1247 0 R (page.43) 1300 0 R] +/Limits [(page.39) (page.43)] +>> endobj +1512 0 obj << +/Names [(page.44) 1374 0 R (page.45) 1453 0 R (page.5) 742 0 R (page.6) 746 0 R (page.7) 760 0 R (page.8) 765 0 R] +/Limits [(page.44) (page.8)] +>> endobj +1513 0 obj << +/Names [(page.9) 771 0 R (section*.10) 862 0 R (section*.11) 885 0 R (section*.12) 886 0 R (section*.13) 919 0 R (section*.14) 1014 0 R] +/Limits [(page.9) (section*.14)] +>> endobj +1514 0 obj << +/Names [(section*.15) 1015 0 R (section*.16) 1136 0 R (section*.17) 1185 0 R (section*.18) 1220 0 R (section*.19) 1238 0 R (section*.2) 787 0 R] +/Limits [(section*.15) (section*.2)] +>> endobj +1515 0 obj << +/Names [(section*.3) 790 0 R (section*.4) 792 0 R (section*.5) 799 0 R (section*.6) 800 0 R (section*.7) 814 0 R (section*.8) 819 0 R] +/Limits [(section*.3) (section*.8)] +>> endobj +1516 0 obj << +/Names [(section*.9) 850 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.1.3) 18 0 R (section.1.4) 22 0 R (section.1.5) 26 0 R] +/Limits [(section*.9) (section.1.5)] +>> endobj +1517 0 obj << +/Names [(section.1.6) 42 0 R (section.1.7) 46 0 R (section.2.1) 58 0 R (section.3.1) 66 0 R (section.4.1) 74 0 R (section.4.10) 462 0 R] +/Limits [(section.1.6) (section.4.10)] +>> endobj +1518 0 obj << +/Names [(section.4.2) 82 0 R (section.4.3) 126 0 R (section.4.4) 142 0 R (section.4.5) 162 0 R (section.4.6) 206 0 R (section.4.7) 238 0 R] +/Limits [(section.4.2) (section.4.7)] +>> endobj +1519 0 obj << +/Names [(section.4.8) 358 0 R (section.4.9) 406 0 R (section.5.1) 486 0 R (structident) 734 0 R (structident_a8a098c07080704af1d89e401a1b4d10f) 1241 0 R (structident_a91db2d18476e0a527ba20e04ca2c3e74) 1242 0 R] +/Limits [(section.4.8) (structident_a91db2d18476e0a527ba20e04ca2c3e74)] +>> endobj +1520 0 obj << +/Names [(structident_ad1e271d732662abda25b1320f66e9935) 1240 0 R (structident_ae29e80f6fc150f73c1790c8796bcfd9f) 1243 0 R (structident_afa1ec17df36c4bf1e36e97eab63953b9) 1239 0 R (subsection.1.5.1) 30 0 R (subsection.1.7.1) 50 0 R (subsection.4.1.1) 78 0 R] +/Limits [(structident_ad1e271d732662abda25b1320f66e9935) (subsection.4.1.1)] +>> endobj +1521 0 obj << +/Names [(subsection.4.10.1) 466 0 R (subsection.4.10.2) 470 0 R (subsection.4.2.1) 86 0 R (subsection.4.2.2) 90 0 R (subsection.4.2.3) 118 0 R (subsection.4.3.1) 130 0 R] +/Limits [(subsection.4.10.1) (subsection.4.3.1)] +>> endobj +1522 0 obj << +/Names [(subsection.4.3.2) 134 0 R (subsection.4.4.1) 146 0 R (subsection.4.4.2) 150 0 R (subsection.4.5.1) 166 0 R (subsection.4.5.2) 170 0 R (subsection.4.5.3) 178 0 R] +/Limits [(subsection.4.3.2) (subsection.4.5.3)] +>> endobj +1523 0 obj << +/Names [(subsection.4.6.1) 210 0 R (subsection.4.6.2) 214 0 R (subsection.4.7.1) 242 0 R (subsection.4.7.2) 246 0 R (subsection.4.7.3) 254 0 R (subsection.4.8.1) 362 0 R] +/Limits [(subsection.4.6.1) (subsection.4.8.1)] +>> endobj +1524 0 obj << +/Names [(subsection.4.8.2) 366 0 R (subsection.4.9.1) 410 0 R (subsection.4.9.2) 414 0 R (subsection.4.9.3) 442 0 R (subsection.5.1.1) 490 0 R (subsection.5.1.2) 494 0 R] +/Limits [(subsection.4.8.2) (subsection.5.1.2)] +>> endobj +1525 0 obj << +/Names [(subsubsection.1.5.1.1) 34 0 R (subsubsection.1.5.1.2) 38 0 R (subsubsection.4.10.2.1) 474 0 R (subsubsection.4.10.2.2) 478 0 R (subsubsection.4.2.2.1) 94 0 R (subsubsection.4.2.2.2) 98 0 R] +/Limits [(subsubsection.1.5.1.1) (subsubsection.4.2.2.2)] +>> endobj +1526 0 obj << +/Names [(subsubsection.4.2.2.3) 102 0 R (subsubsection.4.2.2.4) 106 0 R (subsubsection.4.2.2.5) 110 0 R (subsubsection.4.2.2.6) 114 0 R (subsubsection.4.2.3.1) 122 0 R (subsubsection.4.3.2.1) 138 0 R] +/Limits [(subsubsection.4.2.2.3) (subsubsection.4.3.2.1)] +>> endobj +1527 0 obj << +/Names [(subsubsection.4.4.2.1) 154 0 R (subsubsection.4.4.2.2) 158 0 R (subsubsection.4.5.2.1) 174 0 R (subsubsection.4.5.3.1) 182 0 R (subsubsection.4.5.3.2) 186 0 R (subsubsection.4.5.3.3) 190 0 R] +/Limits [(subsubsection.4.4.2.1) (subsubsection.4.5.3.3)] +>> endobj +1528 0 obj << +/Names [(subsubsection.4.5.3.4) 194 0 R (subsubsection.4.5.3.5) 198 0 R (subsubsection.4.5.3.6) 202 0 R (subsubsection.4.6.2.1) 218 0 R (subsubsection.4.6.2.2) 222 0 R (subsubsection.4.6.2.3) 226 0 R] +/Limits [(subsubsection.4.5.3.4) (subsubsection.4.6.2.3)] +>> endobj +1529 0 obj << +/Names [(subsubsection.4.6.2.4) 230 0 R (subsubsection.4.6.2.5) 234 0 R (subsubsection.4.7.2.1) 250 0 R (subsubsection.4.7.3.1) 258 0 R (subsubsection.4.7.3.10) 294 0 R (subsubsection.4.7.3.11) 298 0 R] +/Limits [(subsubsection.4.6.2.4) (subsubsection.4.7.3.11)] +>> endobj +1530 0 obj << +/Names [(subsubsection.4.7.3.12) 302 0 R (subsubsection.4.7.3.13) 306 0 R (subsubsection.4.7.3.14) 310 0 R (subsubsection.4.7.3.15) 314 0 R (subsubsection.4.7.3.16) 318 0 R (subsubsection.4.7.3.17) 322 0 R] +/Limits [(subsubsection.4.7.3.12) (subsubsection.4.7.3.17)] +>> endobj +1531 0 obj << +/Names [(subsubsection.4.7.3.18) 326 0 R (subsubsection.4.7.3.19) 330 0 R (subsubsection.4.7.3.2) 262 0 R (subsubsection.4.7.3.20) 334 0 R (subsubsection.4.7.3.21) 338 0 R (subsubsection.4.7.3.22) 342 0 R] +/Limits [(subsubsection.4.7.3.18) (subsubsection.4.7.3.22)] +>> endobj +1532 0 obj << +/Names [(subsubsection.4.7.3.23) 346 0 R (subsubsection.4.7.3.24) 350 0 R (subsubsection.4.7.3.25) 354 0 R (subsubsection.4.7.3.3) 266 0 R (subsubsection.4.7.3.4) 270 0 R (subsubsection.4.7.3.5) 274 0 R] +/Limits [(subsubsection.4.7.3.23) (subsubsection.4.7.3.5)] +>> endobj +1533 0 obj << +/Names [(subsubsection.4.7.3.6) 278 0 R (subsubsection.4.7.3.7) 282 0 R (subsubsection.4.7.3.8) 286 0 R (subsubsection.4.7.3.9) 290 0 R (subsubsection.4.8.2.1) 370 0 R (subsubsection.4.8.2.2) 374 0 R] +/Limits [(subsubsection.4.7.3.6) (subsubsection.4.8.2.2)] +>> endobj +1534 0 obj << +/Names [(subsubsection.4.8.2.3) 378 0 R (subsubsection.4.8.2.4) 382 0 R (subsubsection.4.8.2.5) 386 0 R (subsubsection.4.8.2.6) 390 0 R (subsubsection.4.8.2.7) 394 0 R (subsubsection.4.8.2.8) 398 0 R] +/Limits [(subsubsection.4.8.2.3) (subsubsection.4.8.2.8)] +>> endobj +1535 0 obj << +/Names [(subsubsection.4.8.2.9) 402 0 R (subsubsection.4.9.2.1) 418 0 R (subsubsection.4.9.2.2) 422 0 R (subsubsection.4.9.2.3) 426 0 R (subsubsection.4.9.2.4) 430 0 R (subsubsection.4.9.2.5) 434 0 R] +/Limits [(subsubsection.4.8.2.9) (subsubsection.4.9.2.5)] +>> endobj +1536 0 obj << +/Names [(subsubsection.4.9.2.6) 438 0 R (subsubsection.4.9.3.1) 446 0 R (subsubsection.4.9.3.2) 450 0 R (subsubsection.4.9.3.3) 454 0 R (subsubsection.4.9.3.4) 458 0 R (subsubsection.5.1.2.1) 498 0 R] +/Limits [(subsubsection.4.9.2.6) (subsubsection.5.1.2.1)] +>> endobj +1537 0 obj << +/Names [(subsubsection.5.1.2.2) 502 0 R (subsubsection.5.1.2.3) 506 0 R (subsubsection.5.1.2.4) 510 0 R (subsubsection.5.1.2.5) 514 0 R (table.4.1) 788 0 R (table.4.10) 902 0 R] +/Limits [(subsubsection.5.1.2.2) (table.4.10)] +>> endobj +1538 0 obj << +/Names [(table.4.11) 903 0 R (table.4.12) 904 0 R (table.4.13) 921 0 R (table.4.14) 923 0 R (table.4.15) 925 0 R (table.4.16) 932 0 R] +/Limits [(table.4.11) (table.4.16)] +>> endobj +1539 0 obj << +/Names [(table.4.17) 933 0 R (table.4.18) 1068 0 R (table.4.19) 1077 0 R (table.4.2) 791 0 R (table.4.20) 1078 0 R (table.4.21) 1088 0 R] +/Limits [(table.4.17) (table.4.21)] +>> endobj +1540 0 obj << +/Names [(table.4.22) 1093 0 R (table.4.23) 1094 0 R (table.4.24) 1095 0 R (table.4.25) 1096 0 R (table.4.26) 1097 0 R (table.4.27) 1105 0 R] +/Limits [(table.4.22) (table.4.27)] +>> endobj +1541 0 obj << +/Names [(table.4.28) 1106 0 R (table.4.29) 1112 0 R (table.4.3) 853 0 R (table.4.30) 1113 0 R (table.4.31) 1138 0 R (table.4.32) 1140 0 R] +/Limits [(table.4.28) (table.4.32)] +>> endobj +1542 0 obj << +/Names [(table.4.33) 1142 0 R (table.4.34) 1151 0 R (table.4.35) 1152 0 R (table.4.36) 1153 0 R (table.4.37) 1154 0 R (table.4.38) 1159 0 R] +/Limits [(table.4.33) (table.4.38)] +>> endobj +1543 0 obj << +/Names [(table.4.39) 1160 0 R (table.4.4) 863 0 R (table.4.40) 1202 0 R (table.4.41) 1203 0 R (table.4.42) 1209 0 R (table.4.43) 1210 0 R] +/Limits [(table.4.39) (table.4.43)] +>> endobj +1544 0 obj << +/Names [(table.4.44) 1222 0 R (table.4.45) 1224 0 R (table.4.5) 864 0 R (table.4.6) 888 0 R (table.4.7) 890 0 R (table.4.8) 892 0 R] +/Limits [(table.4.44) (table.4.8)] +>> endobj +1545 0 obj << +/Names [(table.4.9) 901 0 R] +/Limits [(table.4.9) (table.4.9)] +>> endobj +1546 0 obj << +/Kids [1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R] +/Limits [(Doc-Start) (group__SYNCHRONIZATION_ga6a08af1c559012315e7e5be69f7fe608)] +>> endobj +1547 0 obj << +/Kids [1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R] +/Limits [(group__SYNCHRONIZATION_ga84b2ebeef737395dddd8ef446c071760) (group__WORK__SHARING_gaa290fe71698081e26ec234a234d2fdcc)] +>> endobj +1548 0 obj << +/Kids [1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R] +/Limits [(group__WORK__SHARING_gaa7d615b194c12278b00841852b0dff2b) (index_SEC_EXAMPLES)] +>> endobj +1549 0 obj << +/Kids [1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R] +/Limits [(index_SEC_INTERFACES) (page.32)] +>> endobj +1550 0 obj << +/Kids [1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R] +/Limits [(page.33) (section*.8)] +>> endobj +1551 0 obj << +/Kids [1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R] +/Limits [(section*.9) (subsection.4.3.1)] +>> endobj +1552 0 obj << +/Kids [1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R] +/Limits [(subsection.4.3.2) (subsubsection.4.5.3.3)] +>> endobj +1553 0 obj << +/Kids [1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R] +/Limits [(subsubsection.4.5.3.4) (subsubsection.4.8.2.2)] +>> endobj +1554 0 obj << +/Kids [1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R] +/Limits [(subsubsection.4.8.2.3) (table.4.21)] +>> endobj +1555 0 obj << +/Kids [1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R] +/Limits [(table.4.22) (table.4.9)] +>> endobj +1556 0 obj << +/Kids [1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R] +/Limits [(Doc-Start) (subsection.4.3.1)] +>> endobj +1557 0 obj << +/Kids [1552 0 R 1553 0 R 1554 0 R 1555 0 R] +/Limits [(subsection.4.3.2) (table.4.9)] +>> endobj +1558 0 obj << +/Kids [1556 0 R 1557 0 R] +/Limits [(Doc-Start) (table.4.9)] +>> endobj +1559 0 obj << +/Dests 1558 0 R +>> endobj +1560 0 obj << +/Type /Catalog +/Pages 1484 0 R +/Outlines 1485 0 R +/Names 1559 0 R +/PageMode/UseOutlines/PageLabels << /Nums [0 << /S /D >> 2 << /S /r >> 6 << /S /D >> ] >> +/OpenAction 520 0 R +>> endobj +1561 0 obj << +/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords() +/CreationDate (D:20130912114258-05'00') +/ModDate (D:20130912114258-05'00') +/Trapped /False +/PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) +>> endobj +xref +0 1562 +0000000001 65535 f +0000000002 00000 f +0000000003 00000 f +0000000004 00000 f +0000000000 00000 f +0000000015 00000 n +0000056114 00000 n +0000341492 00000 n +0000000060 00000 n +0000000304 00000 n +0000056295 00000 n +0000341420 00000 n +0000000351 00000 n +0000000438 00000 n +0000056417 00000 n +0000341334 00000 n +0000000486 00000 n +0000000619 00000 n +0000059563 00000 n +0000341248 00000 n +0000000667 00000 n +0000000873 00000 n +0000059685 00000 n +0000341162 00000 n +0000000921 00000 n +0000001181 00000 n +0000059807 00000 n +0000341039 00000 n +0000001229 00000 n +0000001301 00000 n +0000063785 00000 n +0000340941 00000 n +0000001354 00000 n +0000001522 00000 n +0000063907 00000 n +0000340867 00000 n +0000001580 00000 n +0000001695 00000 n +0000064029 00000 n +0000340793 00000 n +0000001753 00000 n +0000001863 00000 n +0000064150 00000 n +0000340707 00000 n +0000001911 00000 n +0000002031 00000 n +0000069273 00000 n +0000340597 00000 n +0000002079 00000 n +0000002146 00000 n +0000069394 00000 n +0000340536 00000 n +0000002199 00000 n +0000002332 00000 n +0000073594 00000 n +0000340411 00000 n +0000002378 00000 n +0000002468 00000 n +0000073654 00000 n +0000340350 00000 n +0000002516 00000 n +0000002578 00000 n +0000075353 00000 n +0000340224 00000 n +0000002624 00000 n +0000002709 00000 n +0000075413 00000 n +0000340163 00000 n +0000002757 00000 n +0000002837 00000 n +0000078386 00000 n +0000340034 00000 n +0000002883 00000 n +0000003013 00000 n +0000078507 00000 n +0000339923 00000 n +0000003061 00000 n +0000003176 00000 n +0000078567 00000 n +0000339862 00000 n +0000003229 00000 n +0000003359 00000 n +0000092863 00000 n +0000339736 00000 n +0000003407 00000 n +0000003492 00000 n +0000092923 00000 n +0000339662 00000 n +0000003545 00000 n +0000003675 00000 n +0000092983 00000 n +0000339536 00000 n +0000003728 00000 n +0000003911 00000 n +0000093104 00000 n +0000339462 00000 n +0000003969 00000 n +0000004120 00000 n +0000093225 00000 n +0000339373 00000 n +0000004178 00000 n +0000004297 00000 n +0000093346 00000 n +0000339282 00000 n +0000004356 00000 n +0000004503 00000 n +0000093468 00000 n +0000339190 00000 n +0000004562 00000 n +0000004709 00000 n +0000093590 00000 n +0000339098 00000 n +0000004768 00000 n +0000004867 00000 n +0000093711 00000 n +0000339020 00000 n +0000004926 00000 n +0000005030 00000 n +0000094598 00000 n +0000338904 00000 n +0000005084 00000 n +0000005220 00000 n +0000094720 00000 n +0000338839 00000 n +0000005279 00000 n +0000005345 00000 n +0000096691 00000 n +0000338709 00000 n +0000005394 00000 n +0000005525 00000 n +0000096813 00000 n +0000338630 00000 n +0000005579 00000 n +0000005710 00000 n +0000096874 00000 n +0000338512 00000 n +0000005764 00000 n +0000005905 00000 n +0000096996 00000 n +0000338447 00000 n +0000005964 00000 n +0000006092 00000 n +0000099964 00000 n +0000338316 00000 n +0000006141 00000 n +0000006275 00000 n +0000100086 00000 n +0000338237 00000 n +0000006329 00000 n +0000006460 00000 n +0000100147 00000 n +0000338119 00000 n +0000006514 00000 n +0000006655 00000 n +0000100269 00000 n +0000338040 00000 n +0000006714 00000 n +0000006811 00000 n +0000100452 00000 n +0000337961 00000 n +0000006870 00000 n +0000006957 00000 n +0000106674 00000 n +0000337830 00000 n +0000007006 00000 n +0000007143 00000 n +0000106856 00000 n +0000337751 00000 n +0000007197 00000 n +0000007328 00000 n +0000106917 00000 n +0000337619 00000 n +0000007382 00000 n +0000007518 00000 n +0000107039 00000 n +0000337554 00000 n +0000007577 00000 n +0000007658 00000 n +0000107161 00000 n +0000337436 00000 n +0000007712 00000 n +0000007853 00000 n +0000107281 00000 n +0000337357 00000 n +0000007912 00000 n +0000008105 00000 n +0000107462 00000 n +0000337264 00000 n +0000008164 00000 n +0000008284 00000 n +0000110578 00000 n +0000337171 00000 n +0000008343 00000 n +0000008468 00000 n +0000110761 00000 n +0000337078 00000 n +0000008527 00000 n +0000008675 00000 n +0000110944 00000 n +0000336985 00000 n +0000008734 00000 n +0000008892 00000 n +0000111127 00000 n +0000336906 00000 n +0000008951 00000 n +0000009121 00000 n +0000115787 00000 n +0000336775 00000 n +0000009170 00000 n +0000009291 00000 n +0000115909 00000 n +0000336696 00000 n +0000009345 00000 n +0000009476 00000 n +0000115970 00000 n +0000336578 00000 n +0000009530 00000 n +0000009671 00000 n +0000116092 00000 n +0000336499 00000 n +0000009730 00000 n +0000009893 00000 n +0000116274 00000 n +0000336406 00000 n +0000009952 00000 n +0000010110 00000 n +0000116455 00000 n +0000336313 00000 n +0000010169 00000 n +0000010337 00000 n +0000118576 00000 n +0000336220 00000 n +0000010396 00000 n +0000010559 00000 n +0000118759 00000 n +0000336141 00000 n +0000010618 00000 n +0000010748 00000 n +0000137235 00000 n +0000336010 00000 n +0000010797 00000 n +0000010888 00000 n +0000140969 00000 n +0000335931 00000 n +0000010942 00000 n +0000011073 00000 n +0000141031 00000 n +0000335799 00000 n +0000011127 00000 n +0000011311 00000 n +0000141156 00000 n +0000335734 00000 n +0000011370 00000 n +0000011451 00000 n +0000142478 00000 n +0000335615 00000 n +0000011505 00000 n +0000011646 00000 n +0000142602 00000 n +0000335536 00000 n +0000011705 00000 n +0000011817 00000 n +0000146501 00000 n +0000335443 00000 n +0000011876 00000 n +0000012029 00000 n +0000146689 00000 n +0000335350 00000 n +0000012088 00000 n +0000012246 00000 n +0000146814 00000 n +0000335257 00000 n +0000012305 00000 n +0000012458 00000 n +0000146939 00000 n +0000335164 00000 n +0000012517 00000 n +0000012675 00000 n +0000147063 00000 n +0000335071 00000 n +0000012734 00000 n +0000012887 00000 n +0000147251 00000 n +0000334978 00000 n +0000012946 00000 n +0000013104 00000 n +0000151608 00000 n +0000334885 00000 n +0000013163 00000 n +0000013316 00000 n +0000151733 00000 n +0000334792 00000 n +0000013375 00000 n +0000013533 00000 n +0000151857 00000 n +0000334699 00000 n +0000013593 00000 n +0000013746 00000 n +0000152045 00000 n +0000334606 00000 n +0000013806 00000 n +0000013964 00000 n +0000152170 00000 n +0000334513 00000 n +0000014024 00000 n +0000014177 00000 n +0000152294 00000 n +0000334420 00000 n +0000014237 00000 n +0000014395 00000 n +0000155137 00000 n +0000334327 00000 n +0000014455 00000 n +0000014590 00000 n +0000155324 00000 n +0000334234 00000 n +0000014650 00000 n +0000014775 00000 n +0000155512 00000 n +0000334141 00000 n +0000014835 00000 n +0000014965 00000 n +0000155700 00000 n +0000334048 00000 n +0000015025 00000 n +0000015150 00000 n +0000155888 00000 n +0000333955 00000 n +0000015210 00000 n +0000015363 00000 n +0000156075 00000 n +0000333862 00000 n +0000015423 00000 n +0000015589 00000 n +0000160247 00000 n +0000333769 00000 n +0000015649 00000 n +0000015820 00000 n +0000160372 00000 n +0000333676 00000 n +0000015880 00000 n +0000016046 00000 n +0000160496 00000 n +0000333583 00000 n +0000016106 00000 n +0000016277 00000 n +0000160621 00000 n +0000333490 00000 n +0000016337 00000 n +0000016439 00000 n +0000162587 00000 n +0000333397 00000 n +0000016499 00000 n +0000016606 00000 n +0000162774 00000 n +0000333318 00000 n +0000016666 00000 n +0000016768 00000 n +0000169289 00000 n +0000333187 00000 n +0000016817 00000 n +0000016920 00000 n +0000169414 00000 n +0000333108 00000 n +0000016974 00000 n +0000017105 00000 n +0000169476 00000 n +0000332990 00000 n +0000017159 00000 n +0000017300 00000 n +0000169601 00000 n +0000332911 00000 n +0000017359 00000 n +0000017466 00000 n +0000169788 00000 n +0000332818 00000 n +0000017525 00000 n +0000017670 00000 n +0000169974 00000 n +0000332725 00000 n +0000017729 00000 n +0000017912 00000 n +0000173219 00000 n +0000332632 00000 n +0000017971 00000 n +0000018139 00000 n +0000173407 00000 n +0000332539 00000 n +0000018198 00000 n +0000018323 00000 n +0000173594 00000 n +0000332446 00000 n +0000018382 00000 n +0000018545 00000 n +0000173781 00000 n +0000332353 00000 n +0000018604 00000 n +0000018701 00000 n +0000173968 00000 n +0000332260 00000 n +0000018760 00000 n +0000018862 00000 n +0000177061 00000 n +0000332181 00000 n +0000018921 00000 n +0000019061 00000 n +0000183663 00000 n +0000332050 00000 n +0000019110 00000 n +0000019282 00000 n +0000183788 00000 n +0000331971 00000 n +0000019336 00000 n +0000019467 00000 n +0000183850 00000 n +0000331839 00000 n +0000019521 00000 n +0000019657 00000 n +0000183974 00000 n +0000331760 00000 n +0000019716 00000 n +0000019797 00000 n +0000184099 00000 n +0000331667 00000 n +0000019856 00000 n +0000019960 00000 n +0000184224 00000 n +0000331574 00000 n +0000020019 00000 n +0000020095 00000 n +0000184348 00000 n +0000331481 00000 n +0000020154 00000 n +0000020253 00000 n +0000184472 00000 n +0000331388 00000 n +0000020312 00000 n +0000020388 00000 n +0000189027 00000 n +0000331309 00000 n +0000020447 00000 n +0000020546 00000 n +0000189089 00000 n +0000331191 00000 n +0000020600 00000 n +0000020741 00000 n +0000189214 00000 n +0000331112 00000 n +0000020800 00000 n +0000020927 00000 n +0000189401 00000 n +0000331019 00000 n +0000020986 00000 n +0000021161 00000 n +0000191868 00000 n +0000330926 00000 n +0000021220 00000 n +0000021405 00000 n +0000192056 00000 n +0000330847 00000 n +0000021464 00000 n +0000021672 00000 n +0000196454 00000 n +0000330730 00000 n +0000021722 00000 n +0000021828 00000 n +0000196579 00000 n +0000330651 00000 n +0000021883 00000 n +0000022014 00000 n +0000196640 00000 n +0000330533 00000 n +0000022069 00000 n +0000022210 00000 n +0000196765 00000 n +0000330454 00000 n +0000022270 00000 n +0000022441 00000 n +0000196953 00000 n +0000330375 00000 n +0000022501 00000 n +0000022644 00000 n +0000200172 00000 n +0000330243 00000 n +0000022691 00000 n +0000022817 00000 n +0000200296 00000 n +0000330139 00000 n +0000022866 00000 n +0000023010 00000 n +0000200420 00000 n +0000330060 00000 n +0000023064 00000 n +0000023195 00000 n +0000200482 00000 n +0000329942 00000 n +0000023249 00000 n +0000023408 00000 n +0000200607 00000 n +0000329863 00000 n +0000023467 00000 n +0000023520 00000 n +0000200732 00000 n +0000329770 00000 n +0000023579 00000 n +0000023642 00000 n +0000201978 00000 n +0000329677 00000 n +0000023701 00000 n +0000023782 00000 n +0000202103 00000 n +0000329584 00000 n +0000023841 00000 n +0000023922 00000 n +0000202227 00000 n +0000329505 00000 n +0000023981 00000 n +0000024062 00000 n +0000329425 00000 n +0000024121 00000 n +0000024174 00000 n +0000024559 00000 n +0000024739 00000 n +0000024226 00000 n +0000024678 00000 n +0000327646 00000 n +0000327996 00000 n +0000026198 00000 n +0000026079 00000 n +0000024811 00000 n +0000326935 00000 n +0000326616 00000 n +0000027818 00000 n +0000027968 00000 n +0000028121 00000 n +0000028274 00000 n +0000028427 00000 n +0000028580 00000 n +0000028733 00000 n +0000028891 00000 n +0000029055 00000 n +0000029218 00000 n +0000029371 00000 n +0000029524 00000 n +0000029681 00000 n +0000029831 00000 n +0000029984 00000 n +0000030134 00000 n +0000030286 00000 n +0000030436 00000 n +0000030589 00000 n +0000030748 00000 n +0000030901 00000 n +0000031060 00000 n +0000031219 00000 n +0000031383 00000 n +0000031546 00000 n +0000031710 00000 n +0000031874 00000 n +0000032038 00000 n +0000032198 00000 n +0000034267 00000 n +0000032415 00000 n +0000027455 00000 n +0000026296 00000 n +0000327109 00000 n +0000032354 00000 n +0000034431 00000 n +0000034583 00000 n +0000034742 00000 n +0000034901 00000 n +0000035065 00000 n +0000035218 00000 n +0000035377 00000 n +0000035536 00000 n +0000035700 00000 n +0000035862 00000 n +0000036015 00000 n +0000036174 00000 n +0000036331 00000 n +0000036495 00000 n +0000036654 00000 n +0000036818 00000 n +0000036982 00000 n +0000037146 00000 n +0000037310 00000 n +0000037474 00000 n +0000037636 00000 n +0000037789 00000 n +0000037948 00000 n +0000038107 00000 n +0000038270 00000 n +0000038434 00000 n +0000038597 00000 n +0000038761 00000 n +0000038925 00000 n +0000039077 00000 n +0000039236 00000 n +0000039394 00000 n +0000039558 00000 n +0000039716 00000 n +0000039879 00000 n +0000040043 00000 n +0000040207 00000 n +0000040371 00000 n +0000040532 00000 n +0000042437 00000 n +0000040694 00000 n +0000033816 00000 n +0000032527 00000 n +0000042601 00000 n +0000042764 00000 n +0000042928 00000 n +0000043093 00000 n +0000043258 00000 n +0000043423 00000 n +0000043588 00000 n +0000043753 00000 n +0000043918 00000 n +0000044082 00000 n +0000044247 00000 n +0000044412 00000 n +0000044576 00000 n +0000044740 00000 n +0000044904 00000 n +0000045068 00000 n +0000045233 00000 n +0000045398 00000 n +0000045563 00000 n +0000045716 00000 n +0000045873 00000 n +0000046032 00000 n +0000046196 00000 n +0000046360 00000 n +0000046523 00000 n +0000046687 00000 n +0000046851 00000 n +0000047014 00000 n +0000047178 00000 n +0000047342 00000 n +0000047506 00000 n +0000047658 00000 n +0000047817 00000 n +0000047975 00000 n +0000048139 00000 n +0000048302 00000 n +0000048464 00000 n +0000048628 00000 n +0000048789 00000 n +0000050348 00000 n +0000048951 00000 n +0000041986 00000 n +0000040792 00000 n +0000050507 00000 n +0000050670 00000 n +0000050834 00000 n +0000050998 00000 n +0000051162 00000 n +0000051316 00000 n +0000051476 00000 n +0000051635 00000 n +0000051800 00000 n +0000051964 00000 n +0000052114 00000 n +0000052266 00000 n +0000052425 00000 n +0000052582 00000 n +0000052746 00000 n +0000052910 00000 n +0000053074 00000 n +0000053238 00000 n +0000053402 00000 n +0000053563 00000 n +0000050057 00000 n +0000049049 00000 n +0000055889 00000 n +0000056477 00000 n +0000055750 00000 n +0000053661 00000 n +0000056053 00000 n +0000056173 00000 n +0000056234 00000 n +0000326761 00000 n +0000056355 00000 n +0000328114 00000 n +0000059867 00000 n +0000059321 00000 n +0000056603 00000 n +0000059440 00000 n +0000326471 00000 n +0000059501 00000 n +0000059623 00000 n +0000059745 00000 n +0000063181 00000 n +0000063342 00000 n +0000063499 00000 n +0000066839 00000 n +0000064210 00000 n +0000063026 00000 n +0000060006 00000 n +0000063663 00000 n +0000063724 00000 n +0000063845 00000 n +0000063967 00000 n +0000064089 00000 n +0000092802 00000 n +0000096630 00000 n +0000099903 00000 n +0000066995 00000 n +0000067158 00000 n +0000067319 00000 n +0000067481 00000 n +0000067645 00000 n +0000067805 00000 n +0000068005 00000 n +0000068206 00000 n +0000068358 00000 n +0000068555 00000 n +0000068753 00000 n +0000068952 00000 n +0000069454 00000 n +0000066604 00000 n +0000064336 00000 n +0000069151 00000 n +0000069212 00000 n +0000069333 00000 n +0000106613 00000 n +0000115726 00000 n +0000137173 00000 n +0000183601 00000 n +0000169227 00000 n +0000078446 00000 n +0000100208 00000 n +0000100391 00000 n +0000200234 00000 n +0000147001 00000 n +0000151795 00000 n +0000176999 00000 n +0000173532 00000 n +0000070376 00000 n +0000070196 00000 n +0000069580 00000 n +0000070315 00000 n +0000071058 00000 n +0000070878 00000 n +0000070475 00000 n +0000070997 00000 n +0000071992 00000 n +0000072146 00000 n +0000072300 00000 n +0000072454 00000 n +0000072608 00000 n +0000072762 00000 n +0000072916 00000 n +0000073070 00000 n +0000073224 00000 n +0000073378 00000 n +0000073714 00000 n +0000071781 00000 n +0000071143 00000 n +0000073533 00000 n +0000328232 00000 n +0000074362 00000 n +0000074182 00000 n +0000073800 00000 n +0000074301 00000 n +0000074985 00000 n +0000075138 00000 n +0000075473 00000 n +0000074838 00000 n +0000074447 00000 n +0000075292 00000 n +0000076122 00000 n +0000075942 00000 n +0000075559 00000 n +0000076061 00000 n +0000078627 00000 n +0000078206 00000 n +0000076207 00000 n +0000078325 00000 n +0000081711 00000 n +0000081864 00000 n +0000082018 00000 n +0000082537 00000 n +0000081556 00000 n +0000078766 00000 n +0000082172 00000 n +0000082233 00000 n +0000082294 00000 n +0000327819 00000 n +0000082355 00000 n +0000082416 00000 n +0000082477 00000 n +0000084069 00000 n +0000084222 00000 n +0000084558 00000 n +0000083922 00000 n +0000082690 00000 n +0000084375 00000 n +0000084436 00000 n +0000084497 00000 n +0000328350 00000 n +0000085610 00000 n +0000085430 00000 n +0000084684 00000 n +0000085549 00000 n +0000086610 00000 n +0000086430 00000 n +0000085709 00000 n +0000086549 00000 n +0000087884 00000 n +0000087647 00000 n +0000086709 00000 n +0000087766 00000 n +0000087827 00000 n +0000089410 00000 n +0000089169 00000 n +0000088010 00000 n +0000089288 00000 n +0000089349 00000 n +0000091213 00000 n +0000091366 00000 n +0000091562 00000 n +0000091759 00000 n +0000091955 00000 n +0000092152 00000 n +0000092348 00000 n +0000092544 00000 n +0000093772 00000 n +0000091018 00000 n +0000089563 00000 n +0000092741 00000 n +0000093043 00000 n +0000093164 00000 n +0000093285 00000 n +0000093407 00000 n +0000093529 00000 n +0000093650 00000 n +0000094659 00000 n +0000094781 00000 n +0000094418 00000 n +0000093884 00000 n +0000094537 00000 n +0000328468 00000 n +0000096178 00000 n +0000096372 00000 n +0000097118 00000 n +0000096031 00000 n +0000094893 00000 n +0000096569 00000 n +0000096752 00000 n +0000096935 00000 n +0000327465 00000 n +0000097057 00000 n +0000099044 00000 n +0000099246 00000 n +0000099443 00000 n +0000099645 00000 n +0000100574 00000 n +0000098881 00000 n +0000097258 00000 n +0000099842 00000 n +0000100025 00000 n +0000100330 00000 n +0000100513 00000 n +0000103448 00000 n +0000103641 00000 n +0000103834 00000 n +0000104031 00000 n +0000104223 00000 n +0000104418 00000 n +0000104610 00000 n +0000104802 00000 n +0000104998 00000 n +0000105190 00000 n +0000105387 00000 n +0000105580 00000 n +0000105773 00000 n +0000105969 00000 n +0000106162 00000 n +0000106359 00000 n +0000107584 00000 n +0000103189 00000 n +0000100728 00000 n +0000106552 00000 n +0000106735 00000 n +0000106795 00000 n +0000106978 00000 n +0000107100 00000 n +0000107222 00000 n +0000107340 00000 n +0000107401 00000 n +0000107523 00000 n +0000110883 00000 n +0000110700 00000 n +0000110517 00000 n +0000111066 00000 n +0000111248 00000 n +0000110337 00000 n +0000107738 00000 n +0000110456 00000 n +0000110639 00000 n +0000110822 00000 n +0000111005 00000 n +0000111187 00000 n +0000113694 00000 n +0000113891 00000 n +0000114088 00000 n +0000114286 00000 n +0000114483 00000 n +0000114681 00000 n +0000114877 00000 n +0000115075 00000 n +0000115272 00000 n +0000115469 00000 n +0000116577 00000 n +0000113483 00000 n +0000111402 00000 n +0000115665 00000 n +0000115848 00000 n +0000116031 00000 n +0000116153 00000 n +0000116214 00000 n +0000116334 00000 n +0000116394 00000 n +0000116516 00000 n +0000118515 00000 n +0000118698 00000 n +0000118881 00000 n +0000118335 00000 n +0000116717 00000 n +0000118454 00000 n +0000118637 00000 n +0000118820 00000 n +0000328586 00000 n +0000121651 00000 n +0000121848 00000 n +0000122079 00000 n +0000122310 00000 n +0000122542 00000 n +0000122774 00000 n +0000123005 00000 n +0000123236 00000 n +0000123468 00000 n +0000123700 00000 n +0000123930 00000 n +0000124161 00000 n +0000124392 00000 n +0000124623 00000 n +0000124854 00000 n +0000125086 00000 n +0000125318 00000 n +0000125550 00000 n +0000125781 00000 n +0000126013 00000 n +0000126245 00000 n +0000126477 00000 n +0000126672 00000 n +0000126869 00000 n +0000127067 00000 n +0000127264 00000 n +0000127462 00000 n +0000127658 00000 n +0000127856 00000 n +0000128053 00000 n +0000128251 00000 n +0000128448 00000 n +0000128646 00000 n +0000128842 00000 n +0000129039 00000 n +0000129236 00000 n +0000129434 00000 n +0000129631 00000 n +0000129829 00000 n +0000130026 00000 n +0000130224 00000 n +0000130421 00000 n +0000130619 00000 n +0000130811 00000 n +0000131006 00000 n +0000131202 00000 n +0000131400 00000 n +0000131597 00000 n +0000131795 00000 n +0000131989 00000 n +0000132186 00000 n +0000132384 00000 n +0000132581 00000 n +0000132778 00000 n +0000132976 00000 n +0000133173 00000 n +0000133370 00000 n +0000133567 00000 n +0000133764 00000 n +0000133960 00000 n +0000134158 00000 n +0000134355 00000 n +0000134553 00000 n +0000134750 00000 n +0000134948 00000 n +0000135145 00000 n +0000135344 00000 n +0000135542 00000 n +0000135741 00000 n +0000135939 00000 n +0000136133 00000 n +0000136329 00000 n +0000136528 00000 n +0000136726 00000 n +0000136917 00000 n +0000137422 00000 n +0000120907 00000 n +0000119021 00000 n +0000137110 00000 n +0000137297 00000 n +0000137359 00000 n +0000141093 00000 n +0000141218 00000 n +0000141281 00000 n +0000141344 00000 n +0000141407 00000 n +0000141470 00000 n +0000141533 00000 n +0000141596 00000 n +0000141659 00000 n +0000141722 00000 n +0000141785 00000 n +0000141848 00000 n +0000141911 00000 n +0000141974 00000 n +0000142037 00000 n +0000142100 00000 n +0000142163 00000 n +0000142226 00000 n +0000142289 00000 n +0000142352 00000 n +0000142415 00000 n +0000160558 00000 n +0000155261 00000 n +0000160746 00000 n +0000155449 00000 n +0000142540 00000 n +0000152356 00000 n +0000162711 00000 n +0000155637 00000 n +0000155825 00000 n +0000147188 00000 n +0000147313 00000 n +0000151670 00000 n +0000151982 00000 n +0000152107 00000 n +0000152232 00000 n +0000146438 00000 n +0000146751 00000 n +0000146626 00000 n +0000146876 00000 n +0000156013 00000 n +0000160184 00000 n +0000160309 00000 n +0000160433 00000 n +0000140313 00000 n +0000140512 00000 n +0000140709 00000 n +0000142725 00000 n +0000140152 00000 n +0000137535 00000 n +0000140906 00000 n +0000327286 00000 n +0000142663 00000 n +0000145585 00000 n +0000145783 00000 n +0000145981 00000 n +0000146179 00000 n +0000147375 00000 n +0000145415 00000 n +0000142895 00000 n +0000146375 00000 n +0000146563 00000 n +0000147125 00000 n +0000150558 00000 n +0000150756 00000 n +0000150954 00000 n +0000151151 00000 n +0000151349 00000 n +0000152418 00000 n +0000150379 00000 n +0000147530 00000 n +0000151545 00000 n +0000151919 00000 n +0000156136 00000 n +0000154952 00000 n +0000152559 00000 n +0000155074 00000 n +0000155199 00000 n +0000155386 00000 n +0000155574 00000 n +0000155762 00000 n +0000155950 00000 n +0000159464 00000 n +0000159662 00000 n +0000159860 00000 n +0000160808 00000 n +0000159302 00000 n +0000156291 00000 n +0000160058 00000 n +0000160121 00000 n +0000160683 00000 n +0000328709 00000 n +0000162898 00000 n +0000162401 00000 n +0000160963 00000 n +0000162524 00000 n +0000162649 00000 n +0000162835 00000 n +0000165584 00000 n +0000165785 00000 n +0000165982 00000 n +0000166183 00000 n +0000166380 00000 n +0000166579 00000 n +0000166776 00000 n +0000166977 00000 n +0000167175 00000 n +0000167374 00000 n +0000167571 00000 n +0000167771 00000 n +0000167969 00000 n +0000168170 00000 n +0000168368 00000 n +0000168568 00000 n +0000168765 00000 n +0000168966 00000 n +0000170097 00000 n +0000165287 00000 n +0000163053 00000 n +0000169164 00000 n +0000169351 00000 n +0000169538 00000 n +0000169663 00000 n +0000169725 00000 n +0000169849 00000 n +0000169912 00000 n +0000170034 00000 n +0000173718 00000 n +0000173156 00000 n +0000173906 00000 n +0000173344 00000 n +0000174029 00000 n +0000172970 00000 n +0000170238 00000 n +0000173093 00000 n +0000173281 00000 n +0000173469 00000 n +0000173656 00000 n +0000173843 00000 n +0000177186 00000 n +0000176750 00000 n +0000174184 00000 n +0000176873 00000 n +0000176936 00000 n +0000177123 00000 n +0000179565 00000 n +0000179763 00000 n +0000179961 00000 n +0000180160 00000 n +0000180358 00000 n +0000180556 00000 n +0000180755 00000 n +0000180954 00000 n +0000181153 00000 n +0000181351 00000 n +0000181550 00000 n +0000181747 00000 n +0000181946 00000 n +0000182145 00000 n +0000182344 00000 n +0000182543 00000 n +0000182742 00000 n +0000182941 00000 n +0000183140 00000 n +0000183339 00000 n +0000184596 00000 n +0000179250 00000 n +0000177327 00000 n +0000183538 00000 n +0000183725 00000 n +0000183911 00000 n +0000184036 00000 n +0000184161 00000 n +0000184286 00000 n +0000184410 00000 n +0000184534 00000 n +0000189151 00000 n +0000191805 00000 n +0000189338 00000 n +0000191993 00000 n +0000188568 00000 n +0000188767 00000 n +0000189526 00000 n +0000188415 00000 n +0000184723 00000 n +0000188964 00000 n +0000189276 00000 n +0000189463 00000 n +0000328834 00000 n +0000192181 00000 n +0000191619 00000 n +0000189681 00000 n +0000191742 00000 n +0000191930 00000 n +0000192118 00000 n +0000195549 00000 n +0000195741 00000 n +0000195939 00000 n +0000196131 00000 n +0000197078 00000 n +0000195378 00000 n +0000192322 00000 n +0000196328 00000 n +0000196391 00000 n +0000196516 00000 n +0000196702 00000 n +0000196827 00000 n +0000196890 00000 n +0000197015 00000 n +0000197794 00000 n +0000197608 00000 n +0000197219 00000 n +0000197731 00000 n +0000199168 00000 n +0000199356 00000 n +0000199544 00000 n +0000199732 00000 n +0000199920 00000 n +0000200856 00000 n +0000198988 00000 n +0000197880 00000 n +0000200109 00000 n +0000200358 00000 n +0000200544 00000 n +0000200669 00000 n +0000200794 00000 n +0000202040 00000 n +0000202164 00000 n +0000202289 00000 n +0000201792 00000 n +0000200983 00000 n +0000201915 00000 n +0000203848 00000 n +0000203999 00000 n +0000204150 00000 n +0000204300 00000 n +0000204451 00000 n +0000204601 00000 n +0000204752 00000 n +0000204902 00000 n +0000205053 00000 n +0000205204 00000 n +0000205355 00000 n +0000205506 00000 n +0000205657 00000 n +0000205808 00000 n +0000205959 00000 n +0000206110 00000 n +0000206261 00000 n +0000206411 00000 n +0000206562 00000 n +0000206713 00000 n +0000206863 00000 n +0000207014 00000 n +0000207165 00000 n +0000207316 00000 n +0000207465 00000 n +0000207615 00000 n +0000207766 00000 n +0000207917 00000 n +0000208068 00000 n +0000208219 00000 n +0000208370 00000 n +0000208521 00000 n +0000208672 00000 n +0000208823 00000 n +0000208974 00000 n +0000209124 00000 n +0000209275 00000 n +0000209425 00000 n +0000209576 00000 n +0000209726 00000 n +0000209877 00000 n +0000210028 00000 n +0000210179 00000 n +0000210330 00000 n +0000210481 00000 n +0000210632 00000 n +0000210783 00000 n +0000210934 00000 n +0000211083 00000 n +0000211295 00000 n +0000203272 00000 n +0000202402 00000 n +0000211232 00000 n +0000328959 00000 n +0000213369 00000 n +0000213520 00000 n +0000213671 00000 n +0000213820 00000 n +0000213969 00000 n +0000214119 00000 n +0000214270 00000 n +0000214421 00000 n +0000214571 00000 n +0000214722 00000 n +0000214873 00000 n +0000215024 00000 n +0000215175 00000 n +0000215326 00000 n +0000215477 00000 n +0000215625 00000 n +0000215775 00000 n +0000215925 00000 n +0000216076 00000 n +0000216227 00000 n +0000216378 00000 n +0000216529 00000 n +0000216680 00000 n +0000216831 00000 n +0000216982 00000 n +0000217132 00000 n +0000217282 00000 n +0000217433 00000 n +0000217584 00000 n +0000217735 00000 n +0000217886 00000 n +0000218037 00000 n +0000218188 00000 n +0000218338 00000 n +0000218487 00000 n +0000218637 00000 n +0000218788 00000 n +0000218939 00000 n +0000219090 00000 n +0000219241 00000 n +0000219392 00000 n +0000219543 00000 n +0000219694 00000 n +0000219845 00000 n +0000219995 00000 n +0000220146 00000 n +0000220297 00000 n +0000220448 00000 n +0000220599 00000 n +0000220749 00000 n +0000220900 00000 n +0000221050 00000 n +0000221201 00000 n +0000221351 00000 n +0000221502 00000 n +0000221653 00000 n +0000221804 00000 n +0000221954 00000 n +0000222103 00000 n +0000222253 00000 n +0000222404 00000 n +0000222555 00000 n +0000222706 00000 n +0000222857 00000 n +0000223008 00000 n +0000223159 00000 n +0000223309 00000 n +0000223458 00000 n +0000225668 00000 n +0000223670 00000 n +0000212622 00000 n +0000211382 00000 n +0000223607 00000 n +0000225819 00000 n +0000225969 00000 n +0000226119 00000 n +0000226270 00000 n +0000226419 00000 n +0000226570 00000 n +0000226721 00000 n +0000226871 00000 n +0000227022 00000 n +0000227173 00000 n +0000227323 00000 n +0000227474 00000 n +0000227625 00000 n +0000227776 00000 n +0000227927 00000 n +0000228076 00000 n +0000228226 00000 n +0000228377 00000 n +0000228528 00000 n +0000228679 00000 n +0000228830 00000 n +0000228980 00000 n +0000229131 00000 n +0000229282 00000 n +0000229433 00000 n +0000229583 00000 n +0000229734 00000 n +0000229885 00000 n +0000230034 00000 n +0000230183 00000 n +0000230334 00000 n +0000230484 00000 n +0000230635 00000 n +0000230786 00000 n +0000230937 00000 n +0000231088 00000 n +0000231239 00000 n +0000231390 00000 n +0000231541 00000 n +0000231692 00000 n +0000231843 00000 n +0000231994 00000 n +0000232145 00000 n +0000232296 00000 n +0000232447 00000 n +0000232598 00000 n +0000232747 00000 n +0000232897 00000 n +0000233047 00000 n +0000233197 00000 n +0000233347 00000 n +0000233498 00000 n +0000233648 00000 n +0000233799 00000 n +0000233949 00000 n +0000234098 00000 n +0000234247 00000 n +0000234398 00000 n +0000234548 00000 n +0000234699 00000 n +0000234849 00000 n +0000235000 00000 n +0000235150 00000 n +0000235301 00000 n +0000235451 00000 n +0000235602 00000 n +0000235753 00000 n +0000235904 00000 n +0000236055 00000 n +0000236204 00000 n +0000236354 00000 n +0000236505 00000 n +0000236654 00000 n +0000236805 00000 n +0000236955 00000 n +0000237169 00000 n +0000224849 00000 n +0000223769 00000 n +0000237106 00000 n +0000325937 00000 n +0000237268 00000 n +0000237388 00000 n +0000237860 00000 n +0000238333 00000 n +0000238369 00000 n +0000238761 00000 n +0000239421 00000 n +0000240022 00000 n +0000240563 00000 n +0000241229 00000 n +0000243038 00000 n +0000243273 00000 n +0000244846 00000 n +0000245096 00000 n +0000263088 00000 n +0000263618 00000 n +0000275575 00000 n +0000276011 00000 n +0000289174 00000 n +0000289629 00000 n +0000297760 00000 n +0000298048 00000 n +0000306311 00000 n +0000306612 00000 n +0000318991 00000 n +0000319626 00000 n +0000325634 00000 n +0000329057 00000 n +0000329177 00000 n +0000329276 00000 n +0000329349 00000 n +0000341602 00000 n +0000341785 00000 n +0000342171 00000 n +0000342677 00000 n +0000343122 00000 n +0000343573 00000 n +0000344149 00000 n +0000344658 00000 n +0000345148 00000 n +0000345640 00000 n +0000346131 00000 n +0000346691 00000 n +0000347252 00000 n +0000347813 00000 n +0000348373 00000 n +0000349104 00000 n +0000349937 00000 n +0000350770 00000 n +0000351375 00000 n +0000351647 00000 n +0000351871 00000 n +0000352042 00000 n +0000352212 00000 n +0000352385 00000 n +0000352560 00000 n +0000352737 00000 n +0000352912 00000 n +0000353080 00000 n +0000353274 00000 n +0000353480 00000 n +0000353675 00000 n +0000353871 00000 n +0000354071 00000 n +0000354273 00000 n +0000354580 00000 n +0000354939 00000 n +0000355183 00000 n +0000355426 00000 n +0000355669 00000 n +0000355912 00000 n +0000356193 00000 n +0000356476 00000 n +0000356759 00000 n +0000357042 00000 n +0000357328 00000 n +0000357619 00000 n +0000357909 00000 n +0000358196 00000 n +0000358479 00000 n +0000358762 00000 n +0000359045 00000 n +0000359328 00000 n +0000359577 00000 n +0000359772 00000 n +0000359970 00000 n +0000360171 00000 n +0000360370 00000 n +0000360571 00000 n +0000360770 00000 n +0000360962 00000 n +0000361049 00000 n +0000361217 00000 n +0000361431 00000 n +0000361606 00000 n +0000361735 00000 n +0000361854 00000 n +0000361982 00000 n +0000362121 00000 n +0000362265 00000 n +0000362398 00000 n +0000362519 00000 n +0000362646 00000 n +0000362755 00000 n +0000362839 00000 n +0000362879 00000 n +0000363079 00000 n +trailer +<< /Size 1562 +/Root 1560 0 R +/Info 1561 0 R +/ID [<0CF6A151112D8671651F0CC4C7122EBE> <0CF6A151112D8671651F0CC4C7122EBE>] >> +startxref +363411 +%%EOF diff --git a/www/content.css b/www/content.css new file mode 100644 index 0000000..dca6a32 --- /dev/null +++ b/www/content.css @@ -0,0 +1,27 @@ +html { margin: 0px; } body { margin: 8px; } + +html, body { + padding:0px; + font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; + line-height:1.5; +} + +h1, h2, h3, tt { color: #000 } + +h1 { padding-top:0px; margin-top:0px;} +h2 { color:#333333; padding-top:0.5em; } +h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} +li { padding-bottom: 0.5em; } +ul { padding-left:1.5em; } + +/* Slides */ +IMG.img_slide { + display: block; + margin-left: auto; + margin-right: auto +} + +.itemTitle { color:#2d58b7 } + +/* Tables */ +tr { vertical-align:top } diff --git a/www/index.html b/www/index.html index 621d0d9..8ac72a7 100644 --- a/www/index.html +++ b/www/index.html @@ -32,19 +32,21 @@
-

"OpenMP*" Support for the OpenMP language

+

"OpenMP®" Support for the OpenMP language

The OpenMP subproject of LLVM is intended to contain all of the components required to build an executing OpenMP program that are outside the compiler itself. Support for OpenMP 3.1 in Clang is in the process of being promoted into the Clang mainline, and can be - found at OpenMP/Clang. + found at OpenMP/Clang.

Here you can find the code for the runtime library against which code compiled by the OpenMP/Clang compiler must be linked before it - can run. + can run. This code is also available + at openmprtl.org; we intend to + keep the different sites in sync.

We are, however, still missing test code. Any contributions in @@ -65,9 +67,13 @@

@@ -87,19 +93,17 @@ the Intel compiler.

-

A full OS compatibility matrix is in a - runtime/README.txt +

A full OS compatibility matrix is in + README.txt

-

Current Status

+

Status

Currently the runtime is built with either gcc or icc. Obviously - it would be good also to build with Clang. If anyone wants to - submit patches to do that (or replace the complicated historical - build system with CMake) that'd be great! + it would also be good to build with Clang.

@@ -126,7 +130,7 @@

Full details of how to build are in the - runtime/README.txt + README.txt

@@ -146,9 +150,22 @@ + +

Copyright notices

+ +
    +
  • + The OpenMP name and the OpenMP logo are registered trademarks of the + OpenMP Architecture Review Board. +
  • +
  • + Intel is a trademark of Intel Corporation in the U.S. and/or other + countries. +
  • +
diff --git a/www/menu.css b/www/menu.css new file mode 100644 index 0000000..4a887b1 --- /dev/null +++ b/www/menu.css @@ -0,0 +1,39 @@ +/***************/ +/* page layout */ +/***************/ + +[id=menu] { + position:fixed; + width:25ex; +} +[id=content] { + /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ + position:absolute; + left:29ex; + padding-right:4ex; +} + +/**************/ +/* menu style */ +/**************/ + +#menu .submenu { + padding-top:1em; + display:block; +} + +#menu label { + display:block; + font-weight: bold; + text-align: center; + background-color: rgb(192,192,192); +} +#menu a { + padding:0 .2em; + display:block; + text-align: center; + background-color: rgb(235,235,235); +} +#menu a:visited { + color:rgb(100,50,100); +} -- cgit v1.2.3